summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* gallium: added draw_flush() call in softpipe_bind_sampler_state()Brian2008-02-151-0/+2
* Remove unused texunit parameter to ctx->Driver.GenerateMipmap()Brian2008-02-155-29/+10
* intel_winsys: remove leftover codeJerome Glisse2008-02-151-5/+0
* failover: several fixes to failover pipe moduleJerome Glisse2008-02-152-24/+57
* tgsi: Fall back to interpreter instead of assert(0) on unimplemented SSE code.Michel Dänzer2008-02-153-8/+18
* pipebuffer: Fix reversed assertion.Michel Dänzer2008-02-151-1/+1
* Cell: silence unused var warningsBrian2008-02-151-3/+1
* gallium: #include p_debug.h since we use assertBrian2008-02-151-0/+1
* Cell: use mem_dup()Brian2008-02-152-10/+3
* gallium: use mem_dup()Brian2008-02-153-15/+6
* gallium: added mem_dup()Brian2008-02-151-0/+14
* gallium: change pipe->texture_create() to operate like the CSO functionsBrian2008-02-1510-77/+73
* clean-ups in guess_and_alloc_texture()Brian2008-02-151-6/+12
* plug in ctx->Driver.GenerateMipmap functionBrian2008-02-151-0/+2
* Added ctx->Driver.GenerateMipmap() driver hookBrian2008-02-154-25/+34
* clean-upsBrian2008-02-151-38/+29
* added commentBrian2008-02-151-0/+1
* comments, clean-ups, constsBrian2008-02-152-16/+22
* clean-upBrian2008-02-151-12/+7
* gallium: add bitmap/drawpixels texcoord bias supportBrian2008-02-154-3/+11
* gallium: Bring latest fixes.José Fonseca2008-02-152-6/+19
* gallium: Use p_debug.h instead of non-portable stdio.h/assert.h functions.José Fonseca2008-02-1547-182/+176
* gallium: Add forgotten return type.José Fonseca2008-02-151-1/+1
* gallium: Cross-platform debugging helpers.José Fonseca2008-02-154-0/+151
* gallium: Portability guidelines.José Fonseca2008-02-151-0/+43
* Cell: remove accidentally added OPT_FLAGS linesBrian2008-02-151-2/+0
* Cell: SIMD-ize tri_linear_coeff(), use vector float for vertex attributes in ...Brian2008-02-151-37/+75
* Cell: re-enable inlined vertex buffersBrian2008-02-153-12/+15
* Cell: remove dummy fields, update/add some commentsBrian2008-02-151-8/+6
* Cell: added cell_batch_alloc_aligned()Brian2008-02-152-6/+24
* Use _transpose_matrix4x4 from Cell SDK instead of my own versionIan Romanick2008-02-153-59/+5
* Add some debug messagesIan Romanick2008-02-151-1/+7
* More semi-trivial vectorization in the shader VMIan Romanick2008-02-151-35/+27
* Vectorize vertex pullerIan Romanick2008-02-152-129/+61
* Vectorize all micro opsIan Romanick2008-02-152-683/+230
* nv40: cleanup state handling a bitBen Skeggs2008-02-158-434/+462
* gallium: Use align_free to free aligned memory.Michal Krol2008-02-151-1/+1
* Cell: fix some alignment issues by aligning commands to 8-byte boundariesBrian2008-02-159-61/+57
* Cell: don't use VEC_LITERAL macro, doesn't work w/ SDK 3.0Brian2008-02-151-3/+1
* Cell: don't use VEC_LITERAL macro, doesn't work w/ SDK 3.0Brian2008-02-152-32/+33
* Cell: move float4 typedef (temporary datatype)Brian2008-02-152-7/+6
* Cell: fix small sampling error in sample_texture_bilinear()Brian2008-02-151-0/+2
* Cell: texture sampler functions always return vector float nowBrian2008-02-154-32/+29
* Cell: added spu_unpack_A8R8G8B8()Brian2008-02-151-0/+15
* Cell: fix typoBrian2008-02-151-1/+1
* Cell: some basic blending codeBrian2008-02-154-0/+105
* Cell: replace float 4 with vector float in eval_coeff()Brian2008-02-151-16/+17
* Cell: emit blend state to SPUsBrian2008-02-154-1/+26
* Cell: choose bilinear vs. nearest filtering according to sampler stateBrian2008-02-155-6/+12
* Cell: improved bilinear filteringBrian2008-02-151-8/+19