summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/cell/spu/spu_main.c
AgeCommit message (Expand)AuthorFilesLines
2011-11-29gallium/cell: Remove the driver.Kai Wasserbäch1-117/+0
2008-11-21CELL: use variant-length fragment ops programsRobert Ellison1-11/+4
2008-11-11CELL: two-sided stencil fixesRobert Ellison1-2/+4
2008-10-15cell: simplify spu debug codeBrian Paul1-8/+1
2008-09-26cell: move command processing code into new spu_command.c fileBrian Paul1-555/+3
2008-09-26cell: move debug-related declarationsBrian Paul1-0/+6
2008-09-26cell: move debug macros into new spu_debug.hBrian Paul1-27/+3
2008-09-26cell: move really_clear_tiles()Brian Paul1-38/+0
2008-09-26cell: align instruction buffers to 8-byte, not 32-byte boundaryBrian Paul1-2/+2
2008-09-26cell: checkpoint: support for function calls in SPU shadersBrian Paul1-0/+5
2008-09-19cell: make sure the fragment ops and fragment shader code buffer is at a 32-b...Brian Paul1-1/+3
2008-09-19cell: issue warning to stderr when using fallback fragment opsBrian Paul1-1/+9
2008-09-19cell: the test for CELL_DEBUG_FRAGMENT_OP_FALLBACK in cmd_state_fragment_ops(...Brian Paul1-1/+1
2008-09-17CELL: fleshing out the blending fragment opsRobert Ellison1-50/+65
2008-09-11cell: initial support for fragment shader code generation.Brian Paul1-1/+24
2008-09-11cell: clean-up, commentsBrian Paul1-20/+32
2008-09-11cell: asst. clean-upBrian Paul1-17/+6
2008-09-11cell: checkpoint: remove more of the old per-fragment codeBrian Paul1-104/+11
2008-09-11cell: checkpoint commit of new per-fragment processingBrian Paul1-4/+49
2008-09-11cell: minor change to Z float/int conversion code (avoid switch)Brian Paul1-0/+5
2008-09-05cell: code clean-up, commentsBrian Paul1-28/+39
2008-09-04cell: implement CELL_DEBUG env/options varBrian Paul1-25/+46
2008-04-03cell: minor texture improvementsBrian1-0/+2
2008-04-01cell: more multi-texture fixes (mostly working now)Brian1-3/+3
2008-04-01cell: turn off some debug outputBrian1-1/+1
2008-04-01cell: checkpoint: more multi-texture workBrian1-1/+1
2008-04-01cell: enable #define CACHE_STATS to print a cache report upon exitBrian1-0/+2
2008-03-31cell: more work for multi-texture supportBrian1-24/+31
2008-03-31cell: initial work to support multi-textureBrian1-9/+18
2008-03-27gallium: replace PIPE_ATTRIB_MAX with PIPE_MAX_ATTRIBSBrian1-2/+2
2008-03-26cell: Implement code-gen for logic opIan Romanick1-0/+19
2008-03-21cell: Remove unnecessary default_blend work-aroundIan Romanick1-21/+0
2008-03-20cell: Use code-gen for alpha blendIan Romanick1-6/+44
2008-03-18cell: Fix depth read / write for s8z24.Ian Romanick1-0/+1
2008-03-18cell: Minor changes to make stencil not crashIan Romanick1-3/+9
2008-03-17cell: Don't segfault when unbinding alpha / stencil / depth test stateIan Romanick1-7/+16
2008-03-17cell: Initial code-gen for alpha / stencil / depth testingIan Romanick1-5/+20
2008-02-27cell: Use unified data cache for textures tooIan Romanick1-0/+2
2008-02-25cell: Trivial compiler warning clean-ups.Ian Romanick1-2/+3
2008-02-21Cell: Initial pass at unified data cacheIan Romanick1-0/+8
2008-02-19Cell: emit vertex shaders and uniforms more intelligentlyIan Romanick1-0/+9
2008-02-15Cell: Enable code gen for SPE attribute fetchIan Romanick1-1/+21
2008-02-15Code reorganization: update build.José Fonseca1-1/+1
2008-02-15Code reorganization: move files into their places.José Fonseca1-0/+567