summaryrefslogtreecommitdiffstats
path: root/src/egl/main/eglconfig.h
Commit message (Expand)AuthorAgeFilesLines
* egl: Add EGL_RECORDABLE_ANDROID attributeRob Herring2016-04-011-0/+2
* egl: Add EGL_FRAMEBUFFER_TARGET_ANDROID attributeRob Herring2016-04-011-0/+2
* 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-7/+7
* egl/main: replace INLINE with inlineEmil Velikov2015-03-051-4/+6
* s/Tungsten Graphics/VMware/José Fonseca2014-01-171-1/+1
* egl: add copyright noticesChia-I Wu2011-07-021-0/+30
* egl: make implementing eglChooseConfig easierChia-I Wu2011-06-251-5/+7
* scons: Revamp how to specify targets to build.José Fonseca2010-11-011-0/+1
* egl: Minor changes to the _EGLConfig interface.Chia-I Wu2010-10-231-20/+7
* egl_glx: Drop the use of [SG]ET_CONFIG_ATTRIB.Chia-I Wu2010-10-221-7/+0
* egl: Use attribute names as the _EGLConfig member names.Chia-I Wu2010-10-141-46/+87
* egl: Display may be NULL in _eglLookup*.Chia-I Wu2010-09-101-1/+1
* egl: Implement EGL_NOK_texture_from_pixmapKristian Høgsberg2010-05-141-5/+18
* egl: Remove unused _EGL_SKIP_HANDLE_CHECK.Chia-I Wu2010-02-231-17/+0
* egl: Clean up eglconfig.h.Chia-I Wu2010-02-051-14/+7
* egl: Initialize display configs with the display.Chia-I Wu2010-01-311-1/+1
* egl: Fix breakage from -fvisibility=hidden.Chia-I Wu2010-01-051-7/+7
* egl: Rework config lookup.Chia-I Wu2009-09-291-6/+43
* egl: Rework configuration management.Chia-I Wu2009-09-291-1/+21
* egl: Introduce config keys.Chia-I Wu2009-09-291-12/+74
* egl: Overhaul driver API.Chia-I Wu2009-08-181-4/+4
* egl: bump up MAX_ATTRIBS, added assertionBrian Paul2008-07-071-2/+6
* egl: in _eglAddConfig() just save a pointer to the config; don't copy the configBrian Paul2008-06-041-1/+1
* Move some config-related utility functions into new eglconfigutil.c file.Brian Paul2008-05-271-15/+0
* minor overhaul/re-org of driver selection/loading codeBrian Paul2008-05-271-4/+2
* added _eglGet*Handle() functionsBrian Paul2008-05-271-0/+4
* assorted changes to compile with new EGL 1.4 headers (untested)Brian Paul2008-05-271-7/+13
* implement config sorting for eglChooseConfig()Brian Paul2005-12-101-8/+0
* remove glmode stuffBrian Paul2005-05-171-1/+0
* more work on _eglConfigToContextModesRec()Brian Paul2005-05-171-1/+5
* restore _eglSetConfigAttrib (for now), added prototype _eglConfigToContextMod...Brian Paul2005-05-161-0/+3
* make _eglSetConfigAtrib() a static function, and rename itBrian Paul2005-05-161-4/+0
* First attempt at getting egl support up on dumb framebuffer.Jon Smirl2005-05-131-1/+14
* sync with latest EGL_MESA_screen_surface spec (EGLScreenMESA handles)Brian Paul2005-05-041-0/+4
* initial EGL codeBrian Paul2005-04-221-0/+56