1. ee170f2 disable depthBits test in check_compatible(), see bug 11161 by Brian · 17 years ago
  2. bb372f1 Initial implementation of MESA_texture_array by Ian Romanick · 17 years ago
  3. 74afcab Rename occlude.[ch] to queryobj.[ch] by Brian · 18 years ago
  4. f3e8c32 s/GL_SHADER_PROGRAM/GL_SHADER_PROGRAM_MESA/ (a Mesa-specific token) by Brian · 18 years ago
  5. 64e8088 Use generic program limits instead of NV-specific ones to init program constants. by Brian · 18 years ago
  6. 4fc46a6 more _mesa_unreference_framebuffer() calls, remove dead code by Brian · 18 years ago
  7. 33c3739 Remove the never-used SI-style imports/exports code. by Brian · 18 years ago
  8. 3e45db6 Restore the UseTexEnvProgram logic. by Brian · 18 years ago
  9. 935f93f Free shader-related context state: _mesa_free_shader_state() by Brian · 18 years ago
  10. 2cf5fd4 Merge branch 'origin' into glsl-compiler-1 by Brian · 18 years ago
  11. a510bc3 Fix/improve framebuffer object reference counting. by Brian · 18 years ago
  12. e6a9381 Do proper framebuffer refcounting in _mesa_make_current(). by Brian · 18 years ago
  13. 29c471a Merge branch 'origin' into glsl-compiler-1 by Brian · 18 years ago
  14. b59657a Merge branch 'vbo-0.2' by Keith Whitwell · 18 years ago
  15. 507167d Override Const.CheckArrayBounds for Xserver in XMesaCreateContext(). by George Sapountzis · 18 years ago
  16. c9b33ec Drop old (pre-AIGLX) GLcore interface. by George Sapountzis · 18 years ago
  17. 6a3fdc3 Merge branch 'master' of git+ssh://keithw@git.freedesktop.org/git/mesa/mesa into vbo-0.2 by Keith Whitwell · 18 years ago
  18. 6ff9b48 Don't special-case FOG attribute initialization. by Keith Whitwell · 18 years ago
  19. d881a9c Minor clean-ups, reformatting, comment changes. by Brian · 18 years ago
  20. 9e4bae9 Fix shader object reference counting and hash table deallocation. by Brian · 18 years ago
  21. 65a1844 Clean-up and re-org of the main GLSL object types. by Brian · 18 years ago
  22. 0bf5dbe Overhaul of GLSL API functions, dispatching, etc. by Brian · 18 years ago
  23. a90046f Lots of assorted changes for new GLSL compiler backend. by Brian · 18 years ago
  24. 3e6ef12 replace check for XFree86LOADER and IN_MODULE with XFree86Server (bug 9144) by Brian Paul · 18 years ago
  25. 4d4373b delete shader objects when destroying shared context state by Brian Paul · 18 years ago
  26. 6d104cb merge current trunk into vbo branch by Alan Hourihane · 18 years ago
  27. 5ac93f8 Merge texmem-0-3-branch. by Keith Whitwell · 18 years ago
  28. 90fcf6c Added a few new ctx->Const. fields for shader-related limits. by Brian Paul · 18 years ago
  29. fd27560 Move edgeflag into the VERT_ATTRIB_SEVEN slot. This means that our by Keith Whitwell · 18 years ago
  30. 55e42e5 check if ctx->Driver.GetBufferSize==NULL and no-op by Brian Paul · 18 years ago
  31. 4d4add0 Added #if / #else / #endif around code related to framebuffer initialization by Brian Paul · 18 years ago
  32. f9bfdb1 resize buffers in MakeCurrent by Keith Whitwell · 18 years ago
  33. 365582d Clean-up FEATURE_ARB_shader_objects #ifdefs. Bug 7492. by Michal Krol · 18 years ago
  34. 122629f Some structure renaming. Prefix vertex/fragment-related structs with by Brian Paul · 18 years ago
  35. c04bb51 free array objects properly (bug 7493) by Brian Paul · 18 years ago
  36. c60bcc8 free GL2Objects unconditionally by Tilman Sauerbeck · 18 years ago
  37. c0eb777 free the ArrayObjects hash table by Tilman Sauerbeck · 18 years ago
  38. 17b5063 only access ss->BufferObjects if it's declared by Tilman Sauerbeck · 18 years ago
  39. c7e164f In free_shared_state(), use new _mesa_HashDeleteAll() function to delete by Brian Paul · 18 years ago
  40. f7f5b2c destroy left-over VBOs on shutdown by Tilman Sauerbeck · 18 years ago
  41. ee34e6e Add support for GL_APPLE_vertex_array_object. Several test programs by Ian Romanick · 18 years ago
  42. 5e2e96b Added a check_context_limits() function that checks that the ctx->Const.* by Brian Paul · 18 years ago
  43. 94b30dc Put color index attribute into the 6th attribute slot. by Brian Paul · 19 years ago
  44. da238ee Fix comment about MaxTextureUnits, needs to be min of coord and image units. by Brian Paul · 19 years ago
  45. db79d2a minor clean-up by Brian Paul · 19 years ago
  46. f1038f8 fix some buffer binding tests in _mesa_make_current() by Brian Paul · 19 years ago
  47. c6c0f94 Moved _glapi_check_multithread() call into drivers, instead of in by Brian Paul · 19 years ago
  48. ca007cb just a comment for check_compatible() by Brian Paul · 19 years ago
  49. d75963d disable double-buffer test in check_compatible(), fixes pbuffer/visual problem by Brian Paul · 19 years ago
  50. a764b7e display list clean-ups by Brian Paul · 19 years ago
  51. 2aabdc7 fix broken _mesa_copy_context() for GL_LIGHTING_BIT by Brian Paul · 19 years ago
  52. 1096eae properly free ATI fragment shaders (Tilman Sauerbeck) by Brian Paul · 19 years ago
  53. 1d43e72 properly notify driver on scissor change in MakeCurrent by Keith Whitwell · 19 years ago
  54. 4033205 Split _MaintainTexEnvProgram into two flags _Maintain and _Use. This by Keith Whitwell · 19 years ago
  55. 63d6830 No longer derive 'ati_fragment_shader' from 'program' class. Only the by Brian Paul · 19 years ago
  56. ba3da61 Added OSMesaColorClamp(), bug 4917 by Brian Paul · 19 years ago
  57. 0505103 Re-org and clean-up of vertx/fragment program limits (instructions, by Brian Paul · 19 years ago
  58. 978ef2b Remove ACCUM_BITS. by Brian Paul · 19 years ago
  59. b43671c Remove _tnl_MakeCurrent() and the unused ctx->Driver.MakeCurrent() callback. by Brian Paul · 19 years ago
  60. a702bbf clean-up some _mesa_make_current() code by Brian Paul · 19 years ago
  61. 363344f print version with debug info by Brian Paul · 19 years ago
  62. a96f889 Move the ctx->FirstTimeCurrent initialization by Brian Paul · 19 years ago
  63. 4fb9950 Prototype implementation of new GL_EXT_timer_query extension (not finalized yet). by Brian Paul · 19 years ago
  64. 967b006 Remove _glapi_check_multithread from the interface exported by the loader to by Ian Romanick · 19 years ago
  65. bb5c84f Remove NEW_RENDERBUFFER stuff. by Brian Paul · 19 years ago
  66. c212abf Replace add_newer_entrypoints (src/mesa/main/context.c) with by Ian Romanick · 19 years ago
  67. 5c72837 Rein in debug slightly by Keith Whitwell · 20 years ago
  68. e4b2356 Major check-in of changes for GL_EXT_framebuffer_object extension. by Brian Paul · 20 years ago
  69. 47b29f5 Add a facility to route all rasterization through a fragment program by Keith Whitwell · 20 years ago
  70. 635ee2d added _mesa_share_state() by Brian Paul · 20 years ago
  71. 3e62d3a add FreeTexImageData hook to help single-copy texturing in drivers by Keith Whitwell · 20 years ago
  72. 6774238 Rename _mesa_update_buffers() to _mesa_update_draw_buffer_bounds() and do by Brian Paul · 20 years ago
  73. 3deaa01 additional work on GL_EXT_framebuffer_object by Brian Paul · 20 years ago
  74. ddc82ee Some initial work on GL_EXT_framebuffer_object. by Brian Paul · 20 years ago
  75. 9b3752c init ARB_shader_objects subsystem by Michal Krol · 20 years ago
  76. 7f752fe Implement software ATI_fragment_shader by Dave Airlie · 20 years ago
  77. a760ccf silence a variety of warnings found with g++ 3.4.2 by Brian Paul · 20 years ago
  78. 65a66f5 Remove _mesa_ResizeBuffersMESA() call from _mesa_set_viewport(). by Brian Paul · 20 years ago
  79. de43484 add a few functions in add_newer_entrypoints() by Brian Paul · 20 years ago
  80. 21f6978 clean up code related to dispatch table initialization by Brian Paul · 20 years ago
  81. 33899b7 Add support for OES_read_format. As soon as glext.h is updated with the by Ian Romanick · 20 years ago
  82. 53f82c5 added support for GL_ARB_draw_buffers by Brian Paul · 20 years ago
  83. 253204f More updates for Doxygen. by Brian Paul · 20 years ago
  84. 375457b Update the doxygen configuration file. by Jose Fonseca · 20 years ago
  85. a6c423d Silence gcc 3.4 warnings on ReactOS. Mostly unused var warnings. (patch 1015696) by Brian Paul · 20 years ago
  86. 21841f0 fix some memory leaks (bug #1002030) by Brian Paul · 20 years ago
  87. e16f6e3 Re-enable SPARC assembly on sunos5-gcc platform. by Ian Romanick · 20 years ago
  88. 8b33258 remove the 3dfx CatchSignals stuff (the var was alwasy set) by Brian Paul · 20 years ago
  89. 8f04c12 Removed the old teximage code. by Brian Paul · 21 years ago
  90. 894844a Implemented support for software-based AUX color buffers. by Brian Paul · 21 years ago
  91. 4923e19 Remove clamp parameter from _mesa_unpack_color_span_float(). Pass the by Brian Paul · 21 years ago
  92. 88bf038 init secondary color to (0,0,0,1). remove some redundant initializations. by Brian Paul · 21 years ago
  93. 4d859f7 added device driver hooks for BindProgram, NewProgram, DeleteProgram by Brian Paul · 21 years ago
  94. d3fd7ba Before calling _mesa_create_context(), initialize a dd_function_table struct by Brian Paul · 21 years ago
  95. ae0eaf9 Merge vtx-0-2-branch by Keith Whitwell · 21 years ago
  96. a2b9bad Redo array element checking for vertex array buffers. by Brian Paul · 21 years ago
  97. c40d1dd Added GLAPIENTRY decorations for all first level OpenGL API function entry by Kendall Bennett · 21 years ago
  98. 3173277 remove MESA_TRACE stuff by Brian Paul · 21 years ago
  99. 1a5709d Change the hyperlinks names in the main page to match the Doxygen generated ones. by Jose Fonseca · 21 years ago
  100. 148a284 More work on ARB_vertex_buffer_object. by Brian Paul · 21 years ago