1. 8b0c6c4 egl: Store screens in a dynamic array. by Chia-I Wu · 14 years ago
  2. 6717a31 egl: Store configs in a dynamic array. by Chia-I Wu · 14 years ago
  3. ea05299 st/egl: One driver per hardware. by Chia-I Wu · 14 years ago
  4. 78d70dd egl: Add support for EGL_MESA_drm_display. by Chia-I Wu · 14 years ago
  5. f22665d egl: Introduce platform displays internally. by Chia-I Wu · 14 years ago
  6. 5dc0f49 egl: Implement EGL_NOK_texture_from_pixmap by Kristian Høgsberg · 14 years ago
  7. 52c554a egl: Implement EGL_NOK_swap_region by Kristian Høgsberg · 14 years ago
  8. 7d1237b egl: Remove unused _EGL_SKIP_HANDLE_CHECK. by Chia-I Wu · 15 years ago
  9. 496724b egl: Silence warnings when compiled with -pedantic. by Chia-I Wu · 15 years ago
  10. db5ce8b egl: Make eglGetDisplay atomic. by Chia-I Wu · 15 years ago
  11. 99bcb1f egl: Add a mutex to _EGLDisplay. by Chia-I Wu · 15 years ago
  12. eb961f8 egl: Clean up surface attributes. by Chia-I Wu · 15 years ago
  13. 0135e5d egl: Add support for more EGLImage extensions to EGL core. by Chia-I Wu · 15 years ago
  14. 94cb321 egl: Clean up header inclusions. by Chia-I Wu · 15 years ago
  15. a933259 egl: Use a boolean to indicate whether a display is initialized. by Chia-I Wu · 15 years ago
  16. f65ed0a egl: Use a boolean to indicate whether a resource is linked. by Chia-I Wu · 15 years ago
  17. d21ee93 egl: Mark _eglCheckResource as PUBLIC. by Chia-I Wu · 15 years ago
  18. 4aed094 egl: Native types are renamed in EGL 1.3. by Chia-I Wu · 15 years ago
  19. dbb866a egl: Make resource void pointer in _eglCheckResource. by Chia-I Wu · 15 years ago
  20. a1c4a8a egl: Add support for EGL_KHR_image. by Chia-I Wu · 15 years ago
  21. 56b93a2 egl: Remove unused casting functions. by Chia-I Wu · 15 years ago
  22. ecb3b31 egl: Make surfaces and contexts resources. by Chia-I Wu · 15 years ago
  23. 7abf426 egl: Add _EGLResource and _EGLResourceType. by Chia-I Wu · 15 years ago
  24. b4d2c97 egl: Move surface functions in egldisplay.[ch] to eglsurface.[ch] by Chia-I Wu · 15 years ago
  25. 5e66d18 egl: Move context functions in egldisplay.[ch] to eglcontext.[ch]. by Chia-I Wu · 15 years ago
  26. cf22fd5 egl: Improve driver matching. by Chia-I Wu · 15 years ago
  27. f0c2871 egl: Remove unused driver and display functions. by Chia-I Wu · 15 years ago
  28. 897cb89 egl: Fix breakage from -fvisibility=hidden. by Chia-I Wu · 15 years ago
  29. 56822b0 egl: Rework config lookup. by Chia-I Wu · 15 years ago
  30. e1d9787 egl: Remove Xdpy from EGLDisplay. by Chia-I Wu · 15 years ago
  31. 5a459d5 egl: Remove dependency on libX11. by Chia-I Wu · 15 years ago
  32. 408db29 egl: Check for null display in handle checking. by Chia-I Wu · 15 years ago
  33. e484a92 egl: Add back handle checking. by Chia-I Wu · 15 years ago
  34. e3734e4 egl: Make lookup functions static inline. by Chia-I Wu · 15 years ago
  35. 38feefd egl: Remove hash table for displays. by Chia-I Wu · 15 years ago
  36. 7a9f528 egl: Remove hash table for surfaces. by Chia-I Wu · 15 years ago
  37. 5a2c937 egl: Some per-driver data should be per-display. by Chia-I Wu · 15 years ago
  38. 0eaa02c egl: Change the way drivers are loaded. by Chia-I Wu · 15 years ago
  39. 2f2cf46 egl: Overhaul driver API. by Chia-I Wu · 15 years ago
  40. 621801a egl: Make display and surface hash tables local. by Chia-I Wu · 15 years ago
  41. dc516d6 egl: Silence warnings on x86-64. by Chia-Wu · 15 years ago
  42. 15fdbc8 egl: Remove redundant DeletePending flag. by Chia-I Wu · 15 years ago
  43. 3f7e0d5 egl: Destroy display's resources upon termination. by Chia-I Wu · 15 years ago
  44. be9d1ab egl: Return the same EGL Display for the same native display. by Chia-I Wu · 15 years ago
  45. 18457cb egl: Add funtions to link contexts and surfaces to displays. by Chia-I Wu · 15 years ago
  46. 75da80b egl: Support per-thread info. by Chia-I Wu · 15 years ago
  47. 97035cb egl: in _eglAddConfig() just save a pointer to the config; don't copy the config by Brian Paul · 16 years ago
  48. 0c8908c egl: added args string to _eglMain() by Brian Paul · 16 years ago
  49. 6052af1 minor overhaul/re-org of driver selection/loading code by Brian Paul · 16 years ago
  50. 721ba15 added _eglGet*Handle() functions by Brian Paul · 16 years ago
  51. 7012d01 First attempt at getting egl support up on dumb framebuffer. by Jon Smirl · 19 years ago
  52. c22990c sync with latest EGL_MESA_screen_surface spec (EGLScreenMESA handles) by Brian Paul · 19 years ago
  53. adbff7e initial EGL code by Brian Paul · 19 years ago