2008-02-06 |
Brian | Cell: silence unused var warnings |
commit | commitdiff | tree | snapshot |
2008-02-06 |
Brian | gallium: #include p_debug.h since we use assert |
commit | commitdiff | tree | snapshot |
2008-02-06 |
Brian | Cell: use mem_dup() |
commit | commitdiff | tree | snapshot |
2008-02-06 |
Brian | gallium: use mem_dup() |
commit | commitdiff | tree | snapshot |
2008-02-06 |
Brian | gallium: added mem_dup() |
commit | commitdiff | tree | snapshot |
2008-02-06 |
Brian | gallium: change pipe->texture_create() to operate like... |
commit | commitdiff | tree | snapshot |
2008-02-06 |
Brian | clean-ups in guess_and_alloc_texture() |
commit | commitdiff | tree | snapshot |
2008-02-06 |
Brian | plug in ctx->Driver.GenerateMipmap function |
commit | commitdiff | tree | snapshot |
2008-02-06 |
Brian | Added ctx->Driver.GenerateMipmap() driver hook |
commit | commitdiff | tree | snapshot |
2008-02-06 |
Brian | clean-ups |
commit | commitdiff | tree | snapshot |
2008-02-06 |
Brian | added comment |
commit | commitdiff | tree | snapshot |
2008-02-06 |
Brian | comments, clean-ups, consts |
commit | commitdiff | tree | snapshot |
2008-02-06 |
Brian | clean-up |
commit | commitdiff | tree | snapshot |
2008-02-06 |
Brian | gallium: add bitmap/drawpixels texcoord bias support |
commit | commitdiff | tree | snapshot |
2008-02-06 |
José Fonseca | gallium: Bring latest fixes. |
commit | commitdiff | tree | snapshot |
2008-02-06 |
José Fonseca | gallium: Use p_debug.h instead of non-portable stdio... |
commit | commitdiff | tree | snapshot |
2008-02-06 |
José Fonseca | gallium: Add forgotten return type. |
commit | commitdiff | tree | snapshot |
2008-02-06 |
José Fonseca | gallium: Update scons instructions. Propagate user... |
commit | commitdiff | tree | snapshot |
2008-02-06 |
José Fonseca | gallium: Cross-platform debugging helpers. |
commit | commitdiff | tree | snapshot |
2008-02-06 |
José Fonseca | gallium: Portability guidelines. |
commit | commitdiff | tree | snapshot |
2008-02-05 |
Brian | Cell: remove accidentally added OPT_FLAGS lines |
commit | commitdiff | tree | snapshot |
2008-02-05 |
Brian | Cell: SIMD-ize tri_linear_coeff(), use vector float... |
commit | commitdiff | tree | snapshot |
2008-02-05 |
Brian | Cell: re-enable inlined vertex buffers |
commit | commitdiff | tree | snapshot |
2008-02-05 |
Brian | Cell: remove dummy fields, update/add some comments |
commit | commitdiff | tree | snapshot |
2008-02-05 |
Brian | Cell: added cell_batch_alloc_aligned() |
commit | commitdiff | tree | snapshot |
2008-02-05 |
Ian Romanick | Use _transpose_matrix4x4 from Cell SDK instead of my... |
commit | commitdiff | tree | snapshot |
2008-02-05 |
Ian Romanick | Add some debug messages |
commit | commitdiff | tree | snapshot |
2008-02-05 |
Ian Romanick | More semi-trivial vectorization in the shader VM |
commit | commitdiff | tree | snapshot |
2008-02-05 |
Ian Romanick | Vectorize vertex puller |
commit | commitdiff | tree | snapshot |
2008-02-05 |
Ian Romanick | Vectorize all micro ops |
commit | commitdiff | tree | snapshot |
2008-02-05 |
Michal Krol | gallium: Use align_free to free aligned memory. |
commit | commitdiff | tree | snapshot |
2008-02-05 |
Brian | Cell: fix some alignment issues by aligning commands... |
commit | commitdiff | tree | snapshot |
2008-02-05 |
Brian | Cell: don't use VEC_LITERAL macro, doesn't work w/... |
commit | commitdiff | tree | snapshot |
2008-02-05 |
Brian | Cell: don't use VEC_LITERAL macro, doesn't work w/... |
commit | commitdiff | tree | snapshot |
2008-02-04 |
Brian | Cell: move float4 typedef (temporary datatype) |
commit | commitdiff | tree | snapshot |
2008-02-04 |
Brian | Cell: fix small sampling error in sample_texture_bilinear() |
commit | commitdiff | tree | snapshot |
2008-02-04 |
Brian | Cell: texture sampler functions always return vector... |
commit | commitdiff | tree | snapshot |
2008-02-04 |
Brian | Cell: added spu_unpack_A8R8G8B8() |
commit | commitdiff | tree | snapshot |
2008-02-04 |
Brian | Cell: fix typo |
commit | commitdiff | tree | snapshot |
2008-02-04 |
Brian | Cell: some basic blending code |
commit | commitdiff | tree | snapshot |
2008-02-04 |
Brian | Cell: replace float 4 with vector float in eval_coeff() |
commit | commitdiff | tree | snapshot |
2008-02-04 |
Brian | Cell: emit blend state to SPUs |
commit | commitdiff | tree | snapshot |
2008-02-04 |
Brian | Cell: choose bilinear vs. nearest filtering according... |
commit | commitdiff | tree | snapshot |
2008-02-04 |
Brian | Cell: improved bilinear filtering |
commit | commitdiff | tree | snapshot |
2008-02-04 |
Brian | Cell: implement basic bilinear texture sampler |
commit | commitdiff | tree | snapshot |
2008-02-04 |
Brian | Cell: added spu_unpack_color(), spu_pack_R8G8B8A8() |
commit | commitdiff | tree | snapshot |
2008-02-04 |
Brian | Cell: SIMD-ize more of texture sampling |
commit | commitdiff | tree | snapshot |
2008-02-04 |
Brian | Cell: checkpoint: start to SIMD-ize texture sampling |
commit | commitdiff | tree | snapshot |
2008-02-04 |
Brian | Cell: move tile clear code to flush_spans() |
commit | commitdiff | tree | snapshot |
2008-02-04 |
Brian | Cell: clamp txmax, tymax in tile_bounding_box() |
commit | commitdiff | tree | snapshot |
2008-02-04 |
Brian | Cell: insert some draw_flush() calls |
commit | commitdiff | tree | snapshot |
2008-02-01 |
Brian | Cell: comment about emit_quad() mask |
commit | commitdiff | tree | snapshot |
2008-02-01 |
Brian | Cell: move some tile get/clear code |
commit | commitdiff | tree | snapshot |
2008-02-01 |
Brian | Cell: use global color_shuffle to remove a switch stmnt |
commit | commitdiff | tree | snapshot |
2008-02-01 |
Brian | Cell: New color packing functions (A8R8G8B8 and B8G8R8A8) |
commit | commitdiff | tree | snapshot |
2008-02-01 |
Brian | Cell: rename/move global vars |
commit | commitdiff | tree | snapshot |
2008-02-01 |
Brian | Cell: deprecate some use of struct cell_command - it... |
commit | commitdiff | tree | snapshot |
2008-02-01 |
Brian | Cell: remove commands from top-level while loop which... |
commit | commitdiff | tree | snapshot |
2008-02-01 |
Brian | Cell: move ztest before color interp/packing |
commit | commitdiff | tree | snapshot |
2008-02-01 |
Brian | Cell: rename fields of the tile_t union |
commit | commitdiff | tree | snapshot |
2008-02-01 |
Brian | Cell: implement Z16 and Z32 testing with SIMD instructions. |
commit | commitdiff | tree | snapshot |
2008-02-01 |
Brian | Cell: store current tile status in cur_tile_status_c... |
commit | commitdiff | tree | snapshot |
2008-02-01 |
Ian Romanick | Fix using "ccache ppu-gcc" for CC and fix parallel... |
commit | commitdiff | tree | snapshot |
2008-02-01 |
Brian | fix typo |
commit | commitdiff | tree | snapshot |
2008-01-31 |
Brian | gallium: fix problem in which texcoords and varying... |
commit | commitdiff | tree | snapshot |
2008-01-31 |
Brian | Fix problem in mapping vertex program outputs (found... |
commit | commitdiff | tree | snapshot |
2008-01-31 |
Brian | gallium: comments about fragment Z computation |
commit | commitdiff | tree | snapshot |
2008-01-31 |
Brian | gallium: Fix z clear bug when TILE_CLEAR_OPTIMIZATION==0 |
commit | commitdiff | tree | snapshot |
2008-01-31 |
Brian | gallium: fix get/put typo regression |
commit | commitdiff | tree | snapshot |
2008-01-31 |
Brian | Cell: SIMD-ize const_coeff() |
commit | commitdiff | tree | snapshot |
2008-01-31 |
Brian | Cell: set GALLIUM_CELL_VS env var to enable SPU-based... |
commit | commitdiff | tree | snapshot |
2008-01-31 |
Keith Whitwell | tgsi: Use ESI instead of EBX as temp reg on non-win32 |
commit | commitdiff | tree | snapshot |
2008-01-31 |
José Fonseca | gallium: Portability fixes. |
commit | commitdiff | tree | snapshot |
2008-01-31 |
José Fonseca | gallium: Make the build output dir depend on the config... |
commit | commitdiff | tree | snapshot |
2008-01-31 |
José Fonseca | gallium: Add SCons as alternative build system for... |
commit | commitdiff | tree | snapshot |
2008-01-31 |
Ian Romanick | I don't know why using uint64_t for "base" doesn't... |
commit | commitdiff | tree | snapshot |
2008-01-31 |
Ian Romanick | Use SPUs for vertex shader processing |
commit | commitdiff | tree | snapshot |
2008-01-31 |
Ian Romanick | Add driver_private field for drivers that hook shader_q... |
commit | commitdiff | tree | snapshot |
2008-01-31 |
Ian Romanick | Numerous small fixed to PPU-SPU vertex shader protocol |
commit | commitdiff | tree | snapshot |
2008-01-31 |
Ian Romanick | cell_array_info should not be 16-byte aligned |
commit | commitdiff | tree | snapshot |
2008-01-31 |
Ian Romanick | Correctly read / write vertex header from / to main... |
commit | commitdiff | tree | snapshot |
2008-01-31 |
Ian Romanick | Handle CELL_CMD_VS_EXECUTE *only* outside batch commands. |
commit | commitdiff | tree | snapshot |
2008-01-31 |
Ian Romanick | Set machine->Processor |
commit | commitdiff | tree | snapshot |
2008-01-31 |
Ian Romanick | Elts are always ints, pass vOut pointers in-line in... |
commit | commitdiff | tree | snapshot |
2008-01-31 |
Ian Romanick | Implement micro_pow and micro_sqrt |
commit | commitdiff | tree | snapshot |
2008-01-31 |
Ian Romanick | Fix size calculation in attribute fetch. |
commit | commitdiff | tree | snapshot |
2008-01-31 |
Ian Romanick | Fetch uniforms from main memory. |
commit | commitdiff | tree | snapshot |
2008-01-31 |
Ian Romanick | Missing amperstand in previous commit. Oops. |
commit | commitdiff | tree | snapshot |
2008-01-31 |
Ian Romanick | Pass ptr to local memory copy instead of main memory... |
commit | commitdiff | tree | snapshot |
2008-01-31 |
Ian Romanick | Provide mechanism to hook in custom vertex shader cache... |
commit | commitdiff | tree | snapshot |
2008-01-31 |
Ian Romanick | Implement vertex fetch / vertex shader output write... |
commit | commitdiff | tree | snapshot |
2008-01-31 |
Ian Romanick | Initial pass at instruction / declaration fetch |
commit | commitdiff | tree | snapshot |
2008-01-31 |
Ian Romanick | Initial pass at vertex shader on SPU using TGSI VM |
commit | commitdiff | tree | snapshot |
2008-01-31 |
Brian | Cell: prototype SIMD code for z testing |
commit | commitdiff | tree | snapshot |
2008-01-30 |
Brian | Cell: start to SIMD-ize triangle attribute interpolation |
commit | commitdiff | tree | snapshot |
2008-01-30 |
Brian | Cell: fold setup_tri() into tri_draw() |
commit | commitdiff | tree | snapshot |
2008-01-30 |
Brian | Cell: make 'setup' a regular var instead of passing... |
commit | commitdiff | tree | snapshot |
2008-01-30 |
Brian | Cell: minor code refactoring, movement |
commit | commitdiff | tree | snapshot |
2008-01-30 |
Brian | Cell: check tile status before wait_on_mask() |
commit | commitdiff | tree | snapshot |
2008-01-30 |
Brian | Cell: make wait_on_mask() static/inlined |
commit | commitdiff | tree | snapshot |
next |