summaryrefslogtreecommitdiff
path: root/src/egl/main/eglconfig.h
AgeCommit message (Expand)AuthorFilesLines
2016-04-01egl: Add EGL_RECORDABLE_ANDROID attributeRob Herring1-0/+2
2016-04-01egl: Add EGL_FRAMEBUFFER_TARGET_ANDROID attributeRob Herring1-0/+2
2015-05-14egl: Add needed extern "C" for C++ accessAlexander von Gluck IV1-0/+8
2015-03-05egl/main: no longer export internal functionEmil Velikov1-7/+7
2015-03-05egl/main: replace INLINE with inlineEmil Velikov1-4/+6
2014-01-17s/Tungsten Graphics/VMware/José Fonseca1-1/+1
2011-07-02egl: add copyright noticesChia-I Wu1-0/+30
2011-06-25egl: make implementing eglChooseConfig easierChia-I Wu1-5/+7
2010-11-01scons: Revamp how to specify targets to build.José Fonseca1-0/+1
2010-10-23egl: Minor changes to the _EGLConfig interface.Chia-I Wu1-20/+7
2010-10-22egl_glx: Drop the use of [SG]ET_CONFIG_ATTRIB.Chia-I Wu1-7/+0
2010-10-14egl: Use attribute names as the _EGLConfig member names.Chia-I Wu1-46/+87
2010-09-10egl: Display may be NULL in _eglLookup*.Chia-I Wu1-1/+1
2010-05-14egl: Implement EGL_NOK_texture_from_pixmapKristian Høgsberg1-5/+18
2010-02-23egl: Remove unused _EGL_SKIP_HANDLE_CHECK.Chia-I Wu1-17/+0
2010-02-05egl: Clean up eglconfig.h.Chia-I Wu1-14/+7
2010-01-31egl: Initialize display configs with the display.Chia-I Wu1-1/+1
2010-01-05egl: Fix breakage from -fvisibility=hidden.Chia-I Wu1-7/+7
2009-09-29egl: Rework config lookup.Chia-I Wu1-6/+43
2009-09-29egl: Rework configuration management.Chia-I Wu1-1/+21
2009-09-29egl: Introduce config keys.Chia-I Wu1-12/+74
2009-08-18egl: Overhaul driver API.Chia-I Wu1-4/+4
2008-07-07egl: bump up MAX_ATTRIBS, added assertionBrian Paul1-2/+6
2008-06-04egl: in _eglAddConfig() just save a pointer to the config; don't copy the configBrian Paul1-1/+1
2008-05-27Move some config-related utility functions into new eglconfigutil.c file.Brian Paul1-15/+0
2008-05-27minor overhaul/re-org of driver selection/loading codeBrian Paul1-4/+2
2008-05-27added _eglGet*Handle() functionsBrian Paul1-0/+4
2008-05-27assorted changes to compile with new EGL 1.4 headers (untested)Brian Paul1-7/+13
2005-12-10implement config sorting for eglChooseConfig()Brian Paul1-8/+0
2005-05-17remove glmode stuffBrian Paul1-1/+0
2005-05-17more work on _eglConfigToContextModesRec()Brian Paul1-1/+5
2005-05-16restore _eglSetConfigAttrib (for now), added prototype _eglConfigToContextMod...Brian Paul1-0/+3
2005-05-16make _eglSetConfigAtrib() a static function, and rename itBrian Paul1-4/+0
2005-05-13First attempt at getting egl support up on dumb framebuffer.Jon Smirl1-1/+14
2005-05-04sync with latest EGL_MESA_screen_surface spec (EGLScreenMESA handles)Brian Paul1-0/+4
2005-04-22initial EGL codeBrian Paul1-0/+56