summaryrefslogtreecommitdiff
path: root/progs/egl/demo1.c
AgeCommit message (Collapse)Author
2010-04-01progs/egl: Move demos a level deeper.Chia-I Wu
Move the demos to "opengl" subdirectory.
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>
2009-09-30progs/egl: Fix a crash in demo1.Chia-I Wu
The variable "configs" in main() is used without initialization. Signed-off-by: Chia-I Wu <olvaffe@gmail.com>
2009-09-30progs/egl: Replace EGL_i915 by EGL_DEFAULT_DISPLAY.Chia-I Wu
Signed-off-by: Chia-I Wu <olvaffe@gmail.com>
2008-06-04egl: updated egl.h include pathsBrian Paul
2008-05-27updates for EGL 1.4Brian Paul
2008-05-14egl: Updated EGL samples to use new i915 EGL winsysJakob Bornecrantz
2005-06-16Fix a few compiler warningsJon Smirl
2005-05-17Fix several internal problems with generating the list of configs.Jon Smirl
2005-05-13First attempt at getting egl support up on dumb framebuffer.Jon Smirl
Seems to be mostly working. Not all of egl API is implemented.
2005-05-04updates for latest EGLScreenMESA changesBrian Paul
2005-04-22demo / test progsBrian Paul