1. 03dae29 add wayland cflags when building wayland-egl by Juan Zhao · 13 years ago
  2. 8b90205 automake: src/egl/wayland by Benjamin Franzke · 13 years ago
  3. 027ce0c Revert "Always build shared glapi" by Matt Turner · 13 years ago
  4. a208468 gbm: install libgbm.so into lib by Matt Turner · 13 years ago
  5. 90e2568 egl,gbm_gallium: Fix linkage against gbm from automake by Benjamin Franzke · 13 years ago
  6. adefee5 Always build shared glapi by Matt Turner · 13 years ago
  7. 58dc1b2 wayland-drm: Drop the non-premul formats, use format codes from drm_fourcc.h by Kristian Høgsberg · 13 years ago
  8. 513d1fe egl_dri2: Put the _eglError call in the case switch case by Kristian Høgsberg · 13 years ago
  9. 670f182 egl_dri2/wayland: handle creating xrgb8888 images by Robert Bragg · 13 years ago
  10. 636f2fc egl/x11: Merge the right version of Frederiks change by Kristian Høgsberg · 13 years ago
  11. 352c889 egl_dri2/x11: Add support for the DRI2 SwapBuffers request by Fredrik Höglund · 13 years ago
  12. 655f2c1 egl_dri2/x11: Add support for eglSwapInterval by Fredrik Höglund · 13 years ago
  13. eb7d1b9 egl_dri2/x11: error check coordinates in eglPostSubBufferNV by Chia-I Wu · 13 years ago
  14. 71b8fc9 egl_dri2/x11: Add support for EGL_NV_post_sub_buffer by Fredrik Höglund · 13 years ago
  15. 7d46b45 egl: add EGL_NV_post_sub_buffer by Fredrik Höglund · 13 years ago
  16. f63e129 egl: KHR_reusable_sync entrypoints are missing from eglGetProcAddress by Chia-I Wu · 13 years ago
  17. f957cac egl: remove #ifdef's for official extensions by Chia-I Wu · 13 years ago
  18. ed1ff2a egl: remove EGL_ANDROID_swap_rectangle by Chia-I Wu · 13 years ago
  19. 2a58453 egl_dri2: Fix some valgrind reported leaks by Benjamin Franzke · 13 years ago
  20. b7a69cb egl_glx: fix eglDestroyContext by Chia-I Wu · 13 years ago
  21. 6baa5f1 egl_glx: Try first a default lookup for glXGetProcAddress before loading dynamic lib. by Beren Minor · 13 years ago
  22. 496f68b android: bring in i915_dri and i965_dri automatically by Chia-I Wu · 13 years ago
  23. 4d3d6f7 android: move libGLES_mesa build rules to src/egl/main/. by Chia-I Wu · 13 years ago
  24. 75cc24c android: add support for ICS by Chia-I Wu · 13 years ago
  25. 2e15f0c egl: silence unused var warning by Brian Paul · 13 years ago
  26. 3db309a configure: replace pkg-config calls with $(PKG_CONFIG) in the makefiles. by Stéphane Marchesin · 13 years ago
  27. 5eca416 egl: add null platform by Chia-I Wu · 13 years ago
  28. 75eb92f egl_glx.c: use unsigned instead of uint by Matt Turner · 13 years ago
  29. 0763b97 wayland: Flush before blocking in swapbuffers. by Jørgen Lind · 13 years ago
  30. 48eb1fe egl_dri2: add support for RGBA_8888 android native buffer by Chia-I Wu · 13 years ago
  31. 1cf808c Define INLINE macro in terms of inline. by José Fonseca · 13 years ago
  32. 6433291 wayland: Use wl_resource_* error functions by Kristian Høgsberg · 13 years ago
  33. 11f6466 egl_dri2: Destroy callback in release_pending_buffer by Benjamin Franzke · 13 years ago
  34. 59884b9 wayland-drm: Fix compilation with wayland master by Benjamin Franzke · 13 years ago
  35. 7b1d94e wayland: Track changes to drop wl_visual by Kristian Høgsberg · 13 years ago
  36. 447bb45 egl_dri2: Only clear EGL_PIXMAP_BIT if DRI config is double buffered by Kristian Høgsberg · 13 years ago
  37. c661ecc wayland: Track server side wayland changes by Kristian Høgsberg · 13 years ago
  38. 6602bda wayland: Use new wl_callback mechanism by Kristian Høgsberg · 13 years ago
  39. f811c1e egl_dri2: Drop dri2_surface_type enum by Benjamin Franzke · 13 years ago
  40. 93d5963 egl_dri2: add pbuffer support to platform_android by Chia-I Wu · 13 years ago
  41. c8e18f8 egl_dri2: check the surface type in platform_android by Chia-I Wu · 13 years ago
  42. 384f228 egl_dri2: refactor droid_get_buffers_with_format by Chia-I Wu · 13 years ago
  43. 357d3f3 egl_dri2: set ctx->WindowRenderBuffer by Chia-I Wu · 13 years ago
  44. efb4872 egl: Use gbm/wayland flags regardless of egl_dri2 by Benjamin Franzke · 13 years ago
  45. 099faee android: add support for egl_dri2 by Chia-I Wu · 13 years ago
  46. 9779f6f egl_dri2: add support for Android by Chia-I Wu · 13 years ago
  47. 58911b8 egl_dri2: allow RGBA masks to be specified for matching by Chia-I Wu · 13 years ago
  48. 2a77dc0 android: build core EGL by Chia-I Wu · 13 years ago
  49. 00b365b egl: add Android-specific extensions by Chia-I Wu · 14 years ago
  50. b0945c1 egl: add _EGL_PLATFORM_ANDROID by Chia-I Wu · 14 years ago
  51. 61d2dfb egl: Add include paths for platform autodetection by Benjamin Franzke · 13 years ago
  52. 8c40940 dri2: Add __DRI_BUFFER_COUNT token by Benjamin Franzke · 13 years ago
  53. 2e71c7d egl: Log (debug) native platform type by Benjamin Franzke · 13 years ago
  54. 85fe948 egl: Native Display autodetection by Benjamin Franzke · 13 years ago
  55. f5e757e Destroy context in dri2/glx driver when apps call eglDestroyContext by Cooper Yuan · 13 years ago
  56. 32f4cf3 egl/gbm: Fix EGL_DEFAULT_DISPLAY by Benjamin Franzke · 13 years ago
  57. d6a9564 egl: EGL_MATCH_NATIVE_NATIVE_PIXMAP cannot be EGL_DONT_CARE by Chia-I Wu · 13 years ago
  58. a5ab469 egl: make pixmaps and pbuffers EGL_BUFFER_PRESERVED by Chia-I Wu · 13 years ago
  59. 79dcfb2 wayland-drm: Add copyright notice to protocol by Benjamin Franzke · 13 years ago
  60. 5fe54df Rename swrastg_dri to swrast_dri by Marek Olšák · 13 years ago
  61. f747d03 Fixes for leaks reported by cppcheck. by Völgyes Dávid · 13 years ago
  62. b2d6375 egl_dri2: Fix compilation if udev devel files are not installed by Benjamin Franzke · 13 years ago
  63. f2001df egl: add copyright notices by Chia-I Wu · 13 years ago
  64. c250363 egl: fix a compiler warning by Chia-I Wu · 13 years ago
  65. 992680c egl: Fix Terminate with shared gbm screens by Benjamin Franzke · 13 years ago
  66. 8ea5330 egl: fix EGL_MATCH_NATIVE_PIXMAP by Chia-I Wu · 13 years ago
  67. 3152054 egl: make implementing eglChooseConfig easier by Chia-I Wu · 13 years ago
  68. 629c15a egl_dri2: Build drm platform only if enabled by Benjamin Franzke · 13 years ago
  69. e5fc4c8 egl_dri2: Hookup gbm as drm platform by Benjamin Franzke · 13 years ago
  70. 0cb356d egl_dri2/wayland: Hook up new buffer.release event by Benjamin Franzke · 13 years ago
  71. 16a04e0 wayland: Pass use_invalidate extension to driver by Kristian Høgsberg · 13 years ago
  72. 80636ff egl_dri2/x11: Check availability of the dri2 extension by Benjamin Franzke · 13 years ago
  73. 982cb36 wayland-drm: remove depend on "make clean" by Chia-I Wu · 13 years ago
  74. 77e031a egl_dri2: try swrastg_dri if swrast_dri fails by Chia-I Wu · 13 years ago
  75. cf69eea egl_dri2: add dri2_load_driver_swrast by Chia-I Wu · 13 years ago
  76. 16e3027 egl_dri2: Compare configs before matching them by Benjamin Franzke · 13 years ago
  77. b8325fd egl_dri2/wayland: Add support for EGL_DEFAULT_DISPLAY by Benjamin Franzke · 13 years ago
  78. ac3c2c8 egl_dri2: Add missing header by Benjamin Franzke · 13 years ago
  79. 3b11d67 egl_dri2: Add missing license by Benjamin Franzke · 13 years ago
  80. ec2b08d egl_dri2: Use libudev only if available by Benjamin Franzke · 13 years ago
  81. 7f881c4 egl_dri2: Use external driver pci list by Benjamin Franzke · 13 years ago
  82. 089aa31 wayland-drm: Check visual for being NULL by Benjamin Franzke · 13 years ago
  83. aa87a93 egl_dri2: Fix usage of bool values by Benjamin Franzke · 13 years ago
  84. 5bf6cc9 wayland-egl: Remove left-over headers and struct by Benjamin Franzke · 13 years ago
  85. c44dad5 egl_dri2: add new cayman pci ids by Alex Deucher · 13 years ago
  86. 339544f wayland-drm: Use new generic error event by Kristian Høgsberg · 13 years ago
  87. bfaa458 wayland: Fix link order for libwayland-drm.a by Kristian Høgsberg · 13 years ago
  88. b2c1f8f egl: Recognize Ivybridge PCI IDs. by Kenneth Graunke · 13 years ago
  89. b8033a5 egl: Compile wayland-drm.a into libEGL independent of egl_dri2 by Benjamin Franzke · 13 years ago
  90. 83c6875 egl_dri2: Discard similar configs by Benjamin Franzke · 13 years ago
  91. 93aea63 egl_dri2: Make it possible to not compile in the X11 platform by Kristian Høgsberg · 13 years ago
  92. 5de2c67 egl/dri2: Avoid unused static functions. by José Fonseca · 13 years ago
  93. 4a47d6d egl/dri2: Prevent uninitialized variable dereference. by José Fonseca · 13 years ago
  94. 6c26072 egl/dri2: Fix const pointer duplication, prevent unitialized variable dereference. by José Fonseca · 13 years ago
  95. 6a66189 egl: Fix int <-> ptr casts. by José Fonseca · 13 years ago
  96. 6bb2309 egl/wayland: Follow wl_resource_destroy changes by Benjamin Franzke · 13 years ago
  97. 8c3226b Add pci id for FirePro 2270 by Kostas Georgiou · 13 years ago
  98. 2c3232d egl_dri2: add new radeon pci ids by Alex Deucher · 13 years ago
  99. e5169e9 egl: Add a cursor use bit to MESA_drm_image by Kristian Høgsberg · 13 years ago
  100. 834b841 egl/wayland-drm: Generalize interface by Benjamin Franzke · 13 years ago