summaryrefslogtreecommitdiffstats
path: root/progs/egl/demo3.c
Commit message (Collapse)AuthorAgeFilesLines
* progs/egl: Fix screen surface demos.Chia-I Wu2010-01-121-5/+10
| | | | | | | | 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: Make demo3 work again.Chia-I Wu2009-09-301-10/+15
| | | | 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: Make lookup functions static inline.Chia-I Wu2009-08-181-1/+1
| | | | | | progs/egl/demo3.c is also changed since it uses an internal function. Signed-off-by: Chia-I Wu <[email protected]>
* egl: updated egl.h include pathsBrian Paul2008-06-041-1/+4
|
* egl: Make demo3 compileJakob Bornecrantz2008-05-281-0/+1
|
* egl: Updated EGL samples to use new i915 EGL winsysJakob Bornecrantz2008-05-141-1/+1
|
* update to new APIDave Airlie2005-12-231-1/+1
|
* Fix up some of the sample to work with the r200 EGL driverJon Smirl2005-08-071-13/+12
|
* Fix a few compiler warningsJon Smirl2005-06-161-0/+2
|
* Fix EGL fbdev palette problem. demo3 can save ppm of screenJon Smirl2005-05-191-1/+64
|
* Fix inverted y for egl fbdev, add egl demo3Jon Smirl2005-05-181-0/+572