Add driver_private field for drivers that hook shader_queue_flush.
[mesa.git] / src / mesa / pipe / cell /
2008-02-15 Ian RomanickNumerous small fixed to PPU-SPU vertex shader protocol
2008-02-15 Ian Romanickcell_array_info should not be 16-byte aligned
2008-02-15 Ian RomanickCorrectly read / write vertex header from / to main...
2008-02-15 Ian RomanickHandle CELL_CMD_VS_EXECUTE *only* outside batch commands.
2008-02-15 Ian RomanickSet machine->Processor
2008-02-15 Ian RomanickElts are always ints, pass vOut pointers in-line in...
2008-02-15 Ian RomanickImplement micro_pow and micro_sqrt
2008-02-15 Ian RomanickFix size calculation in attribute fetch.
2008-02-15 Ian RomanickFetch uniforms from main memory.
2008-02-15 Ian RomanickMissing amperstand in previous commit. Oops.
2008-02-15 Ian RomanickPass ptr to local memory copy instead of main memory...
2008-02-15 Ian RomanickImplement vertex fetch / vertex shader output write...
2008-02-15 Ian RomanickInitial pass at instruction / declaration fetch
2008-02-15 Ian RomanickInitial pass at vertex shader on SPU using TGSI VM
2008-02-15 BrianCell: prototype SIMD code for z testing
2008-02-15 BrianCell: start to SIMD-ize triangle attribute interpolation
2008-02-15 BrianCell: fold setup_tri() into tri_draw()
2008-02-15 BrianCell: make 'setup' a regular var instead of passing...
2008-02-15 BrianCell: minor code refactoring, movement
2008-02-15 BrianCell: check tile status before wait_on_mask()
2008-02-15 BrianCell: make wait_on_mask() static/inlined
2008-02-15 BrianCell: move CELL_MAX_SPUS
2008-02-15 BrianCell: use _pack_rgba8() from pack_rgba8.h to do float...
2008-02-15 BrianCell: move cmd_render() into new spu_render.c file
2008-02-15 BrianCell: add a few null texture tests
2008-02-15 BrianCell: compute min index referenced in draw command...
2008-02-15 BrianCell: minor optimization for flat shading
2008-02-15 BrianCell: basic texture mapping
2008-02-15 BrianCell: initial texture cache/sampling code
2008-02-15 BrianCell: emit state in cell_clear_surface() if dirty.
2008-02-15 BrianCell: re-enable bounding boxes
2008-02-15 BrianCell: additional assertions
2008-02-15 BrianCell: make sure state commands aren't split across...
2008-02-15 BrianCell: remove unneeded flush(), dead code
2008-02-15 BrianCell: clean-up of render path
2008-02-15 BrianCell: checkpoint commit: always inline prim indexes...
2008-02-15 BrianCell: If flushing for swapbuffers, wait for frame compl...
2008-02-15 BrianCell: additional debug code, misc clean-up
2008-02-15 BrianCell: generalize the batch buffer code for vertex buffe...
2008-01-28 Ben SkeggsMerge branch 'upstream-gallium-0.1' into darktama-galli...
2008-01-27 BrianCell: added support for inlined vertex buffers.
2008-01-27 BrianCell: added ROUNUP4
2008-01-27 Ben SkeggsMerge branch 'upstream-gallium-0.1' into darktama-galli...
2008-01-27 BrianCell: added support for inlined indexes
2008-01-27 BrianCell: added cell_batch_free_space()
2008-01-26 BrianCell: remove some old tile code
2008-01-26 BrianCell: fix a recursive flushing bug
2008-01-26 BrianCell: add check to catch recursive batch flushing
2008-01-26 BrianCell: move ASSERT macro into common.h
2008-01-26 BrianCell: updates to match pipe_buffer changes
2008-01-26 BrianCell: typedefs need semicolons, Ian :)
2008-01-26 BrianCell: emit framebuffer state like other state
2008-01-26 Briangallium: replace prim pipeline begin/end() functions...
2008-01-25 Ian RomanickWork around parameter differences for main in different...
2008-01-25 Keith Whitwellgallium: rename pipe_buffer_handle to pipe_buffer...
2008-01-25 BrianCell: propogate vertex info to SPUs, use it for attrib...
2008-01-25 BrianCell: batch_buffer_size should be uint, not ubyte
2008-01-25 BrianCell: new ROUNDUP16() macro
2008-01-25 BrianCell: insert dummy field into cell_command_render struc...
2008-01-24 BrianCell: send actual vertex size in the render command
2008-01-24 BrianCell: rewrite compute_vertex_layout()
2008-01-24 BrianCell: fix asst. warnings
2008-01-24 BrianCell: s/FORMAT/EMIT/
2008-01-23 BrianCell: remove old test code
2008-01-23 BrianCell: asst. updates to sync up with today's earlier...
2008-01-23 Ben SkeggsMerge branch 'upstream-gallium-0.1' into darktama-galli...
2008-01-22 BrianCell: initial support for sampler state
2008-01-22 BrianCell: s/cell_init_surface_funcs/cell_init_surface_funct...
2008-01-22 BrianCell: Added cell_surface.[ch] files
2008-01-22 BrianCell: renamed cell_surface.[ch] to cell_clear.[ch]
2008-01-22 BrianCell: rename cell_surface.[ch] cell_clear.[ch]
2008-01-22 BrianCell: Add initial texture functions
2008-01-22 BrianCell: add cell_set_sampler_texture()
2008-01-22 BrianCell: added asmfiles rule
2008-01-21 Briangallium: add a src_index[] array to draw's vertex_info...
2008-01-21 BrianCell: use tile_t for color tile
2008-01-21 BrianCell: clean-up/re-org tile code
2008-01-20 BrianCell: use depth/stencil state to enable ztest
2008-01-20 Brianenable call to cell_emit_state()
2008-01-19 Ben SkeggsMerge branch 'upstream-gallium-0.1' into darktama-galli...
2008-01-19 BrianCell: improve "finished copying batch buffer" signalling.
2008-01-16 Brianvbuf updates/fixes (KeithW)
2008-01-16 Ben SkeggsMerge branch 'upstream-gallium-0.1' into darktama-galli...
2008-01-14 BrianCell: after sending a batch, wait for a DMA completion...
2008-01-14 Brianclamp colors during float->int conversion
2008-01-14 BrianCell: update surface map code to match recent changes...
2008-01-12 BrianCell: remove fb parameter to get/put_tile()
2008-01-12 BrianCell: disable cell_emit_state() for now
2008-01-12 BrianCell: collect vars in a spu_global struct
2008-01-12 BrianCell: first state object (depth/stencil/alpha) emitted...
2008-01-12 BrianCell: whitespace/cleanup
2008-01-12 BrianCell: prefix SPU files with spu_
2008-01-12 BrianCell: prefix SPU sources with spu_
2008-01-12 BrianCell: sketch out needed rasterizer state
2008-01-11 BrianCell: basic batch buffer working
2008-01-11 BrianCell: initial work for a hw-like batch buffer system
2008-01-11 BrianCell: remove obsolete cell_prim_buffer struct and code
2008-01-11 BrianCell: debug code, comments
2008-01-11 BrianCell: reformattting
2008-01-11 BrianCell: Remove the pre-vbuf rendering code
next