summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-07-26configure.ac: fix xlib-based softpipe buildHEADmasterMarek Olšák1-7/+5
2011-07-26mesa: Make _mesa_get_compressed_formats match the texture compression specsIan Romanick3-30/+93
2011-07-26mesa: Return the correct internal fmt when a generic compressed fmt was usedIan Romanick1-3/+17
2011-07-26mesa: Add utility function to get base format from a GL compressed formatIan Romanick2-0/+91
2011-07-26i965/fs: Fix MRT drawing since the m0->m2 move for shader debug.Eric Anholt1-1/+2
2011-07-26glsl: Correctly return progress from lower_variable_index_to_cond_assignIan Romanick1-1/+3
2011-07-25configure.ac: do not check for llvm-config if llvm is disabledMarek Olšák1-3/+2
2011-07-25r300/compiler: simplify code in peephole_add_presub_addTobias Droste1-17/+18
2011-07-25winsys/radeon: fix typos in the driver interfaceMarek Olšák1-2/+3
2011-07-25winsys/radeon: manage constant buffers by the cache bufmgr tooMarek Olšák1-1/+2
2011-07-25winsys/radeon: remove usage parameter from buffer_createMarek Olšák6-12/+5
2011-07-25winsys/radeon: fix int->boolean conversion in radeon_bo_is_referenced_by_any_csMarek Olšák1-1/+1
2011-07-25winsys/radeon: little change in radeon_bo_is_referenced_by_csMarek Olšák1-2/+3
2011-07-25winsys/radeon: add R300 infix to winsys feature namesMarek Olšák6-8/+7
2011-07-25winsys/radeon: simplify how value queries workMarek Olšák12-171/+133
2011-07-25i965: Fix many of the trivial WebGL demos that broke due to IB optimization.Eric Anholt1-0/+1
2011-07-25i965: Use 3D clears on gen6+ to avoid inter-ring synchronization.Eric Anholt1-2/+2
2011-07-25meta: Also save/restore clip planes for GLSL.Eric Anholt1-1/+13
2011-07-25i965: Emit texture cache flushes on gen6 along with render cache flushes.Eric Anholt1-0/+1
2011-07-25i965: vs optimization fix: Check val.{negate,abs} in accumulator_contains()Paul Berry1-0/+3
2011-07-25i965/gen7: Fix shadow sampling in the old brw_wm_emit backend.Kenneth Graunke1-4/+11
2011-07-25i965/fs: Clear result before visiting shadow comparitor and LOD info.Kenneth Graunke1-0/+10
2011-07-25vdpau: enable mpeg1 hw decoding, using the exact same code path as mpeg2Emeric1-12/+13
2011-07-25gallium: change formats merged with pipe-video to type "other"Christian König1-7/+7
2011-07-25configure: Move gbm before egl in SRC_DIRSBenjamin Franzke1-35/+35
2011-07-24g3dvl: remove unused vs output from create_ref_vert_shaderChristian König1-4/+1
2011-07-24r600g: use file_max instead of file_count to determine reg offsetChristian König1-3/+3
2011-07-23gallium/softpipe: Don't clobber dest color/alpha before masking.Younes Manton1-89/+96
2011-07-23glsl: Compare vector indices in blocksIan Romanick1-23/+39
2011-07-23glsl: Factor out code that generates block of index comparisonsIan Romanick2-42/+73
2011-07-23glsl: Treat ir_dereference_array of non-var as a constant for loweringIan Romanick1-2/+8
2011-07-23i965: When emitting a src/dst read of an output, keep the swizzle and negIan Romanick1-3/+16
2011-07-23i965: When emitting a src/dst write of an output, keep the write maskIan Romanick1-1/+5
2011-07-23prog_optimize: Set unused regs to PROGRAM_UNDEFINED after CMP->MOV conversionIan Romanick1-0/+9
2011-07-23ir_to_mesa: Copy reladdr in src_reg(dst_reg) constructorIan Romanick1-1/+1
2011-07-23ir_to_mesa: Add each relative address to the previousIan Romanick1-0/+12
2011-07-23glsl: When lowering non-constant vector indexing, respect existing conditionsIan Romanick1-5/+24
2011-07-23glsl: When lowering non-constant array indexing, respect existing conditionsIan Romanick1-3/+18
2011-07-23glsl: Rework lowering of non-constant array indexingIan Romanick1-19/+116
2011-07-23glsl: Split out part of variable_index_to_cond_assign_visitor::needs_loweringIan Romanick1-5/+10
2011-07-23glsl: Move is_array_or_matrix outside visitor classIan Romanick1-5/+6
2011-07-23gallivm: Add a note about log2 computation and denormalized numbers.José Fonseca1-0/+6
2011-07-23gallivm: Fix lp_build_exp2 order 4-5 polynomial coefficients and bump order.José Fonseca1-12/+12
2011-07-23gallivm: Increase lp_build_rsqrt() precision.José Fonseca1-1/+1
2011-07-23gallivm: Update minimax comments.José Fonseca1-6/+17
2011-07-23gallivm: Fix lp_build_exp/lp_build_log.José Fonseca1-2/+2
2011-07-23llvmpipe: Unit tests for arithmetic functions.José Fonseca3-2/+298
2011-07-23util: Store alpha value too.José Fonseca1-1/+1
2011-07-22glsl: Add standalone_scaffolding.cpp to SConscript.Vinson Lee1-0/+1
2011-07-22glsl: Add unit tests for lower_jumps.cppPaul Berry54-1/+1543