tgsi/exec: split out setting up masks to separate function
[mesa.git] / src / gallium / auxiliary / tgsi / tgsi_exec.c
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
2013-04-17 Zack Rusintgsi/exec: geometry shaders are executed on a single...
2013-04-17 Zack Rusintgsi/exec: fix the udiv and umod instructions
2013-04-17 José Fonsecagallium: Disambiguate TGSI_OPCODE_IF.
2013-03-19 Christian Königtgsi: use separate structure for indirect address v2
2013-03-19 Christian Königtgsi: remove TGSI_FILE_(IMMEDIATE|TEMP)_ARRAY
2013-03-13 Roland Scheideggertgsi: fix sample_d emit for arrays
2013-03-08 Zack Rusintgsi/exec: Correctly reset NumOutputs before parsing...
2013-03-11 Roland Scheideggertgsi: emit code for SVIEWINFO and SAMPLE_I
2013-03-11 Roland Scheideggertgsi: fix wrong reg used for unit for TGSI_OPCODE_TXF
2013-03-05 Roland Scheideggertgsi: handle projection modifier for array textures.
2013-03-02 Roland Scheideggertgsi: add texel offsets and derivatives to sampler...
2013-02-28 Roland Scheideggersoftpipe/draw/tgsi: simplify driver/tgsi sampler interface
2013-02-22 José Fonsecatgsi: Improve execution debugging.
2013-02-16 Roland Scheideggergallivm/tgsi: fix src modifier fetching with non-float...
2013-02-12 Roland Scheideggergallium: fix tgsi SAMPLE_L opcode to use separate sourc...
2013-02-09 Roland Scheideggersoftpipe: clean up lod computation
2013-02-09 Roland Scheideggersoftpipe: try to beat new dx10-style sample opcodes...
2013-02-04 Brian Paultgsi: add support for new SQRT opcode
2012-12-04 José Fonsecatgsi: Allow TXF from buffers.
2012-11-09 José Fonsecatgsi: Lift the requirement of indirection being done...
2012-11-09 Dave Airliesoftpipe: add ARB_texture_cube_map_array support (v1.1)
2012-10-17 Brian Paultgsi: silence MSVC signed/unsigned comparison warnings
2012-09-06 Matt TurnerRemove useless checks for NULL before freeing
2012-05-11 Marek OlšákMerge branch 'gallium-userbuf'
2012-05-11 Francisco Jerezgallium/tgsi: Move interpolation info from tgsi_declara...
2012-05-11 Francisco Jerezgallium/tgsi: Split sampler views from shader resources.
2012-01-30 Tom Stellardgallium: Prefix #defines in tgsi_exec.h with TGSI_
2012-01-30 Tom Stellardgallium: Unify defines of CHAN_[XYZW] in tgsi_exec.h
2012-01-11 Dave Airlietgsi: add TGSI_TEXTURE_SHADOWCUBEMAP
2012-01-11 Dave Airlietgsi: add ISSG support
2012-01-11 Dave Airlietgsi/softpipe: add VertexID support.
2012-01-10 Dave Airliegallium: introduce GLSL based interpolation rules....
2012-01-07 Bryan Caingallium: add an IABS opcode to TGSI
2012-01-03 Dave Airlietgsi/softpipe: disable FAST_MATH
2011-12-31 Dave Airliesoftpipe: reorder LIT to fix fp-lit-src-equals-dst
next