summaryrefslogtreecommitdiff
path: root/progs/egl/eglinfo.c
AgeCommit message (Expand)AuthorFilesLines
2010-04-01progs/egl: Move demos a level deeper.Chia-I Wu1-223/+0
2010-02-26eglinfo: Wrap extension stringKristian Høgsberg1-2/+37
2010-02-09eglinfo: Also print visual type, assuming X visual typesKristian Høgsberg1-5/+10
2010-01-31progs/egl: Update eglinfo to display more attributes.Chia-I Wu1-10/+20
2009-09-30progs/egl: Replace EGL_i915 by EGL_DEFAULT_DISPLAY.Chia-I Wu1-2/+1
2009-01-19egl: eglinfo load i915 driverJakob Bornecrantz1-1/+2
2009-01-17egl: Make eglinfo print screen infoJakob Bornecrantz1-1/+2
2008-09-17egl: print multisample infoBrian Paul1-5/+10
2008-06-04egl: query/print EGL_NATIVE_VISUAL_IDBrian Paul1-9/+7
2008-06-04egl: updated egl.h include pathsBrian Paul1-1/+1
2008-05-28egl: query/print EGL_CLIENT_APISBrian Paul1-0/+3
2008-05-14egl: Updated EGL samples to use new i915 EGL winsysJakob Bornecrantz1-1/+1
2005-11-23check/print EGL_SCREEN_BIT_MESA, fix eglGetDisplay() callBrian Paul1-3/+7
2005-08-07Fix up some of the sample to work with the r200 EGL driverJon Smirl1-1/+1
2005-05-20use MAX_SCREENS instead of hard-coded numberBrian Paul1-2/+3
2005-05-20fix reversed strstr() args, print mode stringBrian Paul1-5/+7
2005-05-13First attempt at getting egl support up on dumb framebuffer.Jon Smirl1-1/+2
2005-05-04updates for latest EGLScreenMESA changesBrian Paul1-3/+8
2005-04-22demo / test progsBrian Paul1-0/+153