| Commit message (Expand) | Author | Age | Files | Lines |
* | dri st: Don't require the PIPE_TEXTURE_USAGE_RENDER_TARGET property for depth... | Thomas Hellstrom | 2009-06-15 | 1 | -2/+0 |
* | gallium: Fix segfault and valgrind error introduced with commit 3f2e006b75970... | Thomas Hellstrom | 2009-06-15 | 1 | -1/+5 |
* | python/retrace: Show the contents of the depth/stencil and surfaces before/af... | José Fonseca | 2009-06-11 | 1 | -10/+28 |
* | python/retrace: Interpret is_texture_referenced/is_buffer_referenced. | José Fonseca | 2009-06-11 | 1 | -0/+8 |
* | wgl: Fix prototype. | José Fonseca | 2009-06-11 | 1 | -1/+1 |
* | gallium: New pf_is_depth_and_stencil / pf_is_depth_or_stencil inlines. | José Fonseca | 2009-06-11 | 1 | -1/+11 |
* | python/tests: Test sampling from a depth texture. | José Fonseca | 2009-06-11 | 1 | -7/+216 |
* | util: Single precision constants. | José Fonseca | 2009-06-10 | 1 | -1/+1 |
* | gallium: Shorthand functions for computing stride and sizes for a rect. | José Fonseca | 2009-06-10 | 1 | -0/+12 |
* | stw: ignore swapbuffer requests on singlebuffer | Keith Whitwell | 2009-06-09 | 1 | -0/+3 |
* | pipebuffer: Silence out of heap space debug print | Jakob Bornecrantz | 2009-06-08 | 1 | -1/+1 |
* | stw: If stfb not set don't call into mesa | Jakob Bornecrantz | 2009-06-08 | 1 | -1/+2 |
* | softpipe: separate case for PIPE_PRIM_POLYGON in sp_vbuf_draw() | Brian Paul | 2009-06-04 | 1 | -2/+12 |
* | softpipe: fix incorrect tri vertex order for PIPE_PRIM_POLYGON rendering | Brian Paul | 2009-06-04 | 1 | -1/+1 |
* | tgsi: increase MAX_LABELS to 4096 | Brian Paul | 2009-06-04 | 1 | -1/+1 |
* | util: Unsaved change missing from last commit. | José Fonseca | 2009-06-02 | 1 | -1/+1 |
* | util: Support Z24S8/Z24X8 -> unsigned conversion. | José Fonseca | 2009-06-02 | 1 | -0/+15 |
* | util: Fix 24 to 32 bit expansion binary arithmetic expression. | José Fonseca | 2009-06-02 | 1 | -1/+1 |
* | gallium/draw: Free specialized versions of driver shaders | Keith Whitwell | 2009-06-01 | 3 | -0/+13 |
* | draw: free more token arrays | Keith Whitwell | 2009-06-01 | 2 | -5/+12 |
* | draw: avoid leaking tokens when building pstipple fragment shader | Keith Whitwell | 2009-06-01 | 1 | -0/+1 |
* | wgl: Destroy the framebuffer when the window is destroyed. | José Fonseca | 2009-06-01 | 1 | -24/+48 |
* | draw: reset extra_vp_outputs.slot to zero in widepoint_flush() | Brian Paul | 2009-06-01 | 1 | -0/+1 |
* | wgl: Cleanup framebuffer destruction logic. | José Fonseca | 2009-05-31 | 1 | -9/+4 |
* | wgl: Ensure we only create framebuffers for HDC associated with a window. | José Fonseca | 2009-05-31 | 1 | -1/+7 |
* | wgl: Use the right pixel format. | José Fonseca | 2009-05-30 | 9 | -202/+301 |
* | wgl: Fix debugging output. | José Fonseca | 2009-05-30 | 1 | -9/+27 |
* | wgl: Rename function. | José Fonseca | 2009-05-30 | 1 | -2/+2 |
* | wgl: Remove unused field. | José Fonseca | 2009-05-30 | 2 | -2/+0 |
* | softpipe: fix incorrect provoking vertex color for PIPE_PRIM_POLYGON | Brian Paul | 2009-05-30 | 1 | -1/+15 |
* | softpipe: add texture target sanity check assertion | Brian Paul | 2009-05-18 | 1 | -0/+5 |
* | gallium: replace lib with $(LIB_DIR) | Hanno Böck | 2009-05-09 | 1 | -2/+2 |
* | wgl: Grow the maximum number of pixel formats to cope with the new accum pixe... | José Fonseca | 2009-05-08 | 1 | -1/+1 |
* | wgl: Export pixelformats with accumulation bits. | José Fonseca | 2009-05-08 | 1 | -6/+8 |
* | util/upload: catch failures to map_range and return error | Keith Whitwell | 2009-05-08 | 1 | -13/+17 |
* | stw: fix potential uninitialized use of curctx | Keith Whitwell | 2009-05-08 | 1 | -1/+1 |
* | wgl: Enforce a minimum 1x1 framebuffer size. | José Fonseca | 2009-05-08 | 1 | -8/+19 |
* | wgl: Add assertion for missing function. | José Fonseca | 2009-05-08 | 1 | -0/+1 |
* | wgl: Remove unused variable. | José Fonseca | 2009-05-08 | 1 | -1/+0 |
* | wgl: Implement ShareLists. | José Fonseca | 2009-05-08 | 4 | -7/+28 |
* | wgl: Implemente SwapLayerBuffers. | José Fonseca | 2009-05-08 | 4 | -5/+17 |
* | util: Limit the stack walk to avoid referencing undefined memory. | José Fonseca | 2009-05-08 | 1 | -1/+10 |
* | gallium/tgsi: hack around linker/archiver breakage | Keith Whitwell | 2009-05-08 | 1 | -0/+27 |
* | wgl: Include alpha bits in pixel format's cColorBits field. | José Fonseca | 2009-05-08 | 1 | -1/+1 |
* | gallium/draw: cope with unused vertex_elements | Keith Whitwell | 2009-05-08 | 3 | -2/+9 |
* | wgl: UINT_PTR null value is an integral type, so return 0 instead of NULL. | José Fonseca | 2009-05-08 | 1 | -2/+2 |
* | pb: Save the stack backtrace when creating/mapping a debug buffer. | José Fonseca | 2009-05-08 | 1 | -1/+101 |
* | pb: Dump the fenced buffer sizes. | José Fonseca | 2009-05-08 | 1 | -4/+6 |
* | gallium: fix texcoords for cubemap mipmap generation | Brian Paul | 2009-05-05 | 1 | -10/+86 |
* | radeon: Don't even bother with things too big to fit into our card. | Corbin Simpson | 2009-05-01 | 1 | -1/+3 |