summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers/wgl/shared/stw_context.c
AgeCommit message (Expand)Author
2009-04-09wgl: Catch the attempt of releasing a context which is not current.José Fonseca
2009-04-09wgl: Move the framebuffer list to the device. Avoid recursive locking.José Fonseca
2009-04-09wgl: More symbol naming normalization.José Fonseca
2009-04-09stw: Normalize symbols prefix.José Fonseca
2009-04-08wgl: Integrate the trace driver on debug builds.José Fonseca
2009-03-27wgl: Remove unused cruft.José Fonseca
2009-03-20stw: Do not err on nil context handle in MakeCurrent().Michal Krol
2009-03-20stw: Use u_handle_table to maintain context list.Michal Krol
2009-03-20stw: Keep per-thread storage for current context and pixel format.Michal Krol
2009-03-18stw: Fix makeCurrent.Thomas Hellstrom
2009-03-12stw: fix uninitialized variable issueKeith Whitwell
2009-02-20wgl: Prevent null pointer reference.José Fonseca
2009-02-19wgl: Share more code between icd and standalone driver.José Fonseca
2009-01-28stw: use proper stw_context pointers in shared interfaceKeith Whitwell
2009-01-28stw: clean up error pathsKeith Whitwell
2009-01-28stw: don't call out to wglGetPixelFormat()Keith Whitwell
2009-01-28stw: remove duplicate function declarationsKeith Whitwell
2009-01-28stw: remove headerKeith Whitwell
2009-01-28stw: move get_proc_address and extension functions to sharedKeith Whitwell
2009-01-28stw: rename stw_wgl_ --> stw_Keith Whitwell
2009-01-28stw: move pixelformat_get/set to sharedKeith Whitwell
2009-01-28stw: move pixelformat_describe to sharedKeith Whitwell
2009-01-28wgl: move context functions to sharedKeith Whitwell