index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gallium
/
auxiliary
/
util
/
u_vbuf.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallium: bypass u_vbuf if it's not needed (no fallbacks and no user VBOs)
Marek Olšák
2020-01-08
1
-0
/
+5
*
gallium: put u_vbuf_get_caps return values into u_vbuf_caps
Marek Olšák
2020-01-08
1
-10
/
+9
*
u_vbuf: don't try to delete NULL driver CSO
Iago Toral Quiroga
2020-01-03
1
-1
/
+2
*
Revert "u_vbuf: Regard non-constant vbufs with non-instance elements as free"
Marek Olšák
2019-12-30
1
-13
/
+4
*
u_vbuf: Return true in u_vbuf_get_caps if nb of vbufs is below minimum
Paul Cercueil
2019-12-21
1
-0
/
+5
*
u_vbuf: Regard non-constant vbufs with non-instance elements as free
Paul Cercueil
2019-12-21
1
-4
/
+13
*
u_vbuf: use single vertex buffer if it's not possible to have multiple
Wladimir J. van der Laan
2019-12-21
1
-1
/
+20
*
u_vbuf: Only create driver CSO if no incompatible elements
Paul Cercueil
2019-12-21
1
-2
/
+6
*
u_vbuf: Mark vbufs incompatible if more were requested than HW supports
Paul Cercueil
2019-12-21
1
-0
/
+11
*
u_vbuf: add logic to use a limited number of vbufs
Wladimir J. van der Laan
2019-12-21
1
-0
/
+5
*
gallium/auxiliary: Handle count == 0 in u_vbuf_get_minmax_index_mapped
Icecream95
2019-12-16
1
-0
/
+6
*
gallium/auxiliary: Reduce conversions in u_vbuf_get_minmax_index_mapped
Icecream95
2019-12-16
1
-6
/
+12
*
util: Move gallium's PIPE_FORMAT utils to /util/format/
Eric Anholt
2019-11-14
1
-1
/
+1
*
gallium/u_vbuf: support NULL-resources
Erik Faye-Lund
2019-04-29
1
-0
/
+3
*
gallium/u_vbuf: export u_vbuf_get_minmax_index
Qiang Yu
2019-04-11
1
-4
/
+3
*
u_vbuf: Fix leak
Ernestas Kulik
2018-09-04
1
-0
/
+1
*
gallium/u_vbuf: handle indirect multidraws correctly and efficiently (v3)
Marek Olšák
2018-08-03
1
-24
/
+180
*
gallium: add storage_sample_count parameter into is_format_supported
Marek Olšák
2018-07-31
1
-1
/
+1
*
gallium/u_vbuf: split u_vbuf_get_minmax_index function (v2)
Marek Olšák
2018-07-27
1
-50
/
+51
*
gallium/u_vbuf: drop min/max-scanning for empty indirect draws
Erik Faye-Lund
2018-07-02
1
-0
/
+3
*
gallium: remove aux_vertex_buffer_slot code
Marek Olšák
2018-05-12
1
-13
/
+9
*
gallium/u_vbuf: Protect against overflow with large instance divisors.
Eric Anholt
2018-03-26
1
-1
/
+10
*
u_vbuf/translate: pass max_index into the set_buffer.
Dave Airlie
2018-03-12
1
-1
/
+1
*
gallium/u_vbuf: use signed vertex buffers offsets for optimal uploads
Marek Olšák
2017-11-06
1
-2
/
+10
*
gallium/vbuf: fix buffer reference bugs
Brian Paul
2017-08-25
1
-4
/
+3
*
gallium/vbuf: avoid segfault when we get invalid glDrawRangeElements()
Brian Paul
2017-06-20
1
-1
/
+15
*
gallium/vbuf: add some const qualifiers
Brian Paul
2017-06-20
1
-12
/
+13
*
gallium: remove pipe_index_buffer and set_index_buffer
Marek Olšák
2017-05-10
1
-85
/
+50
*
gallium: separate indirect stuff from pipe_draw_info - 80 -> 56 bytes
Marek Olšák
2017-05-10
1
-4
/
+4
*
gallium: decrease the size of pipe_vertex_buffer - 24 -> 16 bytes
Marek Olšák
2017-05-10
1
-42
/
+38
*
gallium: let state trackers tell u_vbuf whether user VBOs are possible
Marek Olšák
2017-02-14
1
-2
/
+3
*
gallium/vbuf: use the common uploader
Marek Olšák
2017-02-14
1
-10
/
+4
*
u_vbuf: fix potentially bogus assert
Rob Clark
2016-08-01
1
-2
/
+4
*
gallium,utils: Fix trivial sign compare warnings
Jan Vesely
2016-05-03
1
-4
/
+4
*
gallium/util: s/Elements/ARRAY_SIZE/
Brian Paul
2016-04-28
1
-1
/
+1
*
u_upload_mgr: allow specifying PIPE_USAGE_* for the upload buffer
Marek Olšák
2016-01-02
1
-1
/
+2
*
u_upload_mgr: remove alignment parameter from u_upload_create
Marek Olšák
2016-01-02
1
-1
/
+1
*
u_upload_mgr: pass alignment to u_upload_data manually
Marek Olšák
2016-01-02
1
-1
/
+1
*
u_upload_mgr: pass alignment to u_upload_alloc manually
Marek Olšák
2016-01-02
1
-2
/
+2
*
u_vbuf: minor code reformatting / line wrapping
Brian Paul
2015-11-04
1
-4
/
+8
*
u_vbuf: add some const qualifiers
Brian Paul
2015-11-04
1
-2
/
+2
*
u_vbuf: fix vb slot assignment for translated buffers
Nicolai Hähnle
2015-10-12
1
-0
/
+1
*
u_upload_mgr: remove the return value from u_upload_data
Marek Olšák
2015-09-03
1
-5
/
+4
*
u_upload_mgr: remove the return value from u_upload_alloc
Marek Olšák
2015-09-03
1
-14
/
+13
*
u_vbuf: fix src_offset alignment in u_vbuf_create_vertex_elements()
Brian Paul
2015-06-19
1
-1
/
+2
*
u_vbuf: simple whitespace fix
Brian Paul
2014-09-10
1
-1
/
+2
*
u_vbuf: Make sure all caps are initialized
Michel Dänzer
2014-08-29
1
-24
/
+16
*
u_vbuf: Add a few more format fallbacks.
Eric Anholt
2014-08-24
1
-0
/
+32
*
u_vbuf: Simplify the format fallback translation.
Eric Anholt
2014-08-24
1
-98
/
+83
*
gallium/u_vbuf: get draw info from an indirect buffer if there's any
Marek Olšák
2014-07-02
1
-44
/
+72
[next]