summaryrefslogtreecommitdiffstats
path: root/src/egl/main/eglconfig.c
Commit message (Expand)AuthorAgeFilesLines
* egl: turn a couple asserts static (compile-time)Eric Engestrom2016-08-241-3/+4
* egl: Add EGL_RECORDABLE_ANDROID attributeRob Herring2016-04-011-0/+5
* egl: Add EGL_FRAMEBUFFER_TARGET_ANDROID attributeRob Herring2016-04-011-1/+6
* egl: support EGL_LARGEST_PBUFFER in eglCreatePbufferSurface(...)Daniel Czarnowski2016-03-181-1/+0
* egl: implement EGL_KHR_gl_colorspace (v2)Marek Olšák2015-07-221-1/+2
* egl: Remove skeleton implementation of EGL_MESA_screen_surfaceAdam Jackson2015-05-111-4/+0
* egl/main: no longer export internal functionEmil Velikov2015-03-051-1/+1
* egl/main: replace INLINE with inlineEmil Velikov2015-03-051-2/+4
* s/Tungsten Graphics/VMware/José Fonseca2014-01-171-1/+1
* egl/dri2: Add plumbing for EGL_OPENGL_ES3_BIT_KHRChad Versace2013-01-151-0/+1
* egl: EGL_MATCH_NATIVE_NATIVE_PIXMAP cannot be EGL_DONT_CAREChia-I Wu2011-07-291-2/+3
* egl: add copyright noticesChia-I Wu2011-07-021-0/+30
* egl: fix a compiler warningChia-I Wu2011-07-011-0/+1
* egl: fix EGL_MATCH_NATIVE_PIXMAPChia-I Wu2011-06-251-2/+10
* egl: make implementing eglChooseConfig easierChia-I Wu2011-06-251-22/+50
* egl: _eglFilterArray should not allocate.Chia-I Wu2010-12-061-1/+12
* egl: Minor changes to the _EGLConfig interface.Chia-I Wu2010-10-231-12/+22
* egl: Access config attributes directly.Chia-I Wu2010-10-141-131/+63
* egl: Use attribute names as the _EGLConfig member names.Chia-I Wu2010-10-141-23/+10
* egl: Fix context API check and be verbose.Chia-I Wu2010-08-201-2/+5
* egl: Add checks for EGL_MESA_screen_surface.Chia-I Wu2010-07-311-0/+2
* egl: Store configs in a dynamic array.Chia-I Wu2010-06-301-43/+23
* egl: Implement EGL_NOK_texture_from_pixmapKristian Høgsberg2010-05-141-1/+8
* egl: Only allow valid config attributes in _eglParseConfigAttribList()Kristian Høgsberg2010-05-141-28/+24
* egl: Allow a prioritized list of default driversKristian Høgsberg2010-05-131-1/+0
* egl: Remove unused _EGL_SKIP_HANDLE_CHECK.Chia-I Wu2010-02-231-6/+0
* egl: Silence warnings when compiled with -pedantic.Chia-I Wu2010-02-191-1/+1
* egl: Add debug messages to config validation and matching.Chia-I Wu2010-02-051-2/+23
* egl: Surface type validaction should depend on extensions supported.Chia-I Wu2010-01-311-1/+2
* egl: Initialize display configs with the display.Chia-I Wu2010-01-311-2/+4
* egl: Clean up header inclusions.Chia-I Wu2010-01-301-2/+1
* egl: Remove unnecessary headers.Vinson Lee2010-01-281-1/+0
* egl: Update headers.Chia-I Wu2010-01-251-2/+3
* egl: EGL_SCREEN_BIT_MESA is a valid bit.Chia-I Wu2010-01-121-0/+1
* egl: Fix eglCheckConfigHandle.Chia-I Wu2009-10-151-5/+4
* egl: Rework config lookup.Chia-I Wu2009-09-291-47/+45
* egl: Rework configuration management.Chia-I Wu2009-09-291-198/+640
* egl: Introduce config keys.Chia-I Wu2009-09-291-20/+6
* egl: Overhaul driver API.Chia-I Wu2009-08-181-14/+4
* egl: Silence warnings on x86-64.Chia-Wu2009-07-311-1/+1
* egl: if a surface type isn't defined let's default to EGL_WINDOW_BITAlan Hourihane2009-02-191-0/+3
* egl: fix default value of EGL_SURFACE_TYPE, added some sanity check assertionsBrian Paul2008-06-281-3/+9
* egl: These changes allow an eglBindAPI(EGL_OPENGL_ES_API) to succeed, and to ...Robert Ellison2008-06-271-1/+1
* egl: added null ptr checkBrian Paul2008-06-201-2/+4
* egl: in _eglAddConfig() just save a pointer to the config; don't copy the configBrian Paul2008-06-041-12/+13
* Move some config-related utility functions into new eglconfigutil.c file.Brian Paul2008-05-271-252/+1
* minor overhaul/re-org of driver selection/loading codeBrian Paul2008-05-271-3/+1
* added _eglGet*Handle() functionsBrian Paul2008-05-271-0/+12
* assorted changes to compile with new EGL 1.4 headers (untested)Brian Paul2008-05-271-2/+6
* some initial EGL 1.2 workBrian Paul2006-01-301-3/+33