aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/tgsi/tgsi_exec.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* tgsi: remove incorrect assertionBrian Paul2010-07-301-1/+0
* gallium: implement bounds checking for constant buffersBrian Paul2010-07-291-7/+46
* gallium: add a temporary array register fileZack Rusin2010-06-181-1/+95
* gallium: add a new register file - immediate arrayZack Rusin2010-06-181-0/+21
* gs: make sure we end primitives when finishing executing shadersZack Rusin2010-06-151-0/+16
* tgsi: support 2d indirect addressingZack Rusin2010-06-111-1/+6
* tgsi: Implement OPCODE_DIV.Michal Krol2010-05-191-1/+1
* tgsi: fix tgsi_exec_machine_bind_shader() to handle NULL tokens, samplersBrian Paul2010-05-061-1/+20
* gallium/tgsi: remove unused tgsi_exec_labels codeBrian Paul2010-05-061-9/+0
* gallium: Remove loop register file.José Fonseca2010-05-031-7/+0
* tgsi: Drop BGNFOR, ENDFOR, REP, and ENDREP opcodes.José Fonseca2010-04-271-81/+0
* tgsi: add comment about potential code removalBrian Paul2010-04-181-0/+6
* tgsi: Cleanup exec code for CLAMP, CMP and CND.Michal Krol2010-03-011-28/+39
* tgsi: Remove dead code.Michal Krol2010-02-251-12/+0
* tgsi: ifdef out unused function micro_sqrt.Vinson Lee2010-02-201-0/+2
* tgsi: Make more exec opcodes look pretty.Michal Krol2010-02-191-64/+20
* tgsi: Change prototypes of micro opcodes to explicitly indicates number of args.Michal Krol2010-02-191-164/+206