summaryrefslogtreecommitdiffstats
path: root/src/egl/main/eglconfig.c
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | Redo _eglInitContext() to do error checking, attribute list parsing, etc.
* 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 ↵Brian Paul2005-05-161-23/+56
| | | | _eglConfigToContextModesRec()
* 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
| | | | Seems to be mostly working. Not all of egl API is implemented.
* sync with latest EGL_MESA_screen_surface spec (EGLScreenMESA handles)Brian Paul2005-05-041-0/+26
|
* initial EGL codeBrian Paul2005-04-221-0/+286