summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/tgsi/tgsi_ureg.h
Commit message (Expand)AuthorAgeFilesLines
* tgsi/ureg: add ureg_DECL_output_layoutNicolai Hähnle2016-10-121-0/+9
* tgsi/ureg: add layout/component input declarationsNicolai Hähnle2016-10-121-0/+21
* gallium/tgsi: add support for 64-bit integer immediates.Dave Airlie2016-09-211-0/+10
* tgsi: Add support for global / private / input MEMORYHans de Goede2016-03-211-1/+1
* gallium: add TGSI property NEXT_SHADERMarek Olšák2016-03-191-0/+2
* st/glsl_to_tgsi: provide Texture and Format information for image opsNicolai Hähnle2016-03-141-2/+6
* tgsi/ureg: add shared variables support for compute shadersSamuel Pitoiset2016-02-131-0/+3
* tgsi: provide a way to encode memory qualifiers for SSBOIlia Mirkin2016-01-081-0/+13
* ureg: add buffer support to uregIlia Mirkin2016-01-081-0/+3
* tgsi: add ureg support for image declsIlia Mirkin2016-01-081-0/+7
* tgsi/ureg: remove index parameter from ureg_DECL_system_valueMarek Olšák2016-01-081-1/+0
* 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
|/