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: put declarations before code | Brian Paul | 2009-10-15 | 1 | -2/+3 |
| | |||||
* | progs/egl: Replace EGL_i915 by EGL_DEFAULT_DISPLAY. | Chia-I Wu | 2009-09-30 | 1 | -4/+2 |
| | | | | Signed-off-by: Chia-I Wu <[email protected]> | ||||
* | pick first mode | Alan Hourihane | 2008-08-17 | 1 | -1/+1 |
| | |||||
* | choose a 1024x768 resolution | Alan Hourihane | 2008-08-17 | 1 | -1/+1 |
| | |||||
* | egl: Add egltri | Jakob Bornecrantz | 2008-07-04 | 1 | -0/+264 |
First tri for EGL drivers with mesa screen ext |