summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary
AgeCommit message (Expand)Author
2009-07-30Merge branch 'mesa_7_5_branch'Brian Paul
2009-07-30tgsi: Add proper constraints to sanity.Michal Krol
2009-07-30tgsi: Declare a LOOP register.Michal Krol
2009-07-30tgsi: Fix number operands for LOOP/ENDLOOP.Michal Krol
2009-07-30tgsi: Document LOOP/ENDLOOP instruction operation.Michal Krol
2009-07-29gallium: fix SSE shadow texture instructionsBrian Paul
2009-07-29util: _debug_printf should print even when DEBUG is not definedKeith Whitwell
2009-07-28Merge branch 'mesa_7_5_branch'Brian Paul
2009-07-28gallium: minor code/comments clean-upBrian Paul
2009-07-26util: fix typo.José Fonseca
2009-07-23draw: correct address for machine struct in llvm pathKeith Whitwell
2009-07-23gallivm: updates for TGSI changesKeith Whitwell
2009-07-23gallium: remove deprecated TGSI opcodesKeith Whitwell
2009-07-23util: Add support for Mac OS.Vinson Lee
2009-07-23gallium: Fix PPC build.Michel Dänzer
2009-07-22gallium: remove multiple aliases for TGSI opcodesKeith Whitwell
2009-07-22gallium: simplify tgsi_full_immediate structKeith Whitwell
2009-07-20tgsi: get texturing working in vertex shader sse2 pathKeith Whitwell
2009-07-20tgsi: get texturing working in vertex shader sse2 pathKeith Whitwell
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