aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/tgsi/tgsi_ureg.h
Commit message (Expand)AuthorAgeFilesLines
* tgsi/ureg: Allow for multiple extended instruction tokens.Michal Krol2009-11-041-59/+68
* tgsi/ureg: Add negate and swizzle for predicates.Michal Krol2009-11-021-17/+141
* tgsi/ureg: Update for gallium interface changes.Michal Krol2009-11-021-10/+25
* ureg: add a mechanism to get the built tokens rather than a full shaderKeith Whitwell2009-09-121-0/+11
* ureg: add generic emitters for tex and branch instructionsKeith Whitwell2009-09-121-0/+18
* tgsi/ureg: give ureg_DECL_constant an explicit index parameterKeith Whitwell2009-09-121-1/+2
* tgsi/ureg: VS inputs don't have any semantic tags, just an indexKeith Whitwell2009-09-121-2/+1
* aux/tgsi: pull back ureg work from 0.1 branchKeith Whitwell2009-09-031-5/+114
* tgsi: Pass pipe_context as a parameter to ureg_create_shader.José Fonseca2009-08-241-5/+10
* tgsi: add generic instruction builderKeith Whitwell2009-08-241-0/+10
* tgsi: add missing functionality to support instructions with labelsKeith Whitwell2009-08-191-0/+27
* tgsi: add simple facility for releasing and reusing temporariesKeith Whitwell2009-08-131-0/+4
* tgsi: rename ureg src/dest convertersKeith Whitwell2009-08-131-3/+3
* tgsi: add tgsi_ureg, a simplified tgsi shader builderKeith Whitwell2009-08-131-0/+435