index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
vbo
/
vbo_minmax_index.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
replace malloc macros in imports.h with u_memory.h versions
Dylan Baker
2020-04-21
1
-0
/
+1
*
vbo: expose helper function vbo_get_minmax_index_mapped for glthread
Marek Olšák
2020-04-06
1
-43
/
+53
*
mesa: precompute _mesa_primitive_restart_index during state changes
Marek Olšák
2020-04-06
1
-1
/
+1
*
mesa: remove no longer needed _mesa_is_bufferobj function
Marek Olšák
2020-04-06
1
-2
/
+2
*
mesa: remove _mesa_index_buffer::index_size in favor of index_size_shift
Marek Olšák
2020-03-04
1
-7
/
+7
*
mesa: replace some index_size multiplications and divisions with shifts
Marek Olšák
2020-03-04
1
-2
/
+2
*
mesa: Use atomics for buffer objects reference counts.
Mathias Fröhlich
2018-02-06
1
-4
/
+4
*
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