1. 5664a983 egl: Parse image attributes with _eglParseImageAttribList. by Chia-I Wu · 14 years ago
  2. 713c873 egl: Move attributes in _EGLImage to _EGLImageAttribs. by Chia-I Wu · 14 years ago
  3. b67f729 egl_dri2: Drop the use of _egl[SG]etConfigKey. by Chia-I Wu · 14 years ago
  4. e4bd50c egl: Fix several 'comparison between signed and unsigned integer' warnings by Ian Romanick · 14 years ago
  5. 137fce2 EGL DRI2: Silence 'missing initializer' warnings by Ian Romanick · 14 years ago
  6. eade946 EGL DRI2: Silence piles of 'unused variable' warnings by Ian Romanick · 14 years ago
  7. 17eace5 dri: Pass the __DRIscreen and the __DRIscreen private back to image lookup by Kristian Høgsberg · 14 years ago
  8. 9ec0b2a dri2: Make createImageFromName() take a __DRIscreen instead of __DRIcontext by Kristian Høgsberg · 14 years ago
  9. e7eff0c EGL DRI2: 0xa011 is Pineview not Ironlake by Jesse Barnes · 14 years ago
  10. c121608 EGL DRI2: add PCI ID for Ironlake mobile by Jesse Barnes · 14 years ago
  11. 5aaa53e egl_dri2: Add support for MESA_image_drm by Kristian Høgsberg · 14 years ago
  12. e8a7246 egl_dri2: Set API version for DRM display by Kristian Høgsberg · 14 years ago
  13. efd4a8c egl_dri2: Implement EGL_KHR_surfaceless_* extensions by Kristian Høgsberg · 14 years ago
  14. 2168b87 egl_dri2: Support _EGL_PLATFORM_DRM by Kristian Høgsberg · 14 years ago
  15. 6717a31 egl: Store configs in a dynamic array. by Chia-I Wu · 14 years ago
  16. f22665d egl: Introduce platform displays internally. by Chia-I Wu · 14 years ago
  17. 0defc25 egl_dri2: Split driver loading out into its own function by Kristian Høgsberg · 14 years ago
  18. c5ddaa2 egl_dri2: Check for xcb_connect() failure the right way by Kristian Høgsberg · 14 years ago
  19. 6f77b75 Make TLS EGL dri2 driver search path behavior match TLS GLX dri2 behavior. by Eric Anholt · 14 years ago
  20. 5dc0f49 egl: Implement EGL_NOK_texture_from_pixmap by Kristian Høgsberg · 14 years ago
  21. 52c554a egl: Implement EGL_NOK_swap_region by Kristian Høgsberg · 14 years ago
  22. 7413d9a egl_dri2: Downgrade initialization errors to warnings by Kristian Høgsberg · 14 years ago
  23. 880acbe egl_dri2: Zero out driver struct by Kristian Høgsberg · 14 years ago
  24. 0870e4a Merge branch 'gles2-2' by Kristian Høgsberg · 14 years ago
  25. e2fd98d egl_dri2: Use new DRI API to create a GLES1/2 context when asked to by Kristian Høgsberg · 14 years ago
  26. 6fc532a Merge branch '7.8' by Jakob Bornecrantz · 14 years ago
  27. 9cfaaa2 egl: dri2 driver error output by Micah Fedke · 14 years ago
  28. 3a82c8c egl_dri2: Enable KHR_gl_texture_2D_image by Kristian Høgsberg · 14 years ago
  29. d18d0fd egl_dri2: Flush before context switch and swap buffers. by Chia-I Wu · 14 years ago
  30. 4007342 egl_dri2: Factor out DRI2 protocol bits from initialize. by Kristian Høgsberg · 15 years ago
  31. 557c20b egl_dri2: Implement EGL_KHR_gl_renderbuffer_image by Kristian Høgsberg · 15 years ago
  32. f4e7d1b egl_dri2: Implement EGL_KHR_image and EGL_KHR_image_pixmap by Kristian Høgsberg · 15 years ago
  33. c19dab7 egl_dri2: Only allocate config if we're going to keep it by Kristian Høgsberg · 15 years ago
  34. c3c1a7e egl_dri2: Initialize config attributes with visual id and class from X by Kristian Høgsberg · 15 years ago
  35. 360faf8 egl_dri2: Allow pbuffer and pixmap surfaces for all configs by Kristian Høgsberg · 15 years ago
  36. bba5a98 egl_dri2: Implement eglBindTexImage() by Kristian Høgsberg · 15 years ago
  37. 8c593d3 egl_dri2: Use a helper function for looking up and binding extensions by Kristian Høgsberg · 15 years ago
  38. 538539d egl_dri2: Fix initialization with EGL_DEFAULT_DISPLAY by Kristian Høgsberg · 15 years ago
  39. 832f2d3 egl_dri2: Log both driver and core extensions by Kristian Høgsberg · 15 years ago
  40. 9c94fae egl_dri2: Audit and fix errors paths by Kristian Høgsberg · 15 years ago
  41. f27b4fa egl_dri2: Just cast the pointer difference to an int by Kristian Høgsberg · 15 years ago
  42. a35e633 egl_dri2: Use _EGL_DRIVER_STANDARD_TYPECASTS. by Chia-I Wu · 15 years ago
  43. fc5ca85 egl_dri2: Do not destroy linked resources. by Chia-I Wu · 15 years ago
  44. 7e7c1ba egl_dri2: Fix a snprintf warning. by Chia-I Wu · 15 years ago
  45. 8d411c9 egl_dri2: Add a debug print for DRI2 extensions. by Chia-I Wu · 15 years ago
  46. c6e830c egl: Implement eglCopyBuffers for DRI2, make pixmap and pbuffers actually work by Kristian Høgsberg · 15 years ago
  47. 42fa009 egl: Add driver for EGL on X with DRI2 by Kristian Høgsberg · 15 years ago