summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/tgsi/tgsi_exec.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* tgsi: Rewrite exec implementations of NRM and NRM4.Michal Krol2010-02-191-61/+70
* tgsi: remove special-case code for fragment positionBrian Paul2010-02-051-7/+1
* tgsi: added debugging code to catch divide by zeroBrian Paul2010-02-031-0/+12
* tgsi: convert CHECK_INF_OR_NAN to inline functionBrian Paul2010-02-031-8/+17
* tgsi: fix commentBrian Paul2010-02-021-1/+1
* gallium: Rename PIPE_MAX_CONSTANT to PIPE_MAX_CONSTANT_BUFFERS.Michal Krol2010-01-281-1/+1
* gallium: Implement 2D constant buffers for fragment shader in softpipe.Michal Krol2010-01-281-151/+116
* tgsi: Fix behaviour of dimension index.Michal Krol2010-01-181-19/+22
* Merge branch 'mesa_7_7_branch'Jakob Bornecrantz2010-01-141-0/+8
|\
| * tgsi: Silence uninitialized variable warnings.Vinson Lee2010-01-081-0/+8
* | tgsi: Cleanup dot-product opcodes in interpreter.Michal Krol2010-01-081-97/+130
* | gallium: Fix texture sampling with explicit LOD in softpipe.Michal Krol2010-01-071-8/+22
* | gallium: Pass per-element (not per-quad) LOD bias values down to texture samp...Michal Krol2010-01-071-33/+25
* | tgsi: Cleanup exec_tex().Michal Krol2010-01-071-49/+40
* | tgsi: Simplify implementation of few interpreter's instructions.Michal Krol2010-01-051-384/+311
* | tgsi: Treat MOV source operand as FLOAT so modifiers works as expected.Michal Krol2010-01-051-1/+1
* | tgsi: Store ADDR file in interpreter as an int.Michal Krol2010-01-051-18/+44
* | tgsi: Remove dead micro_umod().Michal Krol2010-01-051-14/+0
* | tgsi: Make interpreter aware of float and integer data types.Michal Krol2010-01-051-109/+133
* | gallium: Add UMOD TGSI opcode.Michal Krol2010-01-051-0/+14
* | gallium: Add SWITCH, CASE, DEFAULT and ENDSWITCH opcodes to TGSI.Michal Krol2010-01-051-10/+140
* | tgsi: Cleanup interpreter code for other existing integer opcodes.Michal Krol2010-01-051-116/+66
* | tgsi: Implement new integer opcodes.Michal Krol2010-01-051-222/+369
* | tgsi: Fix assert.Vinson Lee2010-01-041-1/+1
* | draw/tgsi: fix geometry shader input/output swizzlingZack Rusin2009-12-251-1/+9
* | gallium: add geometry shader support to galliumZack Rusin2009-12-251-4/+41
* | tgsi: Implement BREAKC in interpreter.Michal Krol2009-12-221-0/+19
* | tgsi: add properties and system value registerZack Rusin2009-12-141-1/+7
* | Merge commit 'origin/tgsi-simplify-ext'Keith Whitwell2009-12-011-72/+68
|\ \
| * | tgsi: rename fields of tgsi_full_src_register to reduce verbosityKeith Whitwell2009-11-241-30/+30
| * | tgsi: rename fields of tgsi_full_dst_register to reduce verbosityKeith Whitwell2009-11-241-18/+18