i965: Fix handling of MESA_pack_invert in blit (PBO) readpixels.
[mesa.git] / src / mesa / drivers / dri / i965 / brw_vec4_reg_allocate.cpp
2013-11-20 Matt Turneri965/vec4: Add invalidate_live_intervals method.
2013-10-31 Eric Anholti965: Merge together opcodes for SHADER_OPCODE_GEN4_SCR...
2013-10-25 Paul Berryi965/vec4: Add the ability to suppress register spilling.
2013-09-01 Paul Berryi965: Move vec4 register allocation data structures...
2013-08-26 Kenneth Graunkei965/vs: Allocate register set once at context creation.
2013-08-26 Kenneth Graunkei965/vs: Move base_reg_count computation to brw_alloc_r...
2013-08-26 Kenneth Graunkei965/vs: Expose the payload registers to the register...
2013-08-26 Kenneth Graunkei965/vs: Use a fixed set of register classes.
2013-08-23 Paul Berryi965: Stop including brw_vs.h from brw_vec4.h.
2013-07-09 Kenneth Graunkei965: Move intel_context::gen and gt fields to brw_context.
2013-06-21 Eric Anholtglsl: Remove ir_print_visitor.h includes and usage
2013-05-02 Eric Anholti965/vs: Do round-robin register allocation on gen6...
2013-04-11 Paul Berryi965/vs: move VS-specific data members to vs_vec4_visitor.
2013-04-11 Paul Berryi965/vs: split brw_vs_prog_data into generic and VS...
2013-04-11 Paul Berryi965/vs: split brw_vs_compile into generic and VS-speci...
2012-10-17 Eric Anholti965/vs: Do the temporary allocation in emit_scratch_wr...
2012-10-17 Eric Anholti965/vs: Simplify emit_scratch_write() prototype.
2012-10-10 Eric Anholti965/vs: Try again when we've successfully spilled...
2012-10-10 Kenneth Graunkei965/vs: Implement register spilling.
2012-09-19 Tom Stellardra: Add q_values parameter to ra_set_finalize()
2012-05-14 Eric Anholtintel: Fix signed/unsigned comparison warnings.
2012-01-30 Eric Anholti965/vs: Avoid allocating registers in to the gen7...
2012-01-18 Eric Anholtmesa: Make the register allocator allocation take a...
2011-09-09 Eric Anholti965/vs: When failing due to lack of spilling, don...
2011-09-07 Eric Anholti965/vs: Fix GPU hangs in shaders with large virtual...
2011-08-30 Chad Versacei965: Fix Android build by removing relative includes
2011-08-27 Stéphane MarchesinMerge branch 'master' of git://anongit.freedesktop...
2011-08-25 Brian PaulMerge branch 'kasanen-post-process-v2'
2011-08-20 Eric Anholti965/vs: Implement proper register allocation instead...
2011-08-19 Eric Anholti965/vs: Remove stale comment about compressed instruct...
2011-08-16 Eric Anholti965/vs: Fix the trivial register allocator's failure...
2011-08-16 Eric Anholti965/vs: Slightly improve the trivial reg allocator...
2011-08-16 Eric Anholti965: Start adding the VS visitor and codegen.