Fix size test bug in _mesa_test_proxy_teximage().
[mesa.git] / src / mesa / main / bufferobj.c
2007-02-25 Nian WuMerge git://proxy01.pd.intel.com:9419/git/mesa/mesa...
2007-02-22 BrianMerge branch 'origin' into glsl-compiler-1
2007-02-02 Keith WhitwellMerge branch 'vbo-0.2'
2007-01-27 BrianMerge branch 'master' of git+ssh://brianp@git.freedeskt...
2007-01-23 Briansilence C++ warnings
2006-12-19 Dave AirlieMerge branch 'nouveau-import'
2006-09-21 Brian Paulmove a conditional into an assertion
2006-08-25 Brian PaulError detection/reporting was broken in several places.
2006-08-23 Brian PaulAdded _mesa_lookup_program() and _mesa_lookup_bufferobj...
2006-06-12 Brian Paulremove unused var
2006-06-12 Ian RomanickAdd support for GL_APPLE_vertex_array_object. Several...
2006-06-03 Brian PaulAdded simple lookup_bufferobj() function to wrap the...
2006-06-02 Brian Paulminor clean-ups
2005-12-01 Brian Paultry removing need for the uintptr_t casts
2005-05-05 Karl SchultzPort Mesa to build on a P64 platform (e.g., Win64)...
2005-05-04 Brian PaulMajor check-in of changes for GL_EXT_framebuffer_object...
2005-03-03 Brian Paulchange gl_buffer_object's Size field to GLsizeiptrARB...
2005-02-12 Brian Paulunlock mutex upon error return (Jeff Muizelaar)
2005-02-11 Keith Whitwellmesa-main-0-NULL.patch from Jeff Muizelaar
2005-01-20 Brian PaulUpdate glDeletePrograms/Buffers() so that the ID is...
2004-11-22 Brian PaulDon't allow queries/etc of buffer object 0 - it's invis...
2004-11-10 Brian PaulGL_(UN)PACK_SKIP_IMAGES should only be applied to 3D...
2004-10-31 Brian PaulRemove redundant error checking.
2004-09-27 Brian PaulVBO RefCount fix (David Reveman)
2004-09-14 Brian Paulalso fix possible delete bugs with buffer objects and...
2004-09-09 Jose FonsecaUpdate the doxygen configuration file.
2004-08-25 Brian PaulSilence gcc 3.4 warnings on ReactOS. Mostly unused...
2004-03-13 Brian PaulImplementation of GL_EXT_pixel_buffer_object extension.
2004-03-04 Brian Paulyet another take on VBO deleting and reference counting
2004-03-03 Brian Paulmore changes to VBO reference counting and deletion
2004-02-13 Brian Paulset buffer object default Usage and Access
2004-02-11 Brian PaulDo more bookkeeping of vertex buffer object reference...
2004-01-20 Brian PaulBefore calling _mesa_create_context(), initialize a...
2003-10-21 Kendall BennettAdded GLAPIENTRY decorations for all first level OpenGL...
2003-10-21 Brian Paulfix an error message
2003-10-19 Brian PaulMove initialization of default ctx->Driver.buffer-objec...
2003-10-15 Brian Paulminor tweaks
2003-10-14 Brian PaulbufObj->Access wasn't being set
2003-10-14 Brian Paulminor fix in buffer_object_get_target()
2003-09-19 Brian PaulAssorted casts to silence g++ warnings.
2003-09-18 Karl SchultzAdd casts to prevent signed/unsigned compare compiler...
2003-09-17 Brian PaulFixed/added some error checks.
2003-09-17 Brian Paulunbind vertex arrays from buffer in DeleteBuffersARB()
2003-09-17 Brian PaulMore work on ARB_vertex_buffer_object.
2003-09-15 Brian PaulSome work on ARB_vertex_buffer_object.
2003-09-09 Brian PaulAdded prototypes for internal functions to bufferobj.h.
2003-09-09 Ian RomanickAdded most of the infrastructure required to support
2003-07-17 Keith WhitwellMerge Jose's documentation and core Mesa changes from...
2003-05-10 Brian Paulfix MapBufferARB() return type
2003-04-09 Brian Paulbasic work on GL_ARB_vertex_buffer_object
2003-03-29 Brian PaulBasic infrastructure for GL_ARB_vertex_buffer_object.