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/vbo: Move _vbo_draw_indirect -> _mesa_draw_indirect
Mathias Fröhlich
2018-11-01
1
-10
/
+0
*
mesa/vbo: Move src/mesa/vbo/vbo_exec_array.c -> src/mesa/main/draw.c
Mathias Fröhlich
2018-11-01
1
-33
/
+1
*
vbo: Make no_current_update an argument to vbo_save_NotifyBegin.
Mathias Fröhlich
2018-11-01
1
-1
/
+2
*
vbo: Move no_current_update out of _mesa_prim.
Mathias Fröhlich
2018-11-01
1
-2
/
+1
*
vbo: Remove set but not used weak field from _mesa_prim.
Mathias Fröhlich
2018-11-01
1
-2
/
+1
*
mesa/vbo/tnl: Move gl_vertex_array related stuff to tnl.
Mathias Fröhlich
2018-05-10
1
-37
/
+0
*
mesa: Compute effective buffer bindings in the vao.
Mathias Fröhlich
2018-05-10
1
-0
/
+8
*
vbo: Move vbo_split into the tnl module.
Mathias Fröhlich
2018-03-31
1
-81
/
+0
*
vbo: Readd the arrays argument to the legacy draw methods.
Mathias Fröhlich
2018-03-31
1
-0
/
+2
*
vbo: Remove the now unused vbo draw path.
Mathias Fröhlich
2018-03-31
1
-20
/
+0
*
vbo: Remove vbo_indirect_draw_func.
Mathias Fröhlich
2018-03-31
1
-32
/
+0
*
mesa: Set DriverFlags.NewArray together with vbo...recalculate_inputs.
Mathias Fröhlich
2018-03-22
1
-0
/
+9
*
mesa: Move vbo draw functions into dd_function_table.
Mathias Fröhlich
2018-03-22
1
-0
/
+18
*
mesa: Make gl_vertex_array contain pointers to first order VAO members.
Mathias Fröhlich
2018-03-10
1
-2
/
+2
*
vbo: Implement method to track the inputs array.
Mathias Fröhlich
2018-02-23
1
-0
/
+36
*
vbo: improve comments on vbo_draw_func()
Brian Paul
2018-02-08
1
-4
/
+5
*
vbo: Move vbo_rebase into its only caller module tnl.
Mathias Fröhlich
2018-02-06
1
-11
/
+0
*
vbo: add comments on the VBO draw function typedefs
Brian Paul
2018-02-01
1
-2
/
+55
*
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
[next]