summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary
AgeCommit message (Expand)Author
2009-07-20tgsi: fix regression in indexed const lookupsKeith Whitwell
2009-07-16draw: fix ppc build regressionKeith Whitwell
2009-07-16tgsi: simplify and fix sse KIL implementationKeith Whitwell
2009-07-16rtasm: export sse_movmskpsKeith Whitwell
2009-07-16tgsi: initial texturing support on sse pathKeith Whitwell
2009-07-16tgsi: make sse function callout mechanism more genericKeith Whitwell
2009-07-16tgsi: reduce x86 reg usage in tgsi_sse generated programsKeith Whitwell
2009-07-16tgsi: no need to separately malloc input and output arraysKeith Whitwell
2009-07-16gallium: reduce recursive include of tgsi_exec.hKeith Whitwell
2009-07-16tgsi: make function call code in tgsi_sse.c less opaqueKeith Whitwell
2009-07-16gallium: proper constructor and destructor for tgsi_exec_machineKeith Whitwell
2009-07-13Merge branch 'mesa_7_5_branch'Brian Paul
2009-07-10tgsi: update some assertionsBrian Paul
2009-07-10tgsi: tgsi: add semantic_names[] string for TGSI_SEMANTIC_FACEBrian Paul
2009-07-10tgsi: add semantic_names[] string for TGSI_SEMANTIC_FACEBrian Paul
2009-07-10tgis: implement indirect addressing for destination registersBrian Paul
2009-07-07gallium: Fixes for clobbering stencil values in combined depth/stencil textures.Michel Dänzer
2009-07-04Merge branch 'mesa_7_5_branch'Jakob Bornecrantz
2009-07-06gallium: rearrange some members to avoid memory holes/paddingZack Rusin
2009-07-06pipebuffer: handle possible null pointer dereferenceZack Rusin
2009-07-06cso: possible null pointer dereferenceZack Rusin
2009-07-06util: fix possible null pointer usageZack Rusin
2009-07-03Merge branch 'mesa_7_5_branch'Jakob Bornecrantz
2009-07-02Nuke old trace-drm integration.Corbin Simpson
2009-06-30Merge branch 'mesa_7_5_branch'Brian Paul
2009-06-30util: Set PIPE_BUFFER_USAGE_FLUSH_EXPLICIT when calling buffer_flush_mapped_r...José Fonseca
2009-07-01util: Increase OutputDebugStringA to 4k.José Fonseca
2009-06-29gallium/draw: sketch out some missing pointcoord codeBrian Paul
2009-06-26tgsi: correct handling of return value from util_vsnprintfKeith Whitwell
2009-06-26aux/indices: don't use 'prim' value once it is known to be badKeith Whitwell
2009-06-18util: Add cast.José Fonseca
2009-06-18draw: Replace pointer arithmetic with cast.José Fonseca
2009-06-18pipebuffer: Use a type consistently for sizes/offsets.José Fonseca
2009-06-15rtasm: Use 32bit constant.José Fonseca
2009-06-14Merge branch 'mesa_7_5_branch'Jakob Bornecrantz
2009-06-26tgsi: correct handling of return value from util_vsnprintfKeith Whitwell
2009-06-24Merge branch 'mesa_7_5_branch'Brian Paul
2009-06-19draw: use u_reduced_prim() functionBrian Paul
2009-06-19gallium/util: s/boolean/unsigned/Brian Paul
2009-06-19Merge branch 'ext-provoking-vertex'Brian Paul
2009-06-18draw: use flatfirst variableBrian Paul
2009-06-18draw: remove debug codeBrian Paul
2009-06-18draw: fix first provoking vertex mode for quads, quad strips and polygonsBrian Paul
2009-06-18draw: fix first provoking vertex mode for unfilled quadsBrian Paul
2009-06-18draw: clean up indentationBrian Paul
2009-06-16Merge branch 'mesa_7_5_branch'Brian Paul
2009-06-11Merge branch 'mesa_7_5_branch'José Fonseca
2009-06-10util: Single precision constants.José Fonseca
2009-06-09draw: implement flatshade_first for drawing pipelineBrian Paul
2009-06-09Merge branch 'mesa_7_5_branch'Jakob Bornecrantz