summaryrefslogtreecommitdiffstats
path: root/progs/egl/egltri.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: put declarations before codeBrian Paul2009-10-151-2/+3
|
* progs/egl: Replace EGL_i915 by EGL_DEFAULT_DISPLAY.Chia-I Wu2009-09-301-4/+2
| | | | Signed-off-by: Chia-I Wu <[email protected]>
* pick first modeAlan Hourihane2008-08-171-1/+1
|
* choose a 1024x768 resolutionAlan Hourihane2008-08-171-1/+1
|
* egl: Add egltriJakob Bornecrantz2008-07-041-0/+264
First tri for EGL drivers with mesa screen ext