summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/cell/spu
Commit message (Expand)AuthorAgeFilesLines
* cell: initial support for fragment shader code generation.Brian Paul2008-09-113-1/+74
* cell: more comments, stub code for colormask/logicop/etcBrian Paul2008-09-111-37/+70
* cell: clean-up, commentsBrian Paul2008-09-111-20/+32
* cell: don't build unused sourcesBrian Paul2008-09-111-1/+4
* cell: asst. clean-upBrian Paul2008-09-113-48/+32
* cell: checkpoint: remove more of the old per-fragment codeBrian Paul2008-09-112-140/+12
* cell: begin new blending code (both codegen and fallback paths)Brian Paul2008-09-111-24/+208
* cell: fix shuffle in spu_unpack_B8G8R8A8()Brian Paul2008-09-111-3/+3
* cell: added cast in spu_splats() callBrian Paul2008-09-111-1/+1
* cell: remove old per-fragment code, replace with all new codeBrian Paul2008-09-113-331/+48
* cell: checkpoint commit of new per-fragment processingBrian Paul2008-09-116-7/+343
* cell: minor change to Z float/int conversion code (avoid switch)Brian Paul2008-09-113-21/+23
* cell: commentsBrian Paul2008-09-111-1/+4
* cell: comments, etc.Brian Paul2008-09-111-14/+30
* cell: code clean-up, commentsBrian Paul2008-09-052-32/+43
* cell: implement CELL_DEBUG env/options varBrian Paul2008-09-041-25/+46
* cell: replace assert() with special spu ASSERT() macroBrian Paul2008-09-035-89/+90
* cell: commentsBrian Paul2008-09-031-0/+6
* cell: add -DDEBUG flag, fixes to Cell MakefilesBrian Paul2008-09-031-1/+1
* cell: asst fixes to get driver building/running again.Brian2008-08-255-4/+29
* gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.hBrian Paul2008-08-245-5/+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-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