summaryrefslogtreecommitdiffstats
path: root/src/egl/main/eglconfig.c
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | These are the inverse of the _eglLookup*() functions. Returns the public handle for a private surface/config/display/etc. Removes glapi.c's direct access of private fields.
* 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
| | | | 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