- 78587ea mesa: fix glDeleteBuffers() regression by Brian Paul · 14 years ago
- c552f27 mesa: make glIsBuffer() return false for never bound buffers by Brian Paul · 14 years ago
- 6e2e136 mesa: no-op glBufferSubData() on size==0 by Brian Paul · 14 years ago
- f9995b3 Drop GLcontext typedef and use struct gl_context instead by Kristian Høgsberg · 14 years ago
- 4da5f1b mesa: Force GL_ARB_copy_buffer to always be enabled by Ian Romanick · 14 years ago
- 9eca0e2 mesa: fix some printf warnings with casts by Brian Paul · 14 years ago
- 86af037 mesa: Fix many printf-like warnings. by Eric Anholt · 14 years ago
- 41bcd8c mesa: return retval in _mesa_RenderObjectUnpurgeable() by Brian Paul · 14 years ago
- 2f4ce25 mesa: fix _mesa_Texture/Render/BufferObjectUnpurgeable() return values by Brian Paul · 14 years ago
- 423860a mesa: add new query/buffer targets for transform feedback by Brian Paul · 15 years ago
- 066477a mesa: Add missing features. by Chia-I Wu · 15 years ago
- 5cb4a35 mesa: remove return, do as the comment says by Brian Paul · 15 years ago
- d6a9f5b mesa: added new GL3 buffer object queries by Brian Paul · 15 years ago
- 24f9011 Always return VOLATILE for ObjectPurgeable(VOLATILE) by Chris Wilson · 15 years ago
- e176ae5 mesa: whitespace fixes, 80-column wrapping, etc. by Brian Paul · 15 years ago
- 99864d5 APPLE_object_purgeable: core by Chris Wilson · 15 years ago
- 298be2b Replace the _mesa_*printf() wrappers with the plain libc versions by Kristian Høgsberg · 15 years ago
- 32f2fd1 Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versions by Kristian Høgsberg · 15 years ago
- 6bf1ea8 mesa: replace _mesa_bzero() with memset() by Brian Paul · 15 years ago
- c7ac4862 Remove _mesa_memcpy in favor of plain memcpy. by Kenneth Graunke · 15 years ago
- 01d7e3d mesa: Enable true refcounting for NullBufferObj. by Michal Krol · 15 years ago
- eeec2c3 mesa: Protect buffer objects reference counting with a mutex. by Michal Krol · 15 years ago
- 1fbc719 mesa: added _mesa_GetBufferParameteri64v() by Brian Paul · 15 years ago
- dd5691e mesa: code refactoring to eliminate a switch stmt in bind_buffer_object() by Brian Paul · 15 years ago
- f338de4 mesa: fix more buffer object error messages by Brian Paul · 15 years ago
- dc947c8 mesa: combined PBO validate/map helpers by Brian Paul · 15 years ago
- 1b448c7 mesa: consolidate PBO map/unmap helpers by Brian Paul · 15 years ago
- 2f6d2a9 mesa: change ctx->Driver.BufferData() to return GLboolean for success/failure by Brian Paul · 15 years ago
- 2b6ab61 mesa: set additional fields in _mesa_buffer_map_range() by Brian Paul · 15 years ago
- d1da8ac mesa: set Length/Offset fields in _mesa_buffer_map() by Brian Paul · 15 years ago
- 822c796 mesa: additional assertions for ctx->Driver.UnmapBuffer() by Brian Paul · 15 years ago
- 92033a9 mesa: new assertions, comments about buffer mapping by Brian Paul · 15 years ago
- 6040315 mesa: use _mesa_is_bufferobj() by Brian Paul · 15 years ago
- 7bf6efe mesa: use _mesa_bufferobj_mapped() by Brian Paul · 15 years ago
- 331eb58f mesa: make buffer object-related driver fallback functions static by Brian Paul · 15 years ago
- 70d247c Merge branch 'arb_map_buffer_range' by Brian Paul · 15 years ago
- 0854b7e mesa: use _mesa_reference_buffer_object() in a few places by Brian Paul · 15 years ago
- 4a7fd63 mesa: added a simple bounds checker to glMap/UnmapBuffer() (disabled) by Brian Paul · 15 years ago
- e75b283 mesa: implement GL_ARB_map_buffer_range by Brian Paul · 15 years ago
- e792762 mesa: added buffer object debug code (disabled) by Brian Paul · 15 years ago
- 2813c08 mesa: fix error test mistake in _mesa_CopyBufferSubData() by Brian Paul · 15 years ago
- dc0b71f mesa: _mesa_CopyBufferSubData() function, and driver fall-back by Brian Paul · 15 years ago
- ebb991c mesa: use Elements() for loop bound by Brian Paul · 15 years ago
- a65f385 mesa: minor code simplification by Brian Paul · 15 years ago
- f7ca97f mesa: remove pointless null ptr check, improved some error messages by Brian Paul · 16 years ago
- 4f6b704 mesa: move the NullBufferObj from GLcontext to gl_shared_state by Brian Paul · 16 years ago
- 105c852 mesa: fix comments, s/texture/buffer/ by Brian Paul · 16 years ago
- 6359ece mesa: remove unused gl_buffer_object::OnCard field by Brian Paul · 16 years ago
- dcca97a mesa: added gl_buffer_object::Written flag (for debug purposes) by Brian Paul · 16 years ago
- b9d0f94 mesa: Compute gl_client_array->_MaxElement during array validation by Brian Paul · 16 years ago
- 67025f7 mesa: set bufObj->Pointer = NULL after unmapping by Brian Paul · 16 years ago
- a7f434b mesa: if a buffer object is mapped when glDeleteBuffers() is called, unmap it by Brian Paul · 16 years ago
- 395bcad mesa: updated comments by Brian Paul · 16 years ago
- 75e3ccf mesa: fix incorrect error handling in glBufferDataARB() by Brian Paul · 16 years ago
- 0815ebc Merge commit 'origin/master' into gallium-0.2 by Brian Paul · 16 years ago
- e9b3488 mesa: increase max texture image units and GLSL samplers to 16 by Brian Paul · 16 years ago
- 6c72bc8 mesa: fix default buffer object access value by Brian Paul · 16 years ago
- 89ab664 Merge commit 'origin/master' into gallium-0.2 by Keith Whitwell · 16 years ago
- d36f4ef mesa: remove some assertions that are invalid during context tear-down by Brian Paul · 16 years ago
- 47ad296 Merge branch 'master' of git+ssh://git.freedesktop.org/git/mesa/mesa into gallium-0.2 by Alan Hourihane · 16 years ago
- 0397b2b Merge branch 'gallium-0.1' into gallium-0.2 by Keith Whitwell · 16 years ago
- 37c74af mesa: improved gl_buffer_object reference counting by Brian Paul · 16 years ago
- 1437b41 gallium: fix typo s/_mesa_unmap_drapix_pbo/_mesa_unmap_drawpix_pbo/ by Brian Paul · 17 years ago
- a39091b Refactor PBO validate/map code. by Brian · 17 years ago
- d933be6 Refactor PBO validate/map code. by Brian · 17 years ago
- ff938bf add a number of PBO validate/map/unmap functions by Brian Paul · 17 years ago
- a429a25 add a number of PBO validate/map/unmap functions by Brian · 17 years ago
- 4b654d4 For _mesa_share_state(), update the context's references to the new share group's objects (Shane Blackett) by Brian · 17 years ago
- 7e85b0a silence C++ warnings by Brian · 18 years ago
- 76785cb move a conditional into an assertion by Brian Paul · 18 years ago
- 4277ea4 Error detection/reporting was broken in several places. by Brian Paul · 18 years ago
- 4d12a05 Added _mesa_lookup_program() and _mesa_lookup_bufferobj() functions to avoid by Brian Paul · 18 years ago
- 050d39b remove unused var by Brian Paul · 18 years ago
- ee34e6e Add support for GL_APPLE_vertex_array_object. Several test programs by Ian Romanick · 18 years ago
- 4cb9fff Added simple lookup_bufferobj() function to wrap the _mesa_HashLookup() call by Brian Paul · 18 years ago
- 6f172f7 minor clean-ups by Brian Paul · 18 years ago
- 6b25193 try removing need for the uintptr_t casts by Brian Paul · 19 years ago
- 6258b76 Port Mesa to build on a P64 platform (e.g., Win64). P64 platforms by Karl Schultz · 20 years ago
- e4b2356 Major check-in of changes for GL_EXT_framebuffer_object extension. by Brian Paul · 20 years ago
- c1f2f90 change gl_buffer_object's Size field to GLsizeiptrARB type by Brian Paul · 20 years ago
- 2752177 unlock mutex upon error return (Jeff Muizelaar) by Brian Paul · 20 years ago
- a0c8524 mesa-main-0-NULL.patch from Jeff Muizelaar by Keith Whitwell · 20 years ago
- ea2943e Update glDeletePrograms/Buffers() so that the ID is freed immediately, like by Brian Paul · 20 years ago
- a789252 Don't allow queries/etc of buffer object 0 - it's invisible to users. by Brian Paul · 20 years ago
- 6090938 GL_(UN)PACK_SKIP_IMAGES should only be applied to 3D texture pack/unpacking by Brian Paul · 20 years ago
- 2daa413 Remove redundant error checking. Added _mesa_buffer_unmap(). Minor clean-ups. by Brian Paul · 20 years ago
- 293ad98 VBO RefCount fix (David Reveman) by Brian Paul · 20 years ago
- 765f1a1 also fix possible delete bugs with buffer objects and vertex/fragment programs by Brian Paul · 20 years ago
- 375457b Update the doxygen configuration file. by Jose Fonseca · 20 years ago
- a6c423d Silence gcc 3.4 warnings on ReactOS. Mostly unused var warnings. (patch 1015696) by Brian Paul · 20 years ago
- 7a6b71e Implementation of GL_EXT_pixel_buffer_object extension. by Brian Paul · 21 years ago
- 94ec525 yet another take on VBO deleting and reference counting by Brian Paul · 21 years ago
- 26895aa more changes to VBO reference counting and deletion by Brian Paul · 21 years ago
- 85ad44b set buffer object default Usage and Access by Brian Paul · 21 years ago
- 2020278 Do more bookkeeping of vertex buffer object reference counts. by Brian Paul · 21 years ago
- d3fd7ba Before calling _mesa_create_context(), initialize a dd_function_table struct by Brian Paul · 21 years ago
- c40d1dd Added GLAPIENTRY decorations for all first level OpenGL API function entry by Kendall Bennett · 21 years ago
- ce8e13d fix an error message by Brian Paul · 21 years ago
- 0f85b91 Move initialization of default ctx->Driver.buffer-object-functions into by Brian Paul · 21 years ago
- 49aefce minor tweaks by Brian Paul · 21 years ago