index
:
Mesa
glamo
glamo-old
My Mesa repository
Thomas White
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mesa
/
main
/
bufferobj.c
Age
Commit message (
Expand
)
Author
2004-03-13
Implementation of GL_EXT_pixel_buffer_object extension.
Brian Paul
2004-03-04
yet another take on VBO deleting and reference counting
Brian Paul
2004-03-03
more changes to VBO reference counting and deletion
Brian Paul
2004-02-13
set buffer object default Usage and Access
Brian Paul
2004-02-11
Do more bookkeeping of vertex buffer object reference counts.
Brian Paul
2004-01-20
Before calling _mesa_create_context(), initialize a dd_function_table struct
Brian Paul
2003-10-21
Added GLAPIENTRY decorations for all first level OpenGL API function entry
Kendall Bennett
2003-10-21
fix an error message
Brian Paul
2003-10-19
Move initialization of default ctx->Driver.buffer-object-functions into
Brian Paul
2003-10-15
minor tweaks
Brian Paul
2003-10-14
bufObj->Access wasn't being set
Brian Paul
2003-10-14
minor fix in buffer_object_get_target()
Brian Paul
2003-09-19
Assorted casts to silence g++ warnings.
Brian Paul
2003-09-18
Add casts to prevent signed/unsigned compare compiler warnings.
Karl Schultz
2003-09-17
Fixed/added some error checks.
Brian Paul
2003-09-17
unbind vertex arrays from buffer in DeleteBuffersARB()
Brian Paul
2003-09-17
More work on ARB_vertex_buffer_object.
Brian Paul
2003-09-15
Some work on ARB_vertex_buffer_object.
Brian Paul
2003-09-09
Added prototypes for internal functions to bufferobj.h.
Brian Paul
2003-09-09
Added most of the infrastructure required to support
Ian Romanick
2003-07-17
Merge Jose's documentation and core Mesa changes from embedded branch
Keith Whitwell
2003-05-10
fix MapBufferARB() return type
Brian Paul
2003-04-09
basic work on GL_ARB_vertex_buffer_object
Brian Paul
2003-03-29
Basic infrastructure for GL_ARB_vertex_buffer_object.
Brian Paul