357 次程式碼提交 (fbc3722696790857f4adc936190406e74dffd969)

作者 SHA1 備註 提交日期
  Chia-I Wu 0a82fadcdd egl: Make _eglBindContextToSurfaces more readable. 15 年之前
  Chia-I Wu 551bfe7a09 egl: Always return the previously bound context. 15 年之前
  Ian Romanick 016fc30839 Remove support for GCC older than 3.3.0 15 年之前
  Kristian Høgsberg 4007342584 egl_dri2: Factor out DRI2 protocol bits from initialize. 15 年之前
  Kristian Høgsberg 557c20b309 egl_dri2: Implement EGL_KHR_gl_renderbuffer_image 15 年之前
  Kristian Høgsberg f4e7d1b1e5 egl_dri2: Implement EGL_KHR_image and EGL_KHR_image_pixmap 15 年之前
  Chia-I Wu 7d1237bc71 egl: Remove unused _EGL_SKIP_HANDLE_CHECK. 15 年之前
  Kristian Høgsberg 32f2fd1c5d Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versions 15 年之前
  Chia-I Wu 496724b869 egl: Silence warnings when compiled with -pedantic. 15 年之前
  Chia-I Wu bef4b476d7 egl: Silence warnings in check/return macros. 15 年之前
  Chia-I Wu 4afe24808e egl: Revisit global data locking. 15 年之前
  Chia-I Wu 655f465467 egl: Always lock a display before using it. 15 年之前
  Chia-I Wu db5ce8b384 egl: Make eglGetDisplay atomic. 15 年之前
  Chia-I Wu 99bcb1f06d egl: Add a mutex to _EGLDisplay. 15 年之前
  Chia-I Wu b3bb180620 egl: eglGetError should return the status of the last call. 15 年之前
  Chia-I Wu 3dee01a692 egl: Always record error code. 15 年之前
  Chia-I Wu aed7358e54 egl: Use new error checking macros. 15 年之前
  Chia-I Wu f3e03e1277 egl: Add new error checking macros. 15 年之前
  Kristian Høgsberg c19dab7c59 egl_dri2: Only allocate config if we're going to keep it 15 年之前
  Kristian Høgsberg c3c1a7e1d9 egl_dri2: Initialize config attributes with visual id and class from X 15 年之前
  Kristian Høgsberg 360faf80ca egl_dri2: Allow pbuffer and pixmap surfaces for all configs 15 年之前
  Kristian Høgsberg bba5a98dfd egl_dri2: Implement eglBindTexImage() 15 年之前
  Kristian Høgsberg 8c593d3ea9 egl_dri2: Use a helper function for looking up and binding extensions 15 年之前
  Kristian Høgsberg 538539d879 egl_dri2: Fix initialization with EGL_DEFAULT_DISPLAY 15 年之前
  Kristian Høgsberg 077bc2fda2 egl_dri2: Use pkg-config cflags and libs from configure output 15 年之前
  Kristian Høgsberg 832f2d3c39 egl_dri2: Log both driver and core extensions 15 年之前
  Kristian Høgsberg 9c94faeff1 egl_dri2: Audit and fix errors paths 15 年之前
  Kristian Høgsberg f27b4fadca egl_dri2: Just cast the pointer difference to an int 15 年之前
  Chia-I Wu 4f47684f75 egl: Add debug messages to config validation and matching. 15 年之前
  Chia-I Wu a37dc17c12 egl: Clean up eglconfig.h. 15 年之前
  Chia-I Wu 5f08eff2a7 egl: Remove egl_xdri. 15 年之前
  Chia-I Wu cb260e1d18 egl: Update the comments to typecast macros. 15 年之前
  Chia-I Wu a35e63382e egl_dri2: Use _EGL_DRIVER_STANDARD_TYPECASTS. 15 年之前
  Chia-I Wu b31255fbfd egl: Clarify IsLinked and IsBound. 15 年之前
  Chia-I Wu fc5ca85a63 egl_dri2: Do not destroy linked resources. 15 年之前
  Chia-I Wu 7e7c1ba40b egl_dri2: Fix a snprintf warning. 15 年之前
  Chia-I Wu 8d411c9a12 egl_dri2: Add a debug print for DRI2 extensions. 15 年之前
  Kristian Høgsberg c6e830c393 egl: Implement eglCopyBuffers for DRI2, make pixmap and pbuffers actually work 15 年之前
  Kristian Høgsberg 42fa009e64 egl: Add driver for EGL on X with DRI2 15 年之前
  Chia-I Wu 9a3de505dc egl: Convert drivers to use typecast macros. 15 年之前
  Chia-I Wu bdb9e202de egl: Add macros to define typecast functions. 15 年之前
  Igor Oliveira 88af76ce94 egl: fix wrong argument. Use loader_data instead of loader 15 年之前
  Chia-I Wu 0d089cbb48 egl: Rename _eglPreloadForEach callbacks. 15 年之前
  Chia-I Wu 8e6a964411 egl: Fix a potential segfault in driver suffix matching. 15 年之前
  Chia-I Wu 2287f4c52a egl: Remove unnecessary #ifdef's. 15 年之前
  Chia-I Wu 6fd8b6a9e2 egl: Ignore certain environment variables when setuid/setgid. 15 年之前
  Chia-I Wu 5d8646c41f egl: Add EGL_DRIVERS_PATH environment variable. 15 年之前
  Vinson Lee 19af9ea792 egl: Remove unnecessary headers. 15 年之前
  Chia-I Wu eb961f81d5 egl: Clean up surface attributes. 15 年之前
  Chia-I Wu 0135e5d6c8 egl: Add support for more EGLImage extensions to EGL core. 15 年之前