Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | egl: in _eglAddConfig() just save a pointer to the config; don't copy the config | Brian Paul | 2008-06-04 | 1 | -1/+1 |
| | | | | This allows subclassing by drivers. | ||||
* | Move some config-related utility functions into new eglconfigutil.c file. | Brian Paul | 2008-05-27 | 1 | -15/+0 |
| | |||||
* | minor overhaul/re-org of driver selection/loading code | Brian Paul | 2008-05-27 | 1 | -4/+2 |
| | |||||
* | added _eglGet*Handle() functions | Brian Paul | 2008-05-27 | 1 | -0/+4 |
| | | | | | | 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 Paul | 2008-05-27 | 1 | -7/+13 |
| | |||||
* | implement config sorting for eglChooseConfig() | Brian Paul | 2005-12-10 | 1 | -8/+0 |
| | |||||
* | remove glmode stuff | Brian Paul | 2005-05-17 | 1 | -1/+0 |
| | |||||
* | more work on _eglConfigToContextModesRec() | Brian Paul | 2005-05-17 | 1 | -1/+5 |
| | |||||
* | restore _eglSetConfigAttrib (for now), added prototype ↵ | Brian Paul | 2005-05-16 | 1 | -0/+3 |
| | | | | _eglConfigToContextModesRec() | ||||
* | make _eglSetConfigAtrib() a static function, and rename it | Brian Paul | 2005-05-16 | 1 | -4/+0 |
| | |||||
* | First attempt at getting egl support up on dumb framebuffer. | Jon Smirl | 2005-05-13 | 1 | -1/+14 |
| | | | | 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/+4 |
| | |||||
* | initial EGL code | Brian Paul | 2005-04-22 | 1 | -0/+56 |