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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: rename gl_client_array -> gl_vertex_array
Brian Paul
2016-10-28
1
-5
/
+5
*
vbo: Remove always true return from vbo_bind_arrays.
Mathias Fröhlich
2016-08-15
1
-1
/
+1
*
vbo: Return INVALID_OPERATION during draw with a mapped buffer
Jordan Justen
2016-04-27
1
-3
/
+1
*
vbo: cache/memoize the result of vbo_get_minmax_indices (v3)
Nicolai Hähnle
2016-02-03
1
-0
/
+3
*
vbo: create a new draw function interface for indirect draws
Ilia Mirkin
2016-01-07
1
-0
/
+15
*
vbo: s/GLuint/GLbitfield/ for state bitmasks
Brian Paul
2016-01-06
1
-1
/
+1
*
mesa/vbo: Add draw_id field to struct _mesa_prim
Kristian Høgsberg Kristensen
2015-12-29
1
-0
/
+1
*
mesa: remove Driver.EndCallList
Marek Olšák
2015-10-03
1
-0
/
+1
*
mesa: remove Driver.BeginCallList
Marek Olšák
2015-10-03
1
-0
/
+1
*
mesa: remove Driver.EndList
Marek Olšák
2015-10-03
1
-0
/
+1
*
mesa: remove Driver.NewList
Marek Olšák
2015-10-03
1
-0
/
+1
*
mesa: remove Driver.NotifySaveBegin
Marek Olšák
2015-10-03
1
-1
/
+1
*
mesa: remove Driver.SaveFlushVertices
Marek Olšák
2015-10-03
1
-0
/
+1
*
mesa: remove Driver.FlushVertices
Marek Olšák
2015-10-03
1
-0
/
+3
*
vbo: pass the stream from DrawTransformFeedbackStream to drivers
Marek Olšák
2015-08-06
1
-1
/
+2
*
Fix invalid extern "C" around header inclusion.
Mark Janes
2015-03-05
1
-0
/
+8
*
mesa: pass indirect buffer to sw primitive restart
Chris Forbes
2013-11-25
1
-1
/
+2
*
mesa: add indirect_offset, is_indirect to _mesa_prim
Chris Forbes
2013-11-25
1
-1
/
+4
*
mesa: add indirect drawing buffer parameter to draw functions
Christoph Bumiller
2013-11-25
1
-1
/
+2
*
mesa: remove outdated version lines in comments
Rico Schüller
2013-06-05
1
-1
/
+0
*
vbo: create a few utility functions for merging primitives
Brian Paul
2013-05-03
1
-0
/
+10
*
vbo: add new vbo_initialize_exec_dispatch(), vbo_initialize_save_dispatch()
Brian Paul
2013-05-02
1
-0
/
+9
*
mesa: Restore 78-column wrapping of license text in C-style comments.
Kenneth Graunke
2013-04-23
1
-3
/
+4
*
mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.
Kenneth Graunke
2013-04-23
1
-1
/
+1
*
mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.
Kenneth Graunke
2013-04-23
1
-1
/
+1
*
mesa: Change args to vbo_count_tessellated_primitives.
Paul Berry
2012-12-18
1
-1
/
+2
*
vbo: use GLuint for numInstances to silence MSVC warnings
Brian Paul
2012-11-06
1
-1
/
+1
*
vbo: add a prefix to count_tessellated_primitives
Dave Airlie
2012-09-15
1
-1
/
+1
*
mesa: Add support for GL_ARB_base_instance
Fredrik Höglund
2012-06-19
1
-0
/
+1
*
vbo: add software primitive restart support
Jordan Justen
2012-05-17
1
-0
/
+6
*
mesa: move gl_client_array*[] from vbo_draw_func into gl_context
Marek Olšák
2012-05-08
1
-1
/
+0
*
mesa/vbo: inline vbo_sizeof_ib_type.
Dave Airlie
2012-02-28
1
-2
/
+16
*
vbo: introduce vbo_get_minmax_indices function
Yuanhan Liu
2012-01-12
1
-3
/
+3
*
vbo: introduce vbo_sizeof_ib_type() function
Yuanhan Liu
2011-12-30
1
-0
/
+4
*
mesa: Add count_tessellated_primitives() function.
Paul Berry
2011-12-20
1
-0
/
+3
*
mesa: implement DrawTransformFeedback from ARB_transform_feedback2
Marek Olšák
2011-12-15
1
-1
/
+3
*
vbo: Redeclare bind_array() as non-static vbo_bind_array()
Chad Versace
2011-10-18
1
-0
/
+1
*
vbo: add vbo_always_unmap_buffers()
Brian Paul
2011-03-01
1
-0
/
+1
*
vbo: added vbo_check_buffers_are_unmapped() debug function
Brian Paul
2011-02-22
1
-0
/
+2
*
vbo: added comment
Brian Paul
2011-01-20
1
-1
/
+1
*
vbo: Clean up header file inclusion in vbo.h.
Vinson Lee
2010-12-30
1
-1
/
+4
*
vbo: Avoid the copy to current in dlists if not required.
Mathias Fröhlich
2010-12-10
1
-1
/
+2
*
vbo: Fix GLES2 glVertexAttrib.
Chia-I Wu
2010-12-08
1
-13
/
+13
*
Drop GLcontext typedef and use struct gl_context instead
Kristian Høgsberg
2010-10-13
1
-9
/
+9
*
i965: Don't rebase the index buffer to min 0 if any arrays are in VBOs.
Eric Anholt
2010-10-12
1
-0
/
+1
*
mesa: Move GLES1/2 vbo entrypoints to vbo_exec_api.c
Kristian Høgsberg
2010-04-27
1
-0
/
+24
*
mesa: implement core Mesa support for GL_ARB_draw_instanced
Brian Paul
2010-04-04
1
-0
/
+1
*
mesa: Add support for ARB_draw_elements_base_vertex.
Eric Anholt
2009-09-08
1
-0
/
+1
*
vbo: Avoid extra validation of DrawElements.
Eric Anholt
2009-08-12
1
-1
/
+5
*
mesa: added GLAPIENTRY keywords
Jonathan White
2008-07-07
1
-5
/
+5
[next]