summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-05-17i965: use cut index to handle primitive restart when possiblei965-primitive-restart-v2Jordan Justen1-1/+80
2012-05-17i965: add flag to enable cut_indexJordan Justen4-1/+12
2012-05-17i965: create code path to handle primitive restart in hardwareJordan Justen8-1/+113
2012-05-17state_tracker: remove sw_primitive_restart from st_contextJordan Justen2-2/+0
2012-05-17state_tracker: remove software handling of primitive restartJordan Justen1-178/+2
2012-05-17state_tracker: set PrimitiveRestartInSoftware if neededJordan Justen1-0/+1
2012-05-17vbo: use software primitive restart in the VBO moduleJordan Justen1-6/+37
2012-05-17mesa: add PrimitiveRestartInSoftware to gl_context.ConstJordan Justen2-0/+8
2012-05-17vbo: add software primitive restart supportJordan Justen4-0/+241
2012-05-17mesa: Check for framebuffer completeness before looking at the rb.Eric Anholt1-6/+6
2012-05-17mesa: Fix assertion failure when a cube face is not present.Eric Anholt1-1/+2
2012-05-17glsl: Drop the extra NULL specifiction on ir_assignment constructors.Eric Anholt1-21/+14
2012-05-17glsl: Fix assertion failure on handling switch on uint expressions.Eric Anholt1-1/+1
2012-05-17glsl: Reject non-scalar switch expressions.Eric Anholt1-4/+2
2012-05-17glsl: Let the constructor figure out the types of switch-related expressions.Eric Anholt1-4/+1
2012-05-17glsl: Fix indentation of switch code.Eric Anholt1-282/+263
2012-05-17i965/vs: Fix up swizzle for dereference_array of matrices.Eric Anholt1-2/+2
2012-05-17mesa: Throw error on glGetActiveUniform inside Begin/End.Eric Anholt1-0/+2
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