aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/tgsi
Commit message (Expand)AuthorAgeFilesLines
* softpipe: add indirect store buffer/image unitDave Airlie2019-03-281-2/+34
* softpipe: remove shadow_ref assert.Dave Airlie2019-03-221-1/+0
* softpipe: handle 32-bit bitfield insertsDave Airlie2019-03-221-3/+7
* softpipe: fix 32-bit bitfield extractDave Airlie2019-03-221-2/+12
* tgsi: don't set tgsi_info::uses_bindless_images for constbufs and hw atomicsMarek Olšák2019-02-221-1/+3
* tgsi/scan: correctly walk instructions in tgsi_scan_tess_ctrl()Timothy Arceri2019-01-021-29/+43
* tgsi/scan: fix loop exit point in tgsi_scan_tess_ctrl()Timothy Arceri2019-01-021-1/+1
* tgsi: add ATOMFADD operationIlia Mirkin2018-12-264-1/+7
* tgsi/scan: add more information about bindless usageMarek Olšák2018-11-282-2/+33
* gallium/util: remove p_format.h from u_debug.hDylan Baker2018-10-301-0/+1
* softpipe: dynamically allocate space for immediate constantsGert Wollny2018-10-182-5/+15
* gallium: add TGSI_MEMORY_STREAM_CACHE_POLICYMarek Olšák2018-08-292-2/+3
* tgsi/ureg: don't call tgsi_sanity when it's too slowMarek Olšák2018-08-231-1/+12
* Gallium/tgsi: Correct signdness of return value of bit operationsGert Wollny2018-08-111-3/+4
* gallium: add new SAMP2HND and IMG2HND opcodesRhys Perry2018-08-013-2/+7
* tgsi: whitespace fixes in tgsi_ureg.cBrian Paul2018-07-271-23/+22
* gallium: initialize ureg_dst::Invariant bitErik Faye-Lund2018-07-261-0/+3
* gallium: plumb invariant output attrib thru TGSIJoe M. Kniss2018-06-295-13/+39
* gallium: add scalar isa shader capChristian Gmeiner2018-06-201-0/+2
* gallium/aux/tgsi_ureg.c: remove unused parameter from match_or_expand_immedia...Gert Wollny2018-06-201-2/+1
* gallium/aux/tgsi_two_side.c: Fix -Wsign-compare warningsGert Wollny2018-06-201-3/+4
* gallium/aux/tgsi_ureg.c: Fix various warningsGert Wollny2018-06-201-3/+3
* gallium/aux/tgsi_text.c: Fix -Wsign-compare warningsGert Wollny2018-06-202-5/+5
* gallium/aux/tgsi_point_sprite.c: Fix -Wsign-compare warningsGert Wollny2018-06-201-6/+7
* gallium/aux/tgsi_lowering.c: Fix -Wsign-compare warningsGert Wollny2018-06-201-3/+3
* gallium/aux/tgsi_build.c: Fix -Wsign-compare warningsGert Wollny2018-06-201-2/+4
* gallium/aux/tgsi_build.c: Remove now unused variableGert Wollny2018-06-201-7/+1
* gallium/aux/tgsi_build.c: Remove unused parameters prev_token from various fu...Gert Wollny2018-06-201-8/+0
* gallium/aux/tgsi_exec.c: Fix various -Wsign-compareGert Wollny2018-06-201-4/+4
* gallium/aux/tgsi_exec.c: remove superfluous parameter from etch_source_dGert Wollny2018-06-201-5/+4
* gallium/aux/tgsi_exec.c: remove superfluous parameter from store_dest_dstretGert Wollny2018-06-201-9/+5
* gallium/aux/tgsi_exec.c: Remove unused parameter from fetch_src_file_channelGert Wollny2018-06-201-10/+3
* gallium/aux/tgsi_exec.c: Remove paramater inst from exec_killGert Wollny2018-06-201-3/+2
* gallium/aux/tgsi_aa_point.c: Fix -Wsign-compare warningsGert Wollny2018-06-201-2/+2
* gallium/aux/tgsi_sanity.c: Fix -Wsign-compare warningsGert Wollny2018-06-201-2/+2
* gallium/aux/tgsi/tgsi_parse.c: Fix two warningsGert Wollny2018-06-201-3/+7
* gallium/aux/tgsi/tgsi_dump.c: Fix -Wsign-compare warningsGert Wollny2018-06-201-1/+1
* virgl: add ARB_tessellation_shader support. (v2)Dave Airlie2018-06-141-4/+0
* tgsi/scan: add hw atomic to the list of memory accessing filesDave Airlie2018-05-231-1/+2
* tgsi: fix incorrect tgsi_shader_info::num_tokens computationBrian Paul2018-05-171-2/+1
* tgsi: use enums instead of unsigned in ureg codeBrian Paul2018-04-302-12/+12
* tgsi,softpipe: use enum tgsi_opcodeBrian Paul2018-03-231-2/+2
* st/mesa,tgsi: use enum tgsi_opcodeBrian Paul2018-03-234-29/+29
* tgsi: use enum tgsi_opcodeBrian Paul2018-03-235-14/+14
* tgsi: move tgsi_processor_to_shader_stage() to a headerEmil Velikov2018-03-161-0/+15
* tgsi/scan: use wrap-around shift behavior explicitly for file_maskRoland Scheidegger2018-03-061-2/+5
* gallium/tgsi: remove is_msaa_sampler array from tgsi_shader_infoTimothy Arceri2018-02-262-7/+0
* tgsi: Recognize RET in main for tgsi_transformRoland Scheidegger2018-02-141-7/+55
* 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