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_private.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
vbo,gallium: make glBegin/End buffer size configurable by drivers
Marek Olšák
2020-03-21
1
-2
/
+3
*
vbo: merge more primitive types for glBegin/End (v2)
Marek Olšák
2020-03-04
1
-5
/
+2
*
vbo: deduplicate copy_vertices functions
Marek Olšák
2020-03-04
1
-0
/
+9
*
vbo: fix resizing 64-bit vertex attributes
Marek Olšák
2020-02-11
1
-0
/
+6
*
mesa: Factor out struct gl_vertex_format.
Mathias Fröhlich
2018-11-21
1
-0
/
+10
*
mesa: Rename gl_vertex_array_object::_Enabled -> Enabled.
Mathias Fröhlich
2018-11-21
1
-1
/
+1
*
vbo_save: add support for doubles to display list code
Dave Airlie
2018-06-30
1
-0
/
+3
*
mesa: handle GL_UNSIGNED_INT64_ARB properly (v2)
Marek Olšák
2018-05-29
1
-1
/
+1
*
mesa: Compute effective buffer bindings in the vao.
Mathias Fröhlich
2018-05-10
1
-1
/
+13
*
mesa: include mtypes.h less
Marek Olšák
2018-04-12
1
-1
/
+0
*
vbo: Remove the now unused vbo draw path.
Mathias Fröhlich
2018-03-31
1
-7
/
+0
*
vbo: Remove vbo_indirect_draw_func.
Mathias Fröhlich
2018-03-31
1
-6
/
+0
*
mesa: Make gl_vertex_array contain pointers to first order VAO members.
Mathias Fröhlich
2018-03-10
1
-1
/
+2
*
vbo: Make use of _DrawVAO from immediate mode draw
Mathias Fröhlich
2018-02-23
1
-0
/
+2
*
vbo: Implement tool functions for vbo specific VAO setup.
Mathias Fröhlich
2018-02-23
1
-0
/
+53
*
vbo: Implement method to track the inputs array.
Mathias Fröhlich
2018-02-23
1
-0
/
+2
*
vbo: Remove get_vp_mode() and enum vp_mode.
Mathias Fröhlich
2018-02-23
1
-27
/
+0
*
vbo: Use static const VERT_ATTRIB->VBO_ATTRIB maps.
Mathias Fröhlich
2018-02-01
1
-5
/
+11
*
mesa/vbo: replace vbo_draw_method() with _mesa_set_drawing_arrays()
Brian Paul
2018-01-29
1
-37
/
+0
*
vbo: move, rename vp_mode enums, get_program_mode() function
Brian Paul
2018-01-29
1
-6
/
+16
*
vbo: remove vbo_context.h and change includes to use vbo.h instead
Brian Paul
2018-01-24
1
-1
/
+0
*
vbo: move remaining items from vbo_context.h to vbo.h
Brian Paul
2018-01-24
1
-0
/
+25
*
vbo: move VBO-private types, prototypes, etc. into new vbo_private.h header
Brian Paul
2018-01-24
1
-0
/
+197