summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers
AgeCommit message (Expand)Author
2009-07-04Merge branch 'mesa_7_5_branch'Jakob Bornecrantz
2009-07-06wgl: Make the stw_framebuffer destructions threadsafe.José Fonseca
2009-07-06wgl: Check for multiple threads before GET_CURRENT_CONTEXT.José Fonseca
2009-07-06wgl: Listen to WM_WINDOWPOSCHANGED instead of WM_SIZE messages.José Fonseca
2009-07-06Merge commit 'origin/openvg-1.0'Zack Rusin
2009-07-06exa: some infrastucture work for accelerating compositeZack Rusin
2009-07-03Merge branch 'mesa_7_5_branch'Jakob Bornecrantz
2009-07-03st/wgl: don't advertise WGL_EXT_swap_interval stringKeith Whitwell
2009-07-03wgl: Lookup framebuffers by HWND whenever possible.José Fonseca
2009-06-30gallium: remove the pipe_sampler_state::shadow_ambient fieldBrian Paul
2009-07-01st/wgl: dummy implementation of wgl swapinterval extensionKeith Whitwell
2009-07-01wgl: Optimize wglGetProcAddress.José Fonseca
2009-06-30drm/st: Return drm_api struct from a functionJakob Bornecrantz
2009-06-24wgl: Handle flush after a window is destroyed.José Fonseca
2009-06-18wgl: Fix window resizing in multithread applications.José Fonseca
2009-06-18wgl: Move all thread related code together.José Fonseca
2009-06-17st/glx: added null ptr check in Fake_glXCreatePixmap()Brian Paul
2009-06-17wgl: Factor out some repetitive code into inline functions.José Fonseca
2009-06-15python/tests: Add is_depth_stencil_format utility function.José Fonseca
2009-06-15python/tests: Cleanup texture_sample.José Fonseca
2009-06-15dri st: Don't require the PIPE_TEXTURE_USAGE_RENDER_TARGET property for depth...Thomas Hellstrom
2009-06-27st/dri: Fix last depth bits logicJakob Bornecrantz
2009-06-24Merge branch 'mesa_7_5_branch'Brian Paul
2009-06-22st/xorg: Convert to template makefileJakob Bornecrantz
2009-06-22st/dri: Fix typo when checking for depth formatsJakob Bornecrantz
2009-06-17gallium dri st: Probe the driver for supported surface formats.Thomas Hellstrom
2009-06-16Merge branch 'mesa_7_5_branch'Brian Paul
2009-06-12Merge branch 'mesa_7_5_branch'Jakob Bornecrantz
2009-06-11python/retrace: Show the contents of the depth/stencil and surfaces before/af...José Fonseca
2009-06-11python/retrace: Interpret is_texture_referenced/is_buffer_referenced.José Fonseca
2009-06-11wgl: Fix prototype.José Fonseca
2009-06-11Merge branch 'mesa_7_5_branch'José Fonseca
2009-06-11python/tests: Test sampling from a depth texture.José Fonseca
2009-06-11dri st: Don't require the PIPE_TEXTURE_USAGE_RENDER_TARGET property for depth...Thomas Hellstrom
2009-06-09stw: ignore swapbuffer requests on singlebufferKeith Whitwell
2009-06-09Merge branch 'mesa_7_5_branch'Jakob Bornecrantz
2009-06-08stw: If stfb not set don't call into mesaJakob Bornecrantz
2009-06-04Merge branch 'mesa_7_5_branch'Brian Paul
2009-06-01wgl: Destroy the framebuffer when the window is destroyed.José Fonseca
2009-06-01Merge branch 'mesa_7_5_branch'Brian Paul
2009-05-31wgl: Cleanup framebuffer destruction logic.José Fonseca
2009-05-31wgl: Ensure we only create framebuffers for HDC associated with a window.José Fonseca
2009-05-30wgl: Use the right pixel format.José Fonseca
2009-05-30wgl: Fix debugging output.José Fonseca
2009-05-30wgl: Rename function.José Fonseca
2009-05-30wgl: Remove unused field.José Fonseca
2009-05-18st/dri: Only create new textures if drawable has changedJakob Bornecrantz
2009-05-17dri-gallium: Add GLSL support.Corbin Simpson
2009-05-15st/egl: Use proper MakefileJakob Bornecrantz
2009-05-11Merge branch 'mesa_7_5_branch'Brian Paul