summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/tgsi
AgeCommit message (Expand)AuthorFilesLines
2019-05-29Change a few frequented uses of DEBUG to !NDEBUGMarek Olšák1-1/+1
2019-05-01softpipe: Add support for TGSI_OPCODE_INTERP_CENTROIDGert Wollny1-0/+42
2019-05-01softpipe: Add support for TGSI_OPCODE_INTERP_OFFSETGert Wollny1-0/+32
2019-05-01softpipe: Add (fake) support for TGSI_OPCODE_INTERP_SAMPLEGert Wollny1-1/+40
2019-05-01softpipe: Add an per-input array for interpolator correctors to machineGert Wollny2-4/+79
2019-05-01softpipe: Factor out evaluation of the source indicesGert Wollny1-28/+41
2019-04-23tgsi/scan: add uses_drawidMarek Olšák2-0/+4
2019-04-19tgsi: Mark tgsi_strings_check() unusedKristian H. Kristensen1-1/+1
2019-04-09tgsi: add support for geometry shader streams.Dave Airlie2-15/+59
2019-03-28softpipe: add indirect store buffer/image unitDave Airlie1-2/+34
2019-03-22softpipe: remove shadow_ref assert.Dave Airlie1-1/+0
2019-03-22softpipe: handle 32-bit bitfield insertsDave Airlie1-3/+7
2019-03-22softpipe: fix 32-bit bitfield extractDave Airlie1-2/+12
2019-02-22tgsi: don't set tgsi_info::uses_bindless_images for constbufs and hw atomicsMarek Olšák1-1/+3
2019-01-02tgsi/scan: correctly walk instructions in tgsi_scan_tess_ctrl()Timothy Arceri1-29/+43
2019-01-02tgsi/scan: fix loop exit point in tgsi_scan_tess_ctrl()Timothy Arceri1-1/+1
2018-12-26tgsi: add ATOMFADD operationIlia Mirkin4-1/+7
2018-11-28tgsi/scan: add more information about bindless usageMarek Olšák2-2/+33
2018-10-30gallium/util: remove p_format.h from u_debug.hDylan Baker1-0/+1
2018-10-18softpipe: dynamically allocate space for immediate constantsGert Wollny2-5/+15
2018-08-29gallium: add TGSI_MEMORY_STREAM_CACHE_POLICYMarek Olšák2-2/+3
2018-08-23tgsi/ureg: don't call tgsi_sanity when it's too slowMarek Olšák1-1/+12
2018-08-11Gallium/tgsi: Correct signdness of return value of bit operationsGert Wollny1-3/+4
2018-08-01gallium: add new SAMP2HND and IMG2HND opcodesRhys Perry3-2/+7
2018-07-27tgsi: whitespace fixes in tgsi_ureg.cBrian Paul1-23/+22
2018-07-26gallium: initialize ureg_dst::Invariant bitErik Faye-Lund1-0/+3
2018-06-29gallium: plumb invariant output attrib thru TGSIJoe M. Kniss5-13/+39
2018-06-20gallium: add scalar isa shader capChristian Gmeiner1-0/+2
2018-06-20gallium/aux/tgsi_ureg.c: remove unused parameter from match_or_expand_immedia...Gert Wollny1-2/+1
2018-06-20gallium/aux/tgsi_two_side.c: Fix -Wsign-compare warningsGert Wollny1-3/+4
2018-06-20gallium/aux/tgsi_ureg.c: Fix various warningsGert Wollny1-3/+3
2018-06-20gallium/aux/tgsi_text.c: Fix -Wsign-compare warningsGert Wollny2-5/+5
2018-06-20gallium/aux/tgsi_point_sprite.c: Fix -Wsign-compare warningsGert Wollny1-6/+7
2018-06-20gallium/aux/tgsi_lowering.c: Fix -Wsign-compare warningsGert Wollny1-3/+3
2018-06-20gallium/aux/tgsi_build.c: Fix -Wsign-compare warningsGert Wollny1-2/+4
2018-06-20gallium/aux/tgsi_build.c: Remove now unused variableGert Wollny1-7/+1
2018-06-20gallium/aux/tgsi_build.c: Remove unused parameters prev_token from various fu...Gert Wollny1-8/+0
2018-06-20gallium/aux/tgsi_exec.c: Fix various -Wsign-compareGert Wollny1-4/+4
2018-06-20gallium/aux/tgsi_exec.c: remove superfluous parameter from etch_source_dGert Wollny1-5/+4
2018-06-20gallium/aux/tgsi_exec.c: remove superfluous parameter from store_dest_dstretGert Wollny1-9/+5
2018-06-20gallium/aux/tgsi_exec.c: Remove unused parameter from fetch_src_file_channelGert Wollny1-10/+3
2018-06-20gallium/aux/tgsi_exec.c: Remove paramater inst from exec_killGert Wollny1-3/+2
2018-06-20gallium/aux/tgsi_aa_point.c: Fix -Wsign-compare warningsGert Wollny1-2/+2
2018-06-20gallium/aux/tgsi_sanity.c: Fix -Wsign-compare warningsGert Wollny1-2/+2
2018-06-20gallium/aux/tgsi/tgsi_parse.c: Fix two warningsGert Wollny1-3/+7
2018-06-20gallium/aux/tgsi/tgsi_dump.c: Fix -Wsign-compare warningsGert Wollny1-1/+1
2018-06-14virgl: add ARB_tessellation_shader support. (v2)Dave Airlie1-4/+0
2018-05-23tgsi/scan: add hw atomic to the list of memory accessing filesDave Airlie1-1/+2
2018-05-17tgsi: fix incorrect tgsi_shader_info::num_tokens computationBrian Paul1-2/+1
2018-04-30tgsi: use enums instead of unsigned in ureg codeBrian Paul2-12/+12