summaryrefslogtreecommitdiff
path: root/src/egl/main/eglconfig.h
AgeCommit message (Expand)Author
2009-08-18egl: Overhaul driver API.Chia-I Wu
2008-07-07egl: bump up MAX_ATTRIBS, added assertionBrian Paul
2008-06-04egl: in _eglAddConfig() just save a pointer to the config; don't copy the configBrian Paul
2008-05-27Move some config-related utility functions into new eglconfigutil.c file.Brian Paul
2008-05-27minor overhaul/re-org of driver selection/loading codeBrian Paul
2008-05-27added _eglGet*Handle() functionsBrian Paul
2008-05-27assorted changes to compile with new EGL 1.4 headers (untested)Brian Paul
2005-12-10implement config sorting for eglChooseConfig()Brian Paul
2005-05-17remove glmode stuffBrian Paul
2005-05-17more work on _eglConfigToContextModesRec()Brian Paul
2005-05-16restore _eglSetConfigAttrib (for now), added prototype _eglConfigToContextMod...Brian Paul
2005-05-16make _eglSetConfigAtrib() a static function, and rename itBrian Paul
2005-05-13First attempt at getting egl support up on dumb framebuffer.Jon Smirl
2005-05-04sync with latest EGL_MESA_screen_surface spec (EGLScreenMESA handles)Brian Paul
2005-04-22initial EGL codeBrian Paul