Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cell/spu: divorce from tgsi_exec.h | Keith Whitwell | 2010-06-07 | 1 | -1/+1 |
| | |||||
* | cell: Drop BGNFOR, ENDFOR, REP, and ENDREP opcodes. | José Fonseca | 2010-04-27 | 1 | -12/+0 |
| | |||||
* | gallium: Simplify PIPE_ALIGN_VAR. | José Fonseca | 2010-01-12 | 1 | -4/+4 |
| | | | | | | gcc allows pre-fix variable attributes. Suggested by Ian Romanick. | ||||
* | gallium: Generalize the alignment macros to other compilers and any alignment. | José Fonseca | 2010-01-12 | 1 | -2/+4 |
| | |||||
* | Remove TGSI_OPCODE_SHR, map existing usage to TGSI_OPCODE_ISHR. | Michal Krol | 2010-01-05 | 1 | -1/+1 |
| | | | | This is to differentiate it from its unsigned version, TGSI_OPCODE_USHR. | ||||
* | tgsi: rename fields of tgsi_full_src_register to reduce verbosity | Keith Whitwell | 2009-11-24 | 1 | -18/+18 |
| | | | | | | | SrcRegister -> Register SrcRegisterInd -> Indirect SrcRegisterDim -> Dimension SrcRegisterDimInd -> DimIndirect | ||||
* | tgsi: rename fields of tgsi_full_dst_register to reduce verbosity | Keith Whitwell | 2009-11-24 | 1 | -6/+6 |
| | | | | | DstRegister -> Register DstRegisterInd -> Indirect | ||||
* | tgsi: rename fields of tgsi_full_declaration to reduce verbosity | Keith Whitwell | 2009-11-24 | 1 | -2/+2 |
| | | | | DeclarationRange -> Range | ||||
* | tgsi: rename fields of tgsi_full_instruction to avoid excessive verbosity | Keith Whitwell | 2009-11-24 | 1 | -6/+6 |
| | | | | | | | | InstructionPredicate -> Predicate InstructionLabel -> Label InstructionTexture -> Texture FullSrcRegisters -> Src FullDstRegisters -> Dst | ||||
* | gallium: remove the swizzling parts of ExtSwizzle | Keith Whitwell | 2009-10-23 | 1 | -19/+8 |
| | | | | | | | | | These haven't been used by the mesa state tracker since the conversion to tgsi_ureg, and it seems that none of the other state trackers are using it either. This helps simplify one of the biggest suprises when starting off with TGSI shaders. | ||||
* | gallium: remove noise opcodes | Keith Whitwell | 2009-10-23 | 1 | -16/+0 |
| | | | | | | | | | | | Provide a dummy implementation in the GL state tracker (move 0.5 to the destination regs). At some point, a motivated person could add a better implementation of noise. Currently not even the nvidia binary drivers do anything more than this. In any case, the place to do this is in the GL state tracker, not the poor driver. | ||||
* | tgsi: remove redundant CND0 opcode | Keith Whitwell | 2009-09-01 | 1 | -4/+0 |
| | | | | Can be implemented with CMP src2, src1, src0 | ||||
* | Rename TGSI LOOP instruction to better match theri usage. | Michal Krol | 2009-07-31 | 1 | -4/+4 |
| | | | | | | | | The LOOP/ENDLOOP pair is renamed to BGNFOR/ENDFOR as its behaviour is similar to a C language for-loop. The BGNLOOP2/ENDLOOP2 pair is renamed to BGNLOOP/ENDLOOP as now there is no name collision. | ||||
* | gallium: remove deprecated TGSI opcodes | Keith Whitwell | 2009-07-23 | 1 | -12/+0 |
| | | | | | | Various opcodes which can be implemented trivially with other TGSI opcodes, such as matrix multiplication and negation. These were not used by any state tracker or implemented by any of the drivers. | ||||
* | cell: update TGSI_OPCODE_ cases | Brian Paul | 2009-07-22 | 1 | -18/+8 |
| | |||||
* | cell: replace assert() with special spu ASSERT() macro | Brian Paul | 2008-09-03 | 1 | -75/+75 |
| | |||||
* | gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.h | Brian Paul | 2008-08-24 | 1 | -1/+0 |
| | | | | Also, rename p_tile.[ch] to u_tile.[ch] | ||||
* | cell: KILP is a predicated discard, KIL is a conditional discard. | Michal Krol | 2008-08-13 | 1 | -4/+17 |
| | |||||
* | Merge tgsi/exec and tgsi/util directories. | José Fonseca | 2008-07-28 | 1 | -2/+2 |
| | |||||
* | cell: SWZ no longer aliases MOV. | Michal Krol | 2008-06-02 | 1 | -1/+1 |
| | |||||
* | cell: Fix build after TGSI declaration interface changes. | Michal Krol | 2008-05-31 | 1 | -5/+3 |
| | |||||
* | cell: fix unclosed comment | Brian | 2008-03-27 | 1 | -1/+1 |
| | |||||
* | Replicate TXP changes in the SPU version of TGSI exec | Ian Romanick | 2008-03-13 | 1 | -31/+14 |
| | | | | | Replicate changes from commit ba75e82b6ebaf88dd2e4a8f764b2d296d715bf8a in spu_exec.c | ||||
* | cell: Trivial compiler warning clean-ups. | Ian Romanick | 2008-02-25 | 1 | -2/+4 |
| | |||||
* | Cell: Remove unnecessary include files | Ian Romanick | 2008-02-25 | 1 | -2/+0 |
| | |||||
* | Cell: Fix off-by-one error in spu_dcache_fetch_unaligned | Ian Romanick | 2008-02-21 | 1 | -4/+3 |
| | | | | | An off-by-one error caused an extra qword to be fetched under certain alignment / size combinations. | ||||
* | Cell: Initial pass at unified data cache | Ian Romanick | 2008-02-21 | 1 | -26/+23 |
| | |||||
* | Cell: trivial clean-ups | Ian Romanick | 2008-02-19 | 1 | -6/+2 |
| | |||||
* | Code reorganization: update build. | José Fonseca | 2008-02-15 | 1 | -2/+2 |
| | | | | | | | | | Update the Makefiles and includes for the new paths. Note that there hasn't been no separation of the Makefiles yet, and make is jumping all over the place. That will be taken care shortly. But for now, make should work. It was tested with linux and linux-dri. Linux-cell and linux-llvm might require some minor tweaks. | ||||
* | Code reorganization: move files into their places. | José Fonseca | 2008-02-15 | 1 | -0/+1948 |
This is in a separate commit to ensure renames are properly preserved. |