summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/cell
AgeCommit message (Expand)AuthorFilesLines
2009-06-26cell: PIPE_CAP_TGSI_CONT_SUPPORTED queryBrian Paul1-0/+2
2009-04-15gallium: Make sure we flush before some texture / buffer operations.Thomas Hellstrom1-0/+25
2009-04-04cell: update clear() code to catch up to gallium changesBrian Paul3-39/+25
2009-03-26gallium: Remove some little-used fields from struct pipe_surface.Michel Dänzer1-13/+0
2009-03-13gallium: Remove do_flip argument from surface_copyJakob Bornecrantz1-1/+13
2009-03-04cell: update cell driver after gallium reference count changesBrian Paul2-6/+3
2009-03-04gallium: Unify reference counting.Michel Dänzer2-46/+25
2009-02-24cell: overhaul cell teximage codeBrian Paul5-266/+119
2009-02-24cell: don't need tex transfer for drawing surfacesBrian Paul1-30/+24
2009-02-18cell: patch up cell_texture.c so it compilesBrian Paul1-6/+135
2009-02-18cell: updates for new pipe_transfer changesBrian Paul2-23/+81
2009-02-18cell: update vbuf code to catch up to recent changesBrian Paul1-5/+28
2009-02-18cell: remove unused varBrian Paul1-1/+0
2009-02-18cell: start adding new cell_transfer types/codeBrian Paul1-0/+19
2009-02-18cell: remove old surface_map codeBrian Paul1-5/+0
2009-02-18util: Move p_debug.h into util module.José Fonseca1-1/+1
2009-02-16cell: use some SPU intrinsics to get slightly better code in eval_inputs()Brian Paul1-4/+7
2009-02-15cell: minor Makefile clean-upBrian Paul1-2/+3
2009-02-15cell: new/tighter code for computing fragment program inputsBrian Paul1-91/+76
2009-02-15cell: combine eval_z(), eval_w() functionsBrian Paul1-20/+27
2009-02-07cell: remove unused varBrian Paul1-1/+0
2009-02-07cell: compile fix: many updates to cell texture code for new surface mappingBrian Paul1-39/+42
2009-02-07cell: compile fix: alpha.ref is now alpha.ref_valueBrian Paul2-2/+2
2009-02-07cell: compile fix: pipe_constant_buffer no longer has size fieldBrian Paul2-2/+1
2009-02-07cell: compile fix: pipe_constant_buffer no longer has size fieldBrian Paul1-3/+3
2009-01-31gallium: initialize simple screen in driversZack Rusin1-0/+2
2009-01-30gallium: make p_winsys internalZack Rusin6-11/+11
2009-01-29gallium: give the screen priority when it comes to buffer allocationsZack Rusin3-15/+15
2009-01-27gallium: standardize api on the prefix "nr"Zack Rusin1-1/+1
2009-01-27gallium: standardize naming of masksZack Rusin2-29/+29
2009-01-19Merge commit 'origin/gallium-0.2' into gallium-xlib-reworkKeith Whitwell11-522/+570
2009-01-14cell: Specify constant as float for CEILF().Jonathan Adamczewski1-1/+1
2009-01-13cell: Add missing suffix to SHUFFLE macroJonathan Adamczewski1-1/+1
2009-01-12cell: allocate batch buffers w/ 16-byte alignmentJonathan Adamczewski8-143/+111
2009-01-11cell: optimize unpack_colors() function, saving 12 cyclesBrian Paul1-31/+34
2009-01-11cell: move color unpacking code into separate functionBrian Paul1-76/+89
2009-01-11cell: re-order the z/stencil fetch/extract/convert instructions for better perfBrian Paul1-55/+51
2009-01-11cell: simplify the 'optional register' codeBrian Paul1-62/+50
2009-01-11cell: asst datatype clean-upsBrian Paul1-73/+75
2009-01-11cell: move depth/stencil code into separate functionBrian Paul1-179/+213
2009-01-11cell: clean-up, re-indent, commentsBrian Paul1-95/+139
2009-01-11Merge commit 'origin/gallium-0.2' into gallium-xlib-reworkKeith Whitwell2-101/+28
2009-01-10cell: use tgsi_dump_instruction() instead of spe_comment()Brian Paul1-101/+25
2009-01-10cell: added rule to produce .s assembly filesBrian Paul1-0/+3
2009-01-09Merge commit 'origin/gallium-0.2' into gallium-xlib-reworkKeith Whitwell5-745/+987
2009-01-08cell: fix breakage from xlib re-orgBrian Paul1-2/+1
2009-01-08gallium: split driver-independent code out of xlib winsysKeith Whitwell1-40/+0
2009-01-06cell: replace 0 with -1 in SPE_COUNT_USABLE_SPES queryJonathan Adamczewski1-1/+1
2009-01-05cell: fix code emit for RSQ/RCP when src arg == dst argBrian Paul1-6/+8
2009-01-05cell: SIMDize sorting in setup_sort_vertices()Jonathan Adamczewski1-55/+42