summaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/wgl/shared
Commit message (Expand)AuthorAgeFilesLines
* wgl: Add a few more stubs.José Fonseca2009-02-111-0/+5
* stw: Hack for applications which use wglSetPixelFormat instead of SetPixelFor...José Fonseca2009-02-101-0/+8
* Merge branch 'gallium-wgl-rework' into gallium-0.2Keith Whitwell2009-02-023-10/+6
* wgl: add missing headerKeith Whitwell2009-01-281-0/+75
* stw: use proper stw_context pointers in shared interfaceKeith Whitwell2009-01-282-29/+29
* stw: clean up error pathsKeith Whitwell2009-01-281-20/+22
* stw: don't call out to wglGetPixelFormat()Keith Whitwell2009-01-281-1/+1
* stw: remove duplicate function declarationsKeith Whitwell2009-01-282-20/+1
* stw: fix commentKeith Whitwell2009-01-281-1/+1
* stw: remove headerKeith Whitwell2009-01-281-1/+0
* svga: remove pixelformat helpers from stw shared interfaceKeith Whitwell2009-01-283-18/+55
* stw: move get_proc_address and extension functions to sharedKeith Whitwell2009-01-288-2/+749
* wgl: split device structs, move swapbuffers to sharedKeith Whitwell2009-01-284-28/+36
* stw: rename stw_wgl_ --> stw_Keith Whitwell2009-01-282-12/+12
* stw: move pixelformat_get/set to sharedKeith Whitwell2009-01-283-54/+96
* stw: move pixelformat_describe to sharedKeith Whitwell2009-01-282-0/+68
* wgl: move context functions to sharedKeith Whitwell2009-01-282-0/+361
* wgl: split into shared, (fake)wgl and icd directoriesKeith Whitwell2009-01-288-0/+778