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_save_api.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: Factor out struct gl_vertex_format.
Mathias Fröhlich
2018-11-21
1
-6
/
+6
*
mesa: Work with bitmasks when en/dis-abling VAO arrays.
Mathias Fröhlich
2018-11-21
1
-1
/
+2
*
mesa: Remove gl_array_attributes::Enabled.
Mathias Fröhlich
2018-11-21
1
-2
/
+0
*
mesa: Rename gl_vertex_array_object::_Enabled -> Enabled.
Mathias Fröhlich
2018-11-21
1
-2
/
+2
*
vbo: Preserve vbo_save::no_current_update on primitive restart.
Mathias Fröhlich
2018-11-01
1
-1
/
+2
*
vbo: Make no_current_update an argument to vbo_save_NotifyBegin.
Mathias Fröhlich
2018-11-01
1
-7
/
+7
*
vbo: Move no_current_update out of _mesa_prim.
Mathias Fröhlich
2018-11-01
1
-6
/
+4
*
vbo: Remove VBO_SAVE_PRIM_WEAK from vbo_save_NotifyBegin calls.
Mathias Fröhlich
2018-11-01
1
-5
/
+3
*
vbo: Remove set but not used weak field from _mesa_prim.
Mathias Fröhlich
2018-11-01
1
-6
/
+1
*
vbo: Remove the VBO_SAVE_FALLBACK flag.
Mathias Fröhlich
2018-11-01
1
-6
/
+2
*
vbo_save: add support for doubles to display list code
Dave Airlie
2018-06-30
1
-6
/
+12
*
mesa: Remove flush_vertices argument from VAO methods.
Mathias Fröhlich
2018-05-17
1
-3
/
+3
*
mesa: rename api_validate.{c,h} -> draw_validate.{c,h}
Timothy Arceri
2018-04-24
1
-1
/
+1
*
vbo: MaxVertexAttribStride is not always set
Jakob Bornecrantz
2018-03-30
1
-1
/
+6
*
vbo: Make sure the internal VAO's stay within limits.
Mathias Fröhlich
2018-03-23
1
-0
/
+2
*
vbo: Try to reuse the same VAO more often for successive dlists.
Mathias Fröhlich
2018-03-03
1
-3
/
+14
*
vbo: Remove vbo_save_vertex_list::vertex_size.
Mathias Fröhlich
2018-03-01
1
-8
/
+6
*
vbo: Remove vbo_save_vertex_list::buffer_offset.
Mathias Fröhlich
2018-03-01
1
-15
/
+13
*
vbo: Remove vbo_save_vertex_list::start_vertex.
Mathias Fröhlich
2018-03-01
1
-3
/
+0
*
vbo: Remove vbo_save_vertex_list::attrsz.
Mathias Fröhlich
2018-03-01
1
-6
/
+4
*
vbo: Remove vbo_save_vertex_list::attrtype.
Mathias Fröhlich
2018-03-01
1
-3
/
+1
*
vbo: Remove vbo_save_vertex_list::enabled.
Mathias Fröhlich
2018-03-01
1
-2
/
+1
*
vbo: Remove reference to the vertex_store from the dlist node.
Mathias Fröhlich
2018-03-01
1
-11
/
+3
*
vbo: Implement current values update in terms of the VAO.
Mathias Fröhlich
2018-03-01
1
-8
/
+6
*
vbo: Implement vbo_loopback_vertex_list in terms of the VAO.
Mathias Fröhlich
2018-03-01
1
-24
/
+18
*
vbo: Use a local variable for the dlist offsets.
Mathias Fröhlich
2018-03-01
1
-8
/
+7
*
vbo: Remove unused vbo_save_vertex_list::dangling_attr_ref.
Mathias Fröhlich
2018-03-01
1
-1
/
+0
*
vbo: Make use of _DrawVAO from the dlist code.
Mathias Fröhlich
2018-02-23
1
-6
/
+126
*
vbo: Correctly handle attribute offsets in dlist draw.
Mathias Fröhlich
2018-02-01
1
-0
/
+19
*
mesa: replace GLenum with GLenum16 in common structures (v4)
Marek Olšák
2018-01-29
1
-0
/
+2
*
vbo: fix incorrect min/max_index values in display list draw call
Brian Paul
2018-01-24
1
-0
/
+3
*
vbo: remove vbo_context.h and change includes to use vbo.h instead
Brian Paul
2018-01-24
1
-1
/
+0
*
vbo: move VBO-private types, prototypes, etc. into new vbo_private.h header
Brian Paul
2018-01-24
1
-0
/
+1
*
vbo: move DLIST_DANGLING_REFS from mtypes.h to vbo_save_api.c
Brian Paul
2018-01-24
1
-0
/
+5
*
vbo: replace assert(0) with unreachable()
Brian Paul
2018-01-24
1
-3
/
+2
*
vbo: optimize some display list drawing (v2)
Brian Paul
2018-01-17
1
-0
/
+14
*
vbo: add some comments in vbo_save_api.c
Brian Paul
2018-01-17
1
-0
/
+17
*
vbo: rename some functions in vbo_save_api.c
Brian Paul
2018-01-17
1
-37
/
+37
*
vbo: minor code simplification in _save_compile_vertex_list()
Brian Paul
2018-01-17
1
-4
/
+5
*
vbo: rename prim to prims
Brian Paul
2018-01-17
1
-41
/
+41
*
vbo: removed unused ctx parameter for alloc_prim_store()
Brian Paul
2018-01-17
1
-4
/
+3
*
vbo: rename vbo_save_context::buffer to buffer_map
Brian Paul
2018-01-17
1
-7
/
+7
*
vbo: rename vbo_save_vertex_list::count to vertex_count
Brian Paul
2018-01-17
1
-7
/
+7
*
vbo: rename vbo_save_vertex_store::buffer to buffer_map
Brian Paul
2018-01-17
1
-12
/
+13
*
vbo: rename vbo_save_primitive_store::buffer to prims
Brian Paul
2018-01-17
1
-1
/
+1
*
vbo: fix glPrimitiveRestartNV crash inside a display list
Olivier Lauffenburger
2017-07-07
1
-5
/
+15
*
vbo: simplify vbo_save_NotifyBegin()
Brian Paul
2017-07-07
1
-6
/
+1
*
mapi: add GL_ARB_bindless_texture entry points
Samuel Pitoiset
2017-06-14
1
-0
/
+3
*
mesa: move glMultiDrawArrays to vbo and fix error handling
Nicolai Hähnle
2017-04-19
1
-0
/
+35
*
vbo: process buffer binding state changes on draw when recording
Ilia Mirkin
2017-02-02
1
-0
/
+7
[next]