python: Drop st_buffer.
[mesa.git] / src / gallium / state_trackers / wgl /
2009-03-25 José Fonsecawgl: Use right integer type.
2009-03-25 José Fonsecawgl: Use SetWindowLongPtr.
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 Brian Paulwgl: add new dispatch stubs
2009-03-12 Keith Whitwellstw: fix uninitialized variable issue
2009-03-06 José Fonsecawgl: Check support for all other depth/stencil formats.
2009-03-06 José Fonsecawgl: Choose a supported S8Z24/Z24S8/X8Z24/Z24X8.
2009-03-04 José FonsecaMerge commit 'origin/master' into gallium-map-range
2009-03-03 José Fonsecawgl: Support the same combinations of single buffer...
2009-03-03 José FonsecaMerge commit 'origin/gallium-0.1'
2009-03-03 Keith WhitwellMerge commit 'origin/gallium-0.1'
2009-03-02 José FonsecaMerge commit 'origin/master' into gallium-map-range
2009-02-23 José FonsecaMerge commit 'origin/gallium-0.1'
2009-02-23 José Fonsecawgl: Enable the use of Win32 threads.
2009-02-24 Keith Whitwellst/wgl: silence some debug
2009-02-20 José Fonsecawgl: Prevent null pointer reference.
2009-02-19 José Fonsecawgl: debug_printf in the main entry/exit points
2009-02-19 José Fonsecawgl: Call pipe_screen::destroy on exit.
2009-02-19 José Fonsecawgl: Use a separate .DEF for MinGW
2009-02-19 José Fonsecawgl: Share more code between icd and standalone driver.
2009-02-18 Michel DänzerMerge branch 'gallium-texture-transfer'
2009-02-18 Keith WhitwellMerge commit 'origin/gallium-0.1'
2009-02-16 Keith WhitwellMerge branch 'master' into gallium-texture-transfer
2009-02-18 Keith WhitwellMerge commit 'origin/draw-vbuf-interface'
2009-02-18 José Fonsecautil: Move p_debug.h into util module.
2009-02-18 José Fonsecawgl: Report memory leaks.
2009-02-11 José Fonsecawgl: Add a few more stubs.
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