softpipe: dynamically allocate space for immediate constants
[mesa.git] / src / gallium / auxiliary / tgsi / tgsi_exec.c
2018-10-18 Gert Wollnysoftpipe: dynamically allocate space for immediate...
2018-06-20 Gert Wollnygallium/aux/tgsi_exec.c: Fix various -Wsign-compare
2018-06-20 Gert Wollnygallium/aux/tgsi_exec.c: remove superfluous parameter...
2018-06-20 Gert Wollnygallium/aux/tgsi_exec.c: remove superfluous parameter...
2018-06-20 Gert Wollnygallium/aux/tgsi_exec.c: Remove unused parameter from...
2018-06-20 Gert Wollnygallium/aux/tgsi_exec.c: Remove paramater inst from...
2017-11-16 Nicolai Hähnletgsi/exec: fix LDEXP in softpipe
2017-09-30 Roland Scheideggergallium: add new LOD opcode
2017-09-29 Nicolai Hähnlegallium: add LDEXP TGSI instruction and corresponding cap
2017-09-29 Nicolai Hähnletgsi: clarify the semantics of DFRACEXP
2017-09-07 Roland Scheideggerllvmpipe, tgsi: hook up dx10 gather4 opcode
2017-08-22 Marek Olšákgallium: remove TGSI opcode SCS
2017-08-22 Marek Olšákgallium: remove TGSI opcode BREAKC
2017-08-22 Marek Olšákgallium: remove TGSI opcode XPD
2017-08-22 Marek Olšákgallium: remove TGSI opcode DPH
2017-08-22 Marek Olšákgallium: remove TGSI opcode DP2A
2017-08-22 Marek Olšákgallium: remove TGSI opcodes PUSHA, POPA, SAD, TXQ_LZ
2017-06-10 Marius Gräfegallium: fixed modulo zero crashes in tgsi interpreter...
2017-03-31 Marek Olšákgallium: remove support for predicates from TGSI (v2)
2017-03-15 Francisco Jerezgallium/tgsi: Treat UCMP sources as floats to match...
2017-02-18 Marek Olšákgallium: remove TGSI_OPCODE_CLAMP
2017-01-24 Roland Scheideggertgsi: implement ddiv opcode
2017-01-05 Marek Olšákgallium: remove TGSI_OPCODE_SUB
2017-01-05 Marek Olšákgallium: remove TGSI_OPCODE_ABS
2016-09-21 Dave Airlietgsi/softpipe: prepare ARB_gpu_shader_int64 support...
2016-09-21 Dave Airliegallium/tgsi: add support for 64-bit integer immediates.
2016-09-17 Lars Hamretgsi: Enable returns from within loops
2016-06-06 Lars Hamretgsi: use truncf in micro_trunc
2016-05-26 Rob Clarktgsi: fix out of bounds access
2016-05-26 Lars Hamregallium/tgsi: use _mesa_roundevenf in micro_rnd
2016-04-27 Brian Paultgsi: s/Elements/ARRAY_SIZE/
2016-04-26 Dave Airlietgsi/exec: initialise SysSemanticToIndex array to -1
2016-04-26 Dave Airlietgsi/exec: implement restartable machine.
2016-04-26 Dave Airlietgsi/exec: make inputs/outputs optional for compute...
2016-04-26 Dave Airlietgsi/exec: implement load/store/atomic on MEMORY.
2016-04-26 Dave Airlietgsi/exec: split out setting up masks to separate function
2016-04-26 Dave Airlietgsi: accept a starting PC value for exec machine.
2016-04-26 Dave Airlietgsi: move to using vector for system values.
2016-04-26 Dave Airlietgsi/exec: fix system value handling.
2016-04-26 Dave Airlietgsi: pass a shader type to the machine create and...
2016-04-21 Marek Olšákgallium: use PIPE_SHADER_* everywhere, remove TGSI_PROC...
2016-04-14 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-04-13 Thomas Hindoe Paab... tgsi: fix buffer overflow
2016-04-12 Dave Airlietgsi: add support for buffer/atomic operations to tgsi_...
2016-04-01 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-03-31 Samuel Pitoisettgsi: silence compiler warning in fetch_sampler_unit()
2016-03-31 Samuel Pitoisettgsi: fix out of bounds access in exec_atomop()
2016-03-31 Brian Paultgsi: split tgsi_util_get_texture_coord_dim() function...
2016-03-30 Dave Airlietgsi: add support for image operations to tgsi_exec...
2016-03-30 Dave Airlietgsi: introduce NonHelperMask
2016-03-30 Dave Airlietgsi_exec: handle execmask when doing indirect lookups
2016-02-24 Kristian Høgsberg... Merge remote-tracking branch 'origin/master' into vulkan
2016-02-18 Roland Scheideggergallivm, tgsi: provide fake sample_i_ms implementations
2016-02-05 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2016-02-02 Roland Scheideggertgsi: add PK2H/UP2H support
2015-10-01 Kristian Høgsberg... Merge branch 'master' of ../mesa into vulkan
2015-09-11 Brian Paultgsi,softpipe: capitalize the tgsi_sampler_control...
2015-09-10 Krzesimir Nowaktgsi: Add code for handling lodq opcode
2015-09-10 Krzesimir Nowaktgsi: Remove trailing backslash in comment
2015-08-17 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-07-21 Ilia Mirkingallium: replace INLINE with inline
2015-06-26 Connor AbbottMerge branch 'wip/nir-vtn' into vulkan
2015-06-24 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-06-23 Dave Airlietgsi: handle indirect sampler arrays. (v2)
2015-06-19 Brian Paultgsi: new comments, assertion for executing TGSI_OPCODE_CAL
2015-05-20 Marek Olšákgallium: remove TGSI_SAT_MINUS_PLUS_ONE
2015-05-20 Dave Airlietgsi: handle TG4 opcode in tgsi exec
2015-03-27 Ilia Mirkintgsi: fix out-of-bounds access for cube arrays
2015-02-21 Ilia Mirkintgsi: avoid returning pointer to local var, make it...
2015-02-19 Dave Airliegallium: add double opcodes and TGSI execution (v4.2)
2014-11-24 Eric Anholtgallium: Drop the unused CND opcode.
2014-11-24 Eric Anholtgallium: Drop unused BRA opcode.
2014-11-24 Eric Anholtgallium: Drop the unused SFL/STR opcodes.
2014-11-24 Eric Anholtgallium: Drop the unused RFL opcode.
2014-11-24 Eric Anholtgallium: Drop unused X2D opcode.
2014-11-24 Eric Anholtgallium: Drop the unused ARA opcode.
2014-11-24 Eric Anholtgallium: Drop the unused RCC opcode.
2014-11-24 Eric Anholtgallium: Drop the NRM and NRM4 opcodes.
2014-09-17 rcondegallivm,tgsi: fix idiv by zero crash
2014-08-29 Roland Scheideggertgsi: (trivial) fix handling msaa resources on TXF
2014-06-11 Dave Airlietgsi_exec: use defines for max inputs/outputs
2014-06-11 Dave Airlietgsi/gs: bound max output vertices in shader
2014-04-28 Ilia Mirkintgsi: add tgsi_exec support for new bit manipulation...
2014-02-07 Erik Faye-Lundgallium/tgsi: correct typo propagated from NV_vertex_pr...
2014-02-07 Erik Faye-Lundgallium/tgsi: use CLAMP instead of open-coded clamps
2014-01-17 José Fonsecas/Tungsten Graphics/VMware/
2013-11-21 José Fonsecatgsi_exec: Fix mask calculation for emit_kill_if.
2013-10-09 Zack Rusingallium: Add support for 32x32 muls with 64 bit results
2013-08-30 Roland Scheideggersoftpipe: handle NULL sampler views for texture samplin...
2013-08-13 Roland Scheideggertgsi: implement new float comparison instructions retur...
2013-08-02 Roland Scheideggertgsi: obey clarified shift behavior
2013-07-27 Roland Scheideggertgsi: handle texel swizzles correctly for d3d10-style...
2013-07-12 Zack Rusingallium: fixup definitions of the rsq and sqrt
2013-07-12 Brian Paultgsi: rename the TGSI fragment kill opcodes
2013-07-12 Brian Paultgsi: fix-up KILP comments
2013-07-12 Brian Paultgsi: exec TGSI_OPCODE_SQRT as a scalar instruction...
2013-07-12 Brian Paultgsi: use X component of the second operand in exec_sca...
2013-05-27 Chia-I Wutgsi: add buffer texture to tgsi_util_get_texture_coord...
2013-05-08 Chia-I Wutgsi: clean up exec_tex()
2013-04-20 Roland Scheideggergallivm/tgsi: fix up breakc
next