| Commit message (Expand) | Author | Age | Files | Lines |
* | egl: implement EGL_KHR_gl_colorspace (v2) | Marek Olšák | 2015-07-22 | 1 | -0/+1 |
* | egl: Add needed extern "C" for C++ access | Alexander von Gluck IV | 2015-05-14 | 1 | -0/+8 |
* | egl/main: no longer export internal function | Emil Velikov | 2015-03-05 | 1 | -3/+3 |
* | egl/main: replace INLINE with inline | Emil Velikov | 2015-03-05 | 1 | -6/+7 |
* | dri_interface: Update __DRItexBufferExtensionRec to version 3 | Emil Velikov | 2014-04-28 | 1 | -0/+3 |
* | s/Tungsten Graphics/VMware/ | José Fonseca | 2014-01-17 | 1 | -1/+1 |
* | egl: add EGL_NV_post_sub_buffer | Fredrik Höglund | 2011-12-20 | 1 | -0/+2 |
* | egl: add copyright notices | Chia-I Wu | 2011-07-02 | 1 | -0/+30 |
* | egl: Use reference counting to replace IsLinked or IsBound. | Chia-I Wu | 2010-10-23 | 1 | -27/+0 |
* | egl: Add reference count for resources. | Chia-I Wu | 2010-10-23 | 1 | -0/+22 |
* | egl: Drop dpy argument from the link functions. | Chia-I Wu | 2010-10-23 | 1 | -3/+3 |
* | egl: Move fallback routines to eglfallbacks.c. | Chia-I Wu | 2010-10-22 | 1 | -38/+0 |
* | egl: Implement EGL_NOK_texture_from_pixmap | Kristian Høgsberg | 2010-05-14 | 1 | -1/+1 |
* | egl: Clarify IsLinked and IsBound. | Chia-I Wu | 2010-02-05 | 1 | -0/+6 |
* | egl: Clean up surface attributes. | Chia-I Wu | 2010-01-31 | 1 | -11/+18 |
* | egl: Initialize display resources with their display. | Chia-I Wu | 2010-01-31 | 1 | -1/+1 |
* | egl: Remove unused VisibleRefCount. | Chia-I Wu | 2010-01-30 | 1 | -3/+0 |
* | egl: Rename Binding to CurrentContext in _EGLSurface. | Chia-I Wu | 2010-01-30 | 1 | -7/+7 |
* | egl: Native types are renamed in EGL 1.3. | Chia-I Wu | 2010-01-25 | 1 | -3/+3 |
* | egl: Make resource void pointer in _eglCheckResource. | Chia-I Wu | 2010-01-25 | 1 | -2/+1 |
* | egl: Make surfaces and contexts resources. | Chia-I Wu | 2010-01-24 | 1 | -29/+27 |
* | egl: Move surface functions in egldisplay.[ch] to eglsurface.[ch] | Chia-I Wu | 2010-01-24 | 1 | -0/+63 |
* | egl: Fix breakage from -fvisibility=hidden. | Chia-I Wu | 2010-01-05 | 1 | -1/+1 |
* | egl: Rework eglSwapInterval. | Chia-I Wu | 2009-10-15 | 1 | -1/+1 |
* | egl: Remove hash table for surfaces. | Chia-I Wu | 2009-08-18 | 1 | -1/+0 |
* | egl: Overhaul driver API. | Chia-I Wu | 2009-08-18 | 1 | -17/+17 |
* | egl: Replace IsBound by a pointer to the binding. | Chia-I Wu | 2009-08-03 | 1 | -4/+15 |
* | egl: Remove redundant DeletePending flag. | Chia-I Wu | 2009-07-17 | 1 | -1/+0 |
* | egl: Use the link functions to manage resources. | Chia-I Wu | 2009-07-17 | 1 | -11/+2 |
* | egl: Add funtions to link contexts and surfaces to displays. | Chia-I Wu | 2009-07-17 | 1 | -9/+5 |
* | egl: Support per-thread info. | Chia-I Wu | 2009-07-17 | 1 | -4/+0 |
* | egl: additional error checking in _eglBind/ReleaseTexImage() | Brian Paul | 2008-09-01 | 1 | -0/+1 |
* | added _eglGet*Handle() functions | Brian Paul | 2008-05-27 | 1 | -0/+4 |
* | some initial EGL 1.2 work | Brian Paul | 2006-01-30 | 1 | -0/+20 |
* | Redo _eglInitSurface() so it can be used with all surface types. | Brian Paul | 2005-11-27 | 1 | -7/+4 |
* | added _eglInitPbufferSurface() | Brian Paul | 2005-05-17 | 1 | -0/+4 |
* | initial EGL code | Brian Paul | 2005-04-22 | 1 | -0/+96 |