summaryrefslogtreecommitdiff
path: root/src/egl/main/eglapi.c
AgeCommit message (Expand)Author
2010-06-23egl: Add support for EGL_MESA_drm_display.Chia-I Wu
2010-06-23egl: Introduce platform displays internally.Chia-I Wu
2010-05-31egl: Use SConscript for Windows build.Chia-I Wu
2010-05-14egl: Silence uninitialized variable warnings.Vinson Lee
2010-05-13egl: Implement EGL_NOK_swap_regionKristian Høgsberg
2010-05-13egl: Allow a prioritized list of default driversKristian Høgsberg
2010-02-19egl: Silence warnings in check/return macros.Chia-I Wu
2010-02-17egl: Always lock a display before using it.Chia-I Wu
2010-02-17egl: Make eglGetDisplay atomic.Chia-I Wu
2010-02-17egl: eglGetError should return the status of the last call.Chia-I Wu
2010-02-17egl: Use new error checking macros.Chia-I Wu
2010-02-17egl: Add new error checking macros.Chia-I Wu
2010-01-30egl: Clean up header inclusions.Chia-I Wu
2010-01-28egl: Correctly unbind contexts in eglReleaseThread.Chia-I Wu
2010-01-28egl: eglMakeCurrent should accept an uninitialized display.Chia-I Wu
2010-01-28egl: Use a boolean to indicate whether a display is initialized.Chia-I Wu
2010-01-26egl: Remove _eglOpenDriver and _eglCloseDriver.Chia-I Wu
2010-01-26egl: Remove _eglGetCurrentSurface and _eglGetCurrentDisplay.Chia-I Wu
2010-01-26egl: Fix leaks in eglReleaseThread.Chia-I Wu
2010-01-25egl: Native types are renamed in EGL 1.3.Chia-I Wu
2010-01-25egl: Add support for EGL_KHR_image.Chia-I Wu
2010-01-25egl: Update headers.Chia-I Wu
2010-01-24egl: Make surfaces and contexts resources.Chia-I Wu
2010-01-20egl: Use _eglPreloadDrivers.Chia-I Wu
2010-01-12egl: Add _EGLDriver as the first argument to GetProcAddress.Chia-I Wu
2009-10-15egl: Rework the synchronization primitives.Chia-I Wu
2009-10-15egl: Rework eglSwapInterval.Chia-I Wu
2009-10-15egl: Rework error checking in eglSwapBuffers.Chia-I Wu
2009-10-15egl: Update comments about eglapi.c.Chia-I Wu
2009-10-15egl: Rework error checking in eglGetCurrentSurface.Chia-I Wu
2009-10-13egl: Allow binding to any client API.Chia-I Wu
2009-10-13egl: Preload a driver if eglGetProcAddress is called early.Chia-I Wu
2009-10-13egl: Remove core functions from eglGetProcAddress.Chia-I Wu
2009-08-18egl: _eglCloseDriver should be no-op.Chia-I Wu
2009-08-18egl: Some per-driver data should be per-display.Chia-I Wu
2009-08-18egl: Change the way drivers are loaded.Chia-I Wu
2009-08-18egl: Overhaul driver API.Chia-I Wu
2009-08-11egl: Make _eglGlobal initialize statically.Chia-I Wu
2009-07-17egl: Return the same EGL Display for the same native display.Chia-I Wu
2009-07-17egl: Add funtions to link contexts and surfaces to displays.Chia-I Wu
2009-07-17egl: Extend per-thread info for multiple current contexts.Chia-I Wu
2009-07-17egl: Support per-thread info.Chia-I Wu
2008-08-06egl: fix version handlingJonathan White
2008-05-30egl: new eglGetProcAddress() codeBrian Paul
2008-05-30egl: clean-up re-org of the client API stateBrian Paul
2008-05-29egl: added Name field to _EGLDriver so a driver name string can propogate up ...Brian Paul
2008-05-28egl: make sure EGL_VERSION_STRING query returns same version as eglInitialize()Brian Paul
2008-05-28egl: added args string to _eglMain()Brian Paul
2008-05-27minor overhaul/re-org of driver selection/loading codeBrian Paul
2008-05-27added _eglGet*Handle() functionsBrian Paul