profile/ivi/mesa.git
2008-02-06 José Fonsecagallium: Add forgotten return type.
2008-02-06 José Fonsecagallium: Update scons instructions. Propagate user...
2008-02-06 José Fonsecagallium: Cross-platform debugging helpers.
2008-02-06 José Fonsecagallium: Portability guidelines.
2008-02-05 BrianCell: remove accidentally added OPT_FLAGS lines
2008-02-05 BrianCell: SIMD-ize tri_linear_coeff(), use vector float...
2008-02-05 BrianCell: re-enable inlined vertex buffers
2008-02-05 BrianCell: remove dummy fields, update/add some comments
2008-02-05 BrianCell: added cell_batch_alloc_aligned()
2008-02-05 Ian RomanickUse _transpose_matrix4x4 from Cell SDK instead of my...
2008-02-05 Ian RomanickAdd some debug messages
2008-02-05 Ian RomanickMore semi-trivial vectorization in the shader VM
2008-02-05 Ian RomanickVectorize vertex puller
2008-02-05 Ian RomanickVectorize all micro ops
2008-02-05 Michal Krolgallium: Use align_free to free aligned memory.
2008-02-05 BrianCell: fix some alignment issues by aligning commands...
2008-02-05 BrianCell: don't use VEC_LITERAL macro, doesn't work w/...
2008-02-05 BrianCell: don't use VEC_LITERAL macro, doesn't work w/...
2008-02-04 BrianCell: move float4 typedef (temporary datatype)
2008-02-04 BrianCell: fix small sampling error in sample_texture_bilinear()
2008-02-04 BrianCell: texture sampler functions always return vector...
2008-02-04 BrianCell: added spu_unpack_A8R8G8B8()
2008-02-04 BrianCell: fix typo
2008-02-04 BrianCell: some basic blending code
2008-02-04 BrianCell: replace float 4 with vector float in eval_coeff()
2008-02-04 BrianCell: emit blend state to SPUs
2008-02-04 BrianCell: choose bilinear vs. nearest filtering according...
2008-02-04 BrianCell: improved bilinear filtering
2008-02-04 BrianCell: implement basic bilinear texture sampler
2008-02-04 BrianCell: added spu_unpack_color(), spu_pack_R8G8B8A8()
2008-02-04 BrianCell: SIMD-ize more of texture sampling
2008-02-04 BrianCell: checkpoint: start to SIMD-ize texture sampling
2008-02-04 BrianCell: move tile clear code to flush_spans()
2008-02-04 BrianCell: clamp txmax, tymax in tile_bounding_box()
2008-02-04 BrianCell: insert some draw_flush() calls
2008-02-01 BrianCell: comment about emit_quad() mask
2008-02-01 BrianCell: move some tile get/clear code
2008-02-01 BrianCell: use global color_shuffle to remove a switch stmnt
2008-02-01 BrianCell: New color packing functions (A8R8G8B8 and B8G8R8A8)
2008-02-01 BrianCell: rename/move global vars
2008-02-01 BrianCell: deprecate some use of struct cell_command - it...
2008-02-01 BrianCell: remove commands from top-level while loop which...
2008-02-01 BrianCell: move ztest before color interp/packing
2008-02-01 BrianCell: rename fields of the tile_t union
2008-02-01 BrianCell: implement Z16 and Z32 testing with SIMD instructions.
2008-02-01 BrianCell: store current tile status in cur_tile_status_c...
2008-02-01 Ian RomanickFix using "ccache ppu-gcc" for CC and fix parallel...
2008-02-01 Brianfix typo
2008-01-31 Briangallium: fix problem in which texcoords and varying...
2008-01-31 BrianFix problem in mapping vertex program outputs (found...
2008-01-31 Briangallium: comments about fragment Z computation
2008-01-31 Briangallium: Fix z clear bug when TILE_CLEAR_OPTIMIZATION==0
2008-01-31 Briangallium: fix get/put typo regression
2008-01-31 BrianCell: SIMD-ize const_coeff()
2008-01-31 BrianCell: set GALLIUM_CELL_VS env var to enable SPU-based...
2008-01-31 Keith Whitwelltgsi: Use ESI instead of EBX as temp reg on non-win32
2008-01-31 José Fonsecagallium: Portability fixes.
2008-01-31 José Fonsecagallium: Make the build output dir depend on the config...
2008-01-31 José Fonsecagallium: Add SCons as alternative build system for...
2008-01-31 Ian RomanickI don't know why using uint64_t for "base" doesn't...
2008-01-31 Ian RomanickUse SPUs for vertex shader processing
2008-01-31 Ian RomanickAdd driver_private field for drivers that hook shader_q...
2008-01-31 Ian RomanickNumerous small fixed to PPU-SPU vertex shader protocol
2008-01-31 Ian Romanickcell_array_info should not be 16-byte aligned
2008-01-31 Ian RomanickCorrectly read / write vertex header from / to main...
2008-01-31 Ian RomanickHandle CELL_CMD_VS_EXECUTE *only* outside batch commands.
2008-01-31 Ian RomanickSet machine->Processor
2008-01-31 Ian RomanickElts are always ints, pass vOut pointers in-line in...
2008-01-31 Ian RomanickImplement micro_pow and micro_sqrt
2008-01-31 Ian RomanickFix size calculation in attribute fetch.
2008-01-31 Ian RomanickFetch uniforms from main memory.
2008-01-31 Ian RomanickMissing amperstand in previous commit. Oops.
2008-01-31 Ian RomanickPass ptr to local memory copy instead of main memory...
2008-01-31 Ian RomanickProvide mechanism to hook in custom vertex shader cache...
2008-01-31 Ian RomanickImplement vertex fetch / vertex shader output write...
2008-01-31 Ian RomanickInitial pass at instruction / declaration fetch
2008-01-31 Ian RomanickInitial pass at vertex shader on SPU using TGSI VM
2008-01-31 BrianCell: prototype SIMD code for z testing
2008-01-30 BrianCell: start to SIMD-ize triangle attribute interpolation
2008-01-30 BrianCell: fold setup_tri() into tri_draw()
2008-01-30 BrianCell: make 'setup' a regular var instead of passing...
2008-01-30 BrianCell: minor code refactoring, movement
2008-01-30 BrianCell: check tile status before wait_on_mask()
2008-01-30 BrianCell: make wait_on_mask() static/inlined
2008-01-30 BrianCell: move CELL_MAX_SPUS
2008-01-30 José Fonsecagallium: Teach draw_vf about draw vertices.
2008-01-30 José Fonsecagallium: Remove draw_vertex_fetch::lookup.
2008-01-30 Michal Krolgallium: Fix build on WinXP.
2008-01-29 BrianCell: use _pack_rgba8() from pack_rgba8.h to do float...
2008-01-29 Keith Whitwellgallium: weaken assert slightly
2008-01-29 Keith Whitwellgallium: streamline various unfilled & stippled paths
2008-01-29 Keith Whitwellgallium: don't rely on assert(0) for error handling...
2008-01-29 José Fonsecagallium: Emit point size as a constant.
2008-01-29 José Fonsecagallium: Emit constants.
2008-01-29 José Fonsecagallium: Allow draw_vf usage to be controlled at runtime.
2008-01-29 José Fonsecagallium: Add extern keyword to global.
2008-01-29 BrianCell: add OPT_FLAGS var
2008-01-29 BrianCell: move cmd_render() into new spu_render.c file
2008-01-29 BrianCell: add a few null texture tests
2008-01-29 BrianCell: compute min index referenced in draw command...
next