summaryrefslogtreecommitdiff
path: root/progs/egl/eglgears.c
AgeCommit message (Expand)AuthorFilesLines
2010-04-01progs/egl: Move demos a level deeper.Chia-I Wu1-482/+0
2010-01-12progs/egl: Fix screen surface demos.Chia-I Wu1-0/+1
2010-01-03progs/egl: Silence uninitialized variable warnings.Vinson Lee1-1/+2
2009-10-15progs/egl: put declarations before codeBrian Paul1-4/+6
2009-09-30progs/egl: Replace EGL_i915 by EGL_DEFAULT_DISPLAY.Chia-I Wu1-1/+1
2008-08-17pick first modeAlan Hourihane1-1/+1
2008-06-04egl: updated egl.h include pathsBrian Paul1-2/+2
2008-05-28egl: Fix warning in eglgearsJakob Bornecrantz1-1/+1
2008-05-27include eglext.h, define EGL_EGLEXT_PROTOTYPESBrian Paul1-1/+4
2008-05-14egl: Updated EGL samples to use new i915 EGL winsysJakob Bornecrantz1-1/+1
2005-12-10s/eglShowSurfaceMESA/eglShowScreenSurfaceMESA/Brian Paul1-1/+1
2005-11-23Choose the display mode / surface size in an intelligent way.Brian Paul1-34/+61
2005-08-07Fix up some of the sample to work with the r200 EGL driverJon Smirl1-5/+7
2005-07-14eglgears demo (Dane Rushton)Brian Paul1-0/+446