aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/tgsi/tgsi_exec.c
Commit message (Expand)AuthorAgeFilesLines
* tgsi: Remove unused localCaio Marcelo de Oliveira Filho2019-08-231-1/+0
* tgsi: Remove unused tgsi_check_soa_dependencies().Eric Anholt2019-08-201-55/+0
* tgsi: Drop the SSE2 constants setup that's been dead code since 2011.Eric Anholt2019-08-201-14/+0
* tgsi: drop a stale commentEric Anholt2019-08-201-3/+0
* softpipe: Add support for ARB_derivative_controlGert Wollny2019-08-141-0/+29
* tgsi: fix warning: ‘interp’ may be used uninitializedMarek Olšák2019-07-221-0/+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-011-4/+68
* softpipe: Factor out evaluation of the source indicesGert Wollny2019-05-011-28/+41
* tgsi: add support for geometry shader streams.Dave Airlie2019-04-091-13/+47
* 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: add ATOMFADD operationIlia Mirkin2018-12-261-0/+4
* softpipe: dynamically allocate space for immediate constantsGert Wollny2018-10-181-1/+12
* 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
* tgsi/exec: fix LDEXP in softpipeNicolai Hähnle2017-11-161-1/+1
* gallium: add new LOD opcodeRoland Scheidegger2017-09-301-4/+44
* gallium: add LDEXP TGSI instruction and corresponding capNicolai Hähnle2017-09-291-0/+15
* tgsi: clarify the semantics of DFRACEXPNicolai Hähnle2017-09-291-9/+7
* llvmpipe, tgsi: hook up dx10 gather4 opcodeRoland Scheidegger2017-09-071-1/+4
* gallium: remove TGSI opcode SCSMarek Olšák2017-08-221-31/+0
* gallium: remove TGSI opcode BREAKCMarek Olšák2017-08-221-19/+0
* gallium: remove TGSI opcode XPDMarek Olšák2017-08-221-49/+0
* gallium: remove TGSI opcode DPHMarek Olšák2017-08-221-33/+0
* gallium: remove TGSI opcode DP2AMarek Olšák2017-08-221-29/+0
* gallium: remove TGSI opcodes PUSHA, POPA, SAD, TXQ_LZMarek Olšák2017-08-221-12/+0
* gallium: fixed modulo zero crashes in tgsi interpreter (v2)Marius Gräfe2017-06-101-20/+20
* gallium: remove support for predicates from TGSI (v2)Marek Olšák2017-04-011-59/+0
* gallium/tgsi: Treat UCMP sources as floats to match the GLSL-to-TGSI pass exp...Francisco Jerez2017-03-151-13/+41
* gallium: remove TGSI_OPCODE_CLAMPMarek Olšák2017-02-181-16/+0
* tgsi: implement ddiv opcodeRoland Scheidegger2017-01-241-0/+14
* gallium: remove TGSI_OPCODE_SUBMarek Olšák2017-01-051-4/+0
* gallium: remove TGSI_OPCODE_ABSMarek Olšák2017-01-051-4/+0
* tgsi/softpipe: prepare ARB_gpu_shader_int64 support. (v3)Dave Airlie2016-09-211-132/+541
* gallium/tgsi: add support for 64-bit integer immediates.Dave Airlie2016-09-211-0/+2
* tgsi: Enable returns from within loopsLars Hamre2016-09-171-0/+4
* tgsi: use truncf in micro_truncLars Hamre2016-06-061-4/+4
* tgsi: fix out of bounds accessRob Clark2016-05-261-1/+1
* gallium/tgsi: use _mesa_roundevenf in micro_rndLars Hamre2016-05-261-4/+5
* tgsi: s/Elements/ARRAY_SIZE/Brian Paul2016-04-271-6/+6
* tgsi/exec: initialise SysSemanticToIndex array to -1Dave Airlie2016-04-271-0/+3
* tgsi/exec: implement restartable machine.Dave Airlie2016-04-271-17/+33