Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-04-27 | wgl: Implement WGL_EXT_extensions_string extension. | José Fonseca | |
2009-04-20 | wgl: Don't implement broken gl_dispatch_stub_xxx. | José Fonseca | |
These don't respect the stdcall, so they crash upon return. | |||
2009-03-20 | stw: Keep per-thread storage for current context and pixel format. | Michal Krol | |
2009-02-23 | wgl: Enable the use of Win32 threads. | José Fonseca | |
2009-02-19 | wgl: Share more code between icd and standalone driver. | José Fonseca | |
2009-01-28 | svga: remove pixelformat helpers from stw shared interface | Keith Whitwell | |
Keep these internal structs private to wgl/shared. Pull in some pixelformat choosing code from wgl/wgl to avoid exporting them more generally. | |||
2009-01-28 | stw: move get_proc_address and extension functions to shared | Keith Whitwell | |
2009-01-28 | stw: more swapbuffers refactoring | Keith Whitwell | |
2009-01-28 | wgl: split device structs, move swapbuffers to shared | Keith Whitwell | |
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. | |||
2009-01-28 | wgl: move context functions to shared | Keith Whitwell | |
2009-01-28 | wgl: split into shared, (fake)wgl and icd directories | Keith Whitwell | |
2009-01-27 | wgl: relocate wgl code to state_trackers/wgl | Keith Whitwell | |
Similar to the GLX state trackers for DRI and xlib. |