summaryrefslogtreecommitdiffstats
path: root/progs/egl/demo1.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: Fix a crash in demo1.Chia-I Wu2009-09-301-10/+11
| | | | | | The variable "configs" in main() is used without initialization. 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-1/+4
|
* egl: Updated EGL samples to use new i915 EGL winsysJakob Bornecrantz2008-05-141-1/+1
|
* Fix a few compiler warningsJon Smirl2005-06-161-1/+0
|
* Fix several internal problems with generating the list of configs.Jon Smirl2005-05-171-9/+58
|
* First attempt at getting egl support up on dumb framebuffer.Jon Smirl2005-05-131-1/+1
| | | | Seems to be mostly working. Not all of egl API is implemented.
* updates for latest EGLScreenMESA changesBrian Paul2005-05-041-0/+21
|
* demo / test progsBrian Paul2005-04-221-0/+76