summaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers
Commit message (Expand)AuthorAgeFilesLines
* 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
* | dri-gallium: Add GLSL support.Corbin Simpson2009-05-171-1/+10
* | st/egl: Use proper MakefileJakob Bornecrantz2009-05-151-23/+13
* | Merge branch 'mesa_7_5_branch'Brian Paul2009-05-111-1/+1
|\|
| * wgl: Grow the maximum number of pixel formats to cope with the new accum pixe...José Fonseca2009-05-081-1/+1
| * wgl: Export pixelformats with accumulation bits.José Fonseca2009-05-081-6/+8
| * stw: fix potential uninitialized use of curctxKeith Whitwell2009-05-081-1/+1
| * wgl: Enforce a minimum 1x1 framebuffer size.José Fonseca2009-05-081-8/+19
| * wgl: Add assertion for missing function.José Fonseca2009-05-081-0/+1
| * wgl: Remove unused variable.José Fonseca2009-05-081-1/+0
| * wgl: Implement ShareLists.José Fonseca2009-05-084-7/+28
| * wgl: Implemente SwapLayerBuffers.José Fonseca2009-05-084-5/+17
| * wgl: Include alpha bits in pixel format's cColorBits field.José Fonseca2009-05-081-1/+1
| * wgl: UINT_PTR null value is an integral type, so return 0 instead of NULL.José Fonseca2009-05-081-2/+2
* | wgl: Export pixelformats with accumulation bits.José Fonseca2009-05-081-6/+8
* | stw: fix potential uninitialized use of curctxKeith Whitwell2009-05-081-1/+1
* | wgl: Enforce a minimum 1x1 framebuffer size.José Fonseca2009-05-081-8/+19
* | wgl: Add assertion for missing function.José Fonseca2009-05-081-0/+1
* | wgl: Remove unused variable.José Fonseca2009-05-081-1/+0
* | wgl: Implement ShareLists.José Fonseca2009-05-084-7/+28
* | wgl: Implemente SwapLayerBuffers.José Fonseca2009-05-054-5/+17
* | wgl: Include alpha bits in pixel format's cColorBits field.José Fonseca2009-05-051-1/+1
* | wgl: UINT_PTR null value is an integral type, so return 0 instead of NULL.José Fonseca2009-05-051-2/+2
* | gallium/glx: say we're direct renderingBrian Paul2009-05-011-5/+8
* | xlib winsys: use new st_swapbuffers() functionBrian Paul2009-05-011-14/+7
|/
* gallium: Add SCons build support for the DRI state tracker.Michel Dänzer2009-04-301-0/+23