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_exec_array.c
Age
Commit message (
Expand
)
Author
2009-05-21
mesa: move gl_array_attrib::_MaxElement to gl_array_object::_MaxElement
Brian Paul
2009-05-21
vbo: s/8/MAX_TEXTURE_COORD_UNITS/
Brian Paul
2009-05-07
vbo: in glDraw[Range]Element() code, check for out of bounds indexes
Brian Paul
2009-03-07
vbo: make bind_array_obj() code a little more concise
Brian Paul
2009-03-02
mesa: save some useful VBO debug/dump code (disabled)
Brian Paul
2008-10-07
mesa: replace GLuint with GLbitfield to be clearer about usage
Brian Paul
2008-10-03
mesa: avoid generating constant vertex attributes in fixedfunc programs
Keith Whitwell
2008-08-26
vbo: seed initial max_element value with a more likely candidate
Keith Whitwell
2008-06-25
mesa: point size arrays
Brian Paul
2008-06-05
mesa: added _mesa_DrawArrays, DrawElements, DrawRangeElements() wrappers for ...
Brian Paul
2008-05-31
mesa: Apply MSVC portability fixes from Alan Hourihane.
José Fonseca
2008-04-11
mesa: Fix glBegin-time test for invalid programs/shaders.
Brian Paul
2007-07-04
Be more consistant with paths in #includes. Eventually, eliminate a bunch of...
Brian
2007-02-14
fix typo preventing generic arrays from working with ARB_vp (bug #9952)
Roland Scheidegger
2007-02-09
array overflow fix
Zou Nan hai
2007-01-30
Use new rebase helper. Remove other rebase code.
Keith Whitwell
2007-01-25
do not rebase index buffers as it does not work currently (tested with r200 a...
Roland Scheidegger
2007-01-18
Fix invalid enums passed to MapBuffer
Aapo Tahkola
2007-01-15
Remove unused index buffer.
Keith Whitwell
2007-01-15
Remove special-case handling for index and edgeflag
Keith Whitwell
2006-11-03
need to call bind_arrays() in vbo_exec_DrawRangeElements.
Roland Scheidegger
2006-11-02
Fix typo in last commit
Keith Whitwell
2006-11-02
Similarly, fill in missing input slots in the vertex-array +
Keith Whitwell
2006-11-02
Fill in missing input slots in the vertex-array + no-vertex-program
Keith Whitwell
2006-10-30
better handling of current attributes. Trivial dlist and varray tests work
Keith Whitwell
2006-10-29
Checkpoint of new vbo-building code. Currently builds regular arrays
Keith Whitwell