summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/tgsi/tgsi_ureg.c
Commit message (Expand)AuthorAgeFilesLines
* tgsi/ureg: don't call tgsi_sanity when it's too slowMarek Olšák2018-08-231-1/+12
* tgsi: whitespace fixes in tgsi_ureg.cBrian Paul2018-07-271-23/+22
* gallium: plumb invariant output attrib thru TGSIJoe M. Kniss2018-06-291-8/+18
* gallium/aux/tgsi_ureg.c: remove unused parameter from match_or_expand_immedia...Gert Wollny2018-06-201-2/+1
* gallium/aux/tgsi_ureg.c: Fix various warningsGert Wollny2018-06-201-3/+3
* tgsi: use enums instead of unsigned in ureg codeBrian Paul2018-04-301-7/+7
* st/mesa,tgsi: use enum tgsi_opcodeBrian Paul2018-03-231-5/+5
* tgsi: s/unsigned/enum tgsi_semantic/ in ureg_DECL_output()Brian Paul2018-02-081-1/+1
* tgsi: use TGSI_INTERPOLATE_x arguments instead of zeros in ureg codeBrian Paul2018-02-081-2/+5
* tgsi: s/unsigned/enum pipe_shader_type/ in ureg codeBrian Paul2018-02-081-3/+6
* tgsi: use tgsi_semantic enum type in ureg codeBrian Paul2018-02-071-12/+12
* tgsi: use TGSI enum types in ureg codeBrian Paul2018-02-071-30/+32
* gallium/tgsi: start adding hw atomics (v3.2)Dave Airlie2017-11-101-0/+81
* tgsi/ureg: always emit constants (and their decls) as 2DNicolai Hähnle2017-09-041-15/+7
* tgsi: populate preciseKarol Herbst2017-07-211-1/+7
* tgsi/ureg: accept TGSI_FILE_{CONSTANT,INPUT} for dst registersSamuel Pitoiset2017-06-141-2/+0
* tgsi: store the sampler view type directly in the instructionSamuel Pitoiset2017-05-181-2/+5
* gallium: remove support for predicates from TGSI (v2)Marek Olšák2017-04-011-81/+3
* tgsi/ureg: return correct token count in ureg_get_tokensGrazvydas Ignotas2017-03-031-1/+1
* tgsi: remove ureg_label_insnMarc-André Lureau2017-02-101-31/+0
* st/glsl_to_tgsi: plumb the GS output stream qualifier through to TGSINicolai Hähnle2016-12-121-1/+20
* tgsi: fix comment typo in tgsi_ureg.cBrian Paul2016-10-131-1/+1
* tgsi/ureg: add ureg_DECL_output_layoutNicolai Hähnle2016-10-121-13/+29
* tgsi/ureg: add layout/component input declarationsNicolai Hähnle2016-10-121-12/+55
* gallium/tgsi: add support for 64-bit integer immediates.Dave Airlie2016-09-211-2/+43
* gallium: refactor pipe_shader_state to support multiple IR'sRob Clark2016-05-111-3/+1
* gallium: fix various undefined left shifts into sign bitNicolai Hähnle2016-05-071-1/+1
* tgsi: s/Elements/ARRAY_SIZE/Brian Paul2016-04-271-5/+5
* gallium: remove helpers converting to/from TGSI_PROCESSOR_*Marek Olšák2016-04-221-2/+1
* gallium: use PIPE_SHADER_* everywhere, remove TGSI_PROCESSOR_*Marek Olšák2016-04-221-11/+11
* tgsi: Add support for global / private / input MEMORYHans de Goede2016-03-211-11/+14
* gallium: add TGSI property NEXT_SHADERMarek Olšák2016-03-191-0/+19
* st/glsl_to_tgsi: provide Texture and Format information for image opsNicolai Hähnle2016-03-141-3/+9
* tgsi/ureg: add shared variables support for compute shadersSamuel Pitoiset2016-02-131-0/+32
* tgsi: use TGSI_WRITEMASK_XYZW instead of hardcoding the maskSamuel Pitoiset2016-02-061-3/+3
* tgsi: provide a way to encode memory qualifiers for SSBOIlia Mirkin2016-01-081-0/+52
* ureg: add buffer support to uregIlia Mirkin2016-01-081-0/+52
* tgsi: add ureg support for image declsIlia Mirkin2016-01-081-0/+77
* tgsi/ureg: handle redundant declarations in ureg_DECL_system_valueMarek Olšák2016-01-081-1/+9
* tgsi/ureg: remove index parameter from ureg_DECL_system_valueMarek Olšák2016-01-081-6/+6
* gallium/auxiliary: Sanitize NULL checks into canonical formEdward O'Callaghan2015-12-061-1/+1
* gallium/auxiliary: Trivial code style cleanupEdward O'Callaghan2015-12-061-2/+2
* tgsi: move pipe_shader_from_tgsi_processor function to utilMarek Olšák2015-10-171-24/+2
* gallium: replace INLINE with inlineIlia Mirkin2015-07-211-1/+1
* tgsi: add comments for ureg_emit_label()Brian Paul2015-06-191-0/+6
* tgsi/ureg: fix a coverity defect in emit_declsMarek Olšák2015-06-051-3/+4
* tgsi/ureg: don't emit in/out arrays if drivers don't support ranged declarationsMarek Olšák2015-06-051-35/+135
* tgsi/ureg: add support for output array declarationsMarek Olšák2015-06-051-13/+39
* tgsi/ureg: add support for GS input array declarationsMarek Olšák2015-06-051-12/+25
* tgsi/ureg: merge input and fs_input arraysMarek Olšák2015-06-051-51/+33