aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/wgl/shared/stw_context.c
Commit message (Expand)AuthorAgeFilesLines
* wgl: Integrate the trace driver on debug builds.José Fonseca2009-04-081-1/+22
* wgl: Remove unused cruft.José Fonseca2009-03-271-4/+0
* stw: Do not err on nil context handle in MakeCurrent().Michal Krol2009-03-201-3/+0
* stw: Use u_handle_table to maintain context list.Michal Krol2009-03-201-16/+8
* stw: Keep per-thread storage for current context and pixel format.Michal Krol2009-03-201-7/+5
* stw: Fix makeCurrent.Thomas Hellstrom2009-03-181-2/+8
* stw: fix uninitialized variable issueKeith Whitwell2009-03-121-15/+11
* wgl: Prevent null pointer reference.José Fonseca2009-02-201-0/+3
* wgl: Share more code between icd and standalone driver.José Fonseca2009-02-191-75/+129
* stw: use proper stw_context pointers in shared interfaceKeith Whitwell2009-01-281-22/+22
* 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-281-0/+1
* stw: remove headerKeith Whitwell2009-01-281-1/+0
* stw: move get_proc_address and extension functions to sharedKeith Whitwell2009-01-281-2/+1
* stw: rename stw_wgl_ --> stw_Keith Whitwell2009-01-281-6/+6
* stw: move pixelformat_get/set to sharedKeith Whitwell2009-01-281-54/+0
* stw: move pixelformat_describe to sharedKeith Whitwell2009-01-281-0/+57
* wgl: move context functions to sharedKeith Whitwell2009-01-281-0/+288