summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-05-17XXX: WIPllvm-dagTom Stellard4-0/+73
2012-05-16gallium/radeon: Fix r300g tiling breakage.Michel Dänzer6-3/+18
2012-05-16gallium/auxiliary/pipe-loader: Fix usage of anonymous union.Francisco Jerez3-8/+8
2012-05-16radeonsi: Initial tiling support.Michel Dänzer7-131/+359
2012-05-16r600g: Set tiling information for BOs being shared.Michel Dänzer3-9/+47
2012-05-16st/xorg: Better handling of EXA copies.Michel Dänzer4-225/+41
2012-05-16radeonsi: Bump MAX_DRAW_CS_DWORDS.Michel Dänzer3-3/+3
2012-05-16draw,llvmpipe: Avoid named struct types on LLVM 3.0 and later.José Fonseca2-30/+6
2012-05-16llvmpipe: Color slot interpolation can be flat or perspective, not linear.Olivier Galibert3-3/+3
2012-05-15configure.ac: Fix typos in the r600-llvm-compiler optionHomer Hsing1-2/+2
2012-05-15gallivm: Add MCRegisterInfo.h to silence benign warnings about missing implem...José Fonseca1-0/+3
2012-05-15i965/blorp: Move exec() out of brw_blorp_params.Paul Berry3-6/+9
2012-05-15i965/gen6: Initial implementation of MSAA.Paul Berry23-121/+662
2012-05-15i965/gen6+: Add code to perform blits on the render path ("blorp").Paul Berry8-27/+1730
2012-05-15i965: Expose surface setup internals for use by blits.Paul Berry3-2/+4
2012-05-15i965: split gen{6,7}_blorp_exec functions into manageable chunks.Paul Berry3-522/+647
2012-05-15i965: Parameterize HiZ code to prepare for adding blitting.Paul Berry7-177/+335
2012-05-15i965: Implement guardband clipping on Ivybridge.Kenneth Graunke2-5/+15
2012-05-15i965: Implement guardband clipping on Sandybridge.Kenneth Graunke2-10/+15
2012-05-15llvmpipe: Add a test for lp_build_sgn.José Fonseca1-0/+13
2012-05-15gallivm: Fix lp_build_sgn for normalized/fixed-point integers.José Fonseca1-1/+2
2012-05-15gallivm: Fix lp_build_const_xxx for negative integers.José Fonseca1-5/+6
2012-05-15svga: fix FBO / viewport bugsBrian Paul1-7/+24
2012-05-15radeon/llvm: add support for texture offsets, fix TEX_LDVadim Girlin4-10/+51
2012-05-15radeon/llvm: add SET_GRADIENTS*, fix SAMPLE_GVadim Girlin6-9/+108
2012-05-15radeon/llvm: increase const regs countVadim Girlin1-1/+1
2012-05-15radeon/llvm: use IntrNoMem property for intrinsics where possibleVadim Girlin7-105/+171
2012-05-15radeon/llvm: use correct intrinsic for CEILVadim Girlin2-3/+3
2012-05-15radeon/llvm: improve ABS_i32 loweringVadim Girlin1-13/+5
2012-05-15radeon/llvm: fix BUILD_VECTOR lowering for replicated valueVadim Girlin1-0/+2
2012-05-15radeon/llvm: add names for AMDGPU* passesVadim Girlin2-0/+5
2012-05-15radeon/llvm: add generated files to .gitignoreVadim Girlin1-0/+18
2012-05-15Add .gitignore files for recently-added gallium projectsPaul Berry3-0/+3
2012-05-15glsl: Fix lower_discard_flow prototype mismatch.José Fonseca1-1/+1
2012-05-14Revert "i965/fs: Jump from discard statements to the end of the program when ...Eric Anholt4-126/+5
2012-05-14glsl: Implement the GLSL 1.30+ discard control flow rule in GLSL IR.Eric Anholt4-0/+157
2012-05-14glsl: Remove the opt_discard_simplification pass.Eric Anholt4-209/+0
2012-05-14i965/fs: Remove the requirement of no dead code for interference checks.Eric Anholt1-12/+12
2012-05-14i965/fs: Add support for copy propagation.Eric Anholt5-0/+143
2012-05-14i965/fs: When doing no work for live interval calculation, do no allocation.Eric Anholt1-7/+7
2012-05-14i965/gen7: Set tile_x/y to 0 in the no-stencil case.Eric Anholt1-1/+1
2012-05-14intel: Fix signed/unsigned comparison warnings.Eric Anholt2-5/+6
2012-05-14intel: Fix compile warning from 7b6424143d8bf572cadd46adcbaa91d2a5598635Eric Anholt1-2/+2
2012-05-14intel: Fix compiler warning from 3cd7bee48f7caf7850ea64d40f43875d4c975507Eric Anholt1-2/+0
2012-05-14i965/fs: Add a local common subexpression elimination pass.Kenneth Graunke4-0/+201
2012-05-14i965/fs: Use a const reference in fs_reg::equals instead of a pointer.Kenneth Graunke3-16/+16
2012-05-14mesa: print the Git SHA1 in GL_VERSION for ES1 and ES2.Oliver McFadden1-2/+10
2012-05-14mesa: GLES specifies restrictions on uniform matrix transpose.Oliver McFadden1-0/+10
2012-05-14radeonsi: Keep around copies of original sampler states.Michel Dänzer1-0/+2
2012-05-14radeonsi: Flesh out shader interpolation related code.Michel Dänzer3-4/+38