Bug 5015

Summary: src/glx/x11 code movement
Product: Mesa Reporter: George - <fufutos610>
Component: GLXAssignee: mesa-dev
Status: RESOLVED INVALID QA Contact:
Severity: enhancement    
Priority: high    
Version: git   
Hardware: x86 (IA32)   
OS: Linux (All)   
Whiteboard:
i915 platform: i915 features:
Attachments: move DRI code to dri_glx.c
move current-context code to glxcurrent.c
new file with current-context code
change CallCreateNewScreen to use "goto bail" instead of "nested if"

Description George - 2005-11-11 10:47:15 UTC
Find attached three patches that move dri and current-context code to more
appropriate files imo.
Comment 1 George - 2005-11-11 10:48:43 UTC
Created attachment 3775 [details] [review]
move DRI code to dri_glx.c

move CallCreateNewScreen, __DRIinterfaceMethods from glxext to dri_glx.c
move __glXGetInternalVersion, __glXWindowExists from glxcmds to dri_glx.c
leave __glXFindDRIScreen, __glXGetUST in place
Comment 2 George - 2005-11-11 10:50:00 UTC
Created attachment 3776 [details] [review]
move current-context code to glxcurrent.c

move current-context code from glxext.c to glxcurrent.c
add __glXSetCurrentContextNull for __glXCloseDisplay
Comment 3 George - 2005-11-11 10:51:15 UTC
Created attachment 3777 [details] [review]
new file with current-context code
Comment 4 George - 2005-11-11 10:52:26 UTC
Created attachment 3778 [details] [review]
change CallCreateNewScreen to use "goto bail" instead of "nested if"
Comment 5 George - 2006-10-07 01:28:20 UTC
Of marginal interest. Closing.
Comment 6 Adam Jackson 2009-08-24 12:23:35 UTC
Mass version move, cvs -> git

Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.