summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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
* | | tgsi: report opcode name in addition to the number when translation failsBrian Paul2009-08-032-3/+9
* | | tgsi: added tgsi_get_opcode_name()Brian Paul2009-08-032-0/+13
* | | gallium: comments, reformattingBrian Paul2009-08-031-17/+32
* | | mesa st: Move logbase2 function to util/u_math.hPatrice Mandin2009-08-011-5/+18
* | | Rename TGSI LOOP instruction to better match theri usage.Michal Krol2009-07-317-29/+29
* | | Merge branch 'mesa_7_5_branch'Brian Paul2009-07-301-2/+0
|\ \ \ | |/ /
| * | util: _debug_printf should print even when DEBUG is not definedKeith Whitwell2009-07-291-2/+0
* | | tgsi: Add proper constraints to sanity.Michal Krol2009-07-301-2/+22
* | | tgsi: Declare a LOOP register.Michal Krol2009-07-304-7/+11
* | | tgsi: Fix number operands for LOOP/ENDLOOP.Michal Krol2009-07-301-2/+2
* | | tgsi: Document LOOP/ENDLOOP instruction operation.Michal Krol2009-07-301-2/+18
* | | gallium: fix SSE shadow texture instructionsBrian Paul2009-07-291-3/+3
| |/ |/|
* | Merge branch 'mesa_7_5_branch'Brian Paul2009-07-281-1/+1
|\ \ | |/
| * util: fix typo.José Fonseca2009-07-261-1/+1
* | gallium: minor code/comments clean-upBrian Paul2009-07-282-11/+13
* | draw: correct address for machine struct in llvm pathKeith Whitwell2009-07-231-1/+1
* | gallivm: updates for TGSI changesKeith Whitwell2009-07-232-22/+18
* | gallium: remove deprecated TGSI opcodesKeith Whitwell2009-07-234-60/+7
* | util: Add support for Mac OS.Vinson Lee2009-07-232-9/+9
* | gallium: Fix PPC build.Michel Dänzer2009-07-231-8/+8
* | gallium: remove multiple aliases for TGSI opcodesKeith Whitwell2009-07-226-170/+154
* | gallium: simplify tgsi_full_immediate structKeith Whitwell2009-07-2213-40/+44
* | tgsi: get texturing working in vertex shader sse2 pathKeith Whitwell2009-07-201-0/+4
* | tgsi: get texturing working in vertex shader sse2 pathKeith Whitwell2009-07-201-6/+6
* | tgsi: fix regression in indexed const lookupsKeith Whitwell2009-07-201-2/+4
* | draw: fix ppc build regressionKeith Whitwell2009-07-161-0/+1
* | tgsi: simplify and fix sse KIL implementationKeith Whitwell2009-07-161-36/+28
* | rtasm: export sse_movmskpsKeith Whitwell2009-07-162-0/+10
* | tgsi: initial texturing support on sse pathKeith Whitwell2009-07-161-19/+183
* | tgsi: make sse function callout mechanism more genericKeith Whitwell2009-07-161-40/+48
* | tgsi: reduce x86 reg usage in tgsi_sse generated programsKeith Whitwell2009-07-163-132/+110
* | tgsi: no need to separately malloc input and output arraysKeith Whitwell2009-07-162-27/+6
* | gallium: reduce recursive include of tgsi_exec.hKeith Whitwell2009-07-165-1/+7
* | tgsi: make function call code in tgsi_sse.c less opaqueKeith Whitwell2009-07-162-25/+92
* | gallium: proper constructor and destructor for tgsi_exec_machineKeith Whitwell2009-07-166-40/+54
* | Merge branch 'mesa_7_5_branch'Brian Paul2009-07-137-17/+117
|\ \ | |/
| * 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
* | Merge branch 'mesa_7_5_branch'Jakob Bornecrantz2009-07-041-1/+27
|\ \ | |/
| * gallium: Fixes for clobbering stencil values in combined depth/stencil textures.Michel Dänzer2009-07-071-1/+27
* | gallium: rearrange some members to avoid memory holes/paddingZack Rusin2009-07-061-2/+2
* | pipebuffer: handle possible null pointer dereferenceZack Rusin2009-07-062-0/+4
* | cso: possible null pointer dereferenceZack Rusin2009-07-061-0/+4
* | util: fix possible null pointer usageZack Rusin2009-07-064-11/+46
* | Merge branch 'mesa_7_5_branch'Jakob Bornecrantz2009-07-031-4/+2
|\ \ | |/