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_context.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: inline vbo_context inside gl_context to remove vbo_context dereferences
Marek Olšák
2020-04-30
1
-4
/
+2
*
mesa: replace _NEW_EVAL with vbo_exec_update_eval_maps
Marek Olšák
2020-04-27
1
-4
/
+2
*
replace malloc macros in imports.h with u_memory.h versions
Dylan Baker
2020-04-21
1
-0
/
+1
*
mesa: don't ever set NullBufferObj in gl_vertex_array_binding
Marek Olšák
2020-04-06
1
-3
/
+1
*
vbo: merge use_buffer_objects into vbo_CreateContext to skip the big malloc
Marek Olšák
2020-02-11
1
-2
/
+2
*
mesa: Rip out now unused gl_context::aelt_context.
Mathias Fröhlich
2019-05-04
1
-15
/
+0
*
mesa: Factor out struct gl_vertex_format.
Mathias Fröhlich
2018-11-21
1
-4
/
+1
*
mesa/vbo: Move _vbo_draw_indirect -> _mesa_draw_indirect
Mathias Fröhlich
2018-11-01
1
-74
/
+0
*
mesa: The glArrayElement api is independent of the current program.
Mathias Fröhlich
2018-05-17
1
-1
/
+1
*
mesa: Remove flush_vertices argument from VAO methods.
Mathias Fröhlich
2018-05-17
1
-1
/
+1
*
mesa: Compute effective buffer bindings in the vao.
Mathias Fröhlich
2018-05-10
1
-0
/
+17
*
mesa: include mtypes.h less
Marek Olšák
2018-04-12
1
-1
/
+1
*
Fix use of alloca() without #include <c99_alloca.h>
Jon Turney
2018-04-04
1
-0
/
+1
*
vbo: Use alloca for _vbo_draw_indirect.
Mathias Fröhlich
2018-03-31
1
-24
/
+55
*
vbo: Remove the now unused vbo draw path.
Mathias Fröhlich
2018-03-31
1
-47
/
+0
*
vbo: Remove vbo_indirect_draw_func.
Mathias Fröhlich
2018-03-31
1
-64
/
+30
*
vbo: Remove redundant set of DriverFlags.NewArray in vbo_bind_arrays.
Mathias Fröhlich
2018-03-22
1
-1
/
+0
*
vbo: Remove vbo...recalculate_inputs from vbo_exec_invalidate_state.
Mathias Fröhlich
2018-03-22
1
-8
/
+0
*
vbo: Move vbo_bind_arrays into a dd_driver_functions draw callback.
Mathias Fröhlich
2018-03-22
1
-0
/
+27
*
mesa: Move vbo draw functions into dd_function_table.
Mathias Fröhlich
2018-03-22
1
-0
/
+29
*
mesa: Make gl_vertex_array contain pointers to first order VAO members.
Mathias Fröhlich
2018-03-10
1
-26
/
+26
*
vbo: Make use of _DrawVAO from immediate mode draw
Mathias Fröhlich
2018-02-23
1
-0
/
+8
*
vbo: Use _DrawVAO for array type draw commands.
Mathias Fröhlich
2018-02-23
1
-2
/
+6
*
vbo: Implement method to track the inputs array.
Mathias Fröhlich
2018-02-23
1
-0
/
+1
*
vbo: Use static const VERT_ATTRIB->VBO_ATTRIB maps.
Mathias Fröhlich
2018-02-01
1
-21
/
+2
*
mesa: Use defines for the aliased material array attributes.
Mathias Fröhlich
2018-02-01
1
-2
/
+2
*
vbo: change an argument in vbo_draw_indirect_prims()
Brian Paul
2018-02-01
1
-5
/
+12
*
vbo: s/cl/array/ in vbo_context.c
Brian Paul
2018-01-29
1
-15
/
+15
*
vbo: move remaining items from vbo_context.h to vbo.h
Brian Paul
2018-01-24
1
-1
/
+1
*
vbo: move VBO-private types, prototypes, etc. into new vbo_private.h header
Brian Paul
2018-01-24
1
-0
/
+19
*
mesa: use new _vbo_install_exec_vtxfmt() function
Brian Paul
2018-01-24
1
-0
/
+10
*
vbo: remove unneeded #includes in vbo_context.c
Brian Paul
2018-01-17
1
-2
/
+0
*
vbo: whitespace, formatting fixes in vbo_context.c
Brian Paul
2018-01-17
1
-24
/
+35
*
vbo: change vbo_context attribute map arrays to GLubyte
Brian Paul
2018-01-17
1
-0
/
+3
*
mesa: inline vbo_exec_invalidate_state() and call from mesa core
Timothy Arceri
2017-06-09
1
-6
/
+0
*
vbo: set min_index = 0 so gallium can use the value directly
Marek Olšák
2017-04-28
1
-1
/
+1
*
mesa: rename gl_client_array -> gl_vertex_array
Brian Paul
2016-10-28
1
-4
/
+4
*
mesa: Remove set but not used gl_client_array::Stride.
Mathias Fröhlich
2016-07-31
1
-1
/
+0
*
mesa: Remove set but not used gl_client_array::Enabled.
Mathias Fröhlich
2016-07-31
1
-1
/
+0
*
vbo: Declare the index range invalid for DrawIndirect
Jason Ekstrand
2016-05-23
1
-1
/
+1
*
vbo: create a new draw function interface for indirect draws
Ilia Mirkin
2016-01-07
1
-0
/
+50
*
vbo: s/GLuint/GLbitfield/ for state bitmasks
Brian Paul
2016-01-06
1
-1
/
+1
*
vbo: simplify vertex array initializations in vbo_context.c
Brian Paul
2015-10-13
1
-52
/
+43
*
vbo: get rid of needless NR_MAT_ATTRIBS constant
Brian Paul
2015-10-13
1
-6
/
+3
*
vbo: fix incorrect switch statement in init_mat_currval()
Brian Paul
2015-10-13
1
-1
/
+1
*
vbo: Avoid double promotion.
Matt Turner
2015-07-29
1
-3
/
+3
*
mesa/vbo: replace Elements() with ARRAY_SIZE()
Brian Paul
2015-03-02
1
-2
/
+2
*
mesa: Use assert() instead of ASSERT wrapper.
Matt Turner
2015-02-23
1
-1
/
+1
*
s/Tungsten Graphics/VMware/
José Fonseca
2014-01-17
1
-1
/
+1
*
mesa: Rename gl_context::swtnl_im to vbo_context; use proper type.
Kenneth Graunke
2013-09-03
1
-2
/
+2
[next]