summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/tgsi/tgsi_ureg.h
Commit message (Expand)AuthorAgeFilesLines
* gallium: replace INLINE with inlineIlia Mirkin2015-07-211-58/+58
* tgsi/ureg: don't emit in/out arrays if drivers don't support ranged declarationsMarek Olšák2015-06-051-1/+5
* tgsi/ureg: add support for output array declarationsMarek Olšák2015-06-051-11/+27
* tgsi/ureg: add support for GS input array declarationsMarek Olšák2015-06-051-1/+3
* tgsi/ureg: rename and simplify ureg_DECL_gs_inputMarek Olšák2015-06-051-4/+3
* tgsi/ureg: add support for FS input array declarationsMarek Olšák2015-06-051-6/+23
* tgsi/ureg: allow ureg_dst to have dimension indicesIlia Mirkin2015-05-161-6/+53
* tgsi: add support for flt64 constantsDave Airlie2015-02-201-0/+5
* tgsi/ureg: Move ureg_dst_register() to the header.Eric Anholt2015-02-061-0/+25
* tgsi/ureg: simplify code for declaring propertiesMarek Olšák2014-11-161-34/+1
* gallium: Fix compiler warning.Jan Vesely2014-08-041-1/+1
* gallium: switch dedicated centroid field to interpolation locationIlia Mirkin2014-07-091-1/+1
* gallium: create TGSI_PROPERTY to disable viewport and clippingChristoph Bumiller2014-06-021-0/+4
* tgsi_ureg: add property_gs_invocationsJordan Justen2014-02-201-0/+4
* tgsi: Prevent emission of instructions with empty writemask.José Fonseca2013-11-221-0/+34
* tgsi: Rework calls to ureg_emit_insn().José Fonseca2013-11-221-96/+104
* 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