1. 7299e82 dri: Add KHR_no_error DRI extension by Grigori Goronzy · 7 years ago
  2. 585c5cf mesa: don't update draw buffer bounds in _mesa_update_state by Marek Olšák · 7 years ago
  3. bc70bad mesa: inline vbo_exec_invalidate_state() and call from mesa core by Timothy Arceri · 7 years ago
  4. f77740f mesa: stop passing state bitfield to UpdateState() by Timothy Arceri · 7 years ago
  5. a63919f mesa: rename _mesa_add_renderbuffer* functions by Timothy Arceri · 7 years ago
  6. e6d6266 swrast: take ownership rather than adding reference for new renderbuffers by Timothy Arceri · 7 years ago
  7. 2a2dc41 swrast: fix incorrectly positioned putImage() in swrast driver by Brian Paul · 8 years ago
  8. 5283900 dri: add a way to request that modes have matching color/zs depths by Ilia Mirkin · 8 years ago
  9. 31cd2d7 swrast: Build fix for Solaris by Alan Coopersmith · 9 years ago
  10. 13fa84e egl/swrast: Enable config extension for swrast by Axel Davy · 9 years ago
  11. 5b2d348 swrast: Build fix for darwin by Jeremy Huddleston Sequoia · 10 years ago
  12. d02942c swrast: replace __FUNCTION__ with __func__ by Marius Predut · 9 years ago
  13. 2655afc swrast: include stdio.h where needed by Brian Paul · 9 years ago
  14. 0dc6b72 swrast: replace INLINE with inline by Brian Paul · 9 years ago
  15. bfcdb84 mesa: Use assert() instead of ASSERT wrapper. by Matt Turner · 9 years ago
  16. d7528fc main: Moved _mesa_lock_texture and _mesa_unlock_texture to texobj.h from teximage.h. by Laura Ekstrand · 10 years ago
  17. 6171131 swrast: Fix -Wduplicate-decl-specifier warning by Jeremy Huddleston Sequoia · 10 years ago
  18. 26ee6f2 mesa: Delete VAO _MaxElement code and index buffer bounds checking. by Kenneth Graunke · 10 years ago
  19. 64b1dc4 dri/swrast: add GLX_MESA_query_renderer support by Emil Velikov · 10 years ago
  20. 38f20f7 drivers/dri: cleanup dri extension instantiation by Emil Velikov · 10 years ago
  21. d5df283 swrast: use _mesa_get_current_tex_object() in swrastSetTexBuffer2() by Brian Paul · 10 years ago
  22. eeed49f mesa: Change many Type P MESA_FORMATs to meet naming spec by Mark Mueller · 10 years ago
  23. ef145ba mesa: Rename 4 color component unsigned byte MESA_FORMATs by Mark Mueller · 10 years ago
  24. 71fe943 mesa: change gl_format to mesa_format by Mark Mueller · 11 years ago
  25. 065bd6f mesa: Eliminate parameters to dd_function_table::Viewport by Ian Romanick · 11 years ago
  26. 188630d swrast: silence driContextSetFlags() parameter type warning by Brian Paul · 11 years ago
  27. 38366c0 dri_util: Don't assume __DRIcontext->driverPrivate is a gl_context by Kristian Høgsberg · 11 years ago
  28. ba00f2f swrast* (gallium, classic): add MESA_copy_sub_buffer support (v3) by Dave Airlie · 11 years ago
  29. 0b16042 swrast: fix readback regression since inversion fix by Dave Airlie · 11 years ago
  30. a43b49d mesa/swrast: fix inverted front buffer rendering with old-school swrast by Dave Airlie · 11 years ago
  31. f41c01c swrast: add missing notify_reset parameter to dri_create_context() by Brian Paul · 11 years ago
  32. bdcee13 swrast: Build the driver into the shared mesa_dri_drivers.so. by Eric Anholt · 11 years ago
  33. 083f66f dri: Move API version validation into dri/common. by Eric Anholt · 11 years ago
  34. 45099ec swrast: Don't call _mesa_enable_._._extensions and _mesa_enable_sw_extensions by Ian Romanick · 11 years ago
  35. bab755a mesa: Remove Driver.GetBufferSize and its callers. by Eric Anholt · 11 years ago
  36. 3d8d5b2 mesa: Restore 78-column wrapping of license text in C-style comments. by Kenneth Graunke · 11 years ago
  37. 96ff2ed mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability. by Kenneth Graunke · 11 years ago
  38. dd404bc mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text. by Kenneth Graunke · 11 years ago
  39. 985e710 swrast: Fix memory leak. by Vinson Lee · 11 years ago
  40. be4b166 mesa: Make the drivers call a non-code-generated dispatch table setup. by Eric Anholt · 11 years ago
  41. 4bea4cb drivers: compute version and then initialize exec table by Jordan Justen · 12 years ago
  42. c732458 mesa: pass context parameter to gl_renderbuffer::Delete() by Brian Paul · 12 years ago
  43. dbd6135 mesa: Rename API_OPENGL to API_OPENGL_COMPAT. by Paul Berry · 12 years ago
  44. 3ec3201 swrast: swrastFillInModes doesn't do 8-bit modes, so don't try by Ian Romanick · 12 years ago
  45. f5543d6 mesa: remove IBM_multimode_draw_arrays extension enable flag by Marek Olšák · 12 years ago
  46. cf9acc3 mesa: remove EXT_compiled_vertex_array extension enable flag by Marek Olšák · 12 years ago
  47. 1301f91 mesa: remove ARB_window_pos extension enable flag by Marek Olšák · 12 years ago
  48. d012e6d mesa: remove ARB_transpose_matrix extension enable flag by Marek Olšák · 12 years ago
  49. 1f6e10f dri: Convert driCreateConfigs to use a gl_format enum by Ian Romanick · 12 years ago
  50. 0398a26 swrast: Remove the 2_3_3_REV framebuffer format by Ian Romanick · 12 years ago
  51. cff1b1d swrast: Remove support for GL_NV_vertex_program. by Eric Anholt · 12 years ago
  52. 733dba2 mesa: remove the driverCtx parameter to _mesa_create/initialize_context() by Brian Paul · 12 years ago
  53. fe72a06 mesa: s/FREE/free/ by Brian Paul · 12 years ago
  54. 8472bb4 mesa: fix-up and use _mesa_delete_renderbuffer() by Brian Paul · 12 years ago
  55. d47a6ad mesa: add texture target field to ChooseTextureFormat() driver hook by Brian Paul · 12 years ago
  56. 70f4750 dri: Pass API_OPENGL_CORE through to the drivers by Ian Romanick · 12 years ago
  57. ecac178 swrast: add missing switch case for API_OPENGL_CORE by Brian Paul · 12 years ago
  58. df22829 dri/swrast: use SWRAST_MAX_WIDTH/HEIGHT by Brian Paul · 12 years ago
  59. becbb64 dri/swrast: use swrast_renderbuffer type by Brian Paul · 12 years ago
  60. 1048d55 dri/swrast: rename swrast_renderbuffer to dri_swrast_renderbuffer by Brian Paul · 12 years ago
  61. 7a36345 mesa: rename gl_renderbuffer::Data to Buffer by Brian Paul · 12 years ago
  62. f9874fe mesa: remove gl_renderbuffer::DataType by Brian Paul · 12 years ago
  63. 1e1b5cb mesa: remove gl_renderbuffer:RowStride field by Brian Paul · 12 years ago
  64. cb5fa9e dri/swrast: remove obsolete GetRow/PutRow code by Brian Paul · 12 years ago
  65. bd3c10c swrast: s/Data/Map/ in swrast_texture_image by Brian Paul · 12 years ago
  66. 892a254 mesa: remove unused _mesa_init_teximage_fields() target parameter by Brian Paul · 13 years ago
  67. e532b62 dri2: Add plumbing to get context version requirements and flags to drivers by Ian Romanick · 13 years ago
  68. d0dc75c mesa/drivers: use new swrast renderbuffer functions by Brian Paul · 13 years ago
  69. a4c952f swrast: Fix signed/unsigned problems with negative strides. by Mathias Fröhlich · 13 years ago
  70. 76d1275 Add MapRenderbuffer implementations for software drivers. by Eric Anholt · 13 years ago
  71. 6e0f900 mesa: move gl_texture_image::Data, RowStride, ImageOffsets to swrast by Brian Paul · 13 years ago
  72. 763b00f mesa: Remove ARB_draw_buffers extension enable flag by Ian Romanick · 13 years ago
  73. ed48df8 mesa: Remove ARB_texture_mirrored_repeat extension enable flag by Ian Romanick · 13 years ago
  74. b0824bd mesa: Remove EXT_blend_subtract extension enable flag by Ian Romanick · 13 years ago
  75. 1d5e49b mesa: Remove EXT_stencil_wrap extension enable flag by Ian Romanick · 13 years ago
  76. 677743f mesa: Remove ARB_multitexture extension enable flag by Ian Romanick · 13 years ago
  77. 34eae1c mesa: Remove many extension enable flags by Ian Romanick · 13 years ago
  78. 5a17512 dri: Remove all extension enabling utility functions by Ian Romanick · 13 years ago
  79. 67d9063 swrast-dri: Remove call to driInitExtensions by Ian Romanick · 13 years ago
  80. 2d4b8e2 swrast-dri: Silence several "warning: unused parameter" by Ian Romanick · 13 years ago
  81. 42e7a13 Revert "Fix 24bpp software rendering" by Brian Paul · 13 years ago
  82. c0c0bb6 Fix 24bpp software rendering by Marc Pignat · 13 years ago
  83. 5e4ca1c mesa: remove _mesa_initialize_context_for_api() by Brian Paul · 13 years ago
  84. b43a147 swrast: add an interface createNewContextForAPI by Haitao Feng · 13 years ago
  85. b59f3dd swrast: Remove unnecessary header. by Vinson Lee · 14 years ago
  86. 83e93b6 mesa: pass gl_format to _mesa_init_teximage_fields() by Brian Paul · 14 years ago
  87. f9995b3 Drop GLcontext typedef and use struct gl_context instead by Kristian Høgsberg · 14 years ago
  88. 31aca27 Drop GLframebuffer typedef and just use struct gl_framebuffer by Kristian Høgsberg · 14 years ago
  89. d3491e7 Rename GLvisual and __GLcontextModes to struct gl_config by Kristian Høgsberg · 14 years ago
  90. b4bb668 dri: Unset current context and dispatch table when unbinding by Kristian Høgsberg · 14 years ago
  91. 88008df dri/swrast: Remove unnecessary header. by Vinson Lee · 14 years ago
  92. 8d789be swrast: add TFP support to swrast. by Dave Airlie · 14 years ago
  93. 9ab3df4 driswrast: Fix more context creation breakage by Kristian Høgsberg · 14 years ago
  94. 8c45677 drisw: Move pointer dereferences to after NULL checks. by Vinson Lee · 14 years ago
  95. 3bfa233 drisw: add comment to libGL about stride by George Sapountzis · 14 years ago
  96. f4e561c drisw: make stride issue profound by George Sapountzis · 14 years ago
  97. e60693e dri/swrast: update copyright email by George Sapountzis · 14 years ago
  98. c1bde79 dri/swrast: port to dri_sw (drawable) by George Sapountzis · 14 years ago
  99. cf8a1ca dri/swrast: port to dri_sw (context) by George Sapountzis · 14 years ago
  100. 6e37648 dri/swrast: port to dri_sw by George Sapountzis · 14 years ago