Merge commit 'origin/gallium-master-merge'
[mesa.git] / src / gallium / state_trackers / wgl /
2009-02-10 Brian PaulMerge commit 'origin/gallium-master-merge'
2009-02-10 Brian PaulMerge commit 'origin/gallium-0.2' into gallium-master...
2009-02-10 Keith Whitwellwgl: return before locking if stw_icd is NULL
2009-02-10 Keith WhitwellMerge commit 'origin/gallium-0.2' into gallium-0.2
2009-02-10 Keith Whitwellwgl: mutex-protect the shared stw_icd struct
2009-02-10 Keith Whitwellvmw/icd: remove bogus current_context value
2009-02-10 José Fonsecawgl: Fix null pointer reference.
2009-02-10 José Fonsecastw: Hack for applications which use wglSetPixelFormat...
2009-02-10 José Fonsecawgl: s/0x%p/%p/g
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 Whitwellwgl: add missing header
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: fix comment
2009-01-28 Keith Whitwellstw: remove header
2009-01-28 Keith Whitwellsvga: remove pixelformat helpers from stw shared interface
2009-01-28 Keith Whitwellstw: move get_proc_address and extension functions...
2009-01-28 Keith Whitwellstw: use shared version of make current in icd code
2009-01-28 Keith Whitwellstw: more swapbuffers refactoring
2009-01-28 Keith Whitwellwgl: split device structs, move swapbuffers to shared
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
2009-01-28 Keith Whitwellwgl: split into shared, (fake)wgl and icd directories
2009-01-27 Keith Whitwellwgl: relocate wgl code to state_trackers/wgl