Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mesa: use simple mtx in core mesa | Timothy Arceri | 2017-11-09 | 1 | -4/+4 |
* | vbo: fix build errors on android | Tapani Pälli | 2017-09-05 | 1 | -1/+1 |
* | vbo: fix offset in minmax cache key | Charmaine Lee | 2017-08-30 | 1 | -3/+5 |
* | mesa: replace _mesa_index_buffer::type with index_size | Marek Olšák | 2017-04-22 | 1 | -17/+18 |
* | vbo: disable the minmax cache when the hit rate is low | Nicolai Hähnle | 2016-02-03 | 1 | -2/+32 |
* | mesa: add USAGE_DISABLE_MINMAX_CACHE flag to buffer UsageHistory | Nicolai Hähnle | 2016-02-03 | 1 | -1/+2 |
* | vbo: cache/memoize the result of vbo_get_minmax_indices (v3) | Nicolai Hähnle | 2016-02-03 | 1 | -0/+168 |
* | vbo: move vbo_get_minmax_indices into its own source file | Nicolai Hähnle | 2016-02-03 | 1 | -0/+179 |