aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* r300/compiler: add emulation of all mirrored-clamp wrap modes for NPOT texturesMarek Olšák2010-04-173-3/+24
* r300/compiler: replace mirrored-repeat emulation with a faster versionMarek Olšák2010-04-171-62/+65
* r300/compiler: add handy definitions for XYZ0 and smeared half swizzlingMarek Olšák2010-04-172-3/+5
* r300/compiler: make ARB_shadow_ambient optionalMarek Olšák2010-04-165-12/+18
* llvmpipe: fix color maskingBrian Paul2010-04-161-2/+4
* r300/compiler: restore r500-specific bits of TEX transformationsMarek Olšák2010-04-161-23/+40
* llvmpipe: fix linking for lp_test_blendBrian Paul2010-04-161-1/+1
* llvmpipe: work-around an LLVM bugBrian Paul2010-04-161-0/+17
* llvmpipe: clean-up lp_surface_copy()Brian Paul2010-04-161-74/+64
* llvmpipe: remove unneeded declaration (which caused a warning)Brian Paul2010-04-161-1/+0
* llvmpipe: use unsigned type to avoid warningsBrian Paul2010-04-161-2/+2
* gallium/draw: fix breakage from moving lp_bld_* filesBrian Paul2010-04-162-2/+2
* llvmpipe: remove unneeded break stmtBrian Paul2010-04-161-1/+0
* llvmpipe: fix compilation, linking of lp_test_blendBrian Paul2010-04-161-1/+1
* llvmpipe: updated #includesBrian Paul2010-04-161-4/+5
* gallivm/llvmpipe: move lp_bld_blend* files to llvmpipe/ directoryBrian Paul2010-04-168-14/+15
* gallivm/llvmpipe: move lp_bld_alpha.c to llvmpipe/ directoryBrian Paul2010-04-166-7/+8
* gallivm/llvmpipe: move lp_bld_depth.[ch] to llvmpipe/ directoryBrian Paul2010-04-166-9/+10
* gallivm/llvmpipe: move lp_bld_interp.c to llvmpipe/ directoryBrian Paul2010-04-166-7/+7
* llvmpipe: rename vars, update comments for texture->resource changesBrian Paul2010-04-162-176/+176
* gallivm: init some vars to silence warningsBrian Paul2010-04-161-3/+3
* llvmpipe: plug in draw's polygon stipple stageBrian Paul2010-04-161-0/+1
* llvmpipe: check for dirty context state in lp_setup_update_state()Brian Paul2010-04-161-0/+16
* llvmpipe: flush upon PIPE_FLUSH_TEXTURE_CACHE tooBrian Paul2010-04-161-1/+2
* llvmpipe: make sure state is up to date before getting vertex layout/infoBrian Paul2010-04-161-0/+4
* llvmpipe: additional texture assertionBrian Paul2010-04-161-0/+4
* llvmpipe: print_triangle() func (disabled)Brian Paul2010-04-161-0/+29
* softpipe: rename vars, update comments, etcBrian Paul2010-04-162-92/+91
* st/mesa: add prototype for st_bufferobj_validate_usage()Brian Paul2010-04-161-0/+6
* softpipe: s/template/templat/ to avoid potential C++ issuesBrian Paul2010-04-161-12/+12
* Merge the lp-surface-tiling branch into master.Brian Paul2010-04-1622-347/+1430
* gallium: comments and whitespace fixesBrian Paul2010-04-161-8/+13
* softpipe: formatting fixes and commentsBrian Paul2010-04-161-66/+63
* gallivm: remove some old stuffBrian Paul2010-04-161-5/+0
* st/drisw: Stop pretending to be drm_apiJakob Bornecrantz2010-04-164-63/+8
* st/dri: Refactor init code a bitJakob Bornecrantz2010-04-165-9/+18
* st/mesa: Remove NULL check of pointer that could not be NULL.Vinson Lee2010-04-161-4/+3
* r300/compiler: Fix texture instruction readmasks.Corbin Simpson2010-04-163-7/+27
* r300/compiler: Fix magic numbers in readmasks.Corbin Simpson2010-04-161-3/+3
* r300/compiler: Oops, this slipped through.Corbin Simpson2010-04-161-2/+4
* r300/compiler: Save Q for mirror and repeat.Corbin Simpson2010-04-161-22/+20
* r300/compiler: Split off texture fixes to their own file.Corbin Simpson2010-04-168-555/+369
* drisw: Move pointer dereferences to after NULL checks.Vinson Lee2010-04-161-2/+4
* st/egl: Remove unnecessary header.Vinson Lee2010-04-161-1/+0
* st/dri: Remove unnecessary header.Vinson Lee2010-04-161-1/+0
* st/mesa: Move dereference and assignment to after NULL check.Vinson Lee2010-04-151-1/+2
* mesa: Add missing format specifiers in error strings.Vinson Lee2010-04-151-13/+13
* r300/compiler: fix repeat wrap mode for TXP and NPOTsMarek Olšák2010-04-162-8/+17
* i915g: Create a special 2D layout helperJakob Bornecrantz2010-04-151-27/+30
* i915g: Fix 2D layoutsJakob Bornecrantz2010-04-151-12/+17