summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/tgsi
Commit message (Expand)AuthorAgeFilesLines
* tgsi: Only free temp uregs.José Fonseca2009-08-241-2/+3
* tgsi: Pass pipe_context as a parameter to ureg_create_shader.José Fonseca2009-08-242-14/+30
* tgsi: add generic instruction builderKeith Whitwell2009-08-242-0/+33
* tgsi: when printing/dumping programs indent loops and conditionalsBrian Paul2009-08-201-0/+35
* 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/+44
* tgsi: added tgsi_full_instruction::Flags fieldBrian Paul2009-08-202-0/+3
* tgsi: Add missing include.José Fonseca2009-08-191-0/+1
* tgsi: Fix typo in ureg constant creation.José Fonseca2009-08-191-1/+1
* tgsi: silence compiler warningKeith Whitwell2009-08-191-1/+1
* tgsi: remove unused function argumentKeith Whitwell2009-08-191-4/+2
* tgsi: add missing functionality to support instructions with labelsKeith Whitwell2009-08-192-1/+57
* Merge branch 'mesa_7_5_branch'Brian Paul2009-08-182-0/+9
|\
| * 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
* | gallium: memset() tgsi_exec_machine to all zeros in tgsi_exec_machine_create()Brian Paul2009-08-171-8/+2
* | tgsi: add simple facility for releasing and reusing temporariesKeith Whitwell2009-08-132-4/+40
* | tgsi: rename ureg src/dest convertersKeith Whitwell2009-08-131-3/+3
* | tgsi: turn off debuggingKeith Whitwell2009-08-131-1/+1
* | tgsi: use REALLOC for growing token poolKeith Whitwell2009-08-131-11/+5
* | tgsi: add tgsi_ureg, a simplified tgsi shader builderKeith Whitwell2009-08-135-0/+1381
* | gallium: fix debug_printf() format stringBrian Paul2009-08-111-1/+1
* | 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
* | Rename TGSI LOOP instruction to better match theri usage.Michal Krol2009-07-316-21/+21
* | 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
* | gallium: remove deprecated TGSI opcodesKeith Whitwell2009-07-233-34/+7
* | gallium: Fix PPC build.Michel Dänzer2009-07-231-8/+8
* | gallium: remove multiple aliases for TGSI opcodesKeith Whitwell2009-07-225-163/+147
* | gallium: simplify tgsi_full_immediate structKeith Whitwell2009-07-2210-36/+34
* | 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
* | tgsi: simplify and fix sse KIL implementationKeith Whitwell2009-07-161-36/+28
* | 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-162-113/+105
* | 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-161-0/+1
* | 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-162-19/+48
|/
* 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
* tgsi: correct handling of return value from util_vsnprintfKeith Whitwell2009-06-261-5/+13
* tgsi: increase MAX_LABELS to 4096Brian Paul2009-06-041-1/+1