aboutsummaryrefslogtreecommitdiffstats
path: root/src/egl/main/eglconfig.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* implement config sorting for eglChooseConfig()Brian Paul2005-12-101-33/+51
* Redo _eglInitSurface() so it can be used with all surface types.Brian Paul2005-11-271-8/+12
* change error test in _eglParseConfigAttribs()Brian Paul2005-11-241-2/+5
* init attribs to EGL_DONT_CARE in _eglParseConfigAttribs()Brian Paul2005-11-241-1/+4
* use _eglLog()Brian Paul2005-11-231-4/+7
* remove glmode stuffBrian Paul2005-05-171-102/+14
* more work on _eglConfigToContextModesRec()Brian Paul2005-05-171-3/+4
* Fix several internal problems with generating the list of configs.Jon Smirl2005-05-171-2/+3
* restore _eglSetConfigAttrib (for now), added prototype _eglConfigToContextMod...Brian Paul2005-05-161-23/+56
* make _eglSetConfigAtrib() a static function, and rename itBrian Paul2005-05-161-83/+90
* A few egl patches needed for glitz, mainly config BITSJon Smirl2005-05-151-4/+10
* First attempt at getting egl support up on dumb framebuffer.Jon Smirl2005-05-131-13/+318
* sync with latest EGL_MESA_screen_surface spec (EGLScreenMESA handles)Brian Paul2005-05-041-0/+26
* initial EGL codeBrian Paul2005-04-221-0/+286