summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/cell
AgeCommit message (Expand)Author
2009-01-19Merge commit 'origin/gallium-0.2' into gallium-xlib-reworkKeith Whitwell
2009-01-14cell: Specify constant as float for CEILF().Jonathan Adamczewski
2009-01-13cell: Add missing suffix to SHUFFLE macroJonathan Adamczewski
2009-01-12cell: allocate batch buffers w/ 16-byte alignmentJonathan Adamczewski
2009-01-11cell: optimize unpack_colors() function, saving 12 cyclesBrian Paul
2009-01-11cell: move color unpacking code into separate functionBrian Paul
2009-01-11cell: re-order the z/stencil fetch/extract/convert instructions for better perfBrian Paul
2009-01-11cell: simplify the 'optional register' codeBrian Paul
2009-01-11cell: asst datatype clean-upsBrian Paul
2009-01-11cell: move depth/stencil code into separate functionBrian Paul
2009-01-11cell: clean-up, re-indent, commentsBrian Paul
2009-01-11Merge commit 'origin/gallium-0.2' into gallium-xlib-reworkKeith Whitwell
2009-01-10cell: use tgsi_dump_instruction() instead of spe_comment()Brian Paul
2009-01-10cell: added rule to produce .s assembly filesBrian Paul
2009-01-09Merge commit 'origin/gallium-0.2' into gallium-xlib-reworkKeith Whitwell
2009-01-08cell: fix breakage from xlib re-orgBrian Paul
2009-01-08gallium: split driver-independent code out of xlib winsysKeith Whitwell
2009-01-06cell: replace 0 with -1 in SPE_COUNT_USABLE_SPES queryJonathan Adamczewski
2009-01-05cell: fix code emit for RSQ/RCP when src arg == dst argBrian Paul
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
2009-01-04cell: new spu_shuffle.h headerJonathan Adamczewski
2009-01-04cell: initial codegen support for fragment shader loopsBrian Paul
2009-01-04cell: add support for PIPE_CAP_TEXTURE_MIRROR_REPEAT queryBrian Paul
2009-01-04cell: clean-up, improve SPU code generationBrian Paul
2009-01-03cell: fix typo (s/10/0)Brian
2008-11-21CELL: use variant-length fragment ops programsRobert Ellison
2008-11-20CELL: improve twiddling/untwiddling error textRobert Ellison
2008-11-13CELL: fix stencil twiddling, stencil invertRobert Ellison
2008-11-12CELL: fix stencil test bugsRobert Ellison
2008-11-12cell: include cell_surface.hBrian Paul
2008-11-12cell: include cell_pipe_state.hBrian Paul
2008-11-11cell: implement NRM3 opcodeBrian Paul
2008-11-11CELL: two-sided stencil fixesRobert Ellison
2008-11-07CELL: fix several stencil problemsRobert Ellison
2008-11-05cell: minor reformatting, var renamingBrian Paul
2008-10-30CELL: fix use of stencil value maskRobert Ellison
2008-10-30cell: Protected use of non-initialized untile buffersJonathan White
2008-10-30CELL: stencil bug fixesRobert Ellison
2008-10-30cell: Added check for PIPE_FLUSH_RENDER_CACHE to cell_flush to fix black blo...Jonathan White
2008-10-29cell: add scalar param to emit_function_call() to indicate scalar function callsBrian Paul
2008-10-29cell: use simd utilities for pow, exp2, log2Brian Paul
2008-10-28cell: fix a number of fence issuesBrian Paul
2008-10-28cell: don't include libmisc.hBrian Paul
2008-10-27cell: fix some problems when displaying to a PIPE_FORMAT_B8G8R8A8_UNORM screenBrian Paul
2008-10-27cell: Added support for untwiddling textures during glReadPixels. This allo...Jonathan White
2008-10-22cell: include pthread.hBrian Paul
2008-10-22cell: implement fencing for texture buffersBrian Paul
2008-10-22cell: set cell->num_texturesBrian Paul