summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/tgsi
Commit message (Expand)AuthorAgeFilesLines
* 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
* gallium/tgsi: hack around linker/archiver breakageKeith Whitwell2009-05-081-0/+27
* tgsi: added tgsi_check_soa_dependencies() and related debug code (disabled)Brian Paul2009-04-291-0/+62
* tgis: SSE code generator doesn't yet support indirect addressing of temp regsBrian Paul2009-04-241-0/+29
* tgsi/sse2: Cleanup NRM/NRM4 implementation.Michal Krol2009-04-101-25/+76
* tgsi/sse2: Fix build.Michal Krol2009-04-091-1/+1
* tgsi/sse2: Fix ARL instruction.Michal Krol2009-04-091-0/+1
* tgsi/sse2: Fix LIT instruction.Michal Krol2009-04-091-1/+1
* tgsi/exec: Actually enable switch-case for FLR.Michal Krol2009-04-031-1/+1
* tgsi/text: Allow optional component selection for indirect registers.Michal Krol2009-04-031-5/+38
* tgsi/text: Allow `-|src|` variant of `-(|src|)`.Michal Krol2009-04-031-3/+11
* tgsi: Fix structure members initialisation.Michal Krol2009-04-011-116/+116
* tgsi: Lookup alternate instruction mnemonics when parsing tgsi text.Michal Krol2009-04-011-1/+21
* tgsi: Provide alternate instruction mnemonics in tgsi info.Michal Krol2009-04-012-29/+31
* tgsi/doc: Fix typo.Michal Krol2009-04-011-1/+1
* tgsi: added some helpful debug functions in the tgsi interpreterBrian Paul2009-03-311-0/+53
* tgsi: Condition codes are implied in KILP.Michal Krol2009-03-301-3/+1
* tgsi: Explain symbols used in instruction set documentation.Michal Krol2009-03-301-0/+71
* tgsi: Document BRA opcode.Michal Krol2009-03-301-1/+1
* tgsi: pass zero vector to texture sampler for 1D case instead of NULLBrian Paul2009-03-261-1/+5
* tgsi: minor commentsBrian Paul2009-03-221-2/+2
* tgsi: Document KIL, KILP instructions.Michal Krol2009-03-211-2/+6
* tgsi: Document vs_2_0 instruction set operations.Michal Krol2009-03-191-0/+14
* tgsi: Document vs_1_1 instruction set operations.Michal Krol2009-03-191-0/+14
* tgsi: Begin documenting ps_2_x instruction set operations.Michal Krol2009-03-191-0/+44
* tgsi: Restore statement ordering.José Fonseca2009-03-171-1/+1
* tgsi: Document ps_2_0 instruction set operations.Michal Krol2009-03-171-0/+57
* tgsi: Document ps_1_4 instruction set operations.Michal Krol2009-03-171-0/+9