summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/tgsi/tgsi-instruction-set.txt
Commit message (Collapse)AuthorAgeFilesLines
* tgsi: Remove tgsi-instruction-set.txt.José Fonseca2010-06-011-1127/+0
| | | | | Deprecated by tgsi.rst, and no point in keeping it around if it's not being updated.
* tgsi: Drop BGNFOR, ENDFOR, REP, and ENDREP opcodes.José Fonseca2010-04-271-36/+0
|
* tgsi: Document Declaration Semantic token and FACE semantic name.Michal Krol2009-11-241-0/+32
|
* tgsi: Document differencies between vs_1_1 and vs_2_0 for EXPP and LOGP.Michal Krol2009-09-041-2/+12
|
* tgsi: remove redundant CND0 opcodeKeith Whitwell2009-09-011-5/+1
| | | | Can be implemented with CMP src2, src1, src0
* Rename TGSI LOOP instruction to better match theri usage.Michal Krol2009-07-311-6/+6
| | | | | | | | The LOOP/ENDLOOP pair is renamed to BGNFOR/ENDFOR as its behaviour is similar to a C language for-loop. The BGNLOOP2/ENDLOOP2 pair is renamed to BGNLOOP/ENDLOOP as now there is no name collision.
* tgsi: Document LOOP/ENDLOOP instruction operation.Michal Krol2009-07-301-2/+18
|
* tgsi/doc: Fix typo.Michal Krol2009-04-011-1/+1
|
* 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: 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: 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
|
* tgsi: Document ps_1_1 instruction set operations.Michal Krol2009-03-171-0/+9
|
* tgsi: Begin documenting GLSL instruction set operations.Michal Krol2009-03-171-0/+54
|
* tgsi: Begin documenting NV_geometry_program4 instruction set operations.Michal Krol2009-03-171-0/+14
|
* tgsi: Begin documenting NV_gpu_program4 instruction set operations.Michal Krol2009-03-161-0/+107
|
* tgsi: Document NV_vertex_program3 instruction set operations.`Michal Krol2009-03-161-0/+20
|
* tgsi: Begin documenting NV_fragment_program2 instruction set operations.Michal Krol2009-03-121-0/+78
|
* tgsi: Begin documenting ARB_fragment_program instruction set operations.Michal Krol2009-03-121-0/+30
|
* tgsi: Document ARB_vertex_program instruction set operations.Michal Krol2009-03-121-0/+16
|
* tgsi: Begin documenting NV_vertex_program2 instruction set operations.Michal Krol2009-03-121-0/+42
|
* tgsi: Begin documenting NV_fragment_program instruction set operations.Michal Krol2009-03-111-0/+190
|
* tgsi: Document NV_vertex_program1_1 instruction set operations.Michal Krol2009-03-111-0/+28
|
* tgsi: ARL is a vector instruction.Michal Krol2009-03-101-0/+3
|
* tgsi: Note that LOG and EXP are approximations.Michal Krol2009-03-101-2/+2
|
* tgsi: Document EXT_vertex_shader instruction set operations.Michal Krol2009-03-101-0/+108
|
* tgsi: Document ATI_fragment_shader instruction set operations.Michal Krol2009-03-091-0/+54
|
* tgsi: Document NV_vertex_program instruction set operations.Michal Krol2009-03-081-0/+145