platform/upstream/mesa.git
2008-02-15 Ben Skeggsnv40: attempt at obeying sampler min_lod/max_lod/lod_bias
2008-02-15 Ben Skeggsnv40: remove use of pt->first_level
2008-02-15 Briangallium: initial code for wide/AA line drawing
2008-02-15 Briangallium: fix/finish glReadPixels(GL_DEPTH_COMPONENT).
2008-02-15 Briangallium: clamp min_lod so it's never negative
2008-02-15 BrianFix broken test.
2008-02-15 Briangallium: remove dead code
2008-02-15 Briangallium: added null ptr check
2008-02-15 Briangallium: rename st_fragment_program's fs field to cso...
2008-02-15 Briangallium: move gen-mipmap global/static vars into st_context
2008-02-15 BrianSet Min/MaxLod with glTexParameterf, not glTexParameteri
2008-02-15 Brianpress 0,1,2,etc keys for specific bias values
2008-02-15 Briantweak incr/decrements amounts for keyboard options
2008-02-15 Briangallium: remove unused first_level param from st_textur...
2008-02-15 Briangallium: clean-up, simplification of mipmapped textures
2008-02-15 Ben Skeggsnv40: fix inline u08/u16 indices
2008-02-15 Briangallium: take pitch/stride into account in mipmap gener...
2008-02-15 Briangallium: comments about mipmap gen
2008-02-15 Briancode refactoring, new next_mipmap_level_size() function
2008-02-15 Briangallium: implement software fallback for mipmap generation
2008-02-15 Briangallium: strip borders from textures passed to st_TexImage.
2008-02-15 Briangallium: use _mesa_tex_target_to_face()
2008-02-15 Brianadded _mesa_tex_target_to_face()
2008-02-15 Briangallium: update comment about buffer map flags
2008-02-15 Briangallium: fix fragment/vertex typo
2008-02-15 Brianrefactor code, export _mesa_generate_mipmap_level()
2008-02-15 Brianmove _mesa_format_to_type_and_comps() to texformat.c
2008-02-15 Brianreorder cases in do_row()
2008-02-15 Brianre-indent do_row()
2008-02-15 Briancheckpoint- consolidation in do_row()
2008-02-15 Briancheckpoint- remove dependencies on gl_texture_format...
2008-02-15 Zack Rusinremove seperate llvm vs entry points
2008-02-15 Zack Rusinstart genering soa type code in llvm paths
2008-02-15 Zack Rusindisable llvm for fragment shaders for now
2008-02-15 Zack Rusinrewrite the way cpu engine is handled
2008-02-15 Zack Rusinrewrite the way we handle ir in llvm code
2008-02-15 Zack Rusinadd a stub of a lowering pass
2008-02-15 Ben Skeggsnouveau: memory leak
2008-02-15 Ben Skeggsnv40: prep for multiple pipe contexts on a single hw...
2008-02-15 Ben Skeggsnouveau: interface updates
2008-02-15 Ben Skeggsnv40: delay all state emit until before draw
2008-02-15 Briangallium: include st_cb_drawpixels.h
2008-02-15 Brianfix comment typos
2008-02-15 Briangallium: initial implemenation of auto mipmap generatio...
2008-02-15 Briangallium: added inClipCoords param to st_draw_vertices...
2008-02-15 Briangallium: added draw_flush() call in softpipe_bind_sampl...
2008-02-15 BrianRemove unused texunit parameter to ctx->Driver.Generate...
2008-02-15 Jerome Glisseintel_winsys: remove leftover code
2008-02-15 Jerome Glissefailover: several fixes to failover pipe module
2008-02-15 Michel Dänzertgsi: Fall back to interpreter instead of assert(0...
2008-02-15 Michel Dänzerpipebuffer: Fix reversed assertion.
2008-02-15 José Fonsecagallium: Conditionally use posix libraries/includes.
2008-02-15 BrianCell: silence unused var warnings
2008-02-15 Briangallium: #include p_debug.h since we use assert
2008-02-15 BrianCell: use mem_dup()
2008-02-15 Briangallium: use mem_dup()
2008-02-15 Briangallium: added mem_dup()
2008-02-15 Briangallium: change pipe->texture_create() to operate like...
2008-02-15 Brianclean-ups in guess_and_alloc_texture()
2008-02-15 Brianplug in ctx->Driver.GenerateMipmap function
2008-02-15 BrianAdded ctx->Driver.GenerateMipmap() driver hook
2008-02-15 Brianclean-ups
2008-02-15 Brianadded comment
2008-02-15 Briancomments, clean-ups, consts
2008-02-15 Brianclean-up
2008-02-15 Briangallium: add bitmap/drawpixels texcoord bias support
2008-02-15 José Fonsecagallium: Bring latest fixes.
2008-02-15 José Fonsecagallium: Use p_debug.h instead of non-portable stdio...
2008-02-15 José Fonsecagallium: Add forgotten return type.
2008-02-15 José Fonsecagallium: Update scons instructions. Propagate user...
2008-02-15 José Fonsecagallium: Cross-platform debugging helpers.
2008-02-15 José Fonsecagallium: Portability guidelines.
2008-02-15 BrianCell: remove accidentally added OPT_FLAGS lines
2008-02-15 BrianCell: SIMD-ize tri_linear_coeff(), use vector float...
2008-02-15 BrianCell: re-enable inlined vertex buffers
2008-02-15 BrianCell: remove dummy fields, update/add some comments
2008-02-15 BrianCell: added cell_batch_alloc_aligned()
2008-02-15 Ian RomanickUse _transpose_matrix4x4 from Cell SDK instead of my...
2008-02-15 Ian RomanickAdd some debug messages
2008-02-15 Ian RomanickMore semi-trivial vectorization in the shader VM
2008-02-15 Ian RomanickVectorize vertex puller
2008-02-15 Ian RomanickVectorize all micro ops
2008-02-15 Ben Skeggsnv40: cleanup state handling a bit
2008-02-15 Michal Krolgallium: Use align_free to free aligned memory.
2008-02-15 BrianCell: fix some alignment issues by aligning commands...
2008-02-15 BrianCell: don't use VEC_LITERAL macro, doesn't work w/...
2008-02-15 BrianCell: don't use VEC_LITERAL macro, doesn't work w/...
2008-02-15 BrianCell: move float4 typedef (temporary datatype)
2008-02-15 BrianCell: fix small sampling error in sample_texture_bilinear()
2008-02-15 BrianCell: texture sampler functions always return vector...
2008-02-15 BrianCell: added spu_unpack_A8R8G8B8()
2008-02-15 BrianCell: fix typo
2008-02-15 BrianCell: some basic blending code
2008-02-15 BrianCell: replace float 4 with vector float in eval_coeff()
2008-02-15 BrianCell: emit blend state to SPUs
2008-02-15 BrianCell: choose bilinear vs. nearest filtering according...
2008-02-15 BrianCell: improved bilinear filtering
2008-02-15 BrianCell: implement basic bilinear texture sampler
2008-02-15 BrianCell: added spu_unpack_color(), spu_pack_R8G8B8A8()
2008-02-15 BrianCell: SIMD-ize more of texture sampling
next