Added few more stubs so that control reaches to DestroyDevice().
[mesa.git] / src / mesa / program / register_allocate.c
2014-09-23 Eric Anholtmesa: Move register_allocate.c to util.
2014-09-12 Connor Abbottra: assert against unsigned underflow in q_total
2014-08-14 Brian Paulra: move declarations before code to fix MSVC build
2014-08-13 Connor Abbottra: optimistically color only one node at a time
2014-08-13 Connor Abbottra: don't consider nodes for spilling we don't need to
2014-08-13 Connor Abbottra: make the p, q test more efficient
2014-08-13 Connor Abbottra: cleanup the public API
2014-08-04 Kenneth Graunkeutil: Move ralloc to a new src/util directory.
2014-03-18 Eric Anholtra: Convert another bool array to bitsets.
2014-03-18 Kenneth Graunkera: Use a bitset for storing which registers belong...
2014-03-18 Kenneth Graunkera: Create a reg_belongs_to_class() helper function.
2014-03-18 Kenneth Graunkera: Use bool instead of GLboolean.
2013-06-27 Brian Paulmesa: move declarations before code
2013-06-26 Eric Anholtra: Fix register spilling.
2013-05-29 Eric Anholtmesa: Fix test for optimistic coloring being necessary.
2013-04-12 Eric Anholtmesa: Add a macro to bitset for determining bitset...
2013-04-08 Matt Turnerregister_allocate: Fix the type of best_benefit.
2013-04-04 Eric Anholti965: Ask the register allocator to round-robin through...
2013-03-11 Eric Anholtmesa: Reduce memory usage for reg alloc with many graph...
2013-03-11 Eric Anholtmesa: Reduce the memory usage for reg alloc with many...
2012-10-03 Paul Berryregister_allocate: don't consider trivially colorable...
2012-09-19 Tom Stellardra: Add q_values parameter to ra_set_finalize()
2012-09-19 Tom Stellardra: Clarify usage of ra_set_node_reg()
2012-01-18 Eric Anholtmesa: Make the register allocator allocation take a...
2011-08-27 Stéphane MarchesinMerge branch 'master' of git://anongit.freedesktop...
2011-08-10 Eric Anholtmesa: Add a convenience interface for register allocato...
2011-06-03 Christian KönigMerge remote-tracking branch 'mareko/r300g-draw-instanc...
2011-05-07 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-04-30 Tom Stellardra: Add ra_set_node_reg()
2011-04-29 Eric Anholtmesa: Add a bunch of documentation to the register...
2011-02-24 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-01-31 Kenneth GraunkeConvert everything from the talloc API to the ralloc...
2011-01-21 Kenneth Graunkera: Use the same context when realloc'ing arrays.
2011-01-20 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-01-18 Eric Anholtra: Take advantage of the adjacency list in finding...
2011-01-18 Eric Anholtra: Remove unused "name" field in regs.
2011-01-18 Eric Anholtra: Take advantage of the adjacency list in ra_select...
2011-01-18 Eric Anholtra: Add an adjacency list to trade space for time in...
2011-01-18 Eric Anholtra: Trade off some space to get time efficiency in...
2010-10-28 Christian KönigMerge branch 'master' of ssh://git.freedesktop.org...
2010-10-26 Thomas Balling Sør... Merge branch 'pipe-video' of git://anongit.freedesktop...
2010-10-26 Thomas Balling Sør... Merge branch 'master' into pipe-video
2010-10-22 Brian Paulmesa: move declaration before code
2010-10-22 Brian PaulMerge branch 'primitive-restart-cleanup'
2010-10-21 Eric Anholti965: Add support for register spilling.
2010-10-20 Keith WhitwellMerge branch 'llvm-cliptest-viewport'
2010-10-18 Keith WhitwellMerge remote branch 'origin/master' into lp-setup-llvm
2010-10-12 Christian KönigMerge branch 'master' of ssh://git.freedesktop.org...
2010-10-05 Thomas Balling Sør... Merge branch 'master' into pipe-video
2010-09-29 Eric Anholtra: First cut at a graph-coloring register allocator...