Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | progs/egl: Fix screen surface demos. | Chia-I Wu | 2010-01-12 | 1 | -0/+1 |
| | | | | | | | | Set the screen surface size to the mode size, as the spec requires the screen surface size to be larger than the mode size. Besides, bind the API to OpenGL as they are written in it. Signed-off-by: Chia-I Wu <[email protected]> | ||||
* | progs/egl: Fix a crash in demo1. | Chia-I Wu | 2009-09-30 | 1 | -10/+11 |
| | | | | | | The variable "configs" in main() is used without initialization. Signed-off-by: Chia-I Wu <[email protected]> | ||||
* | progs/egl: Replace EGL_i915 by EGL_DEFAULT_DISPLAY. | Chia-I Wu | 2009-09-30 | 1 | -3/+0 |
| | | | | Signed-off-by: Chia-I Wu <[email protected]> | ||||
* | egl: updated egl.h include paths | Brian Paul | 2008-06-04 | 1 | -2/+2 |
| | |||||
* | updates for EGL 1.4 | Brian Paul | 2008-05-27 | 1 | -1/+4 |
| | |||||
* | egl: Updated EGL samples to use new i915 EGL winsys | Jakob Bornecrantz | 2008-05-14 | 1 | -1/+1 |
| | |||||
* | Fix a few compiler warnings | Jon Smirl | 2005-06-16 | 1 | -1/+0 |
| | |||||
* | Fix several internal problems with generating the list of configs. | Jon Smirl | 2005-05-17 | 1 | -9/+58 |
| | |||||
* | First attempt at getting egl support up on dumb framebuffer. | Jon Smirl | 2005-05-13 | 1 | -1/+1 |
| | | | | Seems to be mostly working. Not all of egl API is implemented. | ||||
* | updates for latest EGLScreenMESA changes | Brian Paul | 2005-05-04 | 1 | -0/+21 |
| | |||||
* | demo / test progs | Brian Paul | 2005-04-22 | 1 | -0/+76 |