summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/cell/ppu/cell_context.h
AgeCommit message (Expand)Author
2010-07-29gallium: Implement draw_vbo and set_index_buffer for all drivers.Chia-I Wu
2010-07-26cell: added const qualifierBrian Paul
2010-04-10Squashed commit of the following:Keith Whitwell
2010-03-16cell: add missing semicolonBrian Paul
2010-03-10Merge branch 'master' into gallium-sampler-viewMichal Krol
2010-03-10Merge commit 'origin/master' into gallium-sw-api-2Keith Whitwell
2010-03-09cell: fix up assorted compilation problemsBrian Paul
2010-03-09gallium: don't use flexible array members in drivers for vertex elements csoRoland Scheidegger
2010-03-01cell: adapt to new vertex element csoRoland Scheidegger
2010-02-25cell: Fix after sampler view changes.Michal Krol
2010-02-11cell: adapt to stencil ref changesRoland Scheidegger
2010-02-08gallium: squash-merge of gallium screen contextKeith Whitwell
2010-01-15Merge branch 'gallium-noconstbuf'Roland Scheidegger
2010-01-12gallium: Simplify PIPE_ALIGN_VAR.José Fonseca
2010-01-12gallium: Generalize the alignment macros to other compilers and any alignment.José Fonseca
2009-12-24gallium: adapt drivers to pipe_constant_buffer removalRoland Scheidegger
2009-02-24cell: overhaul cell teximage codeBrian Paul
2009-02-18cell: updates for new pipe_transfer changesBrian Paul
2008-10-28cell: fix a number of fence issuesBrian Paul
2008-10-22cell: implement fencing for texture buffersBrian Paul
2008-10-17cell: more efficient state emit for textures/samplersBrian Paul
2008-10-15cell: query # cells tooBrian Paul
2008-10-15cell: propogate blend color to SPUs for the fallback fragment ops codeBrian Paul
2008-10-07cell: use new keymap to save/re-use fragment ops codeBrian Paul
2008-09-26cell: remove unneeded blend/depth_stencil subclassesBrian Paul
2008-09-26cell: checkpoint: support for function calls in SPU shadersBrian Paul
2008-09-11cell: initial support for fragment shader code generation.Brian Paul
2008-09-04cell: implement CELL_DEBUG env/options varBrian Paul
2008-09-04cell: assorted comments, clean-ups, etc.Brian Paul
2008-07-28Merge tgsi/exec and tgsi/util directories.José Fonseca
2008-04-08cell: keep track of num_vertex_attribs/buffers for shorter loopsBrian
2008-03-27gallium: replace PIPE_ATTRIB_MAX with PIPE_MAX_ATTRIBSBrian
2008-03-26cell: Implement code-gen for logic opIan Romanick
2008-03-17cell: Initial code-gen for alpha / stencil / depth testingIan Romanick
2008-03-13cell: Fix to work with commit fa9e7e9a8debb68611909ac2ffab527c6c39a3e5Ian Romanick
2008-03-10cell: sync up with sampler/texture state-setting changesBrian
2008-02-27Cell: implement pipe_screen for cell driverBrian
2008-02-22cell: added function prototypes to silence warningsBrian
2008-02-19Bring in ppc spe rtasm into gallium's rtasm module.José Fonseca
2008-02-15Cell: Enable code gen for SPE attribute fetchIan Romanick
2008-02-15Code reorganization: update build.José Fonseca
2008-02-15Code reorganization: move files into their places.José Fonseca