1. d943ac4 dri: add backbuffer use flag by Axel Davy · 9 years ago
  2. 2b67657 gallium/swrast: fix front buffer blitting. (v2) by Dave Airlie · 9 years ago
  3. cfc3200 egl/dri: Add error info needed for EGL_EXT_image_dma_buf_import extension by Frank Binns · 9 years ago
  4. 56f1f47 i965: Support importing R8 and GR88 dma_bufs by Chad Versace · 9 years ago
  5. 4f57ccd egl,dri_interface: use DRI2rendererQueryExtension to enable 3D textures & sRGB by Marek Olšák · 9 years ago
  6. 0efd773 dri_interface: drop __NOT_HAVE_DRM_H magic by Emil Velikov · 9 years ago
  7. b02a5bf dri_interface: add an interface for fences by Marek Olšák · 9 years ago
  8. 8f7338f egl: add initial EGL_MESA_image_dma_buf_export v2.4 by Dave Airlie · 10 years ago
  9. 70e8ccc egl: Inform the client API when ancillary buffers may become undefined. by Eric Anholt · 10 years ago
  10. e57ad3d dri: Add a new capabilities for drivers that can't share buffers by Giovanni Campagna · 10 years ago
  11. 8392179 xmlconfig/dri: bool -> unsigned char by Dave Airlie · 10 years ago
  12. 29800e6 dri: remove GL types from config queries by Dave Airlie · 10 years ago
  13. 8a66a5d dri/image: add blitImage to the specification by Axel Davy · 10 years ago
  14. 9b42fd1 dri_interface: Update __DRItexBufferExtensionRec to version 3 by Emil Velikov · 10 years ago
  15. 6dffab2 dri_interface: note introduction of __DRIdri2LoaderExtension members by Emil Velikov · 11 years ago
  16. c9fff07 dri_interface: note introduction of various __DRItexBufferExtension members by Emil Velikov · 11 years ago
  17. acf2fae dri_interface: Note the version introducing __DRIswrastLoaderExtensionRec::putImage2 by Emil Velikov · 10 years ago
  18. aea4757 dri3, i915, i965: Add __DRI_IMAGE_FOURCC_SARGB8888 by Keith Packard · 11 years ago
  19. ba00f2f swrast* (gallium, classic): add MESA_copy_sub_buffer support (v3) by Dave Airlie · 11 years ago
  20. e048953 dri: Remove redundant createNewContext function from __DRIimageDriverExtension by Kristian Høgsberg · 11 years ago
  21. 4424420 dri: add __DRIimageLoaderExtension and __DRIimageDriverExtension by Keith Packard · 11 years ago
  22. aba6b84 Define __DRI_IMAGE_FORMAT_SARGB8 by Keith Packard · 11 years ago
  23. f66a6c5 drivers/dri/common: A few dri2 functions are not actually DRI2 specific by Keith Packard · 11 years ago
  24. 64bb1e8 dri: Add interface definition for DRI_RENDERER_QUERY extension by Ian Romanick · 11 years ago
  25. 4e54751 dri: Implement a DRI vtable extension to replace the global driDriverAPI. by Eric Anholt · 11 years ago
  26. f93533d dri: Pass in the dlsym()ed driver extension to screen creation. by Eric Anholt · 11 years ago
  27. fcb57a8 glx: Add an optional function call for getting the DRI driver interface. by Eric Anholt · 11 years ago
  28. cf5d8fc dri: Allow config options to be passed to the loader through extensions. by Eric Anholt · 11 years ago
  29. 3160ec3 dri: Add __DRIimage support for the ARGB2101010 format by Kristian Høgsberg · 11 years ago
  30. e8f9195 gallium, intel: Implements new __DRI_IMAGE_USE_LINEAR and PIPE_BIND_LINEAR flags to enforce no tiling. by Axel Davy · 11 years ago
  31. 674dedc dri: propagate extra dma_buf import attributes to the drivers by Topi Pohjolainen · 11 years ago
  32. c37c367 dri: Introduce new flags in __DRI_ATTRIB_RENDER_TYPE by Tomasz Lis · 11 years ago
  33. 2356e28 Add dri image entry point for creating image from fd by Kristian Høgsberg · 12 years ago
  34. 7b7af48 dri2: Create image from texture by Abdiel Janulgue · 12 years ago
  35. e90c08e dri: Define enum __DRI_API_GLES3 by Chad Versace · 12 years ago
  36. e5f1f8d dri: Fix i965 build by Chad Versace · 12 years ago
  37. 4a486f8 glx/dri2: add and use new driver hook flush_with_flags by Marek Olšák · 12 years ago
  38. 6a7dea9 dri: Rework planar image interface by Jakob Bornecrantz · 12 years ago
  39. 93ebec8 dri: Make query image WIDTH and HEIGHT be version 4 by Jakob Bornecrantz · 12 years ago
  40. 6bb71b8 dri: Remove image write function by Jakob Bornecrantz · 12 years ago
  41. a2ce2eb dri2: Note that __DRI_API_GLES2 is also used for OpenGL ES 3.0 by Ian Romanick · 12 years ago
  42. 44f066b gbm: Add new gbm_bo_import entry point by Kristian Høgsberg · 12 years ago
  43. c029834 __DRIimage: version 5, add new formats and createSubImage by Kristian Høgsberg · 12 years ago
  44. a8724d8 glx/dri2: Add support for GLX_ARB_create_context_robustness by Ian Romanick · 12 years ago
  45. 4fddb2b gbm: Add gbm_bo_write entry point by Kristian Høgsberg · 12 years ago
  46. 81f95ce egl/android: Add support for RGBX_8888 used in Android native buffers by Sean V Kelley · 12 years ago
  47. 8de5c35 gbm: track buffer format through DRI drivers by Jesse Barnes · 12 years ago
  48. 221c678 gbm: Validate usage flags in gbm_bo_create_from_egl_image() by Kristian Høgsberg · 13 years ago
  49. b5b2081 dri2: Add createContextAttribs entry point for DRISW version 3 by Ian Romanick · 13 years ago
  50. 1ab5454 dri2: Add createContextAttribs entry point for DRI2 version 3 by Ian Romanick · 13 years ago
  51. 511dc29 dri2: Implement a throttle dri extension. by Thomas Hellstrom · 13 years ago
  52. e3cf7b6 dri2: add __DRI_IMAGE_FORMAT_ABGR8888 to __DRI_IMAGE by Chia-I Wu · 13 years ago
  53. 8c40940 dri2: Add __DRI_BUFFER_COUNT token by Benjamin Franzke · 13 years ago
  54. 5fbbd4c dri: Add dupImage to DRIimageExtension by Benjamin Franzke · 13 years ago
  55. 4501a5d dri2: Add token for DRI2BufferHiz by Chad Versace · 13 years ago
  56. e5169e9 egl: Add a cursor use bit to MESA_drm_image by Kristian Høgsberg · 13 years ago
  57. 1b8ef94 Add dri2::{Allocate,Release}Buffer extension by Benjamin Franzke · 14 years ago
  58. b43a147 swrast: add an interface createNewContextForAPI by Haitao Feng · 14 years ago
  59. 476db2b dri: add a placeholder for the framebuffer sRGB capable bit. by Dave Airlie · 14 years ago
  60. e59fa4c dri2: release texture image. by Juan Zhao · 14 years ago
  61. 17eace5 dri: Pass the __DRIscreen and the __DRIscreen private back to image lookup by Kristian Høgsberg · 14 years ago
  62. 9ec0b2a dri2: Make createImageFromName() take a __DRIscreen instead of __DRIcontext by Kristian Høgsberg · 14 years ago
  63. 5aaa53e egl_dri2: Add support for MESA_image_drm by Kristian Høgsberg · 14 years ago
  64. cb2a66f glx: Drop support for GLX_MESA_allocate_memory by Kristian Høgsberg · 14 years ago
  65. 97a6cbc dri_interface.h: Add new __DRI_USE_INVALIDATE extension by Kristian Høgsberg · 14 years ago
  66. 0870e4a Merge branch 'gles2-2' by Kristian Høgsberg · 14 years ago
  67. a7a9a91 dri: Add DRI entrypoints to create a context for a given API by Kristian Høgsberg · 14 years ago
  68. 234286c DRI2: add config query extension by Jesse Barnes · 14 years ago
  69. f4e561c drisw: make stride issue profound by George Sapountzis · 14 years ago
  70. 0b93228 dri_inteface: add define for checking presence of drm.h by George Sapountzis · 14 years ago
  71. 79cbcb6 dri_interface.h: Add DRI image and eglImageLookup extensions by Kristian Høgsberg · 15 years ago
  72. 61d26bc dri2: Event driven buffer validation. by Francisco Jerez · 15 years ago
  73. debf00e dri_interface: Introduce DRI tokens for the texBuffer texture formats by Kristian Høgsberg · 15 years ago
  74. a35f6bb DRI2: add SwapBuffers support by Jesse Barnes · 15 years ago
  75. d18dd6a GNU/Hurd fixes by Samuel Thibault · 15 years ago
  76. dbf87f2 DRI2: Implement interface for drivers to access DRI2GetBuffersWithFormat by Ian Romanick · 15 years ago
  77. 82634ee DRI2: Provide an interface for drivers to flush front-buffer rendering by Ian Romanick · 15 years ago
  78. 66175aa Fix DRI2 accelerated EXT_texture_from_pixmap with GL_RGB format. by Eric Anholt · 15 years ago
  79. 6556245 glx: add support for a reallyFlush() function before swap occurs. by Alan Hourihane · 15 years ago
  80. 396711b dri: add fake front definitions by Alan Hourihane · 16 years ago
  81. 8e75998 dri: fix for Cygwin compilation, bug 19144 by Jon Turney · 16 years ago
  82. f56b569 DRI2: Drop sarea, implement swap buffers in the X server. by Kristian Høgsberg · 16 years ago
  83. 01ac454 Apple: Some changes to fix compilation problems on OSX by Jeremy Huddleston · 16 years ago
  84. 280bf89 Add DRI driver that uses the mesa swrast module. by George Sapountzis · 16 years ago
  85. e82dd8c DRI interface changes and DRI2 direct rendering support. by Kristian Høgsberg · 16 years ago
  86. dcbe215 DRI2: Make setTexBuffer take a __DRIdrawable instead of a BO handle. by Kristian Høgsberg · 16 years ago
  87. 0bba0e5 DRI2: Add event buffer head as an argument to driCreateNewDrawable(). by Kristian Høgsberg · 16 years ago
  88. 3d608c7 [dri2] Add tail pointer to reemitDrawableInfo callback. by Kristian Høgsberg · 16 years ago
  89. 6cb3f5c Use __DRIextension mechanism providing loader functionality to the driver. by Kristian Høgsberg · 16 years ago
  90. 16242a8 Reduce the versioning madness required to create a DRI2 screen. by Kristian Høgsberg · 16 years ago
  91. 6e8d21d Remove GetMSC DriverAPI function. by Kristian Høgsberg · 16 years ago
  92. 6d48779 Add TTM buffer object based texture from pixmap implementation. by Kristian Høgsberg · 17 years ago
  93. 7da5705 Add new DRI2 infrastructure. by Kristian Høgsberg · 17 years ago
  94. 38fdb47 Refactor and fix core vblank support by Jesse Barnes · 17 years ago
  95. ccff0cb Add a version field to __DRIextension. by Kristian Høgsberg · 17 years ago
  96. f29f0ae Move new texOffset extension to the new extension mechanism. by Kristian Høgsberg · 17 years ago
  97. ecdb45c Convert a left-over private void * to __DRIcontext *. by Kristian Høgsberg · 17 years ago
  98. 594006d Remove now unused getProcAddress from DRIinterfaceMethods. by Kristian Høgsberg · 17 years ago
  99. f968f67 Add a DRI_ReadDrawable marker extension to signal read drawable capability. by Kristian Høgsberg · 17 years ago
  100. 106a6f2 Move media stream counter entry points to new extension. by Kristian Høgsberg · 17 years ago