gallium/tgsi_exec: Fix up NumOutputs counting
[mesa.git] / src / gallium / auxiliary / tgsi / tgsi_exec.c
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...
2011-02-24 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-01-26 Brian Paultgsi: add support for 1D/2D texture arrays
2011-01-24 Zack Rusingallium: implement modern sampling scheme
2011-01-20 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-01-15 Brian PaulMerge branch 'draw-instanced'
2011-01-10 Christian KönigMerge remote branch 'vdpau/pipe-video' into pipe-video
2010-12-09 Brian Paultgsi: add support for system values to TGSI interpreter
2010-11-22 Keith WhitwellMerge branch 'lp-offset-twoside'
2010-11-11 Christian KönigMerge remote branch 'origin/master' into pipe-video
2010-11-04 Michal Kroltgsi/exec: Get rid of obsolete condition codes.
2010-11-04 Michal Kroltgsi/exec: Cleanup the remaining arithmetic instructions.
2010-10-18 Keith WhitwellMerge remote branch 'origin/master' into lp-setup-llvm
2010-10-12 Christian KönigMerge branch 'master' of ssh://git.freedesktop.org...
2010-10-05 Thomas Balling Sør... Merge branch 'master' into pipe-video
2010-09-21 Brian PaulMerge branch 'sprite-coord'
2010-09-21 José Fonsecatgsi: Don't ignore indirect registers in tgsi_check_soa...
2010-09-02 Christoph BumillerMerge remote branch 'origin/master' into nv50-compiler
2010-08-23 Brian Paultgsi: fix false CondStackTop==0 assertion
2010-08-18 Christoph BumillerMerge remote branch 'origin/master' into nv50-compiler
2010-08-14 Ian RomanickMerge branch 'master' into glsl2
2010-07-30 Brian Paultgsi: remove incorrect assertion
2010-07-29 Brian Paulgallium: implement bounds checking for constant buffers
2010-06-28 Jakob BornecrantzMerge branch 'gallium-drm-driver-drescriptor'
2010-06-24 Eric AnholtMerge branch 'glsl2-head' into glsl2
next