summaryrefslogtreecommitdiffstats
path: root/src/mesa/pipe/cell
Commit message (Expand)AuthorAgeFilesLines
* Cell: updates to match pipe_buffer changesBrian2008-01-253-12/+10
* Cell: typedefs need semicolons, Ian :)Brian2008-01-251-2/+2
* Cell: emit framebuffer state like other stateBrian2008-01-254-131/+32
* gallium: replace prim pipeline begin/end() functions with flush()Brian2008-01-251-6/+3
* Work around parameter differences for main in different SDK versionsIan Romanick2008-01-251-3/+11
* 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-257-33/+55
* Cell: batch_buffer_size should be uint, not ubyteBrian2008-01-251-1/+1
* Cell: new ROUNDUP16() macroBrian2008-01-252-4/+6
* Cell: insert dummy field into cell_command_render struct to work around appar...Brian2008-01-241-0/+1
* Cell: send actual vertex size in the render commandBrian2008-01-244-40/+22
* 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-214-0/+24
* 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
* Cell: added asmfiles ruleBrian2008-01-211-1/+9
* gallium: add a src_index[] array to draw's vertex_info for mapping post-xform...Brian2008-01-211-9/+10
* Cell: use tile_t for color tileBrian2008-01-204-25/+27
* Cell: clean-up/re-org tile codeBrian2008-01-205-116/+136
* Cell: use depth/stencil state to enable ztestBrian2008-01-205-62/+113
* enable call to cell_emit_state()Brian2008-01-201-1/+1
* Cell: improve "finished copying batch buffer" signalling.Brian2008-01-197-22/+103
* vbuf updates/fixes (KeithW)Brian2008-01-161-9/+25
* Cell: after sending a batch, wait for a DMA completion signal.Brian2008-01-144-6/+40
* clamp colors during float->int conversionBrian2008-01-141-0/+4
* Cell: update surface map code to match recent changes in pipe_surface structBrian2008-01-144-15/+18
* Cell: remove fb parameter to get/put_tile()Brian2008-01-124-31/+31
* Cell: disable cell_emit_state() for nowBrian2008-01-121-1/+1
* Cell: collect vars in a spu_global structBrian2008-01-123-85/+88
* Cell: first state object (depth/stencil/alpha) emitted to SPUsBrian2008-01-128-1/+106
* Cell: whitespace/cleanupBrian2008-01-122-18/+25
* Cell: prefix SPU files with spu_Brian2008-01-126-1744/+0
* Cell: prefix SPU sources with spu_Brian2008-01-127-12/+1751
* Cell: sketch out needed rasterizer stateBrian2008-01-121-0/+42
* Cell: basic batch buffer workingBrian2008-01-119-73/+231
* Cell: initial work for a hw-like batch buffer systemBrian2008-01-119-12/+190
* Cell: remove obsolete cell_prim_buffer struct and codeBrian2008-01-113-19/+2
* Cell: debug code, commentsBrian2008-01-111-2/+15
* Cell: reformatttingBrian2008-01-111-8/+6
* Cell: Remove the pre-vbuf rendering codeBrian2008-01-115-121/+9
* Cell: wait_on_mask_all()Brian2008-01-101-2/+11
* Cell: remove unneeded #includesBrian2008-01-101-2/+0