| Summary: | src/glx/x11 code movement | ||
|---|---|---|---|
| Product: | Mesa | Reporter: | George - <fufutos610> |
| Component: | GLX | Assignee: | 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
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 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 Created attachment 3777 [details] [review] new file with current-context code Created attachment 3778 [details] [review] change CallCreateNewScreen to use "goto bail" instead of "nested if" Of marginal interest. Closing. 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.