summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary
Commit message (Expand)AuthorAgeFilesLines
* draw: remove unused variableKeith Whitwell2009-09-021-1/+0
* util: Reset size to zero when failed to allocate buffer.José Fonseca2009-08-281-2/+6
* gallium/util: added support for SRGB formatsBrian Paul2009-08-271-0/+196
* gallium/util: added cases for SRGB formatsBrian Paul2009-08-271-0/+10
* tgsi: check for SOA dependencies in SSE and PPC code generatorsBrian Paul2009-08-202-0/+8
* tgsi: handle SOA dependencies for MOV/SWZBrian Paul2009-08-202-14/+40
* tgsi: added tgsi_full_instruction::Flags fieldBrian Paul2009-08-202-0/+3
* tgsi/ppc: we don't implement saturation modes yetBrian Paul2009-08-181-0/+5
* tgsi/sse: we don't implement saturation modes yetBrian Paul2009-08-181-0/+4
* draw: cope with more primitives in draw_pipeline_runKeith Whitwell2009-08-131-22/+55
* util: fix incorrect assertionBrian Paul2009-08-061-1/+1
* util: include u_surface.h, added commentBrian Paul2009-08-061-0/+2
* util: use util_same_surface() to compare surface pointersBrian Paul2009-08-061-3/+3
* util: added util_same_surface() helper functionBrian Paul2009-08-061-0/+17
* util: added comment/question about blit clippingBrian Paul2009-08-051-0/+1
* util: added util_blit_pixels() overlap testBrian Paul2009-08-051-2/+34
* util: fix util_blit_pixels() test for surface_copy() pathBrian Paul2009-08-051-16/+24
* util: reformatting and commentsBrian Paul2009-08-051-3/+10
* util: _debug_printf should print even when DEBUG is not definedKeith Whitwell2009-07-291-2/+0
* util: fix typo.José Fonseca2009-07-261-1/+1
* 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
* util: Increase OutputDebugStringA to 4k.José Fonseca2009-07-011-4/+2
* util: Set PIPE_BUFFER_USAGE_FLUSH_EXPLICIT when calling buffer_flush_mapped_r...José Fonseca2009-06-301-1/+3
* 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
* util: Add cast.José Fonseca2009-06-181-1/+1
* draw: Replace pointer arithmetic with cast.José Fonseca2009-06-181-1/+2
* pipebuffer: Use a type consistently for sizes/offsets.José Fonseca2009-06-1812-84/+90
* rtasm: Use 32bit constant.José Fonseca2009-06-151-3/+3
* util: Single precision constants.José Fonseca2009-06-101-1/+1
* pipebuffer: Silence out of heap space debug printJakob Bornecrantz2009-06-081-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
* draw: reset extra_vp_outputs.slot to zero in widepoint_flush()Brian Paul2009-06-011-0/+1
* util/upload: catch failures to map_range and return errorKeith Whitwell2009-05-081-13/+17
* util: Limit the stack walk to avoid referencing undefined memory.José Fonseca2009-05-081-1/+10
* gallium/tgsi: hack around linker/archiver breakageKeith Whitwell2009-05-081-0/+27
* gallium/draw: cope with unused vertex_elementsKeith Whitwell2009-05-083-2/+9
* pb: Save the stack backtrace when creating/mapping a debug buffer.José Fonseca2009-05-081-1/+101
* pb: Dump the fenced buffer sizes.José Fonseca2009-05-081-4/+6
* gallium: fix texcoords for cubemap mipmap generationBrian Paul2009-05-051-10/+86