stw: ignore swapbuffer requests on singlebuffer
[mesa.git] / src / gallium / state_trackers / wgl / shared / stw_framebuffer.c
2009-06-09 Keith Whitwellstw: ignore swapbuffer requests on singlebuffer
2009-06-08 Jakob Bornecrantzstw: If stfb not set don't call into mesa
2009-06-02 José Fonsecawgl: Destroy the framebuffer when the window is destroyed.
2009-06-01 José Fonsecawgl: Cleanup framebuffer destruction logic.
2009-05-31 José Fonsecawgl: Ensure we only create framebuffers for HDC associa...
2009-05-31 José Fonsecawgl: Use the right pixel format.
2009-05-08 José Fonsecawgl: Implemente SwapLayerBuffers.
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é Fonsecastw: Free the mesa framebuffer.
2009-04-09 José Fonsecawgl: Remove unused member.
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-04-06 José Fonsecastw: Choose a color buffer format that matches the...
2009-03-27 José Fonsecawgl: Don't flush surface if it is NULL.
2009-03-27 José Fonsecawgl: Remove unused cruft.
2009-03-25 José Fonsecawgl: Use SetWindowLongPtr.
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-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-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: fix comment
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