summaryrefslogtreecommitdiff
path: root/src/gallium
AgeCommit message (Expand)Author
2010-10-21draw: fix typo in commentBrian Paul
2010-10-21gallivm: Silence uninitialized variable warning.Vinson Lee
2010-10-21gallivm: Silence uninitialized variable warnings.Vinson Lee
2010-10-21gallivm: Silence uninitialized variable warnings.Vinson Lee
2010-10-21r600g: start splitting out common code from eg/r600.Dave Airlie
2010-10-21r600g: initial translate state supportDave Airlie
2010-10-21draw: Remove unnecessary header.Vinson Lee
2010-10-21llvmpipe: Remove unnecessary header.Vinson Lee
2010-10-21r600g: add texture tiling enable under a debug option.Dave Airlie
2010-10-21r600g: add texture tiling alignment support.Dave Airlie
2010-10-21r600g: introduce a per-driver resource flag for transfers.Dave Airlie
2010-10-21r600g: add r600 surface to store the aligned height.Dave Airlie
2010-10-21r600g: start adding hooks for aligning width/height for tiles.Dave Airlie
2010-10-21r600g: move to per-miplevel array mode.Dave Airlie
2010-10-21r600g: all non-0 mipmap levels need to be w/h aligned to POT.Dave Airlie
2010-10-20draw: use float version of LLVM Mul/Add instructionsBrian Paul
2010-10-20llvmpipe/draw: always enable LLVMAddInstructionCombiningPass()Brian Paul
2010-10-20r600g: Ensure r600_src is initialized in tgsi_exp function.Vinson Lee
2010-10-19draw: Move loop variable declaration outside for loop.Vinson Lee
2010-10-19draw: make sure viewport gets updated in draw llvm shaderKeith Whitwell
2010-10-19Merge branch 'llvm-cliptest-viewport'Keith Whitwell
2010-10-19draw: corrections to allow for different cliptest casesHui Qi Tay
2010-10-19llvmpipe: Initialize variable.Vinson Lee
2010-10-19llvmpipe: Initialize state variable in debug_bin function.Vinson Lee
2010-10-19st/xorg: Fix memory leak on error path.Vinson Lee
2010-10-19gallivm: fix incorrect type for zero vector in emit_kilp()Brian Paul
2010-10-19mesa: fix mesa version string constructionBrian Paul
2010-10-19st/xorg: Fix compilation for Xservers >= 1.10Thomas Hellstrom
2010-10-19xorg/vmwgfx: Don't use deprecated x*alloc / xfree functionsThomas Hellstrom
2010-10-19st/xorg: Don't use deprecated x*alloc / xfree functionsThomas Hellstrom
2010-10-19st/xorg: Fix compilation errors for Xservers compiled without CompositeThomas Hellstrom
2010-10-19st/xorg, xorg/vmwgfx: Be a bit more frendly towards cross-compiling environmentsThomas Hellstrom
2010-10-18r300g: Add new debug option for logging vertex/fragment program statsTom Stellard
2010-10-18llvmpipe: Don't test rounding of x.5 numbers.José Fonseca
2010-10-18gallivm: Add a note about SSE4.1's nearest mode rounding.José Fonseca
2010-10-18llvmpipe: remove lp_setup_coef*.c files from MakefileBrian Paul
2010-10-18egl/i965: include inline_wrapper_sw_helper.hVictor Tseng
2010-10-18r600g: retrieve tiling info from kernel for shared buffers.Dave Airlie
2010-10-18r600g: fix transfer function for tiling.Dave Airlie
2010-10-18r600g: attempt to cleanup depth blitDave Airlie
2010-10-18r600g: depth needs to bound to dsDave Airlie
2010-10-18r600g: fix typo in tiling setup cb code.Dave Airlie
2010-10-18r600g: do proper tracking of views/samplers.Dave Airlie
2010-10-17llvmpipe: remove unused arg from jit_setup_tri functionKeith Whitwell
2010-10-17llvmpipe: remove unused fileKeith Whitwell
2010-10-17Merge remote branch 'origin/master' into lp-setup-llvmKeith Whitwell
2010-10-17llvmpipe: fail cleanly on malloc failure in lp_setup_alloc_triangleKeith Whitwell
2010-10-17llvmpipe: remove setup fallback pathKeith Whitwell
2010-10-17gallivm: Comment lp_build_insert_new_block().José Fonseca
2010-10-17llvmpipe: clean up fields in draw_llvm_variant_keyKeith Whitwell