summaryrefslogtreecommitdiff
path: root/progs/egl/eglgears.c
AgeCommit message (Collapse)Author
2010-01-12progs/egl: Fix screen surface demos.Chia-I Wu
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 <olvaffe@gmail.com>
2010-01-03progs/egl: Silence uninitialized variable warnings.Vinson Lee
2009-10-15progs/egl: put declarations before codeBrian Paul
2009-09-30progs/egl: Replace EGL_i915 by EGL_DEFAULT_DISPLAY.Chia-I Wu
Signed-off-by: Chia-I Wu <olvaffe@gmail.com>
2008-08-17pick first modeAlan Hourihane
2008-06-04egl: updated egl.h include pathsBrian Paul
2008-05-28egl: Fix warning in eglgearsJakob Bornecrantz
2008-05-27include eglext.h, define EGL_EGLEXT_PROTOTYPESBrian Paul
2008-05-14egl: Updated EGL samples to use new i915 EGL winsysJakob Bornecrantz
2005-12-10s/eglShowSurfaceMESA/eglShowScreenSurfaceMESA/Brian Paul
2005-11-23Choose the display mode / surface size in an intelligent way.Brian Paul
Fix // comments. More error checking, etc.
2005-08-07Fix up some of the sample to work with the r200 EGL driverJon Smirl
2005-07-14eglgears demo (Dane Rushton)Brian Paul