Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-01-25 | gallium: replace prim pipeline begin/end() functions with flush() | Brian | |
This is basically half of Keith's draw/flush patch. The stage->point/line/tri() functions are now self-validating, the validator functions are installed by the flush() function. There were excessive calls to validate_pipeline(), however. This was caused by draw_prim_queue_flush() keeping a local 'first' variable that always pointed to the validate functions. Replaced 'first' with 'draw->pipeline.first'. Performance in gears is up just slightly with this patch. | |||
2008-01-25 | Work around parameter differences for main in different SDK versions | Ian Romanick | |
2008-01-25 | gallium: rename pipe_buffer_handle to pipe_buffer, rework pipebuffer/ code | Keith Whitwell | |
Provide an actual definition of the pipe_buffer struct, containing the parameters used to create the buffer, and its refcount. Shift refcounting buffers out of the winsys interface, similar to surfaces & textures. Rework pipebuffer/ to reflect the fact these changes, and also Michel's reworking of the buffer interface. | |||
2008-01-25 | Cell: propogate vertex info to SPUs, use it for attrib interpolation | Brian | |
2008-01-25 | Cell: batch_buffer_size should be uint, not ubyte | Brian | |
2008-01-25 | Cell: new ROUNDUP16() macro | Brian | |
2008-01-24 | Cell: insert dummy field into cell_command_render struct to work around ↵ | Brian | |
apparent compiler bug Without this dummy field, it seems the SPU code in cmd_render() gets a bogus value when dereferencing render->num_indices, sometimes. This showed up as missing tries in gears.c in the first frame rendered. Using spu-gcc version 4.1.1, Cell SDK 2.1 | |||
2008-01-24 | Cell: send actual vertex size in the render command | Brian | |
2008-01-24 | Cell: rewrite compute_vertex_layout() | Brian | |
2008-01-24 | Cell: fix asst. warnings | Brian | |
2008-01-23 | Cell: s/FORMAT/EMIT/ | Brian | |
2008-01-23 | Cell: remove old test code | Brian | |
2008-01-23 | Cell: asst. updates to sync up with today's earlier gallium changes | Brian | |
2008-01-21 | Cell: initial support for sampler state | Brian | |
2008-01-21 | Cell: s/cell_init_surface_funcs/cell_init_surface_functions/ | Brian | |
2008-01-21 | Cell: Added cell_surface.[ch] files | Brian | |
2008-01-21 | Cell: renamed cell_surface.[ch] to cell_clear.[ch] | Brian | |
2008-01-21 | Cell: rename cell_surface.[ch] cell_clear.[ch] | Brian | |
2008-01-21 | Cell: Add initial texture functions | Brian | |
2008-01-21 | Cell: add cell_set_sampler_texture() | Brian | |
2008-01-21 | Cell: added asmfiles rule | Brian | |
2008-01-21 | gallium: add a src_index[] array to draw's vertex_info for mapping ↵ | Brian | |
post-xform vertex attribs to hw vertex attribs | |||
2008-01-20 | Cell: use tile_t for color tile | Brian | |
2008-01-20 | Cell: clean-up/re-org tile code | Brian | |
Also, support 16 or 32-bit Z buffer at runtime. | |||
2008-01-20 | Cell: use depth/stencil state to enable ztest | Brian | |
Move z-test code into do_depth_test(). Add ZSIZE symbol to support 2 or 4-byte Z values. | |||
2008-01-20 | enable call to cell_emit_state() | Brian | |
2008-01-19 | Cell: improve "finished copying batch buffer" signalling. | Brian | |
When the SPU is done copying a batch buffer to local store, use an mfc_put() to write a "done" message back to the buffer status array in main memory. We were previously using a mailbox message for synchronization. | |||
2008-01-16 | vbuf updates/fixes (KeithW) | Brian | |
Plus, update i915 and Cell drivers for latest vbuf->draw() params. | |||
2008-01-14 | Cell: after sending a batch, wait for a DMA completion signal. | Brian | |
This fixes sporadic rendering glitches. Using a mailbox msg for now, until spe_mfcio_tag_status_read() or similar is found to work. | |||
2008-01-14 | clamp colors during float->int conversion | Brian | |
2008-01-14 | Cell: update surface map code to match recent changes in pipe_surface struct | Brian | |
2008-01-12 | Cell: remove fb parameter to get/put_tile() | Brian | |
2008-01-12 | Cell: disable cell_emit_state() for now | Brian | |
2008-01-12 | Cell: collect vars in a spu_global struct | Brian | |
2008-01-12 | Cell: first state object (depth/stencil/alpha) emitted to SPUs | Brian | |
2008-01-12 | Cell: whitespace/cleanup | Brian | |
2008-01-12 | Cell: prefix SPU files with spu_ | Brian | |
2008-01-12 | Cell: prefix SPU sources with spu_ | Brian | |
2008-01-12 | Cell: sketch out needed rasterizer state | Brian | |
2008-01-11 | Cell: basic batch buffer working | Brian | |
2008-01-11 | Cell: initial work for a hw-like batch buffer system | Brian | |
2008-01-11 | Cell: remove obsolete cell_prim_buffer struct and code | Brian | |
2008-01-11 | Cell: debug code, comments | Brian | |
2008-01-11 | Cell: reformattting | Brian | |
2008-01-11 | Cell: Remove the pre-vbuf rendering code | Brian | |
2008-01-10 | Cell: wait_on_mask_all() | Brian | |
2008-01-10 | Cell: remove unneeded #includes | Brian | |
2008-01-10 | Cell: compute bounding box in cell_vbuf_draw() | Brian | |
2008-01-10 | Cell: remove unused color field | Brian | |
2008-01-10 | Cell: remove unused code | Brian | |