index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
vbo
/
vbo_exec_api.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: use new _mesa_inside_begin_end() function
Brian Paul
2013-04-23
1
-6
/
+6
*
mesa: remove #include "mfeatures.h" from numerous source files
Brian Paul
2013-04-17
1
-1
/
+0
*
vbo: add a null pointer check to handle OOM instead of crashing
Brian Paul
2013-01-25
1
-0
/
+5
*
mesa: Drop manual checks for outside begin/end.
Eric Anholt
2013-01-21
1
-7
/
+0
*
mesa: Install a minimal dispatch table during glBegin()/glEnd().
Eric Anholt
2013-01-21
1
-0
/
+17
*
mesa: Remove the dead PrepareExecBegin() driver hook.
Eric Anholt
2013-01-21
1
-3
/
+0
*
mesa: Use an early return to unindent most of vbo_exec_Begin/End().
Eric Anholt
2013-01-21
1
-55
/
+54
*
mesa: don't initialize VBO vtxfmt in _vbo_CreateContext
Jordan Justen
2012-12-16
1
-4
/
+0
*
mesa: Rename API_OPENGL to API_OPENGL_COMPAT.
Paul Berry
2012-11-29
1
-3
/
+3
*
vbo: fix glVertexAttribI* functions
Marek Olšák
2012-11-06
1
-9
/
+20
*
mesa: Add notes about remaining NV_vertex_program code.
Eric Anholt
2012-10-15
1
-0
/
+4
*
mesa: Remove support for NV_vertex_program's attribute evaluation.
Eric Anholt
2012-10-15
1
-4
/
+2
*
mesa: remove FEATURE_evaluators define.
Oliver McFadden
2012-09-15
1
-4
/
+0
*
mesa: remove FEATURE_beginend define.
Oliver McFadden
2012-09-15
1
-71
/
+0
*
Don't cast the return value of malloc/realloc
Matt Turner
2012-09-05
1
-1
/
+1
*
mesa: Kill ES2 wrapper functions
Ian Romanick
2012-08-29
1
-8
/
+20
*
mesa/es: Validate glMaterial face and pname in Mesa code rather than the ES w...
Ian Romanick
2012-08-29
1
-2
/
+6
*
mesa: rename ColorMaterialBitmask to _ColorMaterialBitmask
Brian Paul
2012-06-27
1
-1
/
+1
*
mesa: Add support for GL_ARB_base_instance
Fredrik Höglund
2012-06-19
1
-0
/
+1
*
mesa: implement DEBUG_ALWAYS_FLUSH debug option
Brian Paul
2012-05-11
1
-0
/
+4
*
mesa: fix glMaterial / dlist bug
Brian Paul
2012-05-11
1
-0
/
+95
*
vbo: move vbo_draw_method into vbo_context.h
Marek Olšák
2012-05-08
1
-1
/
+1
*
vbo: remove vbo_context::generic_currval
Marek Olšák
2012-04-19
1
-2
/
+4
*
vbo: remove vbo_context::legacy_currval
Marek Olšák
2012-04-19
1
-2
/
+2
*
mesa: Fold error generation into _mesa_valid_prim_mode().
Eric Anholt
2012-03-19
1
-2
/
+1
*
vbo: signal _NEW_ARRAY when transitioning between glBegin/End, glDrawArrays
Brian Paul
2011-12-26
1
-0
/
+2
*
vbo: remove unreachable _mesa_error() call
Brian Paul
2011-12-02
1
-3
/
+0
*
vbo: Use The VERT_{ATTRIB,BIT} defines.
Mathias Fröhlich
2011-11-29
1
-8
/
+16
*
vbo: better handling of VBO allocation failures
Brian Paul
2011-11-11
1
-1
/
+6
*
vbo: pull some code from api_noop.c into vbo module
Brian Paul
2011-11-11
1
-5
/
+137
*
mesa: Add dd_function_table::PrepareExecBegin
Chad Versace
2011-10-18
1
-0
/
+3
*
mesa: check glBegin()/glDrawArrays()/etc mode with _mesa_valid_prim_mode()
Brian Paul
2011-09-21
1
-0
/
+7
*
mesa/vbo: add ARB_vertex_type_2_10_10_10_rev APIs.
Dave Airlie
2011-09-06
1
-0
/
+45
*
mesa: Remove target parameter from dd_function_table::UnmapBuffer
Ian Romanick
2011-08-23
1
-1
/
+1
*
mesa: fix !FEATURE_GL build
Chia-I Wu
2011-08-21
1
-18
/
+18
*
vbo: check array indexes to prevent negative indexing
Brian Paul
2011-06-08
1
-4
/
+8
*
mesa: Update _ElementSize in a few more places.
José Fonseca
2011-04-07
1
-0
/
+2
*
vbo: add vbo_always_unmap_buffers()
Brian Paul
2011-03-01
1
-1
/
+18
*
vbo: generate GL_INVALID_VALUE for bad glVertexAttrib index
Brian Paul
2011-03-01
1
-2
/
+2
*
vbo: simplify NeedFlush flag clearing
Brian Paul
2011-02-22
1
-4
/
+1
*
vbo: use ctx intstead of exec->ctx
Brian Paul
2011-02-22
1
-8
/
+8
*
vbo: more comments
Brian Paul
2011-02-21
1
-0
/
+5
*
vbo: make vbo_exec_FlushVertices_internal() static
Brian Paul
2011-02-21
1
-21
/
+20
*
vbo: remove old debug code, add comments
Brian Paul
2011-02-21
1
-4
/
+8
*
vbo: rename some vars, add new comments, fix formatting, etc.
Brian Paul
2011-02-21
1
-55
/
+74
*
vbo: use ctx instead of exec->ctx
Brian Paul
2011-02-21
1
-3
/
+3
*
vbo: Include mfeatures.h in files that perform feature tests.
Vinson Lee
2011-01-09
1
-0
/
+1
*
vbo: Fix GLES2 glVertexAttrib.
Chia-I Wu
2010-12-08
1
-21
/
+35
*
vbo: Drop second ATTR macro.
Chia-I Wu
2010-12-08
1
-27
/
+1
*
vbo: Avoid unnecessary copy to/from current in vertex format upgrade.
Francisco Jerez
2010-11-06
1
-40
/
+58
[next]