index
:
mesa/mesa
10.0
10.1
10.2
10.3
10.4
10.5
10.6
11.0
11.1
11.2
12.0
13.0
17.0
17.1
17.2
17.3
18.0
18.1
18.2
18.3
19.0
19.1
19.2
19.3
20.0
20.1
20.2
20.3
21.0
21.1
21.2
21.3
22.0
22.1
7.10
7.11
7.8
7.8-gles
7.9
8.0
9.0
9.1
9.2
gallium-no-rhw-position
main
marge_bot_batch_merge_job
opengl-es-v2
staging/20.0
staging/20.1
staging/20.2
staging/20.3
staging/21.0
staging/21.1
staging/21.2
staging/21.3
staging/22.0
staging/22.1
tess-use-io-semantics
virgl_fix_type_v1
The Mesa 3D Graphics Library (mirrored from https://gitlab.freedesktop.org/mesa/mesa)
brianp
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mesa
/
vbo
/
vbo_save_api.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-10-16
vbo: access VBO memory more efficiently when building display lists
Brian Paul
1
-8
/
+31
2013-10-11
vbo: assorted minor clean-ups
Brian Paul
1
-11
/
+11
2013-06-26
mesa: add const qualifier to glMultiDrawElementsEXT() indices param
Brian Paul
1
-1
/
+1
2013-05-03
vbo: add comments, const qualifiers
Brian Paul
1
-5
/
+20
2013-05-03
mesa; change ctx->Driver.SaveNeedFlush to boolean, and document it.
Brian Paul
1
-4
/
+4
2013-05-03
vbo: update comments for vbo_save_NotifyBegin()
Brian Paul
1
-2
/
+10
2013-05-03
vbo: implement primitive merging for glBegin/End sequences
Brian Paul
1
-14
/
+8
2013-05-02
mesa: remove GLvertexformat::EvalMesh1(), EvalMesh2()
Brian Paul
1
-26
/
+0
2013-05-02
mesa: remove GLvertexformat::Rectf()
Brian Paul
1
-18
/
+1
2013-05-02
mesa: simplify dispatch for glDraw* functions
Brian Paul
1
-173
/
+0
2013-05-02
vbo: add new vbo_initialize_exec_dispatch(), vbo_initialize_save_dispatch()
Brian Paul
1
-0
/
+18
2013-05-02
mesa: remove _MESA_INIT_EVAL_VTXFMT() macro
Brian Paul
1
-1
/
+8
2013-05-02
mesa: remove _MESA_INIT_ARRAYELT_VTXFMT() macro
Brian Paul
1
-1
/
+1
2013-05-02
mesa: remove _MESA_INIT_DLIST_VTXFMT() macro
Brian Paul
1
-1
/
+2
2013-05-02
vbo: remove redundant vfmt->Begin = _save_Begin assignment
Brian Paul
1
-1
/
+0
2013-05-02
vbo: fix parameter validation for saving dlist glDraw* functions
Brian Paul
1
-4
/
+39
2013-05-02
mesa: remove unused PRIM_INSIDE_UNKNOWN_PRIM constant
Brian Paul
1
-2
/
+1
2013-05-02
mesa: fix CurrentSavePrimitive <= GL_POLYGON tests
Brian Paul
1
-1
/
+1
2013-04-23
mesa: use new _mesa_inside_dlist_begin_end() function
Brian Paul
1
-2
/
+1
2013-04-17
mesa: remove #include "mfeatures.h" from numerous source files
Brian Paul
1
-1
/
+0
2013-02-11
vbo: Merge GL_QUADS drawing requests in display lists.
Eric Anholt
1
-0
/
+43
2013-02-11
vbo: Print display list debug using printf() like dlist.c does.
Eric Anholt
1
-8
/
+8
2012-12-16
mesa: don't initialize VBO vtxfmt in _vbo_CreateContext
Jordan Justen
1
-1
/
+0
2012-11-06
vbo: fix glVertexAttribI* functions
Marek Olšák
1
-4
/
+8
2012-09-15
mesa: remove FEATURE_dlist define.
Oliver McFadden
1
-6
/
+0
2012-09-05
Remove useless checks for NULL before freeing
Matt Turner
1
-4
/
+2
2012-09-01
mesa: s/FREE/free/
Brian Paul
1
-3
/
+3
2012-09-01
mesa: s/MALLOC/malloc/
Brian Paul
1
-1
/
+1
2012-07-12
mesa: implement new DrawTransformFeedback functions
Marek Olšák
1
-1
/
+44
2012-06-27
mesa: more const qualifiers to match the latest glext.h
Brian Paul
1
-2
/
+2
2012-06-19
mesa: Add support for GL_ARB_base_instance
Fredrik Höglund
1
-0
/
+2
2012-05-11
mesa: fix glMaterial / dlist bug
Brian Paul
1
-0
/
+57
2012-05-08
vbo: add some comments
Brian Paul
1
-1
/
+4
2012-02-09
vbo: unmap vertex store before executing lists
Brian Paul
1
-10
/
+10
2011-12-15
mesa: implement DrawTransformFeedback from ARB_transform_feedback2
Marek Olšák
1
-0
/
+11
2011-11-29
mesa: move ElementArrayBufferObj to gl_array_object
Yuanhan Liu
1
-2
/
+2
2011-11-11
vbo: better handling of VBO allocation failures
Brian Paul
1
-20
/
+71
2011-11-11
vbo: pull some code from api_noop.c into vbo module
Brian Paul
1
-11
/
+71
2011-09-06
mesa/vbo: add ARB_vertex_type_2_10_10_10_rev APIs.
Dave Airlie
1
-0
/
+46
2011-08-23
mesa: Eliminate dd_function_table::MapBuffer
Ian Romanick
1
-4
/
+4
2011-08-23
mesa: Remove target parameter from dd_function_table::MapBuffer
Ian Romanick
1
-1
/
+0
2011-08-23
mesa: Remove target parameter from dd_function_table::UnmapBuffer
Ian Romanick
1
-1
/
+1
2011-06-08
vbo: run 'indent' on vbo_save_api.c
Brian Paul
1
-362
/
+456
2011-06-08
vbo: rename DO_FALLBACK -> dlist_fallback
Brian Paul
1
-9
/
+9
2011-06-08
vbo: check array indexes to prevent negative indexing
Brian Paul
1
-6
/
+5
2011-03-02
vbo: fix error parameter
Brian Paul
1
-1
/
+1
2011-03-01
vbo: generate GL_INVALID_VALUE for bad glVertexAttrib index
Brian Paul
1
-1
/
+1
2011-02-21
vbo: rename some vars, add new comments, fix formatting, etc.
Brian Paul
1
-3
/
+3
2011-01-09
vbo: Include mfeatures.h in files that perform feature tests.
Vinson Lee
1
-0
/
+1
2010-12-10
vbo: Avoid the copy to current in dlists if not required.
Mathias Fröhlich
1
-23
/
+31
[next]