summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/cell/spu/spu_exec.c
Commit message (Expand)AuthorAgeFilesLines
* cell/spu: divorce from tgsi_exec.hKeith Whitwell2010-06-071-1/+1
* cell: Drop BGNFOR, ENDFOR, REP, and ENDREP opcodes.José Fonseca2010-04-271-12/+0
* gallium: Simplify PIPE_ALIGN_VAR.José Fonseca2010-01-121-4/+4
* gallium: Generalize the alignment macros to other compilers and any alignment.José Fonseca2010-01-121-2/+4
* Remove TGSI_OPCODE_SHR, map existing usage to TGSI_OPCODE_ISHR.Michal Krol2010-01-051-1/+1
* tgsi: rename fields of tgsi_full_src_register to reduce verbosityKeith Whitwell2009-11-241-18/+18
* tgsi: rename fields of tgsi_full_dst_register to reduce verbosityKeith Whitwell2009-11-241-6/+6
* tgsi: rename fields of tgsi_full_declaration to reduce verbosityKeith Whitwell2009-11-241-2/+2
* tgsi: rename fields of tgsi_full_instruction to avoid excessive verbosityKeith Whitwell2009-11-241-6/+6
* gallium: remove the swizzling parts of ExtSwizzleKeith Whitwell2009-10-231-19/+8
* gallium: remove noise opcodesKeith Whitwell2009-10-231-16/+0
* tgsi: remove redundant CND0 opcodeKeith Whitwell2009-09-011-4/+0
* Rename TGSI LOOP instruction to better match theri usage.Michal Krol2009-07-311-4/+4
* gallium: remove deprecated TGSI opcodesKeith Whitwell2009-07-231-12/+0
* cell: update TGSI_OPCODE_ casesBrian Paul2009-07-221-18/+8
* cell: replace assert() with special spu ASSERT() macroBrian Paul2008-09-031-75/+75
* gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.hBrian Paul2008-08-241-1/+0
* cell: KILP is a predicated discard, KIL is a conditional discard.Michal Krol2008-08-131-4/+17
* Merge tgsi/exec and tgsi/util directories.José Fonseca2008-07-281-2/+2
* cell: SWZ no longer aliases MOV.Michal Krol2008-06-021-1/+1
* cell: Fix build after TGSI declaration interface changes.Michal Krol2008-05-311-5/+3
* cell: fix unclosed commentBrian2008-03-271-1/+1
* Replicate TXP changes in the SPU version of TGSI execIan Romanick2008-03-131-31/+14
* cell: Trivial compiler warning clean-ups.Ian Romanick2008-02-251-2/+4
* Cell: Remove unnecessary include filesIan Romanick2008-02-251-2/+0
* Cell: Fix off-by-one error in spu_dcache_fetch_unalignedIan Romanick2008-02-211-4/+3
* Cell: Initial pass at unified data cacheIan Romanick2008-02-211-26/+23
* Cell: trivial clean-upsIan Romanick2008-02-191-6/+2
* Code reorganization: update build.José Fonseca2008-02-151-2/+2
* Code reorganization: move files into their places.José Fonseca2008-02-151-0/+1948