wgl: Protect the framebuffer with a lock.
[mesa.git] / src / gallium / state_trackers / wgl / shared / stw_context.c
2009-04-10 José Fonsecawgl: Protect the framebuffer with a lock.
2009-04-10 José Fonsecawgl: Note down the gallium pixel formats, instead of...
2009-04-10 José Fonsecawgl: Keep copies of the PIXELFORMATDESCRIPTOR structures.
2009-04-10 José Fonsecawgl: Combine alpha pixelformat info in color.
2009-04-09 José Fonsecawgl: Catch the attempt of releasing a context which...
2009-04-09 José Fonsecawgl: Move the framebuffer list to the device. Avoid...
2009-04-09 José Fonsecawgl: More symbol naming normalization.
2009-04-09 José Fonsecastw: Normalize symbols prefix.
2009-04-08 José Fonsecawgl: Integrate the trace driver on debug builds.
2009-03-27 José Fonsecawgl: Remove unused cruft.
2009-03-20 Michal Krolstw: Do not err on nil context handle in MakeCurrent().
2009-03-20 Michal Krolstw: Use u_handle_table to maintain context list.
2009-03-20 Michal Krolstw: Keep per-thread storage for current context and...
2009-03-18 Thomas Hellstromstw: Fix makeCurrent.
2009-03-12 Keith Whitwellstw: fix uninitialized variable issue
2009-03-03 José FonsecaMerge commit 'origin/gallium-0.1'
2009-03-03 Keith WhitwellMerge commit 'origin/gallium-0.1'
2009-02-23 José FonsecaMerge commit 'origin/gallium-0.1'
2009-02-20 José Fonsecawgl: Prevent null pointer reference.
2009-02-19 José Fonsecawgl: Share more code between icd and standalone driver.
2009-02-18 Keith WhitwellMerge commit 'origin/gallium-0.1'
2009-02-10 Brian PaulMerge commit 'origin/gallium-master-merge'
2009-02-09 Brian Paulmesa: merge gallium-0.2 into gallium-master-merge
2009-02-06 Corbin SimpsonMerge branch 'gallium-0.2-radeon' into gallium-0.2
2009-02-02 Keith WhitwellMerge commit 'origin/gallium-0.2' into gallium-0.2
2009-02-02 Keith WhitwellMerge branch 'gallium-wgl-rework' into gallium-0.2
2009-01-28 Keith Whitwellstw: use proper stw_context pointers in shared interface
2009-01-28 Keith Whitwellstw: clean up error paths
2009-01-28 Keith Whitwellstw: don't call out to wglGetPixelFormat()
2009-01-28 Keith Whitwellstw: remove duplicate function declarations
2009-01-28 Keith Whitwellstw: remove header
2009-01-28 Keith Whitwellstw: move get_proc_address and extension functions...
2009-01-28 Keith Whitwellstw: rename stw_wgl_ --> stw_
2009-01-28 Keith Whitwellstw: move pixelformat_get/set to shared
2009-01-28 Keith Whitwellstw: move pixelformat_describe to shared
2009-01-28 Keith Whitwellwgl: move context functions to shared