summaryrefslogtreecommitdiffstats
path: root/progs/egl/eglinfo.c
Commit message (Collapse)AuthorAgeFilesLines
* eglinfo: Wrap extension stringKristian Høgsberg2010-02-261-2/+37
|
* eglinfo: Also print visual type, assuming X visual typesKristian Høgsberg2010-02-091-5/+10
| | | | | This may not make a lot of sense for non-X EGL, but for EGL under X it's very useful.
* progs/egl: Update eglinfo to display more attributes.Chia-I Wu2010-01-311-10/+20
| | | | | Add config caveat, bind-to-texture, and renderable type. Remove double buffer and stereo attributes.
* progs/egl: Replace EGL_i915 by EGL_DEFAULT_DISPLAY.Chia-I Wu2009-09-301-2/+1
| | | | Signed-off-by: Chia-I Wu <[email protected]>
* egl: eglinfo load i915 driverJakob Bornecrantz2009-01-191-1/+2
|
* egl: Make eglinfo print screen infoJakob Bornecrantz2009-01-171-1/+2
|
* egl: print multisample infoBrian Paul2008-09-171-5/+10
|
* egl: query/print EGL_NATIVE_VISUAL_IDBrian Paul2008-06-041-9/+7
| | | | Other whitespace/etc clean-ups.
* egl: updated egl.h include pathsBrian Paul2008-06-041-1/+1
|
* egl: query/print EGL_CLIENT_APISBrian Paul2008-05-281-0/+3
|
* egl: Updated EGL samples to use new i915 EGL winsysJakob Bornecrantz2008-05-141-1/+1
|
* check/print EGL_SCREEN_BIT_MESA, fix eglGetDisplay() callBrian Paul2005-11-231-3/+7
|
* Fix up some of the sample to work with the r200 EGL driverJon Smirl2005-08-071-1/+1
|
* use MAX_SCREENS instead of hard-coded numberBrian Paul2005-05-201-2/+3
|
* fix reversed strstr() args, print mode stringBrian Paul2005-05-201-5/+7
|
* First attempt at getting egl support up on dumb framebuffer.Jon Smirl2005-05-131-1/+2
| | | | Seems to be mostly working. Not all of egl API is implemented.
* updates for latest EGLScreenMESA changesBrian Paul2005-05-041-3/+8
|
* demo / test progsBrian Paul2005-04-221-0/+153