summaryrefslogtreecommitdiffstats
path: root/src/egl/main/eglsurface.c
Commit message (Expand)AuthorAgeFilesLines
* egl: set preserved behavior for surface only if config supports itTapani Pälli2016-10-271-1/+5
* egl: Fix the bad surface attributes combination checking for pbuffers. (v3)Guillaume Charifi2016-07-071-21/+15
* egl: Account for default values of texture target and formatPlamena Manolova2016-06-021-0/+6
* egl: Additional attribute validation for eglCreatePbufferSurfacePlamena Manolova2016-05-261-0/+13
* egl: support EGL_LARGEST_PBUFFER in eglCreatePbufferSurface(...)Daniel Czarnowski2016-03-181-0/+6
* egl: Add eglQuerySurface surface type check for EGL_LARGEST_PBUFFER attribFrank Binns2015-08-041-1/+2
* egl: implement EGL_KHR_gl_colorspace (v2)Marek Olšák2015-07-221-0/+24
* egl: Remove skeleton implementation of EGL_MESA_screen_surfaceAdam Jackson2015-05-111-55/+0
* dri_interface: Update __DRItexBufferExtensionRec to version 3Emil Velikov2014-04-281-0/+11
* Revert "egl: Unhide functionality in _eglInitSurface()"Chia-I Wu2014-02-191-3/+1
* egl: Unhide functionality in _eglInitSurface()Juha-Pekka Heikkila2014-02-071-1/+3
* s/Tungsten Graphics/VMware/José Fonseca2014-01-171-1/+1
* egl/dri2: Add plumbing for EGL_OPENGL_ES3_BIT_KHRChad Versace2013-01-151-1/+4
* egl: Add extension infrastructure for EGL_EXT_buffer_ageKristian Høgsberg2013-01-041-0/+8
* egl: add EGL_NV_post_sub_bufferFredrik Höglund2011-12-201-0/+17
* egl: make pixmaps and pbuffers EGL_BUFFER_PRESERVEDChia-I Wu2011-07-291-1/+3
* egl: add copyright noticesChia-I Wu2011-07-021-0/+30
* egl: Add reference count for resources.Chia-I Wu2010-10-231-2/+1
* egl: Move fallback routines to eglfallbacks.c.Chia-I Wu2010-10-221-118/+0
* egl: Access config attributes directly.Chia-I Wu2010-10-141-7/+7
* egl: Add checks for EGL_MESA_screen_surface.Chia-I Wu2010-07-311-11/+55
* egl: Implement EGL_NOK_texture_from_pixmapKristian Høgsberg2010-05-141-4/+19
* egl: Clean up surface attributes.Chia-I Wu2010-01-311-44/+109
* egl: Initialize display resources with their display.Chia-I Wu2010-01-311-1/+2
* egl: Refactor _eglInitSurface.Chia-I Wu2010-01-311-141/+146
* egl: Remove code blocks that are commented out.Chia-I Wu2010-01-311-45/+3
* egl: Clean up header inclusions.Chia-I Wu2010-01-301-1/+1
* egl: Remove unnecessary headers.Vinson Lee2010-01-281-1/+0
* egl: Native types are renamed in EGL 1.3.Chia-I Wu2010-01-251-3/+3
* egl: Make surfaces and contexts resources.Chia-I Wu2010-01-241-70/+0
* egl: Move surface functions in egldisplay.[ch] to eglsurface.[ch]Chia-I Wu2010-01-241-0/+70
* egl: Rework eglSwapInterval.Chia-I Wu2009-10-151-5/+22
* egl: Remove eglhash.c and eglhash.h.Chia-I Wu2009-08-181-1/+0
* egl: Some per-driver data should be per-display.Chia-I Wu2009-08-181-1/+1
* egl: Overhaul driver API.Chia-I Wu2009-08-181-92/+39
* egl: Correct the default values of surface attributes.Chia-I Wu2009-08-031-1/+2
* egl: Replace IsBound by a pointer to the binding.Chia-I Wu2009-08-031-1/+1
* egl: Remove redundant DeletePending flag.Chia-I Wu2009-07-171-5/+1
* egl: Use the link functions to manage resources.Chia-I Wu2009-07-171-38/+30
* egl: Add funtions to link contexts and surfaces to displays.Chia-I Wu2009-07-171-28/+1
* egl: Support per-thread info.Chia-I Wu2009-07-171-18/+0
* egl: additional error checking in _eglBind/ReleaseTexImage()Brian Paul2008-09-011-12/+63
* egl: implment EGL_LARGEST_PBUFFER queryBrian Paul2008-06-201-1/+4
* egl: fix width/height testsBrian Paul2008-05-301-1/+1
* added _eglGet*Handle() functionsBrian Paul2008-05-271-0/+20
* fix typo: s/Contexts/Surfaces/Brian Paul2008-05-271-1/+1
* assorted changes to compile with new EGL 1.4 headers (untested)Brian Paul2008-05-271-5/+7
* fix typoBrian Paul2006-02-051-1/+1
* some initial EGL 1.2 workBrian Paul2006-01-301-2/+114
* Some initial per-thread support.Brian Paul2005-12-101-2/+0