summaryrefslogtreecommitdiffstats
path: root/src/egl/main/eglcontext.h
Commit message (Expand)AuthorAgeFilesLines
* 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-2/+2
* egl/main: replace INLINE with inlineEmil Velikov2015-03-051-6/+7
* s/Tungsten Graphics/VMware/José Fonseca2014-01-171-1/+1
* egl: Implement front-end support for EGL_KHR_create_contextIan Romanick2012-08-141-0/+3
* egl: Rename ClientVersion to ClientMajorVersion, add ClientMinorVersionIan Romanick2012-08-141-1/+2
* egl: add copyright noticesChia-I Wu2011-07-021-0/+30
* egl: Use reference counting to replace IsLinked or IsBound.Chia-I Wu2010-10-231-28/+3
* egl: Add reference count for resources.Chia-I Wu2010-10-231-0/+22
* egl: Drop dpy argument from the link functions.Chia-I Wu2010-10-231-3/+3
* egl: Move fallback routines to eglfallbacks.c.Chia-I Wu2010-10-221-16/+0
* egl: Clarify IsLinked and IsBound.Chia-I Wu2010-02-051-0/+6
* egl: Initialize display resources with their display.Chia-I Wu2010-01-311-1/+1
* egl: Clean up header inclusions.Chia-I Wu2010-01-301-1/+0
* egl: Migrate drivers to use _eglBindContext.Chia-I Wu2010-01-281-1/+1
* egl: Add _eglBindContext.Chia-I Wu2010-01-281-0/+4
* egl: Make resource void pointer in _eglCheckResource.Chia-I Wu2010-01-251-2/+1
* egl: Make surfaces and contexts resources.Chia-I Wu2010-01-241-29/+27
* egl: Move context functions in egldisplay.[ch] to eglcontext.[ch].Chia-I Wu2010-01-241-0/+63
* egl: Fix breakage from -fvisibility=hidden.Chia-I Wu2010-01-051-2/+2
* egl: Add support for querying render buffer.Chia-I Wu2009-09-291-0/+3
* egl: Overhaul driver API.Chia-I Wu2009-08-181-5/+5
* egl: Replace IsBound by a pointer to the binding.Chia-I Wu2009-08-031-3/+14
* egl: Remove redundant DeletePending flag.Chia-I Wu2009-07-171-1/+0
* egl: Use the link functions to manage resources.Chia-I Wu2009-07-171-10/+2
* egl: Add funtions to link contexts and surfaces to displays.Chia-I Wu2009-07-171-9/+3
* egl: Support per-thread info.Chia-I Wu2009-07-171-4/+0
* egl: clean-up re-org of the client API stateBrian Paul2008-05-301-3/+3
* eliminate the context hash tableBrian Paul2008-05-271-2/+4
* some initial EGL 1.2 workBrian Paul2006-01-301-0/+3
* Redo _eglInitSurface() so it can be used with all surface types.Brian Paul2005-11-271-2/+3
* use EGLint instead of unsigned long for eglCopyContextMESA, added commentsBrian Paul2005-05-161-1/+1
* Add empty placeholder for eglCopyContextMESAJon Smirl2005-05-141-0/+3
* initial EGL codeBrian Paul2005-04-221-0/+64