1. e7d8f92 egl: Fix EGL_VERSION string. by Chia-I Wu · 14 years ago
  2. 36a59b2 egl: Fix an assertion in _eglUpdateAPIsString. by Chia-I Wu · 14 years ago
  3. ca31c59 egl: need stdio.h for non-Windows build too to avoid compiler warning by Brian Paul · 14 years ago
  4. a22a332 egl: Improve driver selection. by Chia-I Wu · 14 years ago
  5. 655e459 egl: Simplify driver matching. by Chia-I Wu · 14 years ago
  6. a4a38dc egl: Cleanup _EGLDisplay initialization. by Chia-I Wu · 14 years ago
  7. 1e4f412 egl: When EGL_DRIVER is set, do not add other drivers. by Chia-I Wu · 14 years ago
  8. 4924cb9 egl: libEGL depends on LOCAL_LIBS. by Chia-I Wu · 14 years ago
  9. 39812c4 egl_dri2: Fix eglGetProcAddress. by Chia-I Wu · 14 years ago
  10. a8b6b65 scons: Updates for targets/egl-static. by Chia-I Wu · 14 years ago
  11. 49ed5bb targets/egl-static: New EGL target for scons. by Chia-I Wu · 14 years ago
  12. c98ea26 egl: Make egl_dri2 and egl_glx built-in drivers. by Chia-I Wu · 14 years ago
  13. 15f0223 egl_glx: Load libGL dynamically. by Chia-I Wu · 14 years ago
  14. fef5d14 egl_dri2: Look up _glapi_get_proc_address dynamically. by Chia-I Wu · 14 years ago
  15. e59fa4c dri2: release texture image. by Juan Zhao · 14 years ago
  16. e227f4b egl: add missing case in _eglError() by Brian Paul · 14 years ago
  17. d6b1478 egl: Do not unload drivers. by Chia-I Wu · 14 years ago
  18. 5ae4b66 egl: _eglFilterArray should not allocate. by Chia-I Wu · 14 years ago
  19. 1f4c551 egl_dri2: Fix one context, multiple surfaces. by Chia-I Wu · 14 years ago
  20. 7789170 egl_dri2: Add missing intel chip ids. by Robert Hooker · 14 years ago
  21. aa139a1 egl_dri2: Fix __DRI_DRI2 version 1 support. by Chia-I Wu · 14 years ago
  22. 675aec8 egl: Add an include for size_t by Thomas Hellstrom · 14 years ago
  23. 4990b77 egl_dri2: Add radeon chip ids by Alex Deucher · 14 years ago
  24. 04ae53c st/egl: Add support for EGL_MATCH_NATIVE_PIXMAP. by Chia-I Wu · 14 years ago
  25. c9186bd egl: Set up the pthread key even TLS is used. by Chia-I Wu · 14 years ago
  26. ad00a92 egl: Rework _eglGetSearchPath. by Chia-I Wu · 14 years ago
  27. 601498a scons: Revamp how to specify targets to build. by José Fonseca · 14 years ago
  28. 1b92eb1 egl: Remove unnecessary headers. by Vinson Lee · 14 years ago
  29. 547e761 egl_dri2: Fix a typo that make glFlush be called at wrong time. by Chia-I Wu · 14 years ago
  30. 70f60c9 Ensure -L$(TOP)/$(LIB_DIR) appears in link line before any -L in $LDFLAGS by Jon TURNEY · 14 years ago
  31. 0d43cbe egl: Fix a false negative check in _eglCheckMakeCurrent. by Chia-I Wu · 14 years ago
  32. d19afc5 egl: Use reference counting to replace IsLinked or IsBound. by Chia-I Wu · 14 years ago
  33. dc4f845 egl: Add reference count for resources. by Chia-I Wu · 14 years ago
  34. e32ac5b egl: Fix _eglModeLookup. by Chia-I Wu · 14 years ago
  35. 37213ce egl: Minor changes to the _EGLScreen interface. by Chia-I Wu · 14 years ago
  36. 8a6bdf3 egl: Minor changes to the _EGLConfig interface. by Chia-I Wu · 14 years ago
  37. 4ce33ec egl: Drop dpy argument from the link functions. by Chia-I Wu · 14 years ago
  38. 2532850 egl: Move fallback routines to eglfallbacks.c. by Chia-I Wu · 14 years ago
  39. 5664a98 egl: Parse image attributes with _eglParseImageAttribList. by Chia-I Wu · 14 years ago
  40. 713c873 egl: Move attributes in _EGLImage to _EGLImageAttribs. by Chia-I Wu · 14 years ago
  41. ecca557 egl_glx: Fix borken driver. by Chia-I Wu · 14 years ago
  42. 0ed96ef egl_glx: Drop the use of [SG]ET_CONFIG_ATTRIB. by Chia-I Wu · 14 years ago
  43. b67f729 egl_dri2: Drop the use of _egl[SG]etConfigKey. by Chia-I Wu · 14 years ago
  44. 3fa2188 egl: Access config attributes directly. by Chia-I Wu · 14 years ago
  45. 282e514 egl: Use attribute names as the _EGLConfig member names. by Chia-I Wu · 14 years ago
  46. 3b7b1db egl: remove duplicated include by Nicolas Kaiser · 14 years ago
  47. 6b2f156 egl: Check extensions. by Chia-I Wu · 14 years ago
  48. e4bd50c egl: Fix several 'comparison between signed and unsigned integer' warnings by Ian Romanick · 14 years ago
  49. 66c9ac7 egl_glx: Silence piles of 'unused variable' warnings by Ian Romanick · 14 years ago
  50. 137fce2 EGL DRI2: Silence 'missing initializer' warnings by Ian Romanick · 14 years ago
  51. eade946 EGL DRI2: Silence piles of 'unused variable' warnings by Ian Romanick · 14 years ago
  52. 17eace5 dri: Pass the __DRIscreen and the __DRIscreen private back to image lookup by Kristian Høgsberg · 14 years ago
  53. 9ec0b2a dri2: Make createImageFromName() take a __DRIscreen instead of __DRIcontext by Kristian Høgsberg · 14 years ago
  54. e7424d7 st/egl: Rename kms backend to drm. by Chia-I Wu · 14 years ago
  55. e7eff0c EGL DRI2: 0xa011 is Pineview not Ironlake by Jesse Barnes · 14 years ago
  56. c121608 EGL DRI2: add PCI ID for Ironlake mobile by Jesse Barnes · 14 years ago
  57. ea9e5db egl: Simplify _eglBindContext. by Chia-I Wu · 14 years ago
  58. 6eda3f3 eglglx: Convert glx visuals/fbconfigs straight to EGL configs by Kristian Høgsberg · 14 years ago
  59. 01a7eeb egl: Remove old egldri driver by Kristian Høgsberg · 14 years ago
  60. 916c8ed egl: Use _EGL_CHECK_DISPLAY in eglCreateContext. by Chia-I Wu · 14 years ago
  61. 08a482e egl: Display may be NULL in _eglLookup*. by Chia-I Wu · 14 years ago
  62. 8cdeff8 egl: Mark EGL_MESA_screen_surface as obsolete. by Chia-I Wu · 14 years ago
  63. 5aaa53e egl_dri2: Add support for MESA_image_drm by Kristian Høgsberg · 14 years ago
  64. b7a8893 egl: Add EGL_MESA_drm_image extension by Kristian Høgsberg · 14 years ago
  65. 5eb3359 egl: Fix context API check and be verbose. by Chia-I Wu · 14 years ago
  66. ce2cae4 egl: Add egl.def for win32 build. by Chia-I Wu · 14 years ago
  67. f508c0c egl: Allow core functions to be queried. by Chia-I Wu · 14 years ago
  68. ce29e86 st/egl: Fix win32 build. by Chia-I Wu · 14 years ago
  69. 2b2c5c4 egl: Add support for EGL_KHR_fence_sync. by Chia-I Wu · 14 years ago
  70. 4eebea7 egl: Add support for EGL_KHR_reusable_sync. by Chia-I Wu · 14 years ago
  71. db71bdc egl: Fix '_eglAddAtExitCall' implicit declaration warning. by Vinson Lee · 14 years ago
  72. 6c7e0b9 egl: Add checks for EGL_MESA_screen_surface. by Chia-I Wu · 14 years ago
  73. e8a7246 egl_dri2: Set API version for DRM display by Kristian Høgsberg · 14 years ago
  74. 2c343af egl: Fix deref before NULL-check by Kristian Høgsberg · 14 years ago
  75. efd4a8c egl_dri2: Implement EGL_KHR_surfaceless_* extensions by Kristian Høgsberg · 14 years ago
  76. b90a3e7 egl: EGL_KHR_surfaceless_* extensions by Kristian Høgsberg · 14 years ago
  77. d7284b4 egl: Return the correct array size in _eglFlattenArray. by Chia-I Wu · 14 years ago
  78. 2168b87 egl_dri2: Support _EGL_PLATFORM_DRM by Kristian Høgsberg · 14 years ago
  79. ff318c4 egl: Remove unnecessary headers. by Vinson Lee · 14 years ago
  80. f2aa361 egl: Rework driver loading. by Chia-I Wu · 14 years ago
  81. c43ab4f egl: Always use EGLAPIENTRY in api function prototypes by nobled · 14 years ago
  82. a8815b7 egl: Update MaxSize when a dynamic array is grown. by Chia-I Wu · 14 years ago
  83. 98ebc81 egl: Make _eglUnloadDrivers no-op on Windows. by Chia-I Wu · 14 years ago
  84. 8b0c6c4 egl: Store screens in a dynamic array. by Chia-I Wu · 14 years ago
  85. 6717a31 egl: Store configs in a dynamic array. by Chia-I Wu · 14 years ago
  86. 1064667 egl: Add dynamic array. by Chia-I Wu · 14 years ago
  87. 4cb8534 egl: Remove st/egl probe code. by Chia-I Wu · 14 years ago
  88. afcea9b egl: Do not call drv->Initialize with global mutex locked. by Chia-I Wu · 14 years ago
  89. a81ef14 st/egl: Build a single EGL driver. by Chia-I Wu · 14 years ago
  90. ea05299 st/egl: One driver per hardware. by Chia-I Wu · 14 years ago
  91. 78d70dd egl: Add support for EGL_MESA_drm_display. by Chia-I Wu · 14 years ago
  92. f22665d egl: Introduce platform displays internally. by Chia-I Wu · 14 years ago
  93. da39d5d egl: s/EGL_DISPLAY/EGL_PLATFORM/. by Chia-I Wu · 14 years ago
  94. 6f690ca egl: s/_EGL_PLATFORM/_EGL_OS/ and s/POSIX/UNIX/. by Chia-I Wu · 14 years ago
  95. 1e6c10f egl: Use SConscript for Windows build. by Chia-I Wu · 14 years ago
  96. ba26631 Define PUBLIC to dllexport on MSVC. by Chia-I Wu · 14 years ago
  97. d2cb999 Always define int32_t in compiler headers. by Chia-I Wu · 14 years ago
  98. 0defc25 egl_dri2: Split driver loading out into its own function by Kristian Høgsberg · 14 years ago
  99. c5ddaa2 egl_dri2: Check for xcb_connect() failure the right way by Kristian Høgsberg · 14 years ago
  100. 6e9da8a egl: Return NULL if we fail to load a default driver by Kristian Høgsberg · 14 years ago