mesa.git
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...
2011-08-16 Eric Anholti965/vs: Fix constant vector construction.
2011-08-16 Eric Anholti965/vs: Start adding support for uniforms
2011-08-16 Eric Anholti965: Start adding the VS visitor and codegen.
2011-08-16 Eric Anholti965: Rename math FS_OPCODE_* to SHADER_OPCODE_*.
2011-08-16 Eric Anholti965: Create a shared enum for hardware and compiler...
2011-08-16 Eric Anholti965: Generate driver-specific IR for non-fragment...
2011-08-16 Brian Paulmesa: ChooseTextureFormat() returns gl_format, not...
2011-08-16 Paul Berryglsl: Fix type error when lowering integer divisions
2011-08-16 Marek Olšáksoftpipe: fix an obvious copy-paste error in get_query_...
2011-08-16 Marek Olšákst/dri: remove an unused-but-set variable
2011-08-16 Marek Olšákr600g: rename bc -> bytecode
2011-08-16 Benjamin Franzkeegl: Add include paths for platform autodetection
2011-08-16 Cooper Yuandri2: check if context is valid before flushing the...
2011-08-16 Marek Olšákr600g: expose ARB_ES2_compatibility by claiming fixed...
2011-08-16 Marek Olšáknoop: redirect the get_param/is_format.. queries to...
2011-08-16 Marek Olšáku_blitter: restore some states conditionally
2011-08-16 Marek Olšáku_blitter: rename util_blitter_copy_region -> util_blit...
2011-08-16 Marek Olšákr600g: consolidate two files r600d.h
2011-08-16 Marek Olšákr600g: set read/write usage flags for each relocation
2011-08-16 Marek Olšákwinsys/radeon: take advantage of the new ioctl
2011-08-16 Marek Olšákwinsys/radeon: hook up the new DRM_RADEON_GEM_WAIT...
2011-08-16 Marek Olšákwinsys/radeon: remove broken bo-is-busy-for-write guessing
2011-08-16 Marek Olšákr600g: enable thread offloading
2011-08-16 Marek Olšákr600g: undefine RADEON_CTX_MAX_PM4
2011-08-16 Marek Olšákr600g: don't include radeon_drm.h and xf86drm.h
2011-08-16 Marek Olšákwinsys/radeon: remove the device file descriptor from...
2011-08-16 Marek Olšákr600g: remove an unused parameter from r600_bo_destroy
2011-08-16 Marek Olšákr600g: merge radeon_bo with r600_bo
2011-08-16 Marek Olšákr600g: remove radeon_bo::handle
2011-08-16 Marek Olšákr600g: use buffer_map/unmap from radeon_winsys
2011-08-16 Marek Olšákr600g: set the flush callback in radeon_winsys
2011-08-16 Marek Olšákr600g: get tiling flags using radeon_winsys
2011-08-16 Marek Olšákr600g: get winsys_handle using radeon_winsys
2011-08-16 Marek Olšákr600g: move more DRM queries into winsys/radeon
2011-08-16 Marek Olšákwinsys/radeon: consolidate the add_reloc function
2011-08-16 Marek Olšákr600g: emit CS using radeon_winsys
2011-08-16 Marek Olšákr600g: remove struct r600_reloc
2011-08-16 Marek Olšákr600g: don't use RADEON_GEM_DOMAIN_CPU
next