1. 613154f mesa/main: fix meta caller of _mesa_ClampColor by Nicolai Hähnle · 8 years ago
  2. 910bc4d mesa: rename gl_vertex_array_object::VertexBinding to BufferBinding by Brian Paul · 8 years ago
  3. 62d4116 mesa: Copy bitmask of VBOs in the VAO on gl{Push,Pop}Attrib. by Mathias Fröhlich · 8 years ago
  4. d68c1e2 mesa: add GL_EXT_window_rectangles state storage/retrieval functionality by Ilia Mirkin · 8 years ago
  5. 6749d77 mesa: Rename CoordReplaceBits back to CoordReplace. by Mathias Fröhlich · 8 years ago
  6. 1c78515 mesa: Add gl_point_attrib::CoordReplaceBits bitfield. by Mathias Fröhlich · 8 years ago
  7. 6a08673 mesa: remove _ARB suffix from cube map enums by Brian Paul · 9 years ago
  8. 2f11e92 mesa: Rename _mesa_lookup_enum_by_nr() to _mesa_enum_to_string(). by Kenneth Graunke · 9 years ago
  9. 4dd72fe mesa: restore GL_EXT_depth_bounds_test state in glPopAttrib() by Brian Paul · 9 years ago
  10. 6139195 mesa: fix glPushAttrib(0) / glPopAttrib() error by Brian Paul · 9 years ago
  11. 2768a0b mesa: remove unneeded #include of colormac.h by Brian Paul · 9 years ago
  12. c2e130f mesa/main: replace Elements() with ARRAY_SIZE() by Brian Paul · 10 years ago
  13. 81998dd mesa: add support for GL_EXT_polygon_offset_clamp by Ilia Mirkin · 10 years ago
  14. 8ca8dd1 mesa: Don't call _mesa_ClipControl from glPopAttrib when unsupported. by Kenneth Graunke · 10 years ago
  15. 34a3c97 mesa: Implement ARB_clip_control. by Mathias Fröhlich · 10 years ago
  16. 23247e8 mesa: Use VertexArray, not _VertexArray, in array size expressions. by Kenneth Graunke · 10 years ago
  17. 26ee6f2 mesa: Delete VAO _MaxElement code and index buffer bounds checking. by Kenneth Graunke · 10 years ago
  18. 374f3e9 mesa: invalidate draw state in glPopClientAttrib by Marek Olšák · 10 years ago
  19. 7fbb8ba mesa: use malloc/free instead of MALLOC/FREE in attrib stack code by Brian Paul · 10 years ago
  20. 9afbd04 mesa: Preserve the NewArrays state when copying a VAO by Fredrik Höglund · 11 years ago
  21. e1b1f2a mesa: Rename ElementArrayBufferObj to IndexBufferObj. by Kenneth Graunke · 11 years ago
  22. de47fd2 mesa: Rename _mesa_..._array_obj functions to _mesa_..._vao. by Kenneth Graunke · 11 years ago
  23. aac1415 mesa: Rename "struct gl_array_object" to gl_vertex_array_object. by Kenneth Graunke · 11 years ago
  24. 0dfe50f mesa: Rename ArrayObj to VAO and DefaultArrayObj to DefaultVAO. by Kenneth Graunke · 11 years ago
  25. 562f353 mesa: Restore all the viewports in _mesa_PopAttrib by Ian Romanick · 11 years ago
  26. c65db3e mesa: Restore all the scissor rectangles in _mesa_PopAttrib by Ian Romanick · 11 years ago
  27. f6d7cd4 mesa: Add an index parameter to _mesa_set_scissor by Ian Romanick · 11 years ago
  28. cbb271a mesa: Convert gl_context::Viewport to gl_context::ViewportArray by Courtney Goeltzenleuchter · 11 years ago
  29. a9c73fb mesa: Update gl_scissor_attrib to support ARB_viewport_array by Courtney Goeltzenleuchter · 11 years ago
  30. 56c5ba8 mesa: Verify memory allocations success in _mesa_PushAttrib by Juha-Pekka Heikkila · 11 years ago
  31. 2a83e41 mesa: Verify memory allocations success in _mesa_PushClientAttrib by Juha-Pekka Heikkila · 11 years ago
  32. d08ac82 mesa: Change save_attrib_data() to return boolean by Juha-Pekka Heikkila · 11 years ago
  33. 2a3d1e2 mesa: Remove support for GL_MESA_texture_array by Ian Romanick · 11 years ago
  34. 538a7f2 mesa: Use a single enable for GL_EXT_texture_array and GL_MESA_texture_array by Ian Romanick · 11 years ago
  35. 59b01ca mesa: Add ARB_vertex_attrib_binding by Fredrik Höglund · 11 years ago
  36. 12cbe99 mesa: Rename gl_array_object::VertexAttrib to _VertexAttrib by Fredrik Höglund · 11 years ago
  37. c74a7eb mesa: Remove GL_EXT_clip_volume_hint by Ian Romanick · 11 years ago
  38. 3998cfa mesa: remove outdated version lines in comments by Rico Schüller · 11 years ago
  39. e6efb90 mesa: Delete the ctx->Array._RestartIndex derived state. by Kenneth Graunke · 11 years ago
  40. 3d8d5b2 mesa: Restore 78-column wrapping of license text in C-style comments. by Kenneth Graunke · 11 years ago
  41. 96ff2ed mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability. by Kenneth Graunke · 11 years ago
  42. dd404bc mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text. by Kenneth Graunke · 11 years ago
  43. d883d00 mesa: remove _NEW_PACKUNPACK by Marek Olšák · 11 years ago
  44. b76f6d9 mesa: remove #include "mfeatures.h" from numerous source files by Brian Paul · 11 years ago
  45. 3264c3e mesa: allow drivers not to expose ARB_color_buffer_float in GL core profile by Marek Olšák · 11 years ago
  46. d04a4dd mesa: add texobj support for ARB_texture_multisample by Chris Forbes · 12 years ago
  47. 6f1538f attrib: push/pop FRAGMENT_PROGRAM_ARB state by Jordan Justen · 12 years ago
  48. a975479 mesa: Drop manual checks for outside begin/end. by Eric Anholt · 12 years ago
  49. 42ed81a mesa/es3: Add support for GL_PRIMITIVE_RESTART_FIXED_INDEX by Ian Romanick · 12 years ago
  50. dbd6135 mesa: Rename API_OPENGL to API_OPENGL_COMPAT. by Paul Berry · 12 years ago
  51. 1a1db17 mesa: Standardize names of OpenGL functions. by Paul Berry · 12 years ago
  52. eabbe5c mesa: Don't glPopAttrib() GL_POINT_SPRITE_COORD_ORIGIN on < OpenGL-2.0 by Mario Kleiner · 12 years ago
  53. 5b11586 mesa: arb_texture_cube_map_array: fix attrib push/pop by Dave Airlie · 12 years ago
  54. 91b828e dispatch: Delete unused init_dispatch functions. by Paul Berry · 12 years ago
  55. 09c006d mesa: Fix comments for NV_vp code that's now only used by other extensions. by Eric Anholt · 12 years ago
  56. c0120c2 mesa: Remove support for NV_vertex_program's attribute evaluation. by Eric Anholt · 12 years ago
  57. 985b0cb mesa: remove FEATURE_attrib_stack define. by Oliver McFadden · 12 years ago
  58. 2b7a972 Don't cast the return value of malloc/realloc by Matt Turner · 12 years ago
  59. fe72a06 mesa: s/FREE/free/ by Brian Paul · 12 years ago
  60. 33bb8c0 mesa: s/MALLOC/malloc/ by Brian Paul · 12 years ago
  61. 1aee880 mesa: test for GL_EXT_framebuffer_sRGB in glPopAttrib() by Brian Paul · 12 years ago
  62. 707f067 mesa: Kill GL_ARB_shadow_ambient with fire by Ian Romanick · 12 years ago
  63. 4bbd120 mesa: Fix glPopAttrib() behavior on GL_FRAMEBUFFER_SRGB. by Eric Anholt · 12 years ago
  64. c37efbf mesa: Move DepthMode to texture object by Pauli Nieminen · 12 years ago
  65. 608c3d2 mesa: Restore depth texture state on glPopAttrib(GL_TEXTURE_BIT). by Kenneth Graunke · 13 years ago
  66. b0e048f mesa: move gl_array_attrib::NewState to gl_array_object::NewArrays by Brian Paul · 12 years ago
  67. 784dd51 mesa,vbo: properly detect when vertex arrays need to be recalculated by Marek Olšák · 12 years ago
  68. b631b47 mesa: Include the multisample enables under GL_MULTISAMPLE_BIT attrib as well. by Eric Anholt · 13 years ago
  69. 4b6e45c mesa: Fix push/pop of multisample coverage invert. by Eric Anholt · 13 years ago
  70. a1471e4 mesa: reference shared state in glPushAttrib(GL_TEXTURE_BIT) by Brian Paul · 13 years ago
  71. 133c572 mesa: remove stray comment in PopAttrib() code by Brian Paul · 13 years ago
  72. 34c353c mesa: Don't resurrect deleted ARB VAOs in glPopClientAttrib by Ian Romanick · 13 years ago
  73. 0963990 mesa: Rename gl_array_object::VBOonly to ::ARBsemantics by Ian Romanick · 13 years ago
  74. 478f0d2 mesa: fix indentation in attrib.c by Brian Paul · 13 years ago
  75. 762c976 mesa: Use VERT_ATTRIB_* indexed array in gl_array_object. by Mathias Fröhlich · 13 years ago
  76. a0a5bd4 mesa: move ElementArrayBufferObj to gl_array_object by Yuanhan Liu · 13 years ago
  77. 0c87f16 mesa: add support for GL_OES_EGL_image_external by Chia-I Wu · 13 years ago
  78. 597df3e mesa: Fix multithreaded buffer object refcounting. by Mathias Fröhlich · 13 years ago
  79. dd9574d mesa: number of combiner terms to pop depends on GL_NV_texture_env_combine4 by Brian Paul · 13 years ago
  80. b15ab1d mesa: use !! to simplify some _mesa_set_enable() calls in attrib.c by Brian Paul · 13 years ago
  81. 986a9bb mesa: use loop in pop_texture_group() to restore 4 combiner terms by Brian Paul · 13 years ago
  82. f9a2352 mesa: Remove EXT_texture_lod_bias extension enable flag by Ian Romanick · 13 years ago
  83. bde8bd9 mesa: Remove EXT_texture_env_combine extension enable flag by Ian Romanick · 13 years ago
  84. 9e9a76e mesa: remove support for GL_APPLE_client_storage extension by Brian Paul · 13 years ago
  85. 27bdc76 mesa: Update clipping code to use ctx->Const.MaxClipPlanes. by Paul Berry · 13 years ago
  86. 093dc9e mesa: introduce a clear color union to be used for int/unsigned buffers by Dave Airlie · 13 years ago
  87. ecfaab8 mesa: move sampler state into new gl_sampler_object type by Brian Paul · 13 years ago
  88. 53245ff mesa: fix popping of texture state for GL_TEXTURE_BUFFER by Brian Paul · 13 years ago
  89. e5c6a92 mesa: implement clamping controls (ARB_color_buffer_float) by Marek Olšák · 14 years ago
  90. 9d20849 mesa: remove GL_SGI_texture_color_table support by Brian Paul · 14 years ago
  91. 74713e2 mesa: begin implementation of GL_ARB_draw_buffers_blend by Brian Paul · 14 years ago
  92. db61b9c mesa: Directly include mfeatures.h in files that perform feature tests. by Vinson Lee · 14 years ago
  93. f9995b3 Drop GLcontext typedef and use struct gl_context instead by Kristian Høgsberg · 14 years ago
  94. a62efdf mesa: Remove EXT_convolution. by Eric Anholt · 14 years ago
  95. 6c227e5 mesa: Remove SGI_color_table. by Eric Anholt · 14 years ago
  96. 7126e38 mesa: Remove EXT_histogram. by Eric Anholt · 14 years ago
  97. bddbdd6 mesa: Include macros.h in attrib.c for COPY_4FV symbol. by Vinson Lee · 14 years ago
  98. d6164a2 mesa: remove unused header by Brian Paul · 14 years ago
  99. 2cf4439 mesa: Move src/mesa/glapi/dispatch.h to mesa. by Chia-I Wu · 15 years ago
  100. 32f2fd1 Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versions by Kristian Høgsberg · 15 years ago