index
:
android-x86-mesa.git
envsa_r300
froyo-x86
r300
Androïd/x86 port of Mesa drivers
Hugues Hiegel
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
2010-05-12
mesa/es: Remove omit list.
Chia-I Wu
2010-04-04
mesa: implement core Mesa support for GL_ARB_draw_instanced
Brian Paul
2010-02-25
mesa: Move src/mesa/glapi/dispatch.h to mesa.
Chia-I Wu
2010-02-19
Replace the _mesa_*printf() wrappers with the plain libc versions
Kristian Høgsberg
2010-02-19
Remove _mesa_memcpy in favor of plain memcpy.
Kenneth Graunke
2009-10-07
mesa: rename display list functions
Brian Paul
2009-09-30
mesa/main: Make FEATURE_dlist follow feature conventions.
Chia-I Wu
2009-09-30
mesa/main: Make FEATURE_evaluators follow feature conventions.
Chia-I Wu
2009-09-30
mesa/main: New feature FEATURE_arrayelt.
Chia-I Wu
2009-09-08
mesa: Add support for ARB_draw_elements_base_vertex.
Eric Anholt
2009-09-01
mesa: Make MultiDrawElements submit multiple primitives at once.
Eric Anholt
2009-08-12
vbo: use _mesa_is_bufferobj()
Brian Paul
2009-07-13
Merge branch 'mesa_7_5_branch'
Brian Paul
2009-07-10
vbo: fix vbo/dlist memory leak
Brian Paul
2009-07-03
Merge branch 'mesa_7_5_branch'
Jakob Bornecrantz
2009-06-30
mesa/vbo: fix compile and replay of nodes ending in a FALLBACK
Keith Whitwell
2009-06-30
mesa/vbo: use _lookup_prim_by_nr for debugging
Keith Whitwell
2009-06-19
mesa: Make VBO dlist printing use the same path as other dlist printing.
Eric Anholt
2009-04-16
vbo: cache last dlist vertex in malloced memory
Keith Whitwell
2009-03-03
Merge commit 'origin/gallium-0.1'
Keith Whitwell
2009-03-03
vbo: use MapBufferRange where available
Keith Whitwell
2009-01-31
mesa: display list clean-ups
Brian
2008-09-16
mesa: fix display list regression (check if save->prim_count > 0 in vbo_save_...
Brian Paul
2008-09-16
mesa: fix display list regression (check if save->prim_count > 0 in vbo_save_...
Brian Paul
2008-09-15
mesa: get another class of degenerate dlists working
Keith Whitwell
2008-09-15
mesa: get another class of degenerate dlists working
Keith Whitwell
2008-09-04
mesa: improved gl_buffer_object reference counting
Brian Paul
2008-09-04
mesa: improved gl_buffer_object reference counting
Brian Paul
2008-05-30
Fix segfault in _save_OBE_DrawElements() when using VBO and display list (bug...
Brian Paul
2007-07-31
Fix an error in _save_OBE_DrawElements
Xiang, Haihao
2007-07-04
Be more consistant with paths in #includes. Eventually, eliminate a bunch of...
Brian
2007-06-28
a variety of fixes for MingW
zhang
2007-01-18
Fix invalid enums passed to MapBuffer
Aapo Tahkola
2007-01-16
Merge branch 'master' of git+ssh://keithw@git.freedesktop.org/git/mesa/mesa i...
Keith Whitwell
2007-01-15
Remove debug, reenable inplace splitting.
keithw
2007-01-15
Remove special-case handling for index and edgeflag
Keith Whitwell
2006-11-20
Don't perform dangling attribute check on POS attribute. It can't by
Keith Whitwell
2006-10-29
Checkpoint of new vbo-building code. Currently builds regular arrays
Keith Whitwell