Added few more stubs so that control reaches to DestroyDevice().
[mesa.git] / src / mesa / vbo / vbo_minmax_index.c
2020-04-21 Dylan Bakerreplace malloc macros in imports.h with u_memory.h...
2020-04-06 Marek Olšákvbo: expose helper function vbo_get_minmax_index_mapped...
2020-04-06 Marek Olšákmesa: precompute _mesa_primitive_restart_index during...
2020-04-06 Marek Olšákmesa: remove no longer needed _mesa_is_bufferobj function
2020-03-05 Marek Olšákmesa: remove _mesa_index_buffer::index_size in favor...
2020-03-05 Marek Olšákmesa: replace some index_size multiplications and divis...
2018-02-06 Mathias Fröhlichmesa: Use atomics for buffer objects reference counts.
2017-11-09 Timothy Arcerimesa: use simple mtx in core mesa
2017-09-05 Tapani Pällivbo: fix build errors on android
2017-08-31 Charmaine Leevbo: fix offset in minmax cache key
2017-04-22 Marek Olšákmesa: replace _mesa_index_buffer::type with index_size
2016-02-05 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2016-02-03 Nicolai Hähnlevbo: disable the minmax cache when the hit rate is low
2016-02-03 Nicolai Hähnlemesa: add USAGE_DISABLE_MINMAX_CACHE flag to buffer...
2016-02-03 Nicolai Hähnlevbo: cache/memoize the result of vbo_get_minmax_indices...
2016-02-03 Nicolai Hähnlevbo: move vbo_get_minmax_indices into its own source...