summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/tgsi/tgsi_exec.c
Commit message (Expand)AuthorAgeFilesLines
* tgsi/exec: Correctly reset NumOutputs before parsing the shaderZack Rusin2013-03-071-3/+7
* tgsi: emit code for SVIEWINFO and SAMPLE_IRoland Scheidegger2013-03-111-3/+10
* tgsi: fix wrong reg used for unit for TGSI_OPCODE_TXFRoland Scheidegger2013-03-111-2/+2
* tgsi: handle projection modifier for array textures.Roland Scheidegger2013-03-051-3/+11
* tgsi: add texel offsets and derivatives to sampler interfaceRoland Scheidegger2013-03-021-76/+178
* softpipe/draw/tgsi: simplify driver/tgsi sampler interfaceRoland Scheidegger2013-02-281-43/+38
* tgsi: Improve execution debugging.José Fonseca2013-02-221-5/+24
* gallivm/tgsi: fix src modifier fetching with non-float types.Roland Scheidegger2013-02-161-1/+1
* gallium: fix tgsi SAMPLE_L opcode to use separate source for explicit lodRoland Scheidegger2013-02-121-1/+1
* softpipe: clean up lod computationRoland Scheidegger2013-02-081-48/+42
* softpipe: try to beat new dx10-style sample opcodes into shapeRoland Scheidegger2013-02-081-67/+89
* tgsi: add support for new SQRT opcodeBrian Paul2013-02-041-0/+14
* tgsi: Allow TXF from buffers.José Fonseca2012-12-041-0/+1
* tgsi: Lift the requirement of indirection being done by ADDR register.José Fonseca2012-11-091-1/+0
* softpipe: add ARB_texture_cube_map_array support (v1.1)Dave Airlie2012-11-091-30/+90
* tgsi: silence MSVC signed/unsigned comparison warningsBrian Paul2012-10-171-1/+1
* Remove useless checks for NULL before freeingMatt Turner2012-09-051-16/+6
* gallium/tgsi: Move interpolation info from tgsi_declaration to a separate token.Francisco Jerez2012-05-111-1/+1
* gallium/tgsi: Split sampler views from shader resources.Francisco Jerez2012-05-111-7/+7
* gallium: Prefix #defines in tgsi_exec.h with TGSI_Tom Stellard2012-01-301-50/+50
* gallium: Unify defines of CHAN_[XYZW] in tgsi_exec.hTom Stellard2012-01-301-175/+170
* tgsi: add TGSI_TEXTURE_SHADOWCUBEMAPDave Airlie2012-01-111-0/+2
* tgsi: add ISSG supportDave Airlie2012-01-111-0/+14
* tgsi/softpipe: add VertexID support.Dave Airlie2012-01-111-4/+10
* gallium: introduce GLSL based interpolation rules. (v2)Dave Airlie2012-01-101-0/+4
* gallium: add an IABS opcode to TGSIBryan Cain2012-01-071-0/+4
* tgsi/softpipe: disable FAST_MATHDave Airlie2012-01-031-1/+1
* softpipe: reorder LIT to fix fp-lit-src-equals-dstDave Airlie2011-12-311-8/+8
* softpipe: fix shadow1d tests.Dave Airlie2011-12-191-1/+13
* softpipe: fix shadow 2d texture array samplingDave Airlie2011-12-191-1/+10
* softpipe: fix texture sampling from 1D texture arrayDave Airlie2011-12-191-0/+13
* tgsi: Fix memory leak in out-of-memory path.Vinson Lee2011-10-251-7/+10
* tgsi: fix typo in commit 324ac982d8e7Emil Velikov2011-09-101-1/+1
* gallium: add TGSI opcodes UARL and UCMPBryan Cain2011-09-101-0/+30
* gallium: add shadow 1D and 2D array samplers to TGSIMarek Olšák2011-09-101-0/+37
* tgsi: add support for texture offsets to the TGSI IR. (v2)Dave Airlie2011-09-021-2/+20
* tgsi: add TXF support.Dave Airlie2011-08-251-1/+56
* tgsi: add TXQ support. (v2)Dave Airlie2011-08-251-1/+29
* Merge branch 'glsl-to-tgsi'Bryan Cain2011-08-041-1/+12
|\
| * tgsi: add support for TGSI_OPCODE_MOD in tgsi_execBryan Cain2011-08-011-1/+12
* | tgsi: add some debug/print code in exec_tex(), disabledBrian Paul2011-07-061-0/+11
|/
* tgsi: Update assert.José Fonseca2011-03-031-1/+1
* tgsi: defer allocation of huge inputs/outputs until we have a gsZack Rusin2011-03-021-4/+41
* tgsi: add support for 1D/2D texture arraysBrian Paul2011-01-251-0/+30
* gallium: implement modern sampling schemeZack Rusin2011-01-241-0/+211
* tgsi: add support for system values to TGSI interpreterBrian Paul2010-12-081-3/+16
* tgsi/exec: Get rid of obsolete condition codes.Michal Krol2010-11-041-10/+0
* tgsi/exec: Cleanup the remaining arithmetic instructions.Michal Krol2010-11-041-378/+413
* tgsi: Don't ignore indirect registers in tgsi_check_soa_dependenciesJosé Fonseca2010-09-211-2/+4
* tgsi: fix false CondStackTop==0 assertionBrian Paul2010-08-231-0/+5