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
*
vbo: whitespace/formatting fixes in vbo.h
Brian Paul
2018-01-24
1
-44
/
+68
*
vbo/i965: move vbo_all_varyings_in_vbos() to brw_draw.c
Brian Paul
2018-01-24
1
-2
/
+0
*
vbo: remove unused vbo_any_varyings_in_vbos() function
Brian Paul
2018-01-24
1
-3
/
+0
*
vbo: remove vbo_context.h and change includes to use vbo.h instead
Brian Paul
2018-01-24
1
-2
/
+1
*
vbo: move remaining items from vbo_context.h to vbo.h
Brian Paul
2018-01-24
1
-0
/
+6
*
vbo: move VBO-private types, prototypes, etc. into new vbo_private.h header
Brian Paul
2018-01-24
1
-9
/
+0
*
vbo: move vbo_sizeof_ib_type() into vbo_exec_array.c
Brian Paul
2018-01-24
1
-16
/
+0
*
mesa: move vbo_count_tessellated_primitives() to api_validate.c
Brian Paul
2018-01-24
1
-4
/
+0
*
vbo: make vbo_bind_arrays() static
Brian Paul
2017-08-21
1
-2
/
+0
*
vbo: simplify vbo_save_NotifyBegin()
Brian Paul
2017-07-07
1
-1
/
+1
*
mesa: inline vbo_exec_invalidate_state() and call from mesa core
Timothy Arceri
2017-06-09
1
-1
/
+0
*
mesa: replace _mesa_index_buffer::type with index_size
Marek Olšák
2017-04-22
1
-1
/
+1
*
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
[next]