summaryrefslogtreecommitdiff
path: root/src/mesa/drivers
AgeCommit message (Expand)AuthorFilesLines
2011-08-19meta: use fallback mipmap generation for 1D/2D texture arraysBrian Paul1-2/+5
2011-08-19mesa: Declare _mesa_meta_begin()/end() as publicChad Versace2-142/+147
2011-08-17i965/fs: Fix 32-bit integer multiplication.Eric Anholt2-1/+22
2011-08-17xmlpool.h: fix a typoLauri Kasanen1-1/+1
2011-08-17xmlconfig: Make the error message more informativeLauri Kasanen1-1/+1
2011-08-16i965/vs: Fix multiplies to actually do 32-bit multiplies.Eric Anholt2-1/+22
2011-08-16i965/vs: Add support for conversion of FIXED_HW_REG src_reg to/from dst_reg.Eric Anholt1-0/+2
2011-08-16i965/vs: Fix memory leak of ralloc context for the visitor.Eric Anholt1-0/+1
2011-08-16i965/vs: Fix condition code for scalar expression all_equals.Eric Anholt1-1/+1
2011-08-16i965/vs: Don't assertion fail on vertex texturing.Eric Anholt1-1/+6
2011-08-16i965/gen6: Force WHILE exec size to 8.Eric Anholt1-4/+2
2011-08-16i965/vs: Remove remaining use of foreach_iter.Eric Anholt2-9/+5
2011-08-16i965/vs: Fix abs/negate handling on attributes.Eric Anholt1-2/+9
2011-08-16i965/vs: Avoid generating a MOV for most ir_assignment handling.Eric Anholt2-0/+73
2011-08-16i965/vs: Run the shader backend at link time and return compile failures.Eric Anholt6-20/+54
2011-08-16i965: Fix assertion failure on a loop consisting of while (true) { break }.Eric Anholt1-1/+1
2011-08-16i965/vs: Fix the trivial register allocator's failure path.Eric Anholt2-3/+5
2011-08-16i965/vs: Add support for if(any(bvec)) on gen6.Eric Anholt1-4/+8
2011-08-16i965/vs: Add support for GL_FIXED attributes.Eric Anholt1-0/+12
2011-08-16i965/vs: Clamp vertex color outputs when required by ARB_color_buffer_float.Eric Anholt1-1/+10
2011-08-16i965/vs: Fix access of attribute arrays.Eric Anholt1-1/+2
2011-08-16i965/vs: Fix builtin uniform setup.Eric Anholt1-3/+2
2011-08-16i965/vs: Add support for loops.Eric Anholt1-32/+21
2011-08-16i965/vs: Add support for ir_binop_pow.Eric Anholt3-7/+70
2011-08-16i965/vs: Respect the gen6 limitation that math opcodes can't be align16.Eric Anholt2-2/+33
2011-08-16i965/vs: Fix implementation of ir_unop_any.Eric Anholt1-1/+3
2011-08-16i965/vs: Slightly improve the trivial reg allocator to skip unused regs.Eric Anholt1-2/+24
2011-08-16i965: Add gen6 disassembly for DP render cache messages.Eric Anholt1-3/+46
2011-08-16i965/vs: Enable variable array indexing in the VS.Eric Anholt1-5/+7
2011-08-16i965/vs: Add support for scratch read/write codegen.Eric Anholt2-2/+151
2011-08-16i965: Make some EU emit code for DP read/write messages non-static.Eric Anholt2-22/+49
2011-08-16i965/vs: Move virtual GRFs with array accesses to them to scratch space.Eric Anholt4-1/+186
2011-08-16i965/vs: Reserve MRF 14/15 for array loads/register unspilling.Eric Anholt1-6/+14
2011-08-16i965/vs: Track the variable index of array accesses.Eric Anholt2-4/+16
2011-08-16i965: Add remaining scratch space setup emit to unit states.Eric Anholt4-3/+35
2011-08-16i965: Set up allocation of a VS scratch space if required.Eric Anholt5-22/+47
2011-08-16i965: Remove dead brw->wm.max_threads field.Eric Anholt1-1/+0
2011-08-16i965/vs: Add support for VUEs larger than a single URB write.Eric Anholt1-8/+34
2011-08-16i965/vs: Avoid generating extra moves when setting up large ir_constants.Eric Anholt2-51/+28
2011-08-16i965/vs: Fix types of varying outputs.Eric Anholt1-0/+1
2011-08-16i965/vs: Handle assignment of structures/arrays/matrices better.Eric Anholt2-21/+51
2011-08-16i965/vs: Don't forget to set up assignment condition code for arrays/structs.Eric Anholt1-0/+4
2011-08-16i965/vs: Apply the gen6 math workaround for math1 instructions.Eric Anholt1-6/+4
2011-08-16i965/vs: Add support for if(any_nequal()) and if(all_equal()) on gen6.Eric Anholt2-4/+22
2011-08-16i965/vs: Add support for dot product opcodes.Eric Anholt1-0/+12
2011-08-16i965/vs: Fix the types of array/struct dereferences.Eric Anholt1-0/+2
2011-08-16i965/vs: Drop the assertion about dst.reg_offset == 0.Eric Anholt1-1/+0
2011-08-16i965/vs: Use an appropriate swizzle on src regs from variables.Eric Anholt1-0/+4
2011-08-16i965/vs: Fix support for zero uniforms in use.Eric Anholt1-1/+2
2011-08-16i965/vs: Fix support for "IF" instructions by copying brw_fs_visitor.cpp.Eric Anholt1-4/+10