summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* softpipe: fix out of bounds quad rasterization bugBrian Paul2009-06-161-3/+6
* gallium: Avoid atomic ops / locking when src is dst.José Fonseca2009-06-161-14/+14
* 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
* rtasm: Use 32bit constant.José Fonseca2009-06-151-3/+3
* gallium: Ensure assert macro is defined before being used in p_thread.hJosé Fonseca2009-06-151-0/+1
* softpipe: Fix softpipe_is_texture_referenced.José Fonseca2009-06-154-0/+22
* dri st: Don't require the PIPE_TEXTURE_USAGE_RENDER_TARGET property for depth...Thomas Hellstrom2009-06-151-2/+0
* gallium: Fix segfault and valgrind error introduced with commit 3f2e006b75970...Thomas Hellstrom2009-06-151-1/+5
* 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
* gallium: New pf_is_depth_and_stencil / pf_is_depth_or_stencil inlines.José Fonseca2009-06-111-1/+11
* python/tests: Test sampling from a depth texture.José Fonseca2009-06-111-7/+216
* util: Single precision constants.José Fonseca2009-06-101-1/+1
* gallium: Shorthand functions for computing stride and sizes for a rect.José Fonseca2009-06-101-0/+12
* stw: ignore swapbuffer requests on singlebufferKeith Whitwell2009-06-091-0/+3
* pipebuffer: Silence out of heap space debug printJakob Bornecrantz2009-06-081-1/+1
* stw: If stfb not set don't call into mesaJakob Bornecrantz2009-06-081-1/+2
* softpipe: separate case for PIPE_PRIM_POLYGON in sp_vbuf_draw()Brian Paul2009-06-041-2/+12
* softpipe: fix incorrect tri vertex order for PIPE_PRIM_POLYGON renderingBrian Paul2009-06-041-1/+1
* tgsi: increase MAX_LABELS to 4096Brian Paul2009-06-041-1/+1
* util: Unsaved change missing from last commit.José Fonseca2009-06-021-1/+1
* util: Support Z24S8/Z24X8 -> unsigned conversion.José Fonseca2009-06-021-0/+15
* util: Fix 24 to 32 bit expansion binary arithmetic expression.José Fonseca2009-06-021-1/+1
* gallium/draw: Free specialized versions of driver shadersKeith Whitwell2009-06-013-0/+13
* draw: free more token arraysKeith Whitwell2009-06-012-5/+12
* draw: avoid leaking tokens when building pstipple fragment shaderKeith Whitwell2009-06-011-0/+1
* wgl: Destroy the framebuffer when the window is destroyed.José Fonseca2009-06-011-24/+48
* draw: reset extra_vp_outputs.slot to zero in widepoint_flush()Brian Paul2009-06-011-0/+1
* 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
* softpipe: fix incorrect provoking vertex color for PIPE_PRIM_POLYGONBrian Paul2009-05-301-1/+15
* softpipe: add texture target sanity check assertionBrian Paul2009-05-181-0/+5
* gallium: replace lib with $(LIB_DIR)Hanno Böck2009-05-091-2/+2
* 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
* util/upload: catch failures to map_range and return errorKeith Whitwell2009-05-081-13/+17
* 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