aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/tgsi
Commit message (Expand)AuthorAgeFilesLines
* Change a few frequented uses of DEBUG to !NDEBUGMarek Olšák2019-05-291-1/+1
* softpipe: Add support for TGSI_OPCODE_INTERP_CENTROIDGert Wollny2019-05-011-0/+42
* softpipe: Add support for TGSI_OPCODE_INTERP_OFFSETGert Wollny2019-05-011-0/+32
* softpipe: Add (fake) support for TGSI_OPCODE_INTERP_SAMPLEGert Wollny2019-05-011-1/+40
* softpipe: Add an per-input array for interpolator correctors to machineGert Wollny2019-05-012-4/+79
* softpipe: Factor out evaluation of the source indicesGert Wollny2019-05-011-28/+41
* tgsi/scan: add uses_drawidMarek Olšák2019-04-232-0/+4
* tgsi: Mark tgsi_strings_check() unusedKristian H. Kristensen2019-04-191-1/+1
* tgsi: add support for geometry shader streams.Dave Airlie2019-04-092-15/+59
* 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