aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers
Commit message (Expand)AuthorAgeFilesLines
* dri-st: Unbreak GL_EXT_blend_equation_separate.Corbin Simpson2009-07-141-0/+1
* gallium: Define PIPE_CAP_BLEND_EQUATION_SEPARATE, remove extension from defau...Patrice Mandin2009-07-141-2/+0
* Merge branch 'mesa_7_5_branch'Jakob Bornecrantz2009-07-045-123/+234
|\
| * wgl: Make the stw_framebuffer destructions threadsafe.José Fonseca2009-07-065-82/+186
| * wgl: Check for multiple threads before GET_CURRENT_CONTEXT.José Fonseca2009-07-061-2/+8
| * wgl: Listen to WM_WINDOWPOSCHANGED instead of WM_SIZE messages.José Fonseca2009-07-061-44/+45
* | Merge commit 'origin/openvg-1.0'Zack Rusin2009-07-0650-0/+18857
|\ \
| * | OpenVG 1.0 State TrackerZack Rusin2009-05-0150-0/+18857
* | | exa: some infrastucture work for accelerating compositeZack Rusin2009-07-065-49/+130
* | | Merge branch 'mesa_7_5_branch'Jakob Bornecrantz2009-07-035-6/+79
|\ \ \ | | |/ | |/|
| * | st/wgl: don't advertise WGL_EXT_swap_interval stringKeith Whitwell2009-07-031-1/+1
| * | wgl: Lookup framebuffers by HWND whenever possible.José Fonseca2009-07-031-0/+10
| * | st/wgl: dummy implementation of wgl swapinterval extensionKeith Whitwell2009-07-014-0/+63
| * | wgl: Optimize wglGetProcAddress.José Fonseca2009-07-011-6/+6
* | | gallium: remove the pipe_sampler_state::shadow_ambient fieldBrian Paul2009-06-302-2/+0
* | | drm/st: Return drm_api struct from a functionJakob Bornecrantz2009-06-3013-19/+34
* | | st/dri: Fix last depth bits logicJakob Bornecrantz2009-06-271-2/+2
* | | Merge branch 'mesa_7_5_branch'Brian Paul2009-06-247-139/+179
|\| |
| * | wgl: Handle flush after a window is destroyed.José Fonseca2009-06-241-20/+21
| * | wgl: Fix window resizing in multithread applications.José Fonseca2009-06-184-47/+112
| * | wgl: Move all thread related code together.José Fonseca2009-06-185-58/+33
| * | st/glx: added null ptr check in Fake_glXCreatePixmap()Brian Paul2009-06-171-1/+1
| * | wgl: Factor out some repetitive code into inline functions.José Fonseca2009-06-171-29/+28
* | | st/xorg: Convert to template makefileJakob Bornecrantz2009-06-221-24/+13
* | | st/dri: Fix typo when checking for depth formatsJakob Bornecrantz2009-06-221-1/+1
* | | gallium dri st: Probe the driver for supported surface formats.Thomas Hellstrom2009-06-174-63/+114
* | | Merge branch 'mesa_7_5_branch'Brian Paul2009-06-162-18/+40
|\| |
| * | python/tests: Add is_depth_stencil_format utility function.José Fonseca2009-06-151-0/+8
| * | python/tests: Cleanup texture_sample.José Fonseca2009-06-151-18/+32
| * | dri st: Don't require the PIPE_TEXTURE_USAGE_RENDER_TARGET property for depth...Thomas Hellstrom2009-06-151-2/+0
* | | Merge branch 'mesa_7_5_branch'Jakob Bornecrantz2009-06-122-11/+37
|\| |
| * | python/retrace: Show the contents of the depth/stencil and surfaces before/af...José Fonseca2009-06-111-10/+28
| * | python/retrace: Interpret is_texture_referenced/is_buffer_referenced.José Fonseca2009-06-111-0/+8
| * | wgl: Fix prototype.José Fonseca2009-06-111-1/+1
* | | Merge branch 'mesa_7_5_branch'José Fonseca2009-06-111-7/+216
|\| |
| * | python/tests: Test sampling from a depth texture.José Fonseca2009-06-111-7/+216
* | | dri st: Don't require the PIPE_TEXTURE_USAGE_RENDER_TARGET property for depth...Thomas Hellstrom2009-06-111-2/+0
* | | Merge branch 'mesa_7_5_branch'Jakob Bornecrantz2009-06-091-1/+5
|\| |
| * | stw: ignore swapbuffer requests on singlebufferKeith Whitwell2009-06-091-0/+3
| * | stw: If stfb not set don't call into mesaJakob Bornecrantz2009-06-081-1/+2
* | | Merge branch 'mesa_7_5_branch'Brian Paul2009-06-041-24/+48
|\| |
| * | wgl: Destroy the framebuffer when the window is destroyed.José Fonseca2009-06-011-24/+48
* | | Merge branch 'mesa_7_5_branch'Brian Paul2009-06-0110-223/+339
|\| |
| * | wgl: Cleanup framebuffer destruction logic.José Fonseca2009-05-311-9/+4
| * | wgl: Ensure we only create framebuffers for HDC associated with a window.José Fonseca2009-05-311-1/+7
| * | wgl: Use the right pixel format.José Fonseca2009-05-309-202/+301
| * | wgl: Fix debugging output.José Fonseca2009-05-301-9/+27
| * | wgl: Rename function.José Fonseca2009-05-301-2/+2
| * | wgl: Remove unused field.José Fonseca2009-05-302-2/+0
* | | st/dri: Only create new textures if drawable has changedJakob Bornecrantz2009-05-182-0/+17