gallium: remove some debug assertions in vertex format validation
[mesa.git] / src / mesa / pipe /
2008-02-15 Briangallium: remove some debug assertions in vertex format...
2008-02-15 Briangallium: rearrange vertex info/layout validation
2008-02-15 Briangallium: include draw_context.h to silence warning
2008-02-15 Briangallium: minor function renaming
2008-02-15 Briangallium: new tgsi_transform_shader() function
2008-02-15 Briangallium: call draw_flush() in softpipe_flush()
2008-02-15 Briangallium: fix some "instruction"/"declaration" mix-ups...
2008-02-15 Briangallium: replace "interpolate" terminology with "eval...
2008-02-15 Briangallium: changes to polygon mode weren't detected in...
2008-02-15 Briangallium: rename draw_free_tmps->draw_free_temp_verts...
2008-02-15 Briangalllium: comments, minor clean-ups
2008-02-15 Ian RomanickCell: pass pointers to stored memory values
2008-02-14 Ian RomanickCell: Fix unintended breakage from commit 1d62a057bcb3e...
2008-02-14 Ian RomanickFetch routines convert and transpose all 4 vertices...
2008-02-14 Ian RomanickRemove open-coded fetch functions
2008-02-14 Ian RomanickInitial pass at vertex cache, more vertex fetch changes
2008-02-14 Ian RomanickVectorize a couple fetch functions
2008-02-13 Zack Rusinmake swizzling on incoming arguments work
2008-02-13 Zack Rusinget rid of the terrible auto-generated entry point
2008-02-13 Zack Rusinimplement immediates and make them work
2008-02-13 Zack Rusintry to load the consts correctly
2008-02-13 Keith Whitwellx86: emit absolute calls, as reallocating exec mem...
2008-02-13 Keith Whitwelltgsi: fail gracefully when sse code can't emit shader
2008-02-13 Keith Whitwelltgsi: include more of the register info in debug dumps
2008-02-13 Michel Dänzergallium: pipe->surface_copy can flip the contents verti...
2008-02-13 Zack Rusinhandle temporaries in llvm code generated paths
2008-02-13 Zack Rusinimplement add
2008-02-13 Zack Rusinimplement mul
2008-02-13 Zack Rusinget mov working
2008-02-13 Zack Rusinfix fetching input elements and generate a ret on end
2008-02-13 Zack Rusinadd functiontype for the llvm native vs entry point
2008-02-13 Zack Rusindisable llvm code in fs
2008-02-13 Zack Rusinstop generate llvm entry points
2008-02-13 Zack Rusinllvm ir code to fetch the elements
2008-02-13 Briangallium: initial code for wide/AA line drawing
2008-02-12 Briangallium: clean-up, simplification of mipmapped textures
2008-02-11 Briangallium: update comment about buffer map flags
2008-02-11 Briangallium: fix fragment/vertex typo
2008-02-11 Zack Rusinremove seperate llvm vs entry points
2008-02-11 Zack Rusinstart genering soa type code in llvm paths
2008-02-11 Zack Rusindisable llvm for fragment shaders for now
2008-02-11 Zack Rusinrewrite the way cpu engine is handled
2008-02-11 Zack Rusinrewrite the way we handle ir in llvm code
2008-02-11 Zack Rusinadd a stub of a lowering pass
2008-02-08 Brianfix comment typos
2008-02-08 Briangallium: added draw_flush() call in softpipe_bind_sampl...
2008-02-08 Jerome Glissefailover: several fixes to failover pipe module
2008-02-07 Michel Dänzertgsi: Fall back to interpreter instead of assert(0...
2008-02-07 Michel Dänzerpipebuffer: Fix reversed assertion.
2008-02-06 BrianCell: silence unused var warnings
2008-02-06 Briangallium: #include p_debug.h since we use assert
2008-02-06 BrianCell: use mem_dup()
2008-02-06 Briangallium: use mem_dup()
2008-02-06 Briangallium: added mem_dup()
2008-02-06 Briangallium: change pipe->texture_create() to operate like...
2008-02-06 Briangallium: add bitmap/drawpixels texcoord bias support
2008-02-06 José Fonsecagallium: Bring latest fixes.
2008-02-06 José Fonsecagallium: Use p_debug.h instead of non-portable stdio...
2008-02-06 José Fonsecagallium: Add forgotten return type.
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
next