summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/tgsi/tgsi_ureg.c
Commit message (Expand)AuthorAgeFilesLines
* 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