i965/vs: split brw_vs_compile into generic and VS-specific parts.
[mesa.git] / src / mesa / drivers / dri / i965 / brw_vec4_reg_allocate.cpp
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.