aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* nv50,nvc0: handle user vertex buffersChristoph Bumiller2012-05-1714-308/+423
* nv50,nvc0: handle user index buffersChristoph Bumiller2012-05-178-47/+49
* nv50,nvc0: handle user constbufs without wrapping them in a resourceChristoph Bumiller2012-05-1714-165/+201
* st/mesa: set PIPE_BIND_STREAM_OUTPUT for TFB target in st_bufferobj_dataChristoph Bumiller2012-05-171-0/+3
* darwin: Eliminate a possible race condition while destroying a surfaceJeremy Huddleston2012-05-161-4/+4
* darwin: Unlock our mutex before destroying itJeremy Huddleston2012-05-161-0/+3
* gallium/radeon: Fix r300g tiling breakage.Michel Dänzer2012-05-166-3/+18
* gallium/auxiliary/pipe-loader: Fix usage of anonymous union.Francisco Jerez2012-05-163-8/+8
* radeonsi: Initial tiling support.Michel Dänzer2012-05-167-131/+359
* r600g: Set tiling information for BOs being shared.Michel Dänzer2012-05-163-9/+47
* st/xorg: Better handling of EXA copies.Michel Dänzer2012-05-164-225/+41
* radeonsi: Bump MAX_DRAW_CS_DWORDS.Michel Dänzer2012-05-163-3/+3
* draw,llvmpipe: Avoid named struct types on LLVM 3.0 and later.José Fonseca2012-05-162-30/+6
* llvmpipe: Color slot interpolation can be flat or perspective, not linear.Olivier Galibert2012-05-163-3/+3
* configure.ac: Fix typos in the r600-llvm-compiler optionHomer Hsing2012-05-151-2/+2
* gallivm: Add MCRegisterInfo.h to silence benign warnings about missing implem...José Fonseca2012-05-151-0/+3
* i965/blorp: Move exec() out of brw_blorp_params.Paul Berry2012-05-153-6/+9
* i965/gen6: Initial implementation of MSAA.Paul Berry2012-05-1523-121/+662
* i965/gen6+: Add code to perform blits on the render path ("blorp").Paul Berry2012-05-158-27/+1730
* i965: Expose surface setup internals for use by blits.Paul Berry2012-05-153-2/+4
* i965: split gen{6,7}_blorp_exec functions into manageable chunks.Paul Berry2012-05-153-522/+647
* i965: Parameterize HiZ code to prepare for adding blitting.Paul Berry2012-05-157-177/+335
* i965: Implement guardband clipping on Ivybridge.Kenneth Graunke2012-05-152-5/+15
* i965: Implement guardband clipping on Sandybridge.Kenneth Graunke2012-05-152-10/+15
* llvmpipe: Add a test for lp_build_sgn.José Fonseca2012-05-151-0/+13
* gallivm: Fix lp_build_sgn for normalized/fixed-point integers.José Fonseca2012-05-151-1/+2
* gallivm: Fix lp_build_const_xxx for negative integers.José Fonseca2012-05-151-5/+6
* svga: fix FBO / viewport bugsBrian Paul2012-05-151-7/+24
* radeon/llvm: add support for texture offsets, fix TEX_LDVadim Girlin2012-05-154-10/+51
* radeon/llvm: add SET_GRADIENTS*, fix SAMPLE_GVadim Girlin2012-05-156-9/+108
* radeon/llvm: increase const regs countVadim Girlin2012-05-151-1/+1
* radeon/llvm: use IntrNoMem property for intrinsics where possibleVadim Girlin2012-05-157-105/+171
* radeon/llvm: use correct intrinsic for CEILVadim Girlin2012-05-152-3/+3
* radeon/llvm: improve ABS_i32 loweringVadim Girlin2012-05-151-13/+5
* radeon/llvm: fix BUILD_VECTOR lowering for replicated valueVadim Girlin2012-05-151-0/+2
* radeon/llvm: add names for AMDGPU* passesVadim Girlin2012-05-152-0/+5
* radeon/llvm: add generated files to .gitignoreVadim Girlin2012-05-151-0/+18
* Add .gitignore files for recently-added gallium projectsPaul Berry2012-05-153-0/+3
* glsl: Fix lower_discard_flow prototype mismatch.José Fonseca2012-05-151-1/+1
* Revert "i965/fs: Jump from discard statements to the end of the program when ...Eric Anholt2012-05-144-126/+5
* glsl: Implement the GLSL 1.30+ discard control flow rule in GLSL IR.Eric Anholt2012-05-144-0/+157
* glsl: Remove the opt_discard_simplification pass.Eric Anholt2012-05-144-209/+0
* i965/fs: Remove the requirement of no dead code for interference checks.Eric Anholt2012-05-141-12/+12
* i965/fs: Add support for copy propagation.Eric Anholt2012-05-145-0/+143
* i965/fs: When doing no work for live interval calculation, do no allocation.Eric Anholt2012-05-141-7/+7
* i965/gen7: Set tile_x/y to 0 in the no-stencil case.Eric Anholt2012-05-141-1/+1
* intel: Fix signed/unsigned comparison warnings.Eric Anholt2012-05-142-5/+6
* intel: Fix compile warning from 7b6424143d8bf572cadd46adcbaa91d2a5598635Eric Anholt2012-05-141-2/+2
* intel: Fix compiler warning from 3cd7bee48f7caf7850ea64d40f43875d4c975507Eric Anholt2012-05-141-2/+0
* i965/fs: Add a local common subexpression elimination pass.Kenneth Graunke2012-05-144-0/+201