gallivm, tgsi: provide fake sample_i_ms implementations
[mesa.git] / src / gallium / auxiliary / tgsi / tgsi_exec.c
2016-02-18 Roland Scheideggergallivm, tgsi: provide fake sample_i_ms implementations
2016-02-02 Roland Scheideggertgsi: add PK2H/UP2H support
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-07-21 Ilia Mirkingallium: replace INLINE with inline
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
2011-12-19 Dave Airliesoftpipe: fix shadow1d tests.
2011-12-19 Dave Airliesoftpipe: fix shadow 2d texture array sampling
2011-12-19 Dave Airliesoftpipe: fix texture sampling from 1D texture array
2011-10-25 Vinson Leetgsi: Fix memory leak in out-of-memory path.
2011-09-10 Emil Velikovtgsi: fix typo in commit 324ac982d8e7
2011-09-10 Bryan Caingallium: add TGSI opcodes UARL and UCMP
2011-09-10 Marek Olšákgallium: add shadow 1D and 2D array samplers to TGSI
2011-09-02 Dave Airlietgsi: add support for texture offsets to the TGSI IR...
2011-08-27 Stéphane MarchesinMerge branch 'master' of git://anongit.freedesktop...
2011-08-25 Brian PaulMerge branch 'kasanen-post-process-v2'
2011-08-25 Dave Airlietgsi: add TXF support.
2011-08-25 Dave Airlietgsi: add TXQ support. (v2)
2011-08-04 Bryan CainMerge branch 'glsl-to-tgsi'
2011-08-01 Bryan Caintgsi: add support for TGSI_OPCODE_MOD in tgsi_exec
2011-07-21 Brian PaulMerge branch 'gallium-polygon-stipple'
2011-07-11 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-07-06 Brian Paultgsi: add some debug/print code in exec_tex(), disabled
2011-03-04 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-03-04 Christoph BumillerMerge remote branch 'origin/nvc0'
2011-03-03 José Fonsecatgsi: Update assert.
2011-03-02 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-03-02 Zack Rusintgsi: defer allocation of huge inputs/outputs until...
next