Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | wgl: Implement WGL_EXT_extensions_string extension. | José Fonseca | 2009-04-27 | 1 | -1/+1 |
| | |||||
* | wgl: Don't implement broken gl_dispatch_stub_xxx. | José Fonseca | 2009-04-20 | 1 | -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 Krol | 2009-03-20 | 1 | -0/+1 |
| | |||||
* | wgl: Enable the use of Win32 threads. | José Fonseca | 2009-02-23 | 1 | -0/+1 |
| | |||||
* | wgl: Share more code between icd and standalone driver. | José Fonseca | 2009-02-19 | 1 | -4/+0 |
| | |||||
* | svga: remove pixelformat helpers from stw shared interface | Keith Whitwell | 2009-01-28 | 1 | -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 shared | Keith Whitwell | 2009-01-28 | 1 | -6/+8 |
| | |||||
* | stw: more swapbuffers refactoring | Keith Whitwell | 2009-01-28 | 1 | -1/+0 |
| | |||||
* | wgl: split device structs, move swapbuffers to shared | Keith Whitwell | 2009-01-28 | 1 | -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 shared | Keith Whitwell | 2009-01-28 | 1 | -2/+2 |
| | |||||
* | wgl: split into shared, (fake)wgl and icd directories | Keith Whitwell | 2009-01-28 | 1 | -13/+14 |
| | |||||
* | wgl: relocate wgl code to state_trackers/wgl | Keith Whitwell | 2009-01-27 | 1 | -0/+41 |
Similar to the GLX state trackers for DRI and xlib. |