summaryrefslogtreecommitdiffstats
path: root/progs/egl/eglgears.c
Commit message (Collapse)AuthorAgeFilesLines
* progs/egl: Fix screen surface demos.Chia-I Wu2010-01-121-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: Silence uninitialized variable warnings.Vinson Lee2010-01-031-1/+2
|
* progs/egl: put declarations before codeBrian Paul2009-10-151-4/+6
|
* progs/egl: Replace EGL_i915 by EGL_DEFAULT_DISPLAY.Chia-I Wu2009-09-301-1/+1
| | | | Signed-off-by: Chia-I Wu <[email protected]>
* pick first modeAlan Hourihane2008-08-171-1/+1
|
* egl: updated egl.h include pathsBrian Paul2008-06-041-2/+2
|
* egl: Fix warning in eglgearsJakob Bornecrantz2008-05-281-1/+1
|
* include eglext.h, define EGL_EGLEXT_PROTOTYPESBrian Paul2008-05-271-1/+4
|
* egl: Updated EGL samples to use new i915 EGL winsysJakob Bornecrantz2008-05-141-1/+1
|
* s/eglShowSurfaceMESA/eglShowScreenSurfaceMESA/Brian Paul2005-12-101-1/+1
|
* Choose the display mode / surface size in an intelligent way.Brian Paul2005-11-231-34/+61
| | | | | Fix // comments. More error checking, etc.
* Fix up some of the sample to work with the r200 EGL driverJon Smirl2005-08-071-5/+7
|
* eglgears demo (Dane Rushton)Brian Paul2005-07-141-0/+446