1. d9109cc docs: Update the ARB_direct_state_access status by Fredrik Höglund · 9 years ago
  2. 357bf80 st/mesa: Enable ARB_direct_state_access by Fredrik Höglund · 9 years ago
  3. a57feba i965: Enable ARB_direct_state_access by Fredrik Höglund · 9 years ago
  4. 121030e i915: Enable ARB_direct_state_access by Fredrik Höglund · 9 years ago
  5. d3368e0 mesa: Add ARB_direct_state_access checks in query object functions by Fredrik Höglund · 9 years ago
  6. bebf3c6 mesa: Add ARB_direct_state_access checks in program pipeline functions by Fredrik Höglund · 9 years ago
  7. 9e7149c mesa: Add ARB_direct_state_access checks in sampler object functions by Fredrik Höglund · 9 years ago
  8. 36b0579 mesa: Add ARB_direct_state_access checks in VAO functions by Fredrik Höglund · 9 years ago
  9. 8940957 mesa: Add ARB_direct_state_access checks in texture functions by Fredrik Höglund · 9 years ago
  10. cb49940 mesa: Add ARB_direct_state_access checks in renderbuffer functions by Fredrik Höglund · 9 years ago
  11. 6ad0b7e mesa: Add ARB_direct_state_access checks in FBO functions by Fredrik Höglund · 9 years ago
  12. 339ed09 mesa: Add ARB_direct_state_access checks in buffer object functions by Fredrik Höglund · 9 years ago
  13. 7d21276 mesa: Add ARB_direct_state_access checks in XFB functions by Fredrik Höglund · 9 years ago
  14. 03420ea mesa: Make GL_TEXTURE_CUBE_MAP valid in FramebufferTextureLayer by Fredrik Höglund · 9 years ago
  15. 30dcaae mesa: Add an extension flag for ARB_direct_state_access by Fredrik Höglund · 9 years ago
  16. 9de7a81 main: Add entry point for NamedFramebufferDrawBuffers. by Laura Ekstrand · 9 years ago
  17. 68c6964 main: Refactor DrawBuffers. by Laura Ekstrand · 9 years ago
  18. 1f0a5f3 main: Add entry point for NamedFramebufferReadBuffer. by Laura Ekstrand · 9 years ago
  19. 7518c6b main: Refactor _mesa_ReadBuffer. by Laura Ekstrand · 9 years ago
  20. 642fb71 main: Add entry point for NamedFramebufferDrawBuffer. by Laura Ekstrand · 9 years ago
  21. 2f32e48 main: Refactor _mesa_DrawBuffer. by Laura Ekstrand · 9 years ago
  22. f8fd8df main: Refactor _mesa_drawbuffers. by Laura Ekstrand · 9 years ago
  23. 9f1db78 main: Add stubs for [Get]NamedFramebufferParameteri[v]. by Laura Ekstrand · 9 years ago
  24. a0329c7 main: Fake entry point for glClearNamedFramebufferfi. by Laura Ekstrand · 9 years ago
  25. bbd9c55 main: Fake entry point for glClearNamedFramebufferfv. by Laura Ekstrand · 9 years ago
  26. 43db4b8 main: Fake entry point for glClearNamedFramebufferuiv. by Laura Ekstrand · 9 years ago
  27. 6236c47 main: Fake entry point for glClearNamedFramebufferiv. by Laura Ekstrand · 9 years ago
  28. d890fc7 main: Add entry points for InvalidateNamedFramebuffer[Sub]Data. by Laura Ekstrand · 9 years ago
  29. 65d4a20 main: Refactor invalidate_framebuffer_storage. by Laura Ekstrand · 9 years ago
  30. b4368ac main: Complete error conditions for glInvalidate*Framebuffer. by Laura Ekstrand · 9 years ago
  31. 6b284f0 main: _mesa_blit_framebuffer updates its arbitrary framebuffers. by Laura Ekstrand · 9 years ago
  32. 47b910d main: Add entry point for BlitNamedFramebuffer. by Laura Ekstrand · 9 years ago
  33. b590c61 main: Refactor _mesa_update_draw_buffer_bounds. by Laura Ekstrand · 9 years ago
  34. 39be0c5 main: Refactor _mesa_get_clamp_read_color. by Laura Ekstrand · 9 years ago
  35. 2cabfd9 main: Refactor _mesa_[update|get]_clamp_fragment_color. by Laura Ekstrand · 9 years ago
  36. c1fe8d8 main: Refactor _mesa_[update|get]_clamp_vertex_color. by Laura Ekstrand · 9 years ago
  37. 9036a6c main: Refactor _mesa_update_framebuffer. by Laura Ekstrand · 9 years ago
  38. 1a314f3 main: Refactor glBlitFramebuffer. by Laura Ekstrand · 9 years ago
  39. df032ef main: Fix whitespace in blit.c by Laura Ekstrand · 9 years ago
  40. f22fa30 main: Add entry point GetNamedFramebufferAttachmentParameteriv. by Laura Ekstrand · 10 years ago
  41. f93f959 main: Add entry point for CheckNamedFramebufferStatus. by Laura Ekstrand · 10 years ago
  42. 80e9bf2 main: Fix indents in former get_texture_for_framebuffer functions. by Laura Ekstrand · 9 years ago
  43. 085c67d main: Major refactor of get_texture_for_framebuffer. by Laura Ekstrand · 9 years ago
  44. d78c831 main: Add entry points for glNamedFramebufferTexture[Layer]. by Laura Ekstrand · 10 years ago
  45. a602b21 main: Fix indentation in get_texture_for_framebuffer. by Laura Ekstrand · 9 years ago
  46. a9f73f7 main: Refactor get_texture_for_framebuffer. by Laura Ekstrand · 9 years ago
  47. a245e3b main: Split framebuffer_texture. by Laura Ekstrand · 10 years ago
  48. 69bdc9d main: Fix an error generated by FramebufferTexture by Laura Ekstrand · 9 years ago
  49. 8ba7ad8 mesa: Generate GL_INVALID_VALUE in framebuffer_texture when layer < 0 by Fredrik Höglund · 9 years ago
  50. f9f5c82 main: Require that the texture exists in framebuffer_texture by Fredrik Höglund · 9 years ago
  51. 8f78c68 main: Fix the indentation in framebuffer_texture by Laura Ekstrand · 10 years ago
  52. a29318b main: Add entry point for NamedFramebufferRenderbuffer. by Laura Ekstrand · 9 years ago
  53. 3d10037 main: Rename framebuffer renderbuffer software fallback. by Laura Ekstrand · 9 years ago
  54. 2bb138e main: Add utility function _mesa_lookup_renderbuffer_err. by Laura Ekstrand · 10 years ago
  55. f868de7 main: Add glCreateFramebuffers. by Laura Ekstrand · 10 years ago
  56. 6d8eff4 main: Add utility function _mesa_lookup_framebuffer_err. by Laura Ekstrand · 10 years ago
  57. adcf8f8 softpipe: enable ARB_texture_view by Roland Scheidegger · 9 years ago
  58. e6c66f4 llvmpipe: enable ARB_texture_view by Roland Scheidegger · 9 years ago
  59. 2712f70 gallium/util: fix blitter sampler view target initialization by Roland Scheidegger · 9 years ago
  60. cf71e70 glapi/hgl: Drop extern "C" as it was added to glapi by Alexander von Gluck IV · 9 years ago
  61. d27b114 glapi: Add extern "C" to glapi_priv.h by Alexander von Gluck IV · 9 years ago
  62. 915d808 gallium/st + hgl: Build fixes for Haiku by Alexander von Gluck IV · 9 years ago
  63. d247615 i965: Fix PBO cache coherency issue after _mesa_meta_pbo_GetTexSubImage(). by Francisco Jerez · 10 years ago
  64. 58715b7 i965/fs: set execution size to 8 with simd8 ddy instruction by Tapani Pälli · 9 years ago
  65. 71fc520 i965/cs: drop explicit initialisers in C++ file by Dave Airlie · 9 years ago
  66. c696a31 nouveau: document nouveau_heap by Ilia Mirkin · 9 years ago
  67. d06ce2f nvc0: switch mechanism for shader eviction to be a while loop by Ilia Mirkin · 9 years ago
  68. 380f761 st/mesa: update stencil surface if it comes from texture by Ilia Mirkin · 9 years ago
  69. 71ba30f radeonsi: add new bonaire pci id by Alex Deucher · 9 years ago
  70. 0ea1047 st/mesa: translate st_api robustness flags to gl_context flags by Marek Olšák · 9 years ago
  71. f1c4247 st/dri: add support for create_context_robustness GLX and EGL extensions by Marek Olšák · 9 years ago
  72. a0ad185 st/mesa: implement GetGraphicsResetStatus by Marek Olšák · 9 years ago
  73. 79ffc08a gallium: add PIPE_CAP_DEVICE_RESET_STATUS_QUERY by Marek Olšák · 9 years ago
  74. cacd0e2 gallium: add an interface for querying a device reset status by Marek Olšák · 9 years ago
  75. a533d4e clover: Implement locking of the wait_count, _chain and _status members of event. by Francisco Jerez · 9 years ago
  76. 4022a46 clover: Wrap event::_status in a method to prevent unlocked access. by Francisco Jerez · 9 years ago
  77. 2232b92 clover: Refactor event::trigger and ::abort to prevent deadlock and reentrancy issues. by Francisco Jerez · 9 years ago
  78. d91d6b3 nir: Translate memory barrier intrinsics from GLSL IR. by Francisco Jerez · 9 years ago
  79. f8f8b31 nir: Translate image load, store and atomic intrinsics from GLSL IR. by Francisco Jerez · 9 years ago
  80. 6de78e6 nir: Fix indexing of atomic counter arrays with a constant value. by Francisco Jerez · 9 years ago
  81. f1269a3 nir: Add memory barrier intrinsic. by Francisco Jerez · 9 years ago
  82. d9e9309 nir: Define image load, store and atomic intrinsics. by Francisco Jerez · 9 years ago
  83. ee1a8b5 i965/fs: Have component() set the register stride to zero. by Francisco Jerez · 9 years ago
  84. 4171ef3 i965/fs: Fix offset() for registers with zero stride. by Francisco Jerez · 9 years ago
  85. 0db6635 i965: Don't forget the force_sechalf flag in lower_load_payload(). by Francisco Jerez · 9 years ago
  86. cbf2040 i965: Document brw_mask_reg(). by Francisco Jerez · 9 years ago
  87. 95774ca nir: fix sampler lowering pass for arrays by Tapani Pälli · 9 years ago
  88. 4260230 i965: Use predicate enable bit for conditional rendering w/o stalling by Neil Roberts · 10 years ago
  89. 9585879 i956: Add a function to load a 64-bit register from a buffer by Neil Roberts · 9 years ago
  90. 8a59f2f i965: Store the command parser version number in intel_screen by Neil Roberts · 10 years ago
  91. 971be2b docs/GL3: (trivial) mark some tf extensions as done for softpipe/llvmpipe by Roland Scheidegger · 9 years ago
  92. 95089bf docs: add news item and link release notes for mesa 10.5.5 by Emil Velikov · 9 years ago
  93. d4125c4 docs: Add sha256 sums for the 10.5.5 release by Emil Velikov · 9 years ago
  94. 22aaa74 Add release notes for the 10.5.5 release by Emil Velikov · 9 years ago
  95. 2b5355c st/mesa: make sure to create a "clean" bool when doing i2b by Ilia Mirkin · 9 years ago
  96. 9c4dc98 clover: Fix a bug with multi-threaded events v2 by Tom Stellard · 9 years ago
  97. f546902 clover: Add a mutex to guard queue::queued_events by Tom Stellard · 9 years ago
  98. 73f4010 i965/fs: Add missing initializer in fs_visitor(). by Matt Turner · 9 years ago
  99. 7a58262 egl: Remove skeleton implementation of EGL_MESA_screen_surface by Adam Jackson · 9 years ago
  100. 13fa84e egl/swrast: Enable config extension for swrast by Axel Davy · 9 years ago