summaryrefslogtreecommitdiffstats
path: root/src/egl/main/eglcurrent.h
Commit message (Expand)AuthorAgeFilesLines
* egl: Track EGL_KHR_debug state when going through EGL API calls (v3)Kyle Brenneman2016-10-051-0/+22
* egl: Add storage for EGL_KHR_debug's state to EGL objectsKyle Brenneman2016-09-141-0/+8
* EGL: Combine the GL and GLES current contexts (v2)Kyle Brenneman2016-09-071-37/+4
* egl: treat EGL_OPENGL_API as invalid on AndroidEmil Velikov2016-08-301-1/+7
* Revert "egl: Check if API is supported when using eglBindAPI."Marek Olšák2016-06-031-1/+10
* egl: Check if API is supported when using eglBindAPI.Plamena Manolova2016-06-021-10/+1
* egl: Add needed extern "C" for C++ accessAlexander von Gluck IV2015-05-141-0/+8
* egl/main: no longer export internal functionEmil Velikov2015-03-051-4/+4
* egl/main: replace INLINE with inlineEmil Velikov2015-03-051-3/+4
* egl/dri2: Add plumbing for EGL_OPENGL_ES3_BIT_KHRChad Versace2013-01-151-0/+1
* egl: add copyright noticesChia-I Wu2011-07-021-0/+28
* egl: Clean up header inclusions.Chia-I Wu2010-01-301-0/+1
* egl: Remove _eglGetCurrentSurface and _eglGetCurrentDisplay.Chia-I Wu2010-01-261-8/+0
* egl: Add _eglGetAPIContext.Chia-I Wu2010-01-261-0/+4
* egl: Fix breakage from -fvisibility=hidden.Chia-I Wu2010-01-051-5/+5
* egl: Allow binding to any client API.Chia-I Wu2009-10-131-8/+15
* egl: Initialize current thread management on demand.Chia-I Wu2009-08-111-8/+0
* egl: commit missing eglcurrent.[ch] filesBrian Paul2009-07-171-0/+92