summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-10-21llvmpipe: remove VS/FS cap queriesprimitive-restartBrian Paul1-29/+0
2010-10-19draw: remove the draw_primitive_restart() functionBrian Paul6-37/+2
2010-10-19Merge branch 'master' into primitive-restartBrian Paul2335-95054/+225325
2010-10-19gallium/docs: document primitive restart featureBrian Paul1-0/+9
2010-10-19vbo: implement primitive restart for non-indexed primsBrian Paul1-69/+94
2010-10-19draw: remove prim restart support for non-indexed drawingBrian Paul1-15/+4
2010-10-19gallium: comments for prim restartBrian Paul1-0/+3
2010-10-19llvmpipe: fix wrong var nameBrian Paul1-1/+1
2010-10-19gallivm: fix incorrect type for zero vector in emit_kilp()Brian Paul1-1/+2
2010-10-19mesa: fix mesa version string constructionBrian Paul3-3/+3
2010-10-19mesa: Make sure we have the talloc cflags when using the talloc headersThomas Hellstrom1-1/+1
2010-10-19st/xorg: Fix compilation for Xservers >= 1.10Thomas Hellstrom1-0/+5
2010-10-19xorg/vmwgfx: Don't use deprecated x*alloc / xfree functionsThomas Hellstrom3-10/+10
2010-10-19st/xorg: Don't use deprecated x*alloc / xfree functionsThomas Hellstrom5-29/+29
2010-10-19st/xorg: Fix compilation errors for Xservers compiled without CompositeThomas Hellstrom1-2/+9
2010-10-19st/xorg, xorg/vmwgfx: Be a bit more frendly towards cross-compiling environmentsThomas Hellstrom2-3/+3
2010-10-19r300/compiler: Remove unused variable.Vinson Lee1-1/+1
2010-10-18r300g: Add new debug option for logging vertex/fragment program statsTom Stellard9-13/+78
2010-10-18r300/compiler: Add a new function for more efficient dataflow analysisTom Stellard7-132/+397
2010-10-18r300/compiler: Clear empty registers after constant foldingTom Stellard1-0/+8
2010-10-18r300/compiler: Fix incorrect assumptionTom Stellard3-32/+17
2010-10-18r300/compiler: Create a helper function for merging presubtract sourcesTom Stellard1-117/+102
2010-10-18i965: Remove unused variable.Kenneth Graunke1-1/+0
2010-10-18glsl: Regenerate parser files.Kenneth Graunke2-249/+256
2010-10-18glsl: Fix copy and paste error in ast_bit_and node creation.Kenneth Graunke1-1/+1
2010-10-18i965: Avoid blits in BufferCopySubdata on gen6.Eric Anholt1-1/+2
2010-10-18i965: Fix scissor-offscreen on gen6 like we did pre-gen6.Eric Anholt1-1/+13
2010-10-18i965: Assert out on gen6 VS constant buffer reads that hang the GPU for now.Eric Anholt1-0/+4
2010-10-18i965: Fix assertion failure on gen6 BufferSubData to busy BO.Eric Anholt1-10/+17
2010-10-18i965: Fix a weirdness in NOT handling.Eric Anholt1-1/+1
2010-10-18i965: Disable the debug printf I added for FS disasm.Eric Anholt1-5/+7
2010-10-18i965: Add missing "break" statement.Kenneth Graunke1-0/+1
2010-10-18llvmpipe: Don't test rounding of x.5 numbers.José Fonseca1-1/+4
2010-10-18gallivm: Add a note about SSE4.1's nearest mode rounding.José Fonseca1-0/+6
2010-10-18mesa: Add missing else in do_row_3DBrian Rogers1-1/+1
2010-10-18llvmpipe: remove lp_setup_coef*.c files from MakefileBrian Paul1-2/+0
2010-10-18egl/i965: include inline_wrapper_sw_helper.hVictor Tseng1-0/+1
2010-10-18glsl: Don't return NULL IR for erroneous bit-shift operators.Kenneth Graunke1-5/+0
2010-10-18r600g: retrieve tiling info from kernel for shared buffers.Dave Airlie6-6/+49
2010-10-18r600g: fix transfer function for tiling.Dave Airlie1-2/+3
2010-10-18r600g: attempt to cleanup depth blitDave Airlie1-17/+4
2010-10-18r600g: depth needs to bound to dsDave Airlie1-1/+1
2010-10-18r600g: fix typo in tiling setup cb code.Dave Airlie1-1/+1
2010-10-18r600g: do proper tracking of views/samplers.Dave Airlie3-16/+44
2010-10-17llvmpipe: remove unused arg from jit_setup_tri functionKeith Whitwell3-6/+3
2010-10-17llvmpipe: remove unused fileKeith Whitwell2-2/+0
2010-10-17Merge remote branch 'origin/master' into lp-setup-llvmKeith Whitwell1425-37307/+66773
2010-10-17llvmpipe: fail cleanly on malloc failure in lp_setup_alloc_triangleKeith Whitwell1-4/+4
2010-10-17llvmpipe: remove setup fallback pathKeith Whitwell4-277/+3
2010-10-17gallivm: Comment lp_build_insert_new_block().José Fonseca1-0/+8