1. 105c852 mesa: fix comments, s/texture/buffer/ by Brian Paul · 16 years ago
  2. 6359ece mesa: remove unused gl_buffer_object::OnCard field by Brian Paul · 16 years ago
  3. dcca97a mesa: added gl_buffer_object::Written flag (for debug purposes) by Brian Paul · 16 years ago
  4. b9d0f94 mesa: Compute gl_client_array->_MaxElement during array validation by Brian Paul · 16 years ago
  5. 67025f7 mesa: set bufObj->Pointer = NULL after unmapping by Brian Paul · 16 years ago
  6. a7f434b mesa: if a buffer object is mapped when glDeleteBuffers() is called, unmap it by Brian Paul · 16 years ago
  7. 395bcad mesa: updated comments by Brian Paul · 16 years ago
  8. 75e3ccf mesa: fix incorrect error handling in glBufferDataARB() by Brian Paul · 16 years ago
  9. 0815ebc Merge commit 'origin/master' into gallium-0.2 by Brian Paul · 16 years ago
  10. e9b3488 mesa: increase max texture image units and GLSL samplers to 16 by Brian Paul · 16 years ago
  11. 6c72bc8 mesa: fix default buffer object access value by Brian Paul · 16 years ago
  12. 89ab664 Merge commit 'origin/master' into gallium-0.2 by Keith Whitwell · 16 years ago
  13. d36f4ef mesa: remove some assertions that are invalid during context tear-down by Brian Paul · 16 years ago
  14. 47ad296 Merge branch 'master' of git+ssh://git.freedesktop.org/git/mesa/mesa into gallium-0.2 by Alan Hourihane · 16 years ago
  15. 0397b2b Merge branch 'gallium-0.1' into gallium-0.2 by Keith Whitwell · 16 years ago
  16. 37c74af mesa: improved gl_buffer_object reference counting by Brian Paul · 16 years ago
  17. 1437b41 gallium: fix typo s/_mesa_unmap_drapix_pbo/_mesa_unmap_drawpix_pbo/ by Brian Paul · 17 years ago
  18. a39091b Refactor PBO validate/map code. by Brian · 17 years ago
  19. d933be6 Refactor PBO validate/map code. by Brian · 17 years ago
  20. ff938bf add a number of PBO validate/map/unmap functions by Brian Paul · 17 years ago
  21. a429a25 add a number of PBO validate/map/unmap functions by Brian · 17 years ago
  22. 4b654d4 For _mesa_share_state(), update the context's references to the new share group's objects (Shane Blackett) by Brian · 17 years ago
  23. 7e85b0a silence C++ warnings by Brian · 18 years ago
  24. 76785cb move a conditional into an assertion by Brian Paul · 18 years ago
  25. 4277ea4 Error detection/reporting was broken in several places. by Brian Paul · 18 years ago
  26. 4d12a05 Added _mesa_lookup_program() and _mesa_lookup_bufferobj() functions to avoid by Brian Paul · 18 years ago
  27. 050d39b remove unused var by Brian Paul · 18 years ago
  28. ee34e6e Add support for GL_APPLE_vertex_array_object. Several test programs by Ian Romanick · 18 years ago
  29. 4cb9fff Added simple lookup_bufferobj() function to wrap the _mesa_HashLookup() call by Brian Paul · 18 years ago
  30. 6f172f7 minor clean-ups by Brian Paul · 18 years ago
  31. 6b25193 try removing need for the uintptr_t casts by Brian Paul · 19 years ago
  32. 6258b76 Port Mesa to build on a P64 platform (e.g., Win64). P64 platforms by Karl Schultz · 20 years ago
  33. e4b2356 Major check-in of changes for GL_EXT_framebuffer_object extension. by Brian Paul · 20 years ago
  34. c1f2f90 change gl_buffer_object's Size field to GLsizeiptrARB type by Brian Paul · 20 years ago
  35. 2752177 unlock mutex upon error return (Jeff Muizelaar) by Brian Paul · 20 years ago
  36. a0c8524 mesa-main-0-NULL.patch from Jeff Muizelaar by Keith Whitwell · 20 years ago
  37. ea2943e Update glDeletePrograms/Buffers() so that the ID is freed immediately, like by Brian Paul · 20 years ago
  38. a789252 Don't allow queries/etc of buffer object 0 - it's invisible to users. by Brian Paul · 20 years ago
  39. 6090938 GL_(UN)PACK_SKIP_IMAGES should only be applied to 3D texture pack/unpacking by Brian Paul · 20 years ago
  40. 2daa413 Remove redundant error checking. Added _mesa_buffer_unmap(). Minor clean-ups. by Brian Paul · 20 years ago
  41. 293ad98 VBO RefCount fix (David Reveman) by Brian Paul · 20 years ago
  42. 765f1a1 also fix possible delete bugs with buffer objects and vertex/fragment programs by Brian Paul · 20 years ago
  43. 375457b Update the doxygen configuration file. by Jose Fonseca · 20 years ago
  44. a6c423d Silence gcc 3.4 warnings on ReactOS. Mostly unused var warnings. (patch 1015696) by Brian Paul · 20 years ago
  45. 7a6b71e Implementation of GL_EXT_pixel_buffer_object extension. by Brian Paul · 21 years ago
  46. 94ec525 yet another take on VBO deleting and reference counting by Brian Paul · 21 years ago
  47. 26895aa more changes to VBO reference counting and deletion by Brian Paul · 21 years ago
  48. 85ad44b set buffer object default Usage and Access by Brian Paul · 21 years ago
  49. 2020278 Do more bookkeeping of vertex buffer object reference counts. by Brian Paul · 21 years ago
  50. d3fd7ba Before calling _mesa_create_context(), initialize a dd_function_table struct by Brian Paul · 21 years ago
  51. c40d1dd Added GLAPIENTRY decorations for all first level OpenGL API function entry by Kendall Bennett · 21 years ago
  52. ce8e13d fix an error message by Brian Paul · 21 years ago
  53. 0f85b91 Move initialization of default ctx->Driver.buffer-object-functions into by Brian Paul · 21 years ago
  54. 49aefce minor tweaks by Brian Paul · 21 years ago
  55. 0bb281b bufObj->Access wasn't being set by Brian Paul · 21 years ago
  56. 4b6f6e1 minor fix in buffer_object_get_target() by Brian Paul · 21 years ago
  57. e4fcea2 Assorted casts to silence g++ warnings. by Brian Paul · 21 years ago
  58. df8d337 Add casts to prevent signed/unsigned compare compiler warnings. by Karl Schultz · 21 years ago
  59. 66e6e3e Fixed/added some error checks. by Brian Paul · 21 years ago
  60. 6296276 unbind vertex arrays from buffer in DeleteBuffersARB() by Brian Paul · 21 years ago
  61. 148a284 More work on ARB_vertex_buffer_object. by Brian Paul · 21 years ago
  62. aa00d12 Some work on ARB_vertex_buffer_object. by Brian Paul · 21 years ago
  63. c7b872a Added prototypes for internal functions to bufferobj.h. Minor code clean-ups. by Brian Paul · 21 years ago
  64. 0207b47 Added most of the infrastructure required to support by Ian Romanick · 21 years ago
  65. 6dc8557 Merge Jose's documentation and core Mesa changes from embedded branch by Keith Whitwell · 21 years ago
  66. ea31ca4 fix MapBufferARB() return type by Brian Paul · 22 years ago
  67. aac7325 basic work on GL_ARB_vertex_buffer_object by Brian Paul · 22 years ago
  68. 6061df0 Basic infrastructure for GL_ARB_vertex_buffer_object. by Brian Paul · 22 years ago