summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-05-17glsl: Improve the local dead code optimization to eliminate unused channels.Eric Anholt1-23/+126
2012-05-17i965/fs: Do more register coalescing by using the interference graph.Eric Anholt2-0/+62
2012-05-17nouveau: place static buffers in VRAM if preferred by the driverChristoph Bumiller6-12/+62
2012-05-17nv50/ir: fix reversed order of lane ops in quadopsChristoph Bumiller2-4/+6
2012-05-17nv50,nvc0: handle user vertex buffersChristoph Bumiller14-308/+423
2012-05-17nv50,nvc0: handle user index buffersChristoph Bumiller8-47/+49
2012-05-17nv50,nvc0: handle user constbufs without wrapping them in a resourceChristoph Bumiller14-165/+201
2012-05-17st/mesa: set PIPE_BIND_STREAM_OUTPUT for TFB target in st_bufferobj_dataChristoph Bumiller1-0/+3
2012-05-16darwin: Eliminate a possible race condition while destroying a surfaceJeremy Huddleston1-4/+4
2012-05-16darwin: Unlock our mutex before destroying itJeremy Huddleston1-0/+3
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