summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/cell/spu/spu_tri.c
AgeCommit message (Expand)Author
2010-05-21gallium: remnants of old ccw stateKeith Whitwell
2010-02-19Replace the _mesa_*printf() wrappers with the plain libc versionsKristian Høgsberg
2009-05-21cell: perform triangle cull a little earlierJonathan Adamczewski
2009-05-21cell: unroll inner loop of spu_render.c:cmd_render()Jonathan Adamczewski
2009-02-16cell: use some SPU intrinsics to get slightly better code in eval_inputs()Brian Paul
2009-02-15cell: new/tighter code for computing fragment program inputsBrian Paul
2009-02-15cell: combine eval_z(), eval_w() functionsBrian Paul
2009-01-14cell: Specify constant as float for CEILF().Jonathan Adamczewski
2009-01-05cell: SIMDize sorting in setup_sort_vertices()Jonathan Adamczewski
2009-01-05cell: SIMDize some subtractionsJonathan Adamczewski
2009-01-04cell: improvements to spu_tri.cJonathan Adamczewski
2008-11-11CELL: two-sided stencil fixesRobert Ellison
2008-10-30CELL: stencil bug fixesRobert Ellison
2008-10-16cell: implement KIL instructionBrian Paul
2008-10-15cell: get rid of last usage of float4 union/typedefBrian Paul
2008-10-15cell: simplify triangle front/back face determinationBrian Paul
2008-10-15cell: send rasterizer state to SPUs in proper way, remove front_winding hackBrian Paul
2008-10-15cell: updated vertex dump/debug codeBrian Paul
2008-10-13cell: more clean-up in spu_tri.cBrian Paul
2008-10-13cell: remove dead code, clean-up, reformattingBrian Paul
2008-10-13cell: finish-up perspective-corrected interpolationBrian Paul
2008-10-13cell: remove old texture codeBrian Paul
2008-10-10cell: updates in response to draw's struct vertex_info changesBrian Paul
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