summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/cell/spu
Commit message (Expand)AuthorAgeFilesLines
* 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-283-5/+5
* 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: added some comments/ideas about better texture samplingBrian2008-04-031-1/+17
* cell: minor texture improvementsBrian2008-04-033-11/+26
* cell: more multi-texture fixes (mostly working now)Brian2008-04-014-16/+17
* cell: turn off some debug outputBrian2008-04-011-1/+1
* cell: pass tex unit to get_texel()Brian2008-04-011-3/+2
* cell: checkpoint: more multi-texture workBrian2008-04-015-12/+36
* cell: enable #define CACHE_STATS to print a cache report upon exitBrian2008-04-013-0/+23
* cell: more work for multi-texture supportBrian2008-03-314-43/+56
* cell: initial work to support multi-textureBrian2008-03-314-25/+41
* gallium: replace PIPE_ATTRIB_MAX with PIPE_MAX_ATTRIBSBrian2008-03-273-8/+8
* cell: fix unclosed commentBrian2008-03-271-1/+1
* cell: Implement code-gen for logic opIan Romanick2008-03-263-27/+60
* cell: Change code-gen for CONST_COLOR blend factorIan Romanick2008-03-212-0/+4
* cell: Remove unnecessary default_blend work-aroundIan Romanick2008-03-211-21/+0
* cell: Fix bus error when there is no depth bufferIan Romanick2008-03-201-0/+3
* cell: Use code-gen for alpha blendIan Romanick2008-03-206-126/+97
* cell: Correctly load stencil for PIPE_FORMAT_S8Z24_UNORMIan Romanick2008-03-181-3/+2
* cell: Fix depth read / write for s8z24.Ian Romanick2008-03-182-2/+24
* cell: Minor changes to make stencil not crashIan Romanick2008-03-182-5/+11
* cell: Don't segfault when unbinding alpha / stencil / depth test stateIan Romanick2008-03-171-7/+16
* cell: Initial code-gen for alpha / stencil / depth testingIan Romanick2008-03-178-158/+269
* Replicate TXP changes in the SPU version of TGSI execIan Romanick2008-03-131-31/+14
* cell: Use unified data cache for textures tooIan Romanick2008-02-273-117/+72
* cell: Fix off-by-one error in spu_dcache_fetch_unalignedIan Romanick2008-02-251-18/+32
* cell: Trivial compiler warning clean-ups.Ian Romanick2008-02-252-4/+7
* Cell: Remove unnecessary include filesIan Romanick2008-02-252-4/+0
* Cell: Use multiple DMA tags for the dcache.Ian Romanick2008-02-252-2/+5
* Cell: Add spu_dcache.c to Makefile.Ian Romanick2008-02-211-0/+1
* Cell: Initial scalar implementation of spu_dcache_mark_dirtyIan Romanick2008-02-211-6/+16
* Cell: Fix off-by-one error in spu_dcache_fetch_unalignedIan Romanick2008-02-212-6/+6
* Cell: Initial pass at unified data cacheIan Romanick2008-02-215-94/+167
* Cell: emit vertex shaders and uniforms more intelligentlyIan Romanick2008-02-194-41/+47
* Cell: trivial clean-upsIan Romanick2008-02-191-6/+2
* Cell: Enable code gen for SPE attribute fetchIan Romanick2008-02-153-473/+32
* Code reorganization: s/aux/auxiliary/ -- update build.José Fonseca2008-02-151-1/+1
* Code reorganization: update build.José Fonseca2008-02-1510-15/+19
* Code reorganization: move files into their places.José Fonseca2008-02-1521-0/+6134