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: 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
*
mesa: implement integer-valued vertex attribute functions
Brian Paul
2010-10-28
1
-0
/
+18
*
vbo: support for primitive restart
Brian Paul
2010-10-21
1
-0
/
+23
*
Drop the "neutral" tnl module
Kristian Høgsberg
2010-10-14
1
-7
/
+7
*
Drop GLcontext typedef and use struct gl_context instead
Kristian Høgsberg
2010-10-13
1
-10
/
+10
*
mesa: Fix potential out-of-bounds access by _vbo_Materialf.
Vinson Lee
2010-07-15
1
-1
/
+4
*
mesa: Move GLES1/2 vbo entrypoints to vbo_exec_api.c
Kristian Høgsberg
2010-04-27
1
-0
/
+57
*
mesa: unmap the immediate mode VB before destroying it
Brian Paul
2010-04-19
1
-1
/
+4
*
mesa: implement core Mesa support for GL_ARB_draw_instanced
Brian Paul
2010-04-04
1
-0
/
+1
*
mesa: Move src/mesa/glapi/dispatch.h to mesa.
Chia-I Wu
2010-02-25
1
-1
/
+1
*
Drop macro wrappers for the aligned memory functions
Kristian Høgsberg
2010-02-19
1
-2
/
+2
*
Replace the _mesa_*printf() wrappers with the plain libc versions
Kristian Høgsberg
2010-02-19
1
-3
/
+3
*
Remove _mesa_memcpy in favor of plain memcpy.
Kenneth Graunke
2010-02-19
1
-10
/
+10
*
mesa: Enable true refcounting for NullBufferObj.
Michal Krol
2010-02-09
1
-0
/
+12
*
vbo: make flush recursion check code per-context
Brian Paul
2009-12-01
1
-5
/
+6
*
vbo: added recursion check in vbo_exec_FlushVertices()
Brian Paul
2009-11-19
1
-1
/
+17
*
Merge branch 'mesa_7_6_branch'
Brian Paul
2009-11-04
1
-0
/
+6
|
\
|
*
vbo: fix out-of-bounds array access
Brian Paul
2009-11-04
1
-0
/
+6
*
|
mesa: fix up vbo comments
Brian Paul
2009-10-22
1
-8
/
+14
*
|
mesa/main: New feature FEATURE_beginend.
Chia-I Wu
2009-09-30
1
-1
/
+93
*
|
mesa/main: Make FEATURE_dlist follow feature conventions.
Chia-I Wu
2009-09-30
1
-6
/
+1
*
|
mesa/main: Make FEATURE_evaluators follow feature conventions.
Chia-I Wu
2009-09-30
1
-9
/
+10
*
|
mesa/main: New feature FEATURE_arrayelt.
Chia-I Wu
2009-09-30
1
-1
/
+2
|
/
*
vbo: call _mesa_valid_to_render()
Brian Paul
2009-08-14
1
-20
/
+1
*
Merge branch 'mesa_7_5_branch'
José Fonseca
2009-06-11
1
-2
/
+7
|
\
|
*
vbo: fix assertion, #define IMM_BUFFER_NAME
Brian Paul
2009-06-11
1
-2
/
+7
*
|
Merge branch 'mesa_7_5_branch'
Jakob Bornecrantz
2009-06-09
1
-8
/
+21
|
\
|
|
*
mesa/vbo: drop all references to vbo on destroy
Keith Whitwell
2009-06-08
1
-8
/
+21
*
|
mesa: move the NullBufferObj from GLcontext to gl_shared_state
Brian Paul
2009-05-07
1
-2
/
+2
|
/
*
vbo: yet tighter still usage of FLUSH_NEED_CURRENT
Keith Whitwell
2009-03-09
1
-3
/
+3
*
vbo: stricter checks on Driver.NeedFlush
Keith Whitwell
2009-03-09
1
-4
/
+6
*
vbo: second attempt - avoid getting buffer_ptr and buffer_map out of sync
Keith Whitwell
2009-03-04
1
-0
/
+3
*
Revert "vbo: avoid getting buffer_ptr and buffer_map out of sync"
Keith Whitwell
2009-03-04
1
-3
/
+0
*
vbo: avoid getting buffer_ptr and buffer_map out of sync
Keith Whitwell
2009-03-04
1
-0
/
+3
*
vbo: use FLUSH_UPDATE_CURRENT flag to indicate whether the vbo module is active
Keith Whitwell
2009-03-04
1
-6
/
+4
[next]