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
/
mesa
/
vbo
/
vbo_save.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
vbo: Make no_current_update an argument to vbo_save_NotifyBegin.
Mathias Fröhlich
2018-11-01
1
-1
/
+0
*
vbo: Move no_current_update out of _mesa_prim.
Mathias Fröhlich
2018-11-01
1
-0
/
+2
*
vbo: Remove the now unused VBO_SAVE_PRIM_WEAK define.
Mathias Fröhlich
2018-11-01
1
-1
/
+0
*
vbo: Remove the VBO_SAVE_FALLBACK flag.
Mathias Fröhlich
2018-11-01
1
-2
/
+0
*
vbo: Remove unused vbo_save_fallback function.
Mathias Fröhlich
2018-11-01
1
-1
/
+0
*
mesa: include mtypes.h less
Marek Olšák
2018-04-12
1
-1
/
+0
*
vbo: Remove vbo_save_vertex_list::vertex_size.
Mathias Fröhlich
2018-03-01
1
-1
/
+0
*
vbo: Remove vbo_save_vertex_list::buffer_offset.
Mathias Fröhlich
2018-03-01
1
-14
/
+0
*
vbo: Remove vbo_save_vertex_list::start_vertex.
Mathias Fröhlich
2018-03-01
1
-1
/
+0
*
vbo: Remove vbo_save_vertex_list::attrsz.
Mathias Fröhlich
2018-03-01
1
-1
/
+0
*
vbo: Remove vbo_save_vertex_list::attrtype.
Mathias Fröhlich
2018-03-01
1
-1
/
+0
*
vbo: Remove vbo_save_vertex_list::enabled.
Mathias Fröhlich
2018-03-01
1
-1
/
+0
*
vbo: Remove reference to the vertex_store from the dlist node.
Mathias Fröhlich
2018-03-01
1
-4
/
+2
*
vbo: Implement current values update in terms of the VAO.
Mathias Fröhlich
2018-03-01
1
-1
/
+0
*
vbo: Implement vbo_loopback_vertex_list in terms of the VAO.
Mathias Fröhlich
2018-03-01
1
-7
/
+48
*
vbo: Use a local variable for the dlist offsets.
Mathias Fröhlich
2018-03-01
1
-1
/
+0
*
vbo: Remove unused vbo_save_context::wrap_count.
Mathias Fröhlich
2018-03-01
1
-1
/
+0
*
vbo: Remove unused vbo_save_vertex_list::dangling_attr_ref.
Mathias Fröhlich
2018-03-01
1
-2
/
+0
*
vbo: Make use of _DrawVAO from the dlist code.
Mathias Fröhlich
2018-02-23
1
-2
/
+2
*
vbo: Correctly handle attribute offsets in dlist draw.
Mathias Fröhlich
2018-02-01
1
-0
/
+1
*
mesa: replace GLenum with GLenum16 in common structures (v4)
Marek Olšák
2018-01-29
1
-2
/
+2
*
vbo: fix incorrect min/max_index values in display list draw call
Brian Paul
2018-01-24
1
-1
/
+2
*
vbo: fix, add comment in vbo_save.h
Brian Paul
2018-01-24
1
-2
/
+2
*
vbo: optimize some display list drawing (v2)
Brian Paul
2018-01-17
1
-0
/
+14
*
vbo: add comment that vbo_save_vertex_list::buffer_offset is in bytes
Brian Paul
2018-01-17
1
-1
/
+1
*
vbo: rename prim to prims
Brian Paul
2018-01-17
1
-2
/
+2
*
vbo: rename vbo_save_context::buffer to buffer_map
Brian Paul
2018-01-17
1
-2
/
+2
*
vbo: remove unused vbo_save_context::count field
Brian Paul
2018-01-17
1
-1
/
+0
*
vbo: s/GLuint/GLbitfield/ for vbo_save_context::replay_flags
Brian Paul
2018-01-17
1
-1
/
+1
*
vbo: rename vbo_save_vertex_list::count to vertex_count
Brian Paul
2018-01-17
1
-1
/
+1
*
vbo: rename vbo_save_vertex_store::buffer to buffer_map
Brian Paul
2018-01-17
1
-1
/
+1
*
vbo: rename vbo_save_primitive_store::buffer to prims
Brian Paul
2018-01-17
1
-1
/
+1
*
vbo: whitespace fixes in vbo_save.h
Brian Paul
2018-01-17
1
-15
/
+17
*
mesa: rename gl_client_array -> gl_vertex_array
Brian Paul
2016-10-28
1
-2
/
+2
*
vbo: increase VBO_SAVE_BUFFER_SIZE from 8k to 256k dwords
Tim Rowley
2016-09-06
1
-1
/
+1
*
vbo: Use a bitmask to track the active arrays in vbo_save*.
Mathias Fröhlich
2016-06-16
1
-0
/
+2
*
mesa: remove Driver.EndCallList
Marek Olšák
2015-10-03
1
-2
/
+0
*
mesa: remove Driver.BeginCallList
Marek Olšák
2015-10-03
1
-1
/
+0
*
mesa: remove Driver.EndList
Marek Olšák
2015-10-03
1
-1
/
+0
*
mesa: remove Driver.NewList
Marek Olšák
2015-10-03
1
-1
/
+0
*
mesa: remove Driver.NotifySaveBegin
Marek Olšák
2015-10-03
1
-1
/
+0
*
mesa: remove Driver.SaveFlushVertices
Marek Olšák
2015-10-03
1
-1
/
+0
*
mesa: use fi_type in vertex attribute code
Marius Predut
2015-02-25
1
-9
/
+9
*
s/Tungsten Graphics/VMware/
José Fonseca
2014-01-17
1
-3
/
+3
*
vbo: assorted minor clean-ups
Brian Paul
2013-10-11
1
-1
/
+1
*
vbo: add comments, const qualifiers
Brian Paul
2013-05-03
1
-4
/
+4
*
mesa: remove #include "mfeatures.h" from numerous source files
Brian Paul
2013-04-17
1
-1
/
+0
*
vbo: fix glVertexAttribI* functions
Marek Olšák
2012-11-06
1
-0
/
+2
*
mesa: remove FEATURE_dlist define.
Oliver McFadden
2012-09-15
1
-16
/
+0
*
vbo: unmap vertex store before executing lists
Brian Paul
2012-02-09
1
-0
/
+8
[next]