aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/tgsi/tgsi_ureg.h
Commit message (Expand)AuthorAgeFilesLines
* util: don't include p_defines.h and u_pointer.h from galliumMarek Olšák2020-03-271-0/+1
* gallium/util: remove p_format.h from u_debug.hDylan Baker2018-10-301-0/+1
* gallium: initialize ureg_dst::Invariant bitErik Faye-Lund2018-07-261-0/+3
* gallium: plumb invariant output attrib thru TGSIJoe M. Kniss2018-06-291-1/+3
* tgsi: use enums instead of unsigned in ureg codeBrian Paul2018-04-301-5/+5
* st/mesa,tgsi: use enum tgsi_opcodeBrian Paul2018-03-231-14/+14
* tgsi: s/unsigned/enum pipe_shader_type/ in ureg codeBrian Paul2018-02-081-2/+3
* tgsi: use tgsi_semantic enum type in ureg codeBrian Paul2018-02-071-11/+11
* tgsi: use TGSI enum types in ureg codeBrian Paul2018-02-071-21/+23
* gallium/tgsi: start adding hw atomics (v3.2)Dave Airlie2017-11-101-0/+7
* tgsi/ureg: allow any register file in address operandsMarek Olšák2017-10-061-6/+0
* tgsi: populate preciseKarol Herbst2017-07-211-1/+13
* tgsi: store the sampler view type directly in the instructionSamuel Pitoiset2017-05-181-3/+8
* tgsi: remove some unused OPCODE macrosSamuel Pitoiset2017-05-181-158/+0
* gallium: remove support for predicates from TGSI (v2)Marek Olšák2017-04-011-148/+1
* tgsi: remove ureg_label_insnMarc-André Lureau2017-02-101-7/+0
* st/glsl_to_tgsi: plumb the GS output stream qualifier through to TGSINicolai Hähnle2016-12-121-0/+1
* 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