index
:
external_mesa3d.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
main
/
bufferobj.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
For _mesa_share_state(), update the context's references to the new share gro...
Brian
2007-08-23
1
-71
/
+99
*
silence C++ warnings
Brian
2007-01-23
1
-2
/
+2
*
move a conditional into an assertion
Brian Paul
2006-09-21
1
-3
/
+6
*
Error detection/reporting was broken in several places.
Brian Paul
2006-08-25
1
-45
/
+70
*
Added _mesa_lookup_program() and _mesa_lookup_bufferobj() functions to avoid
Brian Paul
2006-08-23
1
-5
/
+5
*
remove unused var
Brian Paul
2006-06-12
1
-2
/
+0
*
Add support for GL_APPLE_vertex_array_object. Several test programs
Ian Romanick
2006-06-12
1
-43
/
+37
*
Added simple lookup_bufferobj() function to wrap the _mesa_HashLookup() call
Brian Paul
2006-06-03
1
-79
/
+86
*
minor clean-ups
Brian Paul
2006-06-02
1
-20
/
+21
*
try removing need for the uintptr_t casts
Brian Paul
2005-12-01
1
-2
/
+5
*
Port Mesa to build on a P64 platform (e.g., Win64). P64 platforms
Karl Schultz
2005-05-05
1
-2
/
+2
*
Major check-in of changes for GL_EXT_framebuffer_object extension.
Brian Paul
2005-05-04
1
-1
/
+1
*
change gl_buffer_object's Size field to GLsizeiptrARB type
Brian Paul
2005-03-03
1
-1
/
+1
*
unlock mutex upon error return (Jeff Muizelaar)
Brian Paul
2005-02-12
1
-0
/
+1
*
mesa-main-0-NULL.patch from Jeff Muizelaar
Keith Whitwell
2005-02-11
1
-1
/
+1
*
Update glDeletePrograms/Buffers() so that the ID is freed immediately, like
Brian Paul
2005-01-20
1
-12
/
+6
*
Don't allow queries/etc of buffer object 0 - it's invisible to users.
Brian Paul
2004-11-22
1
-23
/
+21
*
GL_(UN)PACK_SKIP_IMAGES should only be applied to 3D texture pack/unpacking
Brian Paul
2004-11-10
1
-3
/
+4
*
Remove redundant error checking.
Brian Paul
2004-10-31
1
-22
/
+48
*
VBO RefCount fix (David Reveman)
Brian Paul
2004-09-27
1
-0
/
+9
*
also fix possible delete bugs with buffer objects and vertex/fragment programs
Brian Paul
2004-09-14
1
-3
/
+6
*
Update the doxygen configuration file.
Jose Fonseca
2004-09-09
1
-2
/
+1
*
Silence gcc 3.4 warnings on ReactOS. Mostly unused var warnings. (patch 101...
Brian Paul
2004-08-25
1
-1
/
+13
*
Implementation of GL_EXT_pixel_buffer_object extension.
Brian Paul
2004-03-13
1
-0
/
+76
*
yet another take on VBO deleting and reference counting
Brian Paul
2004-03-04
1
-1
/
+53
*
more changes to VBO reference counting and deletion
Brian Paul
2004-03-03
1
-36
/
+7
*
set buffer object default Usage and Access
Brian Paul
2004-02-13
1
-2
/
+4
*
Do more bookkeeping of vertex buffer object reference counts.
Brian Paul
2004-02-11
1
-0
/
+6
*
Before calling _mesa_create_context(), initialize a dd_function_table struct
Brian Paul
2004-01-20
1
-12
/
+0
*
Added GLAPIENTRY decorations for all first level OpenGL API function entry
Kendall Bennett
2003-10-21
1
-11
/
+11
*
fix an error message
Brian Paul
2003-10-21
1
-1
/
+1
*
Move initialization of default ctx->Driver.buffer-object-functions into
Brian Paul
2003-10-19
1
-0
/
+12
*
minor tweaks
Brian Paul
2003-10-15
1
-2
/
+2
*
bufObj->Access wasn't being set
Brian Paul
2003-10-14
1
-1
/
+3
*
minor fix in buffer_object_get_target()
Brian Paul
2003-10-14
1
-1
/
+1
*
Assorted casts to silence g++ warnings.
Brian Paul
2003-09-19
1
-1
/
+1
*
Add casts to prevent signed/unsigned compare compiler warnings.
Karl Schultz
2003-09-18
1
-4
/
+4
*
Fixed/added some error checks.
Brian Paul
2003-09-17
1
-27
/
+31
*
unbind vertex arrays from buffer in DeleteBuffersARB()
Brian Paul
2003-09-17
1
-1
/
+26
*
More work on ARB_vertex_buffer_object.
Brian Paul
2003-09-17
1
-47
/
+88
*
Some work on ARB_vertex_buffer_object.
Brian Paul
2003-09-15
1
-20
/
+27
*
Added prototypes for internal functions to bufferobj.h.
Brian Paul
2003-09-09
1
-37
/
+23
*
Added most of the infrastructure required to support
Ian Romanick
2003-09-09
1
-80
/
+527
*
Merge Jose's documentation and core Mesa changes from embedded branch
Keith Whitwell
2003-07-17
1
-1
/
+1
*
fix MapBufferARB() return type
Brian Paul
2003-05-10
1
-4
/
+6
*
basic work on GL_ARB_vertex_buffer_object
Brian Paul
2003-04-09
1
-4
/
+182
*
Basic infrastructure for GL_ARB_vertex_buffer_object.
Brian Paul
2003-03-29
1
-0
/
+98