summaryrefslogtreecommitdiffstats
path: root/progs/egl/demo2.c
Commit message (Collapse)AuthorAgeFilesLines
* progs/egl: Fix screen surface demos.Chia-I Wu2010-01-121-5/+9
| | | | | | | | 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: Check EGL_MESA_screen_surface is supported in demo2.Chia-I Wu2009-09-301-0/+6
| | | | Signed-off-by: Chia-I Wu <[email protected]>
* progs/egl: Replace EGL_i915 by EGL_DEFAULT_DISPLAY.Chia-I Wu2009-09-301-3/+0
| | | | Signed-off-by: Chia-I Wu <[email protected]>
* egl: updated egl.h include pathsBrian Paul2008-06-041-2/+2
|
* updates for EGL 1.4Brian Paul2008-05-271-19/+38
|
* egl: Updated EGL samples to use new i915 EGL winsysJakob Bornecrantz2008-05-141-1/+1
|
* update to new APIDave Airlie2005-12-231-1/+1
|
* replace // with /* */Brian Paul2005-05-201-1/+1
|
* Fix inverted y for egl fbdev, add egl demo3Jon Smirl2005-05-181-0/+9
|
* Implement fbdev swapbuffers()Jon Smirl2005-05-181-4/+4
|
* Add forgotten demo2.cJon Smirl2005-05-141-0/+181
VS: ----------------------------------------------------------------------