summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers/wgl/shared/stw_framebuffer.c
AgeCommit message (Expand)Author
2009-04-09wgl: Use hooks instead of subclassing the window.José Fonseca
2009-04-09wgl: Move the framebuffer list to the device. Avoid recursive locking.José Fonseca
2009-04-09stw: Normalize symbols prefix.José Fonseca
2009-04-08wgl: Integrate the trace driver on debug builds.José Fonseca
2009-04-06stw: Choose a color buffer format that matches the visual.José Fonseca
2009-03-27wgl: Don't flush surface if it is NULL.José Fonseca
2009-03-27wgl: Remove unused cruft.José Fonseca
2009-03-25wgl: Use SetWindowLongPtr.José Fonseca
2009-03-06wgl: Check support for all other depth/stencil formats.José Fonseca
2009-03-06wgl: Choose a supported S8Z24/Z24S8/X8Z24/Z24X8.José Fonseca
2009-02-02Merge branch 'gallium-wgl-rework' into gallium-0.2Keith Whitwell
2009-01-28stw: fix commentKeith Whitwell
2009-01-28wgl: split device structs, move swapbuffers to sharedKeith Whitwell
2009-01-28wgl: split into shared, (fake)wgl and icd directoriesKeith Whitwell