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_save_api.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
vbo: Include mfeatures.h in files that perform feature tests.
Vinson Lee
2011-01-09
1
-0
/
+1
*
vbo: Avoid the copy to current in dlists if not required.
Mathias Fröhlich
2010-12-10
1
-23
/
+31
*
Merge branch 'glapi-reorg'
Chia-I Wu
2010-10-29
1
-8
/
+8
|
\
|
*
vbo: Use CALL_* macros.
Chia-I Wu
2010-10-27
1
-8
/
+8
*
|
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
/
+13
*
Drop GLcontext typedef and use struct gl_context instead
Kristian Høgsberg
2010-10-13
1
-27
/
+27
*
mesa/es: Remove omit list.
Chia-I Wu
2010-05-12
1
-0
/
+5
*
mesa: implement core Mesa support for GL_ARB_draw_instanced
Brian Paul
2010-04-04
1
-0
/
+2
*
mesa: Move src/mesa/glapi/dispatch.h to mesa.
Chia-I Wu
2010-02-25
1
-1
/
+1
*
Replace the _mesa_*printf() wrappers with the plain libc versions
Kristian Høgsberg
2010-02-19
1
-4
/
+4
*
Remove _mesa_memcpy in favor of plain memcpy.
Kenneth Graunke
2010-02-19
1
-10
/
+10
*
mesa: rename display list functions
Brian Paul
2009-10-07
1
-6
/
+6
*
mesa/main: Make FEATURE_dlist follow feature conventions.
Chia-I Wu
2009-09-30
1
-2
/
+1
*
mesa/main: Make FEATURE_evaluators follow feature conventions.
Chia-I Wu
2009-09-30
1
-8
/
+3
*
mesa/main: New feature FEATURE_arrayelt.
Chia-I Wu
2009-09-30
1
-1
/
+2
*
mesa: Add support for ARB_draw_elements_base_vertex.
Eric Anholt
2009-09-08
1
-3
/
+33
*
mesa: Make MultiDrawElements submit multiple primitives at once.
Eric Anholt
2009-09-01
1
-0
/
+5
*
vbo: use _mesa_is_bufferobj()
Brian Paul
2009-08-12
1
-1
/
+1
*
Merge branch 'mesa_7_5_branch'
Brian Paul
2009-07-13
1
-0
/
+5
|
\
|
*
vbo: fix vbo/dlist memory leak
Brian Paul
2009-07-10
1
-0
/
+5
*
|
Merge branch 'mesa_7_5_branch'
Jakob Bornecrantz
2009-07-03
1
-21
/
+35
|
\
|
|
*
mesa/vbo: fix compile and replay of nodes ending in a FALLBACK
Keith Whitwell
2009-06-30
1
-13
/
+27
|
*
mesa/vbo: use _lookup_prim_by_nr for debugging
Keith Whitwell
2009-06-30
1
-1
/
+1
*
|
mesa: Make VBO dlist printing use the same path as other dlist printing.
Eric Anholt
2009-06-19
1
-12
/
+12
|
/
*
vbo: cache last dlist vertex in malloced memory
Keith Whitwell
2009-04-16
1
-0
/
+25
*
Merge commit 'origin/gallium-0.1'
Keith Whitwell
2009-03-03
1
-8
/
+8
|
\
|
*
vbo: use MapBufferRange where available
Keith Whitwell
2009-03-03
1
-8
/
+8
|
*
mesa: fix display list regression (check if save->prim_count > 0 in vbo_save_...
Brian Paul
2008-09-16
1
-5
/
+7
|
*
mesa: get another class of degenerate dlists working
Keith Whitwell
2008-09-15
1
-0
/
+24
|
*
mesa: improved gl_buffer_object reference counting
Brian Paul
2008-09-04
1
-4
/
+13
|
*
Fix segfault in _save_OBE_DrawElements() when using VBO and display list (bug...
Brian Paul
2008-05-30
1
-0
/
+3
*
|
mesa: display list clean-ups
Brian
2009-01-31
1
-3
/
+3
*
|
mesa: fix display list regression (check if save->prim_count > 0 in vbo_save_...
Brian Paul
2008-09-16
1
-5
/
+7
*
|
mesa: get another class of degenerate dlists working
Keith Whitwell
2008-09-15
1
-0
/
+24
*
|
mesa: improved gl_buffer_object reference counting
Brian Paul
2008-09-04
1
-4
/
+13
*
|
Fix an error in _save_OBE_DrawElements
Xiang, Haihao
2007-07-31
1
-0
/
+3
|
/
*
Be more consistant with paths in #includes. Eventually, eliminate a bunch of...
Brian
2007-07-04
1
-9
/
+9
*
a variety of fixes for MingW
zhang
2007-06-28
1
-0
/
+4
*
Fix invalid enums passed to MapBuffer
Aapo Tahkola
2007-01-18
1
-1
/
+1
*
Merge branch 'master' of git+ssh://
[email protected]
/git/mesa/mesa i...
Keith Whitwell
2007-01-16
1
-1
/
+10
*
Remove debug, reenable inplace splitting.
keithw
2007-01-15
1
-2
/
+0
*
Remove special-case handling for index and edgeflag
Keith Whitwell
2007-01-15
1
-32
/
+12
*
Don't perform dangling attribute check on POS attribute. It can't by
Keith Whitwell
2006-11-20
1
-1
/
+1
*
Checkpoint of new vbo-building code. Currently builds regular arrays
Keith Whitwell
2006-10-29
1
-0
/
+1160