2008-02-12 |
Brian | gallium: rename st_fragment_program's fs field to cso... |
commit | commitdiff | tree | snapshot |
2008-02-12 |
Brian | gallium: move gen-mipmap global/static vars into st_context |
commit | commitdiff | tree | snapshot |
2008-02-12 |
Brian | Set Min/MaxLod with glTexParameterf, not glTexParameteri |
commit | commitdiff | tree | snapshot |
2008-02-12 |
Brian | press 0,1,2,etc keys for specific bias values |
commit | commitdiff | tree | snapshot |
2008-02-12 |
Brian | tweak incr/decrements amounts for keyboard options |
commit | commitdiff | tree | snapshot |
2008-02-12 |
Brian | gallium: remove unused first_level param from st_textur... |
commit | commitdiff | tree | snapshot |
2008-02-12 |
Brian | gallium: clean-up, simplification of mipmapped textures |
commit | commitdiff | tree | snapshot |
2008-02-11 |
Brian | gallium: take pitch/stride into account in mipmap gener... |
commit | commitdiff | tree | snapshot |
2008-02-11 |
Brian | gallium: comments about mipmap gen |
commit | commitdiff | tree | snapshot |
2008-02-11 |
Brian | code refactoring, new next_mipmap_level_size() function |
commit | commitdiff | tree | snapshot |
2008-02-11 |
Brian | gallium: implement software fallback for mipmap generation |
commit | commitdiff | tree | snapshot |
2008-02-11 |
Brian | gallium: strip borders from textures passed to st_TexImage. |
commit | commitdiff | tree | snapshot |
2008-02-11 |
Brian | gallium: use _mesa_tex_target_to_face() |
commit | commitdiff | tree | snapshot |
2008-02-11 |
Brian | added _mesa_tex_target_to_face() |
commit | commitdiff | tree | snapshot |
2008-02-11 |
Brian | gallium: update comment about buffer map flags |
commit | commitdiff | tree | snapshot |
2008-02-11 |
Brian | gallium: fix fragment/vertex typo |
commit | commitdiff | tree | snapshot |
2008-02-11 |
Brian | refactor code, export _mesa_generate_mipmap_level() |
commit | commitdiff | tree | snapshot |
2008-02-11 |
Brian | move _mesa_format_to_type_and_comps() to texformat.c |
commit | commitdiff | tree | snapshot |
2008-02-11 |
Brian | reorder cases in do_row() |
commit | commitdiff | tree | snapshot |
2008-02-11 |
Brian | re-indent do_row() |
commit | commitdiff | tree | snapshot |
2008-02-11 |
Brian | checkpoint- consolidation in do_row() |
commit | commitdiff | tree | snapshot |
2008-02-11 |
Brian | checkpoint- remove dependencies on gl_texture_format... |
commit | commitdiff | tree | snapshot |
2008-02-11 |
Zack Rusin | remove seperate llvm vs entry points |
commit | commitdiff | tree | snapshot |
2008-02-11 |
Zack Rusin | start genering soa type code in llvm paths |
commit | commitdiff | tree | snapshot |
2008-02-11 |
Zack Rusin | disable llvm for fragment shaders for now |
commit | commitdiff | tree | snapshot |
2008-02-11 |
Zack Rusin | rewrite the way cpu engine is handled |
commit | commitdiff | tree | snapshot |
2008-02-11 |
Zack Rusin | rewrite the way we handle ir in llvm code |
commit | commitdiff | tree | snapshot |
2008-02-11 |
Zack Rusin | add a stub of a lowering pass |
commit | commitdiff | tree | snapshot |
2008-02-08 |
Brian | gallium: include st_cb_drawpixels.h |
commit | commitdiff | tree | snapshot |
2008-02-08 |
Brian | fix comment typos |
commit | commitdiff | tree | snapshot |
2008-02-08 |
Brian | gallium: initial implemenation of auto mipmap generatio... |
commit | commitdiff | tree | snapshot |
2008-02-08 |
Brian | gallium: added inClipCoords param to st_draw_vertices... |
commit | commitdiff | tree | snapshot |
2008-02-08 |
Brian | gallium: added draw_flush() call in softpipe_bind_sampl... |
commit | commitdiff | tree | snapshot |
2008-02-08 |
Brian | Remove unused texunit parameter to ctx->Driver.Generate... |
commit | commitdiff | tree | snapshot |
2008-02-08 |
Jerome Glisse | intel_winsys: remove leftover code |
commit | commitdiff | tree | snapshot |
2008-02-08 |
Jerome Glisse | failover: several fixes to failover pipe module |
commit | commitdiff | tree | snapshot |
2008-02-07 |
Michel Dänzer | tgsi: Fall back to interpreter instead of assert(0... |
commit | commitdiff | tree | snapshot |
2008-02-07 |
Michel Dänzer | pipebuffer: Fix reversed assertion. |
commit | commitdiff | tree | snapshot |
2008-02-07 |
José Fonseca | gallium: Conditionally use posix libraries/includes. |
commit | commitdiff | tree | snapshot |
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 |
next |