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
/
gallium
/
auxiliary
/
util
/
u_vbuf.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
util/u_vbuf: correct map offset calculation for crazy offsets
Ilia Mirkin
2014-01-27
1
-1
/
+1
*
draw/translate: fix instancing
Zack Rusin
2013-06-28
1
-4
/
+4
*
u_vbuf: fix index buffer leak
Chia-I Wu
2013-06-07
1
-0
/
+3
*
util: add new error checking code in vbuf helper
Brian Paul
2013-01-25
1
-27
/
+49
*
gallium/u_vbuf: document how it works
Marek Olšák
2012-11-01
1
-0
/
+60
*
gallium/u_vbuf: optimize looping over the list of buffers to upload
Marek Olšák
2012-11-01
1
-9
/
+12
*
gallium/u_vbuf: skip processing of buffers unused by the vertex element state
Marek Olšák
2012-11-01
1
-15
/
+24
*
gallium: add start_slot parameter to set_vertex_buffers
Marek Olšák
2012-10-31
1
-86
/
+137
*
util: fix MSVC signed/unsigned comparison warning in u_vbuf.c code
Brian Paul
2012-10-17
1
-1
/
+1
*
u_vbuf: avoid unnecessary update of the vertex elements
Vadim Girlin
2012-08-28
1
-1
/
+3
*
u_vbuf: set user buffer pointer for drivers which support user buffers
Marek Olšák
2012-05-01
1
-0
/
+2
*
gallium: add void *user_buffer in pipe_index_buffer
Marek Olšák
2012-04-30
1
-8
/
+7
*
gallium: add void *user_buffer in pipe_vertex_buffer
Marek Olšák
2012-04-30
1
-9
/
+8
[next]