summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/cell/spu/spu_tri.c
AgeCommit message (Expand)Author
2008-10-09cell: implement basic TXP instruction in fragment shadersBrian Paul
2008-10-03CELL: changes to generate SPU code for stencilingRobert Ellison
2008-09-12cell: evaluate multiple fragment inputsBrian Paul
2008-09-12cell: setup fragment program inputs in SOA formatBrian Paul
2008-09-11cell: initial support for fragment shader code generation.Brian Paul
2008-09-11cell: asst. clean-upBrian Paul
2008-09-11cell: remove old per-fragment code, replace with all new codeBrian Paul
2008-09-11cell: checkpoint commit of new per-fragment processingBrian Paul
2008-09-11cell: commentsBrian Paul
2008-08-25cell: asst fixes to get driver building/running again.Brian
2008-08-24gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.hBrian Paul
2008-04-01cell: more multi-texture fixes (mostly working now)Brian
2008-04-01cell: checkpoint: more multi-texture workBrian
2008-03-31cell: more work for multi-texture supportBrian
2008-03-31cell: initial work to support multi-textureBrian
2008-03-26cell: Implement code-gen for logic opIan Romanick
2008-03-21cell: Change code-gen for CONST_COLOR blend factorIan Romanick
2008-03-20cell: Fix bus error when there is no depth bufferIan Romanick
2008-03-20cell: Use code-gen for alpha blendIan Romanick
2008-03-17cell: Initial code-gen for alpha / stencil / depth testingIan Romanick
2008-02-15Code reorganization: move files into their places.José Fonseca