2008-02-12 |
Brian | gallium: remove dead code |
tree | commitdiff |
2008-02-12 |
Brian | gallium: added null ptr check |
tree | commitdiff |
2008-02-12 |
Brian | gallium: rename st_fragment_program's fs field to cso... |
tree | commitdiff |
2008-02-12 |
Brian | gallium: move gen-mipmap global/static vars into st_context |
tree | commitdiff |
2008-02-12 |
Brian | gallium: remove unused first_level param from st_textur... |
tree | commitdiff |
2008-02-12 |
Brian | gallium: clean-up, simplification of mipmapped textures |
tree | commitdiff |
2008-02-11 |
Brian | gallium: take pitch/stride into account in mipmap gener... |
tree | commitdiff |
2008-02-11 |
Brian | gallium: comments about mipmap gen |
tree | commitdiff |
2008-02-11 |
Brian | code refactoring, new next_mipmap_level_size() function |
tree | commitdiff |
2008-02-11 |
Brian | gallium: implement software fallback for mipmap generation |
tree | commitdiff |
2008-02-11 |
Brian | gallium: strip borders from textures passed to st_TexImage. |
tree | commitdiff |
2008-02-11 |
Brian | gallium: use _mesa_tex_target_to_face() |
tree | commitdiff |
2008-02-11 |
Brian | added _mesa_tex_target_to_face() |
tree | commitdiff |
2008-02-11 |
Brian | gallium: update comment about buffer map flags |
tree | commitdiff |
2008-02-11 |
Brian | gallium: fix fragment/vertex typo |
tree | commitdiff |
2008-02-11 |
Brian | refactor code, export _mesa_generate_mipmap_level() |
tree | commitdiff |
2008-02-11 |
Brian | move _mesa_format_to_type_and_comps() to texformat.c |
tree | commitdiff |
2008-02-11 |
Brian | reorder cases in do_row() |
tree | commitdiff |
2008-02-11 |
Brian | re-indent do_row() |
tree | commitdiff |
2008-02-11 |
Brian | checkpoint- consolidation in do_row() |
tree | commitdiff |
2008-02-11 |
Brian | checkpoint- remove dependencies on gl_texture_format... |
tree | commitdiff |
2008-02-11 |
Zack Rusin | remove seperate llvm vs entry points |
tree | commitdiff |
2008-02-11 |
Zack Rusin | start genering soa type code in llvm paths |
tree | commitdiff |
2008-02-11 |
Zack Rusin | disable llvm for fragment shaders for now |
tree | commitdiff |
2008-02-11 |
Zack Rusin | rewrite the way cpu engine is handled |
tree | commitdiff |
2008-02-11 |
Zack Rusin | rewrite the way we handle ir in llvm code |
tree | commitdiff |
2008-02-11 |
Zack Rusin | add a stub of a lowering pass |
tree | commitdiff |
2008-02-08 |
Brian | gallium: include st_cb_drawpixels.h |
tree | commitdiff |
2008-02-08 |
Brian | fix comment typos |
tree | commitdiff |
2008-02-08 |
Brian | gallium: initial implemenation of auto mipmap generatio... |
tree | commitdiff |
2008-02-08 |
Brian | gallium: added inClipCoords param to st_draw_vertices... |
tree | commitdiff |
2008-02-08 |
Brian | gallium: added draw_flush() call in softpipe_bind_sampl... |
tree | commitdiff |
2008-02-08 |
Brian | Remove unused texunit parameter to ctx->Driver.Generate... |
tree | commitdiff |
2008-02-08 |
Jerome Glisse | intel_winsys: remove leftover code |
tree | commitdiff |
2008-02-08 |
Jerome Glisse | failover: several fixes to failover pipe module |
tree | commitdiff |
2008-02-07 |
Michel Dänzer | tgsi: Fall back to interpreter instead of assert(0... |
tree | commitdiff |
2008-02-07 |
Michel Dänzer | pipebuffer: Fix reversed assertion. |
tree | commitdiff |
2008-02-06 |
Brian | Cell: silence unused var warnings |
tree | commitdiff |
2008-02-06 |
Brian | gallium: #include p_debug.h since we use assert |
tree | commitdiff |
2008-02-06 |
Brian | Cell: use mem_dup() |
tree | commitdiff |
2008-02-06 |
Brian | gallium: use mem_dup() |
tree | commitdiff |
2008-02-06 |
Brian | gallium: added mem_dup() |
tree | commitdiff |
2008-02-06 |
Brian | gallium: change pipe->texture_create() to operate like... |
tree | commitdiff |
2008-02-06 |
Brian | clean-ups in guess_and_alloc_texture() |
tree | commitdiff |
2008-02-06 |
Brian | plug in ctx->Driver.GenerateMipmap function |
tree | commitdiff |
2008-02-06 |
Brian | Added ctx->Driver.GenerateMipmap() driver hook |
tree | commitdiff |
2008-02-06 |
Brian | clean-ups |
tree | commitdiff |
2008-02-06 |
Brian | added comment |
tree | commitdiff |
2008-02-06 |
Brian | comments, clean-ups, consts |
tree | commitdiff |
2008-02-06 |
Brian | clean-up |
tree | commitdiff |
2008-02-06 |
Brian | gallium: add bitmap/drawpixels texcoord bias support |
tree | commitdiff |
2008-02-06 |
José Fonseca | gallium: Bring latest fixes. |
tree | commitdiff |
2008-02-06 |
José Fonseca | gallium: Use p_debug.h instead of non-portable stdio... |
tree | commitdiff |
2008-02-06 |
José Fonseca | gallium: Add forgotten return type. |
tree | commitdiff |
2008-02-06 |
José Fonseca | gallium: Cross-platform debugging helpers. |
tree | commitdiff |
2008-02-06 |
José Fonseca | gallium: Portability guidelines. |
tree | commitdiff |
2008-02-05 |
Brian | Cell: remove accidentally added OPT_FLAGS lines |
tree | commitdiff |
2008-02-05 |
Brian | Cell: SIMD-ize tri_linear_coeff(), use vector float... |
tree | commitdiff |
2008-02-05 |
Brian | Cell: re-enable inlined vertex buffers |
tree | commitdiff |
2008-02-05 |
Brian | Cell: remove dummy fields, update/add some comments |
tree | commitdiff |
2008-02-05 |
Brian | Cell: added cell_batch_alloc_aligned() |
tree | commitdiff |
2008-02-05 |
Ian Romanick | Use _transpose_matrix4x4 from Cell SDK instead of my... |
tree | commitdiff |
2008-02-05 |
Ian Romanick | Add some debug messages |
tree | commitdiff |
2008-02-05 |
Ian Romanick | More semi-trivial vectorization in the shader VM |
tree | commitdiff |
2008-02-05 |
Ian Romanick | Vectorize vertex puller |
tree | commitdiff |
2008-02-05 |
Ian Romanick | Vectorize all micro ops |
tree | commitdiff |
2008-02-05 |
Michal Krol | gallium: Use align_free to free aligned memory. |
tree | commitdiff |
2008-02-05 |
Brian | Cell: fix some alignment issues by aligning commands... |
tree | commitdiff |
2008-02-05 |
Brian | Cell: don't use VEC_LITERAL macro, doesn't work w/... |
tree | commitdiff |
2008-02-05 |
Brian | Cell: don't use VEC_LITERAL macro, doesn't work w/... |
tree | commitdiff |
2008-02-04 |
Brian | Cell: move float4 typedef (temporary datatype) |
tree | commitdiff |
2008-02-04 |
Brian | Cell: fix small sampling error in sample_texture_bilinear() |
tree | commitdiff |
2008-02-04 |
Brian | Cell: texture sampler functions always return vector... |
tree | commitdiff |
2008-02-04 |
Brian | Cell: added spu_unpack_A8R8G8B8() |
tree | commitdiff |
2008-02-04 |
Brian | Cell: fix typo |
tree | commitdiff |
2008-02-04 |
Brian | Cell: some basic blending code |
tree | commitdiff |
2008-02-04 |
Brian | Cell: replace float 4 with vector float in eval_coeff() |
tree | commitdiff |
2008-02-04 |
Brian | Cell: emit blend state to SPUs |
tree | commitdiff |
2008-02-04 |
Brian | Cell: choose bilinear vs. nearest filtering according... |
tree | commitdiff |
2008-02-04 |
Brian | Cell: improved bilinear filtering |
tree | commitdiff |
2008-02-04 |
Brian | Cell: implement basic bilinear texture sampler |
tree | commitdiff |
2008-02-04 |
Brian | Cell: added spu_unpack_color(), spu_pack_R8G8B8A8() |
tree | commitdiff |
2008-02-04 |
Brian | Cell: SIMD-ize more of texture sampling |
tree | commitdiff |
2008-02-04 |
Brian | Cell: checkpoint: start to SIMD-ize texture sampling |
tree | commitdiff |
2008-02-04 |
Brian | Cell: move tile clear code to flush_spans() |
tree | commitdiff |
2008-02-04 |
Brian | Cell: clamp txmax, tymax in tile_bounding_box() |
tree | commitdiff |
2008-02-04 |
Brian | Cell: insert some draw_flush() calls |
tree | commitdiff |
2008-02-01 |
Brian | Cell: comment about emit_quad() mask |
tree | commitdiff |
2008-02-01 |
Brian | Cell: move some tile get/clear code |
tree | commitdiff |
2008-02-01 |
Brian | Cell: use global color_shuffle to remove a switch stmnt |
tree | commitdiff |
2008-02-01 |
Brian | Cell: New color packing functions (A8R8G8B8 and B8G8R8A8) |
tree | commitdiff |
2008-02-01 |
Brian | Cell: rename/move global vars |
tree | commitdiff |
2008-02-01 |
Brian | Cell: deprecate some use of struct cell_command - it... |
tree | commitdiff |
2008-02-01 |
Brian | Cell: remove commands from top-level while loop which... |
tree | commitdiff |
2008-02-01 |
Brian | Cell: move ztest before color interp/packing |
tree | commitdiff |
2008-02-01 |
Brian | Cell: rename fields of the tile_t union |
tree | commitdiff |
2008-02-01 |
Brian | Cell: implement Z16 and Z32 testing with SIMD instructions. |
tree | commitdiff |
2008-02-01 |
Brian | Cell: store current tile status in cur_tile_status_c... |
tree | commitdiff |
2008-02-01 |
Ian Romanick | Fix using "ccache ppu-gcc" for CC and fix parallel... |
tree | commitdiff |
2008-02-01 |
Brian | fix typo |
tree | commitdiff |
next |