wgl: Make the stw_framebuffer destructions threadsafe.
[mesa.git] / src / gallium / state_trackers / wgl / shared / stw_device.c
2009-07-06 José Fonsecawgl: Make the stw_framebuffer destructions threadsafe.
2009-06-24 José Fonsecawgl: Handle flush after a window is destroyed.
2009-06-18 José Fonsecawgl: Fix window resizing in multithread applications.
2009-06-18 José Fonsecawgl: Move all thread related code together.
2009-05-31 José Fonsecawgl: Use the right pixel format.
2009-05-31 José Fonsecawgl: Rename function.
2009-04-09 José Fonsecawgl: Use more stw_* names.
2009-04-09 José Fonsecawgl: Use hooks instead of subclassing the window.
2009-04-09 José Fonsecawgl: Move the framebuffer list to the device. Avoid...
2009-04-09 José Fonsecastw: Normalize symbols prefix.
2009-04-08 José Fonsecawgl: Integrate the trace driver on debug builds.
2009-03-25 José Fonsecawgl: Use right integer type.
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-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-23 José Fonsecawgl: Enable the use of Win32 threads.
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: 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-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-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 Whitwellwgl: split device structs, move swapbuffers to shared
2009-01-28 Keith Whitwellwgl: split into shared, (fake)wgl and icd directories