1. 95ecf3d egl: Support IMG_context_priority by Chris Wilson · 8 years ago
  2. f12e1c5 dri_interface: add an error-returning version of createImageFromRenderbuffer by Nicolai Hähnle · 7 years ago
  3. 0a25a417 dri/image: Add a format modifier attributes query by Jason Ekstrand · 7 years ago
  4. e396265 dri_interface.h: add missing stdint.h include by Emil Velikov · 7 years ago
  5. 39f3e25 dri: fix typo by Eric Engestrom · 7 years ago
  6. c875945 dri: fix typo in comment by Gwan-gyeong Mun · 7 years ago
  7. 2437ebd dri: Introduce SWAP_METHOD tokens by Thomas Hellstrom · 7 years ago
  8. 08bee3e dri: Fix __DRIconfig reporting of __DRI_ATTRIB_SWAP_METHOD by Thomas Hellstrom · 7 years ago
  9. ae93d53 dri: Add a flushSwapBuffers method to the image loader extension by Thomas Hellstrom · 7 years ago
  10. 9435b9c dri: define a version 2 of the DRI_ConfigOptions extension by Nicolai Hähnle · 7 years ago
  11. 6d37bcd dri_interface: document loaderPrivate for getCapability by Marek Olšák · 7 years ago
  12. 1bf703e dri_interface,egl,gallium: only expose RGBA visuals on Android by Marek Olšák · 7 years ago
  13. 7299e82 dri: Add KHR_no_error DRI extension by Grigori Goronzy · 7 years ago
  14. aaee0d1 gallium: use "ull" number suffix to keep the QtCreator parser happy by Marek Olšák · 7 years ago
  15. 194205c dri: Add UYVY as available format by Johnson Lin · 7 years ago
  16. c592963 dri: introduce dmabuf format modifier related handles by Varad Gautam · 7 years ago
  17. fa84f62 dri: Extend __DRIbackgroundCallableExtensionRec to include a callback that checks for thread safety by Gregory Hainaut · 7 years ago
  18. 2c60bf0 dri_interface.h: define __DRI_ATTRIB_MAX by Emil Velikov · 7 years ago
  19. e043b2a dri_interface: Add new marshalling interfaces to dri_interface.h by Paul Berry · 12 years ago
  20. d075cce dri: Add an image creation with modifiers by Ben Widawsky · 8 years ago
  21. 09b140a dri: allow 16bit R/GR images to be exported via drm buffers by Rainer Hochecker · 8 years ago
  22. 9aa6ab0 dri: Add __DRI_IMAGE_FORMAT_ARGB1555 by Chad Versace · 8 years ago
  23. 21b1acf dri: extend fence extension to support native fd fences by Rob Clark · 8 years ago
  24. 1ceb775 dri: add offset attribute and bump version of EGLImage extensions. by Chuanbo Weng · 8 years ago
  25. 13faddb mesa_glinterop: remove mesa_glinterop typedefs by Emil Velikov · 8 years ago
  26. e384d75 mesa_glinterop: make GL interop version field bidirectional by Emil Velikov · 8 years ago
  27. 2bb935b dri: Add YVU formats by Kristian Høgsberg Kristensen · 8 years ago
  28. a0f06f1 DRI: Add DRIimage map and unmap functions by Rob Herring · 8 years ago
  29. 5e9ed26 dri_interface: add interface for GL interop with other APIs (v2) by Marek Olšák · 8 years ago
  30. d943ac4 dri: add backbuffer use flag by Axel Davy · 9 years ago
  31. 2b67657 gallium/swrast: fix front buffer blitting. (v2) by Dave Airlie · 9 years ago
  32. cfc3200 egl/dri: Add error info needed for EGL_EXT_image_dma_buf_import extension by Frank Binns · 9 years ago
  33. 56f1f47 i965: Support importing R8 and GR88 dma_bufs by Chad Versace · 9 years ago
  34. 4f57ccd egl,dri_interface: use DRI2rendererQueryExtension to enable 3D textures & sRGB by Marek Olšák · 9 years ago
  35. 0efd773 dri_interface: drop __NOT_HAVE_DRM_H magic by Emil Velikov · 9 years ago
  36. b02a5bf dri_interface: add an interface for fences by Marek Olšák · 9 years ago
  37. 8f7338f egl: add initial EGL_MESA_image_dma_buf_export v2.4 by Dave Airlie · 10 years ago
  38. 70e8ccc egl: Inform the client API when ancillary buffers may become undefined. by Eric Anholt · 10 years ago
  39. dd46f09 include: move sarea.h next to it's only user by Emil Velikov · 10 years ago
  40. e57ad3d dri: Add a new capabilities for drivers that can't share buffers by Giovanni Campagna · 10 years ago
  41. 8392179 xmlconfig/dri: bool -> unsigned char by Dave Airlie · 10 years ago
  42. 29800e6 dri: remove GL types from config queries by Dave Airlie · 10 years ago
  43. 8a66a5d dri/image: add blitImage to the specification by Axel Davy · 10 years ago
  44. 9b42fd1 dri_interface: Update __DRItexBufferExtensionRec to version 3 by Emil Velikov · 10 years ago
  45. 6dffab2 dri_interface: note introduction of __DRIdri2LoaderExtension members by Emil Velikov · 11 years ago
  46. c9fff07 dri_interface: note introduction of various __DRItexBufferExtension members by Emil Velikov · 11 years ago
  47. acf2fae dri_interface: Note the version introducing __DRIswrastLoaderExtensionRec::putImage2 by Emil Velikov · 10 years ago
  48. aea4757 dri3, i915, i965: Add __DRI_IMAGE_FOURCC_SARGB8888 by Keith Packard · 11 years ago
  49. 8771285 s/Tungsten Graphics/VMware/ by José Fonseca · 11 years ago
  50. ba00f2f swrast* (gallium, classic): add MESA_copy_sub_buffer support (v3) by Dave Airlie · 11 years ago
  51. e048953 dri: Remove redundant createNewContext function from __DRIimageDriverExtension by Kristian Høgsberg · 11 years ago
  52. 4424420 dri: add __DRIimageLoaderExtension and __DRIimageDriverExtension by Keith Packard · 11 years ago
  53. aba6b84 Define __DRI_IMAGE_FORMAT_SARGB8 by Keith Packard · 11 years ago
  54. f66a6c5 drivers/dri/common: A few dri2 functions are not actually DRI2 specific by Keith Packard · 11 years ago
  55. 64bb1e8 dri: Add interface definition for DRI_RENDERER_QUERY extension by Ian Romanick · 11 years ago
  56. 4e54751 dri: Implement a DRI vtable extension to replace the global driDriverAPI. by Eric Anholt · 11 years ago
  57. f93533d dri: Pass in the dlsym()ed driver extension to screen creation. by Eric Anholt · 11 years ago
  58. fcb57a8 glx: Add an optional function call for getting the DRI driver interface. by Eric Anholt · 11 years ago
  59. cf5d8fc dri: Allow config options to be passed to the loader through extensions. by Eric Anholt · 11 years ago
  60. 3160ec3 dri: Add __DRIimage support for the ARGB2101010 format by Kristian Høgsberg · 11 years ago
  61. e8f9195 gallium, intel: Implements new __DRI_IMAGE_USE_LINEAR and PIPE_BIND_LINEAR flags to enforce no tiling. by Axel Davy · 11 years ago
  62. 674dedc dri: propagate extra dma_buf import attributes to the drivers by Topi Pohjolainen · 11 years ago
  63. c37c367 dri: Introduce new flags in __DRI_ATTRIB_RENDER_TYPE by Tomasz Lis · 11 years ago
  64. 2356e28 Add dri image entry point for creating image from fd by Kristian Høgsberg · 12 years ago
  65. 7b7af48 dri2: Create image from texture by Abdiel Janulgue · 12 years ago
  66. e90c08e dri: Define enum __DRI_API_GLES3 by Chad Versace · 12 years ago
  67. e5f1f8d dri: Fix i965 build by Chad Versace · 12 years ago
  68. 4a486f8 glx/dri2: add and use new driver hook flush_with_flags by Marek Olšák · 12 years ago
  69. 6a7dea9 dri: Rework planar image interface by Jakob Bornecrantz · 12 years ago
  70. 93ebec8 dri: Make query image WIDTH and HEIGHT be version 4 by Jakob Bornecrantz · 12 years ago
  71. 6bb71b8 dri: Remove image write function by Jakob Bornecrantz · 12 years ago
  72. a2ce2eb dri2: Note that __DRI_API_GLES2 is also used for OpenGL ES 3.0 by Ian Romanick · 12 years ago
  73. 44f066b gbm: Add new gbm_bo_import entry point by Kristian Høgsberg · 12 years ago
  74. c029834 __DRIimage: version 5, add new formats and createSubImage by Kristian Høgsberg · 12 years ago
  75. a8724d8 glx/dri2: Add support for GLX_ARB_create_context_robustness by Ian Romanick · 12 years ago
  76. 4fddb2b gbm: Add gbm_bo_write entry point by Kristian Høgsberg · 12 years ago
  77. 81f95ce egl/android: Add support for RGBX_8888 used in Android native buffers by Sean V Kelley · 12 years ago
  78. 8de5c35 gbm: track buffer format through DRI drivers by Jesse Barnes · 12 years ago
  79. 221c678 gbm: Validate usage flags in gbm_bo_create_from_egl_image() by Kristian Høgsberg · 13 years ago
  80. b5b2081 dri2: Add createContextAttribs entry point for DRISW version 3 by Ian Romanick · 13 years ago
  81. 1ab5454 dri2: Add createContextAttribs entry point for DRI2 version 3 by Ian Romanick · 13 years ago
  82. 511dc29 dri2: Implement a throttle dri extension. by Thomas Hellstrom · 13 years ago
  83. e3cf7b6 dri2: add __DRI_IMAGE_FORMAT_ABGR8888 to __DRI_IMAGE by Chia-I Wu · 13 years ago
  84. 8c40940 dri2: Add __DRI_BUFFER_COUNT token by Benjamin Franzke · 13 years ago
  85. 5fbbd4c dri: Add dupImage to DRIimageExtension by Benjamin Franzke · 13 years ago
  86. 4501a5d dri2: Add token for DRI2BufferHiz by Chad Versace · 13 years ago
  87. e5169e9 egl: Add a cursor use bit to MESA_drm_image by Kristian Høgsberg · 13 years ago
  88. 1b8ef94 Add dri2::{Allocate,Release}Buffer extension by Benjamin Franzke · 14 years ago
  89. b43a147 swrast: add an interface createNewContextForAPI by Haitao Feng · 14 years ago
  90. 476db2b dri: add a placeholder for the framebuffer sRGB capable bit. by Dave Airlie · 14 years ago
  91. e59fa4c dri2: release texture image. by Juan Zhao · 14 years ago
  92. e3c1c53 Get rid of GL/internal/glcore.h by Kristian Høgsberg · 14 years ago
  93. 17eace5 dri: Pass the __DRIscreen and the __DRIscreen private back to image lookup by Kristian Høgsberg · 14 years ago
  94. 9ec0b2a dri2: Make createImageFromName() take a __DRIscreen instead of __DRIcontext by Kristian Høgsberg · 14 years ago
  95. 5aaa53e egl_dri2: Add support for MESA_image_drm by Kristian Høgsberg · 14 years ago
  96. cb2a66f glx: Drop support for GLX_MESA_allocate_memory by Kristian Høgsberg · 14 years ago
  97. 97a6cbc dri_interface.h: Add new __DRI_USE_INVALIDATE extension by Kristian Høgsberg · 14 years ago
  98. 0870e4a Merge branch 'gles2-2' by Kristian Høgsberg · 14 years ago
  99. a7a9a91 dri: Add DRI entrypoints to create a context for a given API by Kristian Høgsberg · 14 years ago
  100. 234286c DRI2: add config query extension by Jesse Barnes · 14 years ago