aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/wgl/SConscript
Commit message (Collapse)AuthorAgeFilesLines
* wgl: Implement WGL_EXT_extensions_string extension.José Fonseca2009-04-271-1/+1
|
* wgl: Don't implement broken gl_dispatch_stub_xxx.José Fonseca2009-04-201-1/+0
| | | | These don't respect the stdcall, so they crash upon return.
* stw: Keep per-thread storage for current context and pixel format.Michal Krol2009-03-201-0/+1
|
* wgl: Enable the use of Win32 threads.José Fonseca2009-02-231-0/+1
|
* wgl: Share more code between icd and standalone driver.José Fonseca2009-02-191-4/+0
|
* svga: remove pixelformat helpers from stw shared interfaceKeith Whitwell2009-01-281-1/+0
| | | | | | Keep these internal structs private to wgl/shared. Pull in some pixelformat choosing code from wgl/wgl to avoid exporting them more generally.
* stw: move get_proc_address and extension functions to sharedKeith Whitwell2009-01-281-6/+8
|
* stw: more swapbuffers refactoringKeith Whitwell2009-01-281-1/+0
|
* wgl: split device structs, move swapbuffers to sharedKeith Whitwell2009-01-281-0/+1
| | | | | | Each of icd, shared and wgl now have the opportunity to maintain their own per-device structs, which should reduce the need for these modules to be looking into each others structures.
* wgl: move context functions to sharedKeith Whitwell2009-01-281-2/+2
|
* wgl: split into shared, (fake)wgl and icd directoriesKeith Whitwell2009-01-281-13/+14
|
* wgl: relocate wgl code to state_trackers/wglKeith Whitwell2009-01-271-0/+41
Similar to the GLX state trackers for DRI and xlib.