summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/tgsi/tgsi_ureg.c
Commit message (Expand)AuthorAgeFilesLines
* gallium: remove extended negate also, and also the ExtSwz tokenKeith Whitwell2009-10-231-1/+0
* tgsi: add missing implementation of constant decl changeKeith Whitwell2009-09-121-8/+61
* ureg: add a mechanism to get the built tokens rather than a full shaderKeith Whitwell2009-09-121-0/+19
* ureg: add generic emitters for tex and branch instructionsKeith Whitwell2009-09-121-11/+62
* tgsi/ureg: give ureg_DECL_constant an explicit index parameterKeith Whitwell2009-09-121-1/+4
* tgsi/ureg: VS inputs don't have any semantic tags, just an indexKeith Whitwell2009-09-121-36/+36
* tgsi: free tokens on errorKeith Whitwell2009-09-121-0/+3
* tgsi: sanity check ureg programsKeith Whitwell2009-09-121-0/+10
* aux/tgsi: pull back ureg work from 0.1 branchKeith Whitwell2009-09-031-22/+100
* 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-241-9/+20
* tgsi: add generic instruction builderKeith Whitwell2009-08-241-0/+23
* 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-191-1/+30
* tgsi: add simple facility for releasing and reusing temporariesKeith Whitwell2009-08-131-4/+36
* 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-131-0/+771