summaryrefslogtreecommitdiffstats
path: root/src/mesa/pipe/cell/ppu
Commit message (Expand)AuthorAgeFilesLines
* Cell: fix a recursive flushing bugBrian2008-01-263-1/+22
* Cell: add check to catch recursive batch flushingBrian2008-01-261-0/+7
* Cell: updates to match pipe_buffer changesBrian2008-01-253-12/+10
* Cell: emit framebuffer state like other stateBrian2008-01-252-117/+15
* gallium: replace prim pipeline begin/end() functions with flush()Brian2008-01-251-6/+3
* gallium: rename pipe_buffer_handle to pipe_buffer, rework pipebuffer/ codeKeith Whitwell2008-01-253-3/+3
* Cell: propogate vertex info to SPUs, use it for attrib interpolationBrian2008-01-253-0/+12
* Cell: batch_buffer_size should be uint, not ubyteBrian2008-01-251-1/+1
* Cell: send actual vertex size in the render commandBrian2008-01-242-23/+5
* Cell: rewrite compute_vertex_layout()Brian2008-01-241-89/+60
* Cell: fix asst. warningsBrian2008-01-245-5/+9
* Cell: s/FORMAT/EMIT/Brian2008-01-231-9/+9
* Cell: remove old test codeBrian2008-01-233-83/+0
* Cell: asst. updates to sync up with today's earlier gallium changesBrian2008-01-235-21/+11
* Cell: initial support for sampler stateBrian2008-01-211-0/+7
* Cell: s/cell_init_surface_funcs/cell_init_surface_functions/Brian2008-01-211-1/+1
* Cell: Added cell_surface.[ch] filesBrian2008-01-214-1/+228
* Cell: renamed cell_surface.[ch] to cell_clear.[ch]Brian2008-01-212-142/+0
* Cell: rename cell_surface.[ch] cell_clear.[ch]Brian2008-01-214-2/+144
* Cell: Add initial texture functionsBrian2008-01-215-5/+251
* Cell: add cell_set_sampler_texture()Brian2008-01-212-0/+19
* gallium: add a src_index[] array to draw's vertex_info for mapping post-xform...Brian2008-01-211-9/+10
* enable call to cell_emit_state()Brian2008-01-201-1/+1
* Cell: improve "finished copying batch buffer" signalling.Brian2008-01-194-17/+61
* vbuf updates/fixes (KeithW)Brian2008-01-161-9/+25
* Cell: after sending a batch, wait for a DMA completion signal.Brian2008-01-141-3/+14
* Cell: update surface map code to match recent changes in pipe_surface structBrian2008-01-144-15/+18
* Cell: disable cell_emit_state() for nowBrian2008-01-121-1/+1
* Cell: first state object (depth/stencil/alpha) emitted to SPUsBrian2008-01-126-0/+86
* Cell: whitespace/cleanupBrian2008-01-122-18/+25
* Cell: sketch out needed rasterizer stateBrian2008-01-121-0/+42
* Cell: basic batch buffer workingBrian2008-01-116-8/+103
* Cell: initial work for a hw-like batch buffer systemBrian2008-01-117-11/+150
* Cell: remove obsolete cell_prim_buffer struct and codeBrian2008-01-112-7/+0
* Cell: debug code, commentsBrian2008-01-111-2/+15
* Cell: reformatttingBrian2008-01-111-8/+6
* Cell: Remove the pre-vbuf rendering codeBrian2008-01-113-10/+3
* Cell: compute bounding box in cell_vbuf_draw()Brian2008-01-101-11/+20
* Cell: enable vbuf path by defaultBrian2008-01-102-5/+2
* Cell: checkpoint: draw_vbuf code in place and works, but not enabled by defau...Brian2008-01-101-8/+51
* Cell: initial implementation of vbuf code.Brian2008-01-105-1/+188
* Cell: call draw_compute_vertex_size()Brian2008-01-101-1/+2
* Cell: s/free/align_free/Brian2008-01-101-1/+1
* Cell: clean-up cell_spu_exit() codeBrian2008-01-103-22/+8
* Cell: remove some debug printfs, predicate others with Debug booleanBrian2008-01-093-7/+0
* Cell: implemement basic Z testingBrian2008-01-092-24/+26
* Cell: improve surface state code to replace some temporary code.Brian2008-01-033-13/+86
* insert a temporary flush to fix missing triangles artifactBrian2008-01-031-0/+5
* better debug codeBrian2008-01-031-2/+15
* make use of prim bounds box infoBrian2008-01-022-0/+10