aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/tgsi/tgsi_ureg.h
Commit message (Expand)AuthorAgeFilesLines
* ureg: support centroid interpolationLuca Barbieri2010-09-271-4/+20
* tgsi: support 2d indirect addressingZack Rusin2010-06-111-6/+38
* mesa/st+tgsi: Provide a free callback to match with ureg_get_tokens().José Fonseca2010-05-111-0/+4
* gallium: Remove loop register file.José Fonseca2010-05-031-3/+0
* tgsi: Add ureg_DECL_fs_input_cyl().Michal Krol2010-02-091-4/+18
* Merge branch 'gallium-embedded'José Fonseca2010-02-031-0/+1
|\
| * gallium: Make pipe_atomic a regular int32_t.José Fonseca2010-02-021-0/+1
* | tgsi: ureg_DECL_gs_input() accepts shader semantics.Michal Krol2010-02-021-1/+3
|/
* tgsi: add properties for fragment coord conventions (v3)Luca Barbieri2010-01-291-0/+7
* tgsi: Add ureg_property_gs_output_prim/max_vertices().Michal Krol2010-01-281-1/+9
* tgsi: Handle 2-D declarations.Michal Krol2010-01-281-0/+30
* tgsi: Allow TEMPORARY registers as indirect address into source operands.Michal Krol2010-01-181-3/+9
* tgsi: Add ureg_DECL_immediate_block_uint().Michal Krol2010-01-181-0/+5
* tgsi: Add ureg_property_gs_input_prim().Michal Krol2010-01-151-0/+8
* tgsi: Add ureg_src_dimension().Michal Krol2010-01-151-4/+16
* Merge branch 'master' into instanced-arraysMichal Krol2010-01-051-0/+94
|\
| * tgsi: Support signed/unsigned integer immediate types.Michal Krol2010-01-051-0/+94
* | tgsi: Support system values in ureg.Michal Krol2009-12-301-0/+6
|/
* tgsi/ureg: Add ureg_DECL_gs_input().Michal Krol2009-12-141-0/+4
* tgsi: Add ureg_DECL_loop().Michal Krol2009-11-241-0/+3
* 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