Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | some initial EGL 1.2 work | Brian Paul | 2006-01-30 | 1 | -3/+33 |
| | |||||
* | implement config sorting for eglChooseConfig() | Brian Paul | 2005-12-10 | 1 | -33/+51 |
| | |||||
* | Redo _eglInitSurface() so it can be used with all surface types. | Brian Paul | 2005-11-27 | 1 | -8/+12 |
| | | | | Redo _eglInitContext() to do error checking, attribute list parsing, etc. | ||||
* | change error test in _eglParseConfigAttribs() | Brian Paul | 2005-11-24 | 1 | -2/+5 |
| | |||||
* | init attribs to EGL_DONT_CARE in _eglParseConfigAttribs() | Brian Paul | 2005-11-24 | 1 | -1/+4 |
| | |||||
* | use _eglLog() | Brian Paul | 2005-11-23 | 1 | -4/+7 |
| | |||||
* | remove glmode stuff | Brian Paul | 2005-05-17 | 1 | -102/+14 |
| | |||||
* | more work on _eglConfigToContextModesRec() | Brian Paul | 2005-05-17 | 1 | -3/+4 |
| | |||||
* | Fix several internal problems with generating the list of configs. | Jon Smirl | 2005-05-17 | 1 | -2/+3 |
| | |||||
* | restore _eglSetConfigAttrib (for now), added prototype ↵ | Brian Paul | 2005-05-16 | 1 | -23/+56 |
| | | | | _eglConfigToContextModesRec() | ||||
* | make _eglSetConfigAtrib() a static function, and rename it | Brian Paul | 2005-05-16 | 1 | -83/+90 |
| | |||||
* | A few egl patches needed for glitz, mainly config BITS | Jon Smirl | 2005-05-15 | 1 | -4/+10 |
| | |||||
* | First attempt at getting egl support up on dumb framebuffer. | Jon Smirl | 2005-05-13 | 1 | -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 Paul | 2005-05-04 | 1 | -0/+26 |
| | |||||
* | initial EGL code | Brian Paul | 2005-04-22 | 1 | -0/+286 |