Added few more stubs so that control reaches to DestroyDevice().
[mesa.git] / src / gallium / drivers / r600 / compute_memory_pool.c
2019-07-31 Eric Engestromtree-wide: replace MAYBE_UNUSED with ASSERTED
2019-07-31 Eric Engestromr600: move variable to proper scope
2018-07-17 Marek Olšákr600: fix warnings when unref'ing pool->bo
2018-05-19 Aaron Watryr600/compute: Mark several functions as static
2018-05-19 Aaron Watryr600/compute: Remove unused compute_memory_pool functions
2018-05-15 Jan Veselyeg/compute: Use reference counting to handle compute...
2016-04-25 Grazvydas Ignotasgallium: fix warnings in release build
2015-12-11 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-12-06 Edward O'Callaghangallium/drivers: Sanitize NULL checks into canonical...
2015-12-06 Edward O'Callaghangallium/radeon*: Remove useless casts
2015-08-31 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-08-28 Dave Airlier600g: use PRIi64 for some compute debug printfs
2015-05-09 Jason Ekstrandutil: Move gallium's linked list to util
2014-08-29 Aaron Watryr600/compute: Don't leak compute pool item_list/unalloc...
2014-08-09 Marek Olšákr600g/compute: fix compile warnings
2014-07-28 Bruno Jiménezr600g/compute: Add debug information to promote and...
2014-07-28 Bruno Jiménezr600g/compute: Add documentation to compute_memory_pool
2014-07-25 Bruno Jiménezr600g/compute: Defrag the pool at the same time as...
2014-07-25 Bruno Jiménezr600g/compute: Try to use a temporary resource when...
2014-07-25 Bruno Jiménezr600g/compute: Allow compute_memory_defrag to defragmen...
2014-07-25 Bruno Jiménezr600g/compute: Allow compute_memory_move_item to move...
2014-07-23 Tom StellardRevert "r600g/compute: Fix warnings"
2014-07-23 Tom Stellardr600g/compute: Fix warnings
2014-07-23 Bruno Jiménezr600g/compute: Remove unneeded code from compute_memory...
2014-07-23 Bruno Jiménezr600g/compute: Quick exit if there's nothing to add...
2014-07-23 Bruno Jiménezr600g/compute: Defrag the pool if it's necesary
2014-07-23 Bruno Jiménezr600g/compute: Add a function for defragmenting the...
2014-07-23 Bruno Jiménezr600g/compute: Add a function for moving items in the...
2014-06-24 Bruno Jiménezr600g/compute: Defer the creation of the temporary...
2014-06-24 Jan Veselyr600g/compute: Fix possible endless loop in compute_mem...
2014-06-24 Jan Veselyr600: Fix use after free in compute_memory_promote_item.
2014-06-20 Bruno Jiménezr600g/compute: Use gallium util functions for double...
2014-06-20 Bruno Jiménezr600g/compute: Implement compute_memory_demote_item
2014-06-20 Bruno Jiménezr600g/compute: Avoid problems when promoting items...
2014-06-20 Bruno Jiménezr600g/compute: Only move to the pool the buffers marked...
2014-06-20 Bruno Jiménezr600g/compute: divide the item list in two
2014-06-20 Bruno Jiménezr600g/compute: Add an intermediate resource for OpenCL...
2014-06-12 Bruno Jiménezr600g/compute: solve a bug introduced by 2e01b8b440c140...
2014-06-10 Bruno Jiménezr600g/compute: align items correctly
2014-06-10 Bruno Jiménezr600g/compute: Tidy a bit compute_memory_finalize_pending
2014-06-10 Bruno Jiménezr600g/compute: Add more NULL checks
2014-06-10 Bruno Jiménezr600g/compute: Adding checks for NULL after CALLOC
2014-06-10 Bruno Jiménezr600g/compute: Fixing a typo and some indentation
2014-03-12 Niels Ole Salscheiderr600g: compute memory pool size is given in dw
2014-02-25 Marek Olšákr600g: remove r600_resource.h
2013-10-16 Tom Stellardr600g/compute Improve debugging output
2013-09-06 Tom Stellardr600g/compute: Fix bug in compute memory pool
2013-08-30 Marek Olšákr600g: move streamout state to drivers/radeon
2013-03-11 Marek Olšákr600g: remove r600.h, move the stuff elsewhere (mostly...
2013-03-11 Marek Olšákr600g: use a single env var R600_DEBUG, disable bytecod...
2013-03-11 Marek Olšákr600g: cleanup #include recursion between r600_pipe...
2012-12-13 Maxence Le Dorer600g/radeonsi: Silence warnings
2012-10-11 Marek Olšákgallium: unify transfer functions
2012-10-01 Tom Stellardr600g: Re-enable growing of the compute memory pool
2012-10-01 Tom Stellardr600g: Fix bug when adding new items to the compute...
2012-10-01 Tom Stellardr600g: Use a RAT buffer as the backing bo for the compu...
2012-10-01 Tom Stellardr600g: Make sure to init the compute memory pool with...
2012-09-19 Tom Stellardr600g: Add some comments and debug printfs to compute...
2012-09-10 Marek Olšákr600g: fix printf warning
2012-09-06 Matt TurnerDon't cast the return value of malloc/realloc
2012-08-16 Marek Olšákr600g: rename r600_resource_texture to r600_texture
2012-07-11 Tom Stellardr600g/compute: Disable growing the memory pool
2012-07-11 Tom Stellardr600g/compute: Add more debugging output
2012-07-09 Tom Stellardr600g: Don't create a texture for the memory_pool durin...
2012-07-09 Tom Stellardr600g/compute: Use evergreen_cb() for binding RATs
2012-07-09 Tom Stellardr600g: Use a texture as the underlying resource for...
2012-06-01 Adam Rakr600g: compute support for evergreen