summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/tgsi/tgsi_ureg.h
Commit message (Expand)AuthorAgeFilesLines
* tgsi/ureg: make the dst register match the src indirectionZack Rusin2013-05-031-3/+9
* tgsi/ureg: Add a function to return the number of outputsZack Rusin2013-04-261-0/+6
* tgsi: use separate structure for indirect address v2Christian König2013-03-191-0/+7
* tgsi/ureg: implement support for array temporariesChristian König2013-03-191-11/+27
* gallivm/tgsi: fix issues with sample opcodesRoland Scheidegger2013-02-161-0/+119
* gallium/tgsi/ureg: Support local temporary emission.Francisco Jerez2012-05-111-0/+8
* gallium/tgsi: Split sampler views from shader resources.Francisco Jerez2012-05-111-7/+7
* gallium: add support for clip distancesBryan Cain2012-01-051-0/+6
* gallium: utility helper functions for stream outputMarek Olšák2011-12-151-4/+14
* gallium: implement ARB_conservative_depthMarek Olšák2011-12-101-0/+5
* tgsi: add support for texture offsets to the TGSI IR. (v2)Dave Airlie2011-09-021-3/+9
* tgsi: s/varient/variant/Brian Paul2011-06-071-2/+2
* gallium/tgsi: shuffle ureg_src structure to work around gcc4.6.0 issueJerome Glisse2011-02-251-14/+14
* gallium: implement modern sampling schemeZack Rusin2011-01-241-0/+69
* gallium: add fragment shader property for color writes to all buffers. (v2)Dave Airlie2010-12-241-0/+4
* 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