summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* tgsi: update some assertionsBrian Paul2009-07-101-4/+4
* tgsi: tgsi: add semantic_names[] string for TGSI_SEMANTIC_FACEBrian Paul2009-07-101-1/+6
* tgsi: add semantic_names[] string for TGSI_SEMANTIC_FACEBrian Paul2009-07-101-1/+6
* tgis: implement indirect addressing for destination registersBrian Paul2009-07-106-11/+101
* gallium: Fixes for clobbering stencil values in combined depth/stencil textures.Michel Dänzer2009-07-071-1/+27
* 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
* 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
* util: Increase OutputDebugStringA to 4k.José Fonseca2009-07-011-4/+2
* st/wgl: dummy implementation of wgl swapinterval extensionKeith Whitwell2009-07-014-0/+63
* gallium: fix the front face semanticsZack Rusin2009-07-013-16/+15
* wgl: Optimize wglGetProcAddress.José Fonseca2009-07-011-6/+6
* util: Set PIPE_BUFFER_USAGE_FLUSH_EXPLICIT when calling buffer_flush_mapped_r...José Fonseca2009-06-301-1/+3
* gallium: New PIPE_BUFFER_USAGE_FLUSH_EXPLICIT flag for buffer_flush_mapped_ra...José Fonseca2009-06-303-7/+18
* cell: PIPE_CAP_TGSI_CONT_SUPPORTED queryBrian Paul2009-06-261-0/+2
* softpipe: PIPE_CAP_TGSI_CONT_SUPPORTED queryBrian Paul2009-06-261-0/+2
* gallium: added PIPE_CAP_TGSI_CONT_SUPPORTEDBrian Paul2009-06-261-0/+1
* tgsi: correct handling of return value from util_vsnprintfKeith Whitwell2009-06-261-5/+13
* aux/indices: don't use 'prim' value once it is known to be badKeith Whitwell2009-06-261-1/+1
* wgl: Handle flush after a window is destroyed.José Fonseca2009-06-241-20/+21
* softpipe: return alpha=1 in shadow_compare() functionBrian Paul2009-06-191-0/+2
* util: Add cast.José Fonseca2009-06-181-1/+1
* draw: Replace pointer arithmetic with cast.José Fonseca2009-06-181-1/+2
* trace: Use size_t consistently.José Fonseca2009-06-182-5/+5
* pipebuffer: Use a type consistently for sizes/offsets.José Fonseca2009-06-1812-84/+90
* 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
* 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