1. 9c6fa94 egl: const _eglDriver by Eric Engestrom · 4 years ago
  2. 4dc322c egl: drop now empty egl_dri2_fallbacks.h by Eric Engestrom · 4 years ago
  3. bc38fe8 egl: inline fallback for get_sync_values by Eric Engestrom · 4 years ago
  4. 2e3eb0c egl: inline fallback for create_wayland_buffer_from_image by Eric Engestrom · 4 years ago
  5. c5fb1fb egl: inline fallback for query_buffer_age by Eric Engestrom · 4 years ago
  6. 90000b0 egl: inline fallback for copy_buffers by Eric Engestrom · 4 years ago
  7. 2d5f12ae3 egl: inline fallback for post_sub_buffer by Eric Engestrom · 4 years ago
  8. 1ba5075a egl: inline fallback for swap_buffers_region by Eric Engestrom · 4 years ago
  9. 179e442 egl: inline fallback for create_pixmap_surface by Eric Engestrom · 4 years ago
  10. f280c00 egl: Factor out dri2_add_pbuffer_configs_for_visuals {device,surfaceless}. by Mathias Fröhlich · 4 years, 5 months ago
  11. d32c458 egl: Fix A2RGB10 platform_{device,surfaceless} PBuffer configs. by Mathias Fröhlich · 4 years, 6 months ago
  12. c7617d8 egl: Implement getImage/putImage on pbuffer swrast. by Mathias Fröhlich · 4 years, 7 months ago
  13. 4ef2c53 Revert "egl: Configs w/o double buffering support have no `EGL_WINDOW_BIT`." by Hal Gentz · 4 years, 9 months ago
  14. 075a96a egl: Configs w/o double buffering support have no `EGL_WINDOW_BIT`. by Hal Gentz · 4 years, 10 months ago
  15. 3746ee9 surfaceless: Support EGL_WL_bind_wayland_display by Adam Jackson · 4 years, 10 months ago
  16. 55a1b58 egl/surfaceless: Add FP16 format support by Adam Jackson · 4 years, 11 months ago
  17. 9acb94b egl: Enable 10bpc EGLConfigs for platform_{device,surfaceless} by Adam Jackson · 4 years, 11 months ago
  18. 7b4ed2b egl: Convert configs to use shifts and sizes instead of masks by Kevin Strasser · 5 years ago
  19. 86ae3c2 surfaceless: Fix swrast-path segfault when loader doesn't know driver name. by Eric Anholt · 5 years ago
  20. 6a8d39dc surfaceless: Fix swrast path. by Eric Anholt · 5 years ago
  21. b4345da egl/android: Delete set_damage_region from egl dri vtbl by Harish Krupo · 5 years ago
  22. a7ecf78 egl: Let the caller of dri2_create_drawable decide about loaderPrivate. by Mathias Fröhlich · 5 years ago
  23. 2282ec0 egl/dri: flesh out and use dri2_create_drawable() by Emil Velikov · 5 years ago
  24. 04ecda3 egl: store the native surface pointer in struct _egl_surface by Paulo Zanoni · 5 years ago
  25. 610758d egl/sl: also allow virtgpu to fallback to kms_swrast by Gurchetan Singh · 5 years ago
  26. 7ad1a05 egl/sl: use kms_swrast with vgem instead of a random GPU by Emil Velikov · 5 years ago
  27. 218c7b5 egl/sl: use drmDevice API to enumerate available devices by Emil Velikov · 5 years ago
  28. 893421f egl/sl: split out swrast probe into separate function by Emil Velikov · 5 years ago
  29. 54fa5ec egl: use coherent variable names by Eric Engestrom · 5 years ago
  30. 2bc1f5c egl: Move loader_set_logger() up to egl_dri2.c. by Eric Anholt · 6 years ago
  31. 0099270 egl: set the EGLDevice when creating a display by Emil Velikov · 6 years ago
  32. 8030741 egl/surfaceless: remove eglSwap* stubs by Emil Velikov · 6 years ago
  33. f94681b egl/surfaceless: Allow DRMless fallback. by David Riley · 6 years ago
  34. b169b84 egl/surfaceless: Define DRI_SWRastLoader extension when using swrast. by David Riley · 6 years ago
  35. affe63b egl: add EGL_BAD_MATCH error case for surfaceless and android by Tapani Pälli · 6 years ago
  36. 81cea66 egl: rename LIBGL_ALWAYS_SOFTWARE variable from UseFallback to ForceSoftware by Eric Engestrom · 7 years ago
  37. 47273d7 egl: set UseFallback if LIBGL_ALWAYS_SOFTWARE is set by Eric Engestrom · 7 years ago
  38. 9d9a46d egl/surfaceless: Use KMS swrast fallback by Gurchetan Singh · 7 years ago
  39. 540c804 egl/surfaceless: add probe device helper function by Gurchetan Singh · 7 years ago
  40. 23a09b4 egl/dri2: Implement swapInterval fallback in a conformant way (v2) by Tomasz Figa · 7 years ago
  41. e013ce8 egl: Allow creation of per surface out fence by Zhongmin Wu · 7 years ago
  42. 8c9df0d Revert "egl: Allow creation of per surface out fence" by Mark Janes · 7 years ago
  43. 13c23b1 egl: Allow creation of per surface out fence by Zhongmin Wu · 7 years ago
  44. ffbf50b egl: Rename 'count' in ${platform}_add_configs_for_visuals (v2) by Chad Versace · 7 years ago
  45. 927625c egl/surfaceless: Move loop vars inside the loop by Chad Versace · 7 years ago
  46. c87f737 egl: properly count configs by Eric Engestrom · 7 years ago
  47. 9827547 egl/android: support for EGL_KHR_partial_update by Harish Krupo · 7 years ago
  48. d6ecd16 egl/surfaceless: use the image_driver for image_loader by Emil Velikov · 7 years ago
  49. 79d1fb9 egl: annotate dri2_egl_display_vtbl as const data by Emil Velikov · 7 years ago
  50. 2c341f2 egl: refactor dri2_create_screen() into three separate functions by Emil Velikov · 7 years ago
  51. c8d366b egl/surfaceless: make use of the dri2_display_destroy() helper by Emil Velikov · 7 years ago
  52. 868ae3e egl/dri2: Unify the style of function pointer calls in structs by Boyan Ding · 9 years ago
  53. bf384a2 egl/surfaceless: remove duplicate KHR_image_base enablement by Emil Velikov · 8 years ago
  54. 52a6483 egl/surfaceless: Fix segfault in eglSwapBuffers by Chad Versace · 8 years ago
  55. af7abc5 loader: remove loader_get_driver_for_fd() driver_type by Emil Velikov · 8 years ago
  56. 07422bf egl/surfaceless: Fix comparison between pointer and integer by Chad Versace · 8 years ago
  57. d19b014 egl/surfaceless: use correct index when accesing the visual by Emil Velikov · 8 years ago
  58. 4b8a558 egl/surfaceless: tweak surfaceless_add_configs_for_visuals() by Emil Velikov · 8 years ago
  59. 23ed073 egl/surfaceless: print out a message on zero configs for given format by Emil Velikov · 8 years ago
  60. f871946 egl/dri2: rework dri2_egl_display::extensions storage by Emil Velikov · 8 years ago
  61. 31ef5d4 egl/surfaceless: trivial coding style fixes by Emil Velikov · 8 years ago
  62. d0155bc egl/surfaceless: don't check the mask(s) prior to calling dri2_add_config by Emil Velikov · 8 years ago
  63. ff700f8 egl/surfaceless: remove unused dri2_loader_extension implementation by Emil Velikov · 8 years ago
  64. 6a8fe32 egl/android: don't populate dri2_dpy->dri2_loader_extension by Emil Velikov · 8 years ago
  65. 8fb9ea4 egl/dri2: move surface refcounting out of the platform code by Emil Velikov · 8 years ago
  66. 0e67d86 egl/surfaceless: Set disp->DriverData to NULL on error by Nicolas Boichat · 8 years ago
  67. 63c5d5c Added pbuffer hooks for surfaceless platform by Gurchetan Singh · 8 years ago
  68. de743a0 egl: Remove every double semi-colon by Jakob Sinclair · 8 years ago
  69. 4f8f790 egl: Use the loader_open_device() helper to do open with CLOEXEC by Derek Foreman · 9 years ago
  70. 6b8accb egl/dri2: implement platform_surfaceless by Haixia Shi · 9 years ago