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
Age
Commit message (
Expand
)
Author
2010-03-21
vbo: Fix vbo_split_copy to pass correct max_index to draw.
Pauli Nieminen
2010-03-12
Grammar and spelling fixes
Jeff Smith
2010-02-25
mesa: Move src/mesa/glapi/dispatch.h to mesa.
Chia-I Wu
2010-02-24
vbo: remove dead code
Brian Paul
2010-02-19
Drop macro wrappers for the aligned memory functions
Kristian Høgsberg
2010-02-19
Replace the _mesa_*printf() wrappers with the plain libc versions
Kristian Høgsberg
2010-02-19
Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versions
Kristian Høgsberg
2010-02-19
Remove _mesa_memcpy in favor of plain memcpy.
Kenneth Graunke
2010-02-15
vbo: fix broken glMultiDrawElements()
Brian Paul
2010-02-09
mesa: Enable true refcounting for NullBufferObj.
Michal Krol
2010-02-09
mesa: Fix null buffer object reference counting.
José Fonseca
2010-02-03
vbo: fix void * arithmetic warning
Keith Whitwell
2010-02-03
vbo: Fix up in-place splitting for non-contiguous/indexed primitives.
Francisco Jerez
2010-01-29
vbo: fix missing state validation bugs
Brian Paul
2010-01-29
mesa: Warn when indices are out of bounds, but do not skip the draw in debug ...
Brian Paul
2010-01-27
mesa: fix int/uint comparison warnings
Brian Paul
2010-01-26
vbo: if 'end' is out of bounds, clamp it
Brian Paul
2010-01-26
vbo: clamp DrawElements start/end to max possible values
Brian Paul
2010-01-12
vbo: Remove unnecessary headers from vbo_exec.c.
Vinson Lee
2010-01-12
vbo: Remove unnecessary header from vbo_exec_array.c.
Vinson Lee
2010-01-12
vbo: Remove unnecessary header from vbo_exec_draw.c.
Vinson Lee
2010-01-12
vbo: Remove unnecessary headers from vbo_save.c.
Vinson Lee
2010-01-11
vbo: Remove unnecessary header from vbo_save_loopback.c.
Vinson Lee
2010-01-11
vbo: Remove unnecessary header from vbo_split_copy.c.
Vinson Lee
2009-12-11
Merge branch 'mesa_7_6_branch' into mesa_7_7_branch
Brian Paul
2009-12-08
vbo: fix array index out of bounds error, and fix evaluator priorities
Brian Paul
2009-12-01
vbo: make flush recursion check code per-context
Brian Paul
2009-11-19
vbo: added recursion check in vbo_exec_FlushVertices()
Brian Paul
2009-11-17
mesa: fix assorted compiler warnings
Brian Paul
2009-11-04
Merge branch 'mesa_7_6_branch'
Brian Paul
2009-11-04
vbo: fix out-of-bounds array access
Brian Paul
2009-10-22
mesa: fix up vbo comments
Brian Paul
2009-10-14
vbo: clean-ups, reformatting
Brian Paul
2009-10-14
mesa: added MESA_VERBOSE option 'draw' to debug glDrawArrays/Elements, etc.
Brian Paul
2009-10-07
mesa: rename display list functions
Brian Paul
2009-09-30
mesa/main: New feature FEATURE_beginend.
Chia-I Wu
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-24
Merge branch 'mesa_7_6_branch'
Brian Paul
2009-09-24
vbo: limit number of warnings to 10
Brian Paul
2009-09-21
vbo: added comment about max array index
Brian Paul
2009-09-21
vbo: restore some lost warning output
Brian Paul
2009-09-21
vbo: disable the GL_ARB_draw_elements_base_vertex rebase path
Brian Paul
2009-09-21
mesa: refine the error checking vbo_exec_DrawRangeElements()
Brian Paul
2009-09-21
mesa: refine the error checking vbo_exec_DrawRangeElements()
Brian Paul
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-28
vbo: Fix array pointer calculation for MapBufferRange-mapped vertex data.
Eric Anholt
2009-08-26
Merge branch 'mesa_7_5_branch'
Brian Paul
[next]