mesa.git
2011-08-19 Lauri Kasanenpp: Add the MLAA areamap
2011-08-19 Lauri Kasanenpp: Cel-shade filter
2011-08-19 Lauri Kasanenpp: Color filters
2011-08-19 Lauri Kasanenpp: Docs
2011-08-19 Lauri Kasanenaux/Makefile,SConscript: Build PP
2011-08-19 Lauri Kasanenst/dri: Bind the post-processing queue to dri
2011-08-19 Lauri Kasanendriconf: Add the PP descriptions
2011-08-19 Marek Olšákr600g: don't allocate separate depth and stencil for...
2011-08-19 Marek Olšákr600g: finally enable float depth buffers on evergreen
2011-08-19 Marek Olšákr600g: rename resource -> view in create_sampler_view
2011-08-19 Marek Olšákr600g: hack around a problem with texture alignment
2011-08-19 Marek Olšákr600g: simplify the conditionals determining array...
2011-08-19 Marek Olšákr600g: put depth and stencil into one backing buffer
2011-08-19 Marek Olšákr600g: fix depth-stencil on evergreen
2011-08-19 Brian Paulmesa: handle array textures in GenerateMipmap(), Frameb...
2011-08-19 Brian Paulmeta: use fallback mipmap generation for 1D/2D texture...
2011-08-19 Brian Paulmesa: set Q=1 for OPCODE_TEX execution
2011-08-19 Brian Paulmesa: restructure error checking in _mesa_FramebufferTe...
2011-08-19 Chad Versacemesa: Declare _mesa_meta_begin()/end() as public
2011-08-19 Christoph Bumillernv50: fix potential null deref in insn modifer optimiza...
2011-08-19 Brian Paulglx: use a block to fix declarations after code warning
2011-08-19 Marek Olšákr600g: fix a possible crash in r600_adjust_gprs
2011-08-18 Brian Paulmesa: fix incorrect error code in _mesa_FramebufferText...
2011-08-18 Paul Berryglapi: update .gitignore for generated ES dispatch...
2011-08-18 José Fonsecallvmpipe: Don't build lp_test_arit on MSVC.
2011-08-18 José Fonsecallvmpipe: snprintf->util_snprintf.
2011-08-18 José Fonsecallvmpipe: Add u_math.h include.
2011-08-18 José Fonsecascons: Add support for LLVM-2.9 on Windows.
2011-08-18 Kristian Høgsbergglx: Don't flush twice if we fallback to dri2CopySubBuffer
2011-08-17 Marek Olšákr600g: implement NV_primitive_restart functionality...
2011-08-17 Marek Olšákr600g: fix scons build
2011-08-17 Eric Anholti965/fs: Fix 32-bit integer multiplication.
2011-08-17 Christoph Bumillernv50: don't drop flags definition when merging SAT...
2011-08-17 Brian Paulst/mesa: fix incorrect loop over instruction src regs
2011-08-17 Lauri Kasanenst/dri: Indent driconf options
2011-08-17 Lauri Kasanenxmlpool.h: fix a typo
2011-08-17 Lauri Kasanenxmlconfig: Make the error message more informative
2011-08-16 Ian Romanickmesa: Bump instruction execution limit to 65536
2011-08-16 Ian Romanickmesa: Add partial constant propagation pass for Mesa IR
2011-08-16 Ian Romanickir_to_mesa: Emit a MAD(b, -a, b) for !a && b
2011-08-16 Ian Romanickir_to_mesa: Implement ir_binop_all_equal using DP4...
2011-08-16 Ian Romanickir_to_mesa: Implement ir_binop_any_nequal using DP4...
2011-08-16 Ian Romanickir_to_mesa: Implement ir_unop_any using DP4 w/saturate...
2011-08-16 Ian Romanickir_to_mesa: Make ir_to_mesa_visitor::emit_dp return...
2011-08-16 Ian Romanickir_to_mesa: Implement ir_binop_logic_or using an add...
2011-08-16 Ian Romanickir_to_mesa: Implement ir_unop_logic_not using 1-x
2011-08-16 Chad Versacemesa: Add Android to list of platforms that define...
2011-08-16 Chad Versacemesa: Fix Android build by #ifdef'ing out locale support
2011-08-16 Chad Versacemesa: Remove use of fpu_control.h
2011-08-16 Eric Anholti965/vs: Fix multiplies to actually do 32-bit multiplies.
2011-08-16 Eric Anholti965/vs: Add support for conversion of FIXED_HW_REG...
2011-08-16 Eric Anholti965/vs: Fix memory leak of ralloc context for the...
2011-08-16 Eric Anholti965/vs: Fix condition code for scalar expression all_e...
2011-08-16 Eric Anholti965/vs: Don't assertion fail on vertex texturing.
2011-08-16 Eric Anholti965/gen6: Force WHILE exec size to 8.
2011-08-16 Eric Anholti965/vs: Remove remaining use of foreach_iter.
2011-08-16 Eric Anholti965/vs: Fix abs/negate handling on attributes.
2011-08-16 Eric Anholti965/vs: Avoid generating a MOV for most ir_assignment...
2011-08-16 Eric Anholti965/vs: Run the shader backend at link time and return...
2011-08-16 Eric Anholti965: Fix assertion failure on a loop consisting of...
2011-08-16 Eric Anholti965/vs: Fix the trivial register allocator's failure...
2011-08-16 Eric Anholti965/vs: Add support for if(any(bvec)) on gen6.
2011-08-16 Eric Anholti965/vs: Add support for GL_FIXED attributes.
2011-08-16 Eric Anholti965/vs: Clamp vertex color outputs when required by...
2011-08-16 Eric Anholti965/vs: Fix access of attribute arrays.
2011-08-16 Eric Anholti965/vs: Fix builtin uniform setup.
2011-08-16 Eric Anholti965/vs: Add support for loops.
2011-08-16 Eric Anholti965/vs: Add support for ir_binop_pow.
2011-08-16 Eric Anholti965/vs: Respect the gen6 limitation that math opcodes...
2011-08-16 Eric Anholti965/vs: Fix implementation of ir_unop_any.
2011-08-16 Eric Anholti965/vs: Slightly improve the trivial reg allocator...
2011-08-16 Eric Anholti965: Add gen6 disassembly for DP render cache messages.
2011-08-16 Eric Anholti965/vs: Enable variable array indexing in the VS.
2011-08-16 Eric Anholti965/vs: Add support for scratch read/write codegen.
2011-08-16 Eric Anholti965: Make some EU emit code for DP read/write messages...
2011-08-16 Eric Anholti965/vs: Move virtual GRFs with array accesses to them...
2011-08-16 Eric Anholti965/vs: Reserve MRF 14/15 for array loads/register...
2011-08-16 Eric Anholti965/vs: Track the variable index of array accesses.
2011-08-16 Eric Anholti965: Add remaining scratch space setup emit to unit...
2011-08-16 Eric Anholti965: Set up allocation of a VS scratch space if required.
2011-08-16 Eric Anholti965: Remove dead brw->wm.max_threads field.
2011-08-16 Eric Anholti965/vs: Add support for VUEs larger than a single...
2011-08-16 Eric Anholti965/vs: Avoid generating extra moves when setting...
2011-08-16 Eric Anholti965/vs: Fix types of varying outputs.
2011-08-16 Eric Anholti965/vs: Handle assignment of structures/arrays/matrice...
2011-08-16 Eric Anholti965/vs: Don't forget to set up assignment condition...
2011-08-16 Eric Anholti965/vs: Apply the gen6 math workaround for math1 instr...
2011-08-16 Eric Anholti965/vs: Add support for if(any_nequal()) and if(all_eq...
2011-08-16 Eric Anholti965/vs: Add support for dot product opcodes.
2011-08-16 Eric Anholti965/vs: Fix the types of array/struct dereferences.
2011-08-16 Eric Anholti965/vs: Drop the assertion about dst.reg_offset == 0.
2011-08-16 Eric Anholti965/vs: Use an appropriate swizzle on src regs from...
2011-08-16 Eric Anholti965/vs: Fix support for zero uniforms in use.
2011-08-16 Eric Anholti965/vs: Fix support for "IF" instructions by copying...
2011-08-16 Eric Anholti965/vs: Disable loops for now until rendering is gener...
2011-08-16 Eric Anholti965/vs: Fix ir_swizzle handling.
2011-08-16 Eric Anholti965/vs: Allocate storage for "auto" variables just...
2011-08-16 Eric Anholti965/vs: Allow scalar values in assignments, too.
2011-08-16 Eric Anholti965/vs: Don't emit an extra copy of the vertex position.
2011-08-16 Eric Anholti965/vs: Port the fix for clip plane writemasks from...
next