| Commit message (Expand) | Author | Age | Files | Lines |
* | llvmpipe: snprintf->util_snprintf. | José Fonseca | 2011-08-18 | 1 | -1/+2 |
* | llvmpipe: Add u_math.h include. | José Fonseca | 2011-08-18 | 1 | -0/+1 |
* | glx: Don't flush twice if we fallback to dri2CopySubBuffer | Kristian Høgsberg | 2011-08-18 | 1 | -11/+10 |
* | r600g: implement NV_primitive_restart functionality (v2) | Marek Olšák | 2011-08-18 | 4 | -1/+11 |
* | r600g: fix scons build | Marek Olšák | 2011-08-17 | 1 | -0/+1 |
* | i965/fs: Fix 32-bit integer multiplication. | Eric Anholt | 2011-08-17 | 2 | -1/+22 |
* | nv50: don't drop flags definition when merging SAT with ADD/MAD | Christoph Bumiller | 2011-08-17 | 1 | -0/+2 |
* | st/mesa: fix incorrect loop over instruction src regs | Brian Paul | 2011-08-17 | 1 | -1/+1 |
* | st/dri: Indent driconf options | Lauri Kasanen | 2011-08-17 | 1 | -7/+11 |
* | xmlpool.h: fix a typo | Lauri Kasanen | 2011-08-17 | 1 | -1/+1 |
* | xmlconfig: Make the error message more informative | Lauri Kasanen | 2011-08-17 | 1 | -1/+1 |
* | mesa: Bump instruction execution limit to 65536 | Ian Romanick | 2011-08-16 | 1 | -1/+1 |
* | mesa: Add partial constant propagation pass for Mesa IR | Ian Romanick | 2011-08-16 | 5 | -0/+458 |
* | ir_to_mesa: Emit a MAD(b, -a, b) for !a && b | Ian Romanick | 2011-08-16 | 1 | -0/+52 |
* | ir_to_mesa: Implement ir_binop_all_equal using DP4 w/SGE | Ian Romanick | 2011-08-16 | 1 | -1/+12 |
* | ir_to_mesa: Implement ir_binop_any_nequal using DP4 w/saturate or DP4 w/SLT | Ian Romanick | 2011-08-16 | 1 | -2/+20 |
* | ir_to_mesa: Implement ir_unop_any using DP4 w/saturate or DP4 w/SLT | Ian Romanick | 2011-08-16 | 1 | -4/+23 |
* | ir_to_mesa: Make ir_to_mesa_visitor::emit_dp return the instruction | Ian Romanick | 2011-08-16 | 1 | -7/+7 |
* | ir_to_mesa: Implement ir_binop_logic_or using an add w/saturate or add w/SLT | Ian Romanick | 2011-08-16 | 1 | -4/+21 |
* | ir_to_mesa: Implement ir_unop_logic_not using 1-x | Ian Romanick | 2011-08-16 | 1 | -1/+7 |
* | mesa: Add Android to list of platforms that define fpclassify() | Chad Versace | 2011-08-16 | 1 | -1/+1 |
* | mesa: Fix Android build by #ifdef'ing out locale support | Chad Versace | 2011-08-16 | 1 | -1/+2 |
* | mesa: Remove use of fpu_control.h | Chad Versace | 2011-08-16 | 2 | -14/+0 |
* | i965/vs: Fix multiplies to actually do 32-bit multiplies. | Eric Anholt | 2011-08-16 | 2 | -1/+22 |
* | i965/vs: Add support for conversion of FIXED_HW_REG src_reg to/from dst_reg. | Eric Anholt | 2011-08-16 | 1 | -0/+2 |
* | i965/vs: Fix memory leak of ralloc context for the visitor. | Eric Anholt | 2011-08-16 | 1 | -0/+1 |
* | i965/vs: Fix condition code for scalar expression all_equals. | Eric Anholt | 2011-08-16 | 1 | -1/+1 |
* | i965/vs: Don't assertion fail on vertex texturing. | Eric Anholt | 2011-08-16 | 1 | -1/+6 |
* | i965/gen6: Force WHILE exec size to 8. | Eric Anholt | 2011-08-16 | 1 | -4/+2 |
* | i965/vs: Remove remaining use of foreach_iter. | Eric Anholt | 2011-08-16 | 2 | -9/+5 |
* | i965/vs: Fix abs/negate handling on attributes. | Eric Anholt | 2011-08-16 | 1 | -2/+9 |
* | i965/vs: Avoid generating a MOV for most ir_assignment handling. | Eric Anholt | 2011-08-16 | 2 | -0/+73 |
* | i965/vs: Run the shader backend at link time and return compile failures. | Eric Anholt | 2011-08-16 | 6 | -20/+54 |
* | i965: Fix assertion failure on a loop consisting of while (true) { break }. | Eric Anholt | 2011-08-16 | 1 | -1/+1 |
* | i965/vs: Fix the trivial register allocator's failure path. | Eric Anholt | 2011-08-16 | 2 | -3/+5 |
* | i965/vs: Add support for if(any(bvec)) on gen6. | Eric Anholt | 2011-08-16 | 1 | -4/+8 |
* | i965/vs: Add support for GL_FIXED attributes. | Eric Anholt | 2011-08-16 | 1 | -0/+12 |
* | i965/vs: Clamp vertex color outputs when required by ARB_color_buffer_float. | Eric Anholt | 2011-08-16 | 1 | -1/+10 |
* | i965/vs: Fix access of attribute arrays. | Eric Anholt | 2011-08-16 | 1 | -1/+2 |
* | i965/vs: Fix builtin uniform setup. | Eric Anholt | 2011-08-16 | 1 | -3/+2 |
* | i965/vs: Add support for loops. | Eric Anholt | 2011-08-16 | 1 | -32/+21 |
* | i965/vs: Add support for ir_binop_pow. | Eric Anholt | 2011-08-16 | 3 | -7/+70 |
* | i965/vs: Respect the gen6 limitation that math opcodes can't be align16. | Eric Anholt | 2011-08-16 | 2 | -2/+33 |
* | i965/vs: Fix implementation of ir_unop_any. | Eric Anholt | 2011-08-16 | 1 | -1/+3 |
* | i965/vs: Slightly improve the trivial reg allocator to skip unused regs. | Eric Anholt | 2011-08-16 | 1 | -2/+24 |
* | i965: Add gen6 disassembly for DP render cache messages. | Eric Anholt | 2011-08-16 | 1 | -3/+46 |
* | i965/vs: Enable variable array indexing in the VS. | Eric Anholt | 2011-08-16 | 1 | -5/+7 |
* | i965/vs: Add support for scratch read/write codegen. | Eric Anholt | 2011-08-16 | 2 | -2/+151 |
* | i965: Make some EU emit code for DP read/write messages non-static. | Eric Anholt | 2011-08-16 | 2 | -22/+49 |
* | i965/vs: Move virtual GRFs with array accesses to them to scratch space. | Eric Anholt | 2011-08-16 | 4 | -1/+186 |