summaryrefslogtreecommitdiff
path: root/progs/egl
AgeCommit message (Expand)Author
2009-08-27progs: EGL/X progs should link to libX11.Chia-I Wu
2009-08-26mesa: gitignoreYounes Manton
2009-08-18egl: Make lookup functions static inline.Chia-I Wu
2009-08-06progs/egl: Add xeglbindtex, really.Chia-I Wu
2009-08-05progs/egl: Add xeglbindtex.Chia-I Wu
2009-07-17xeglthreads: Check current context for EGL per-thread support.Chia-I Wu
2009-07-16egl: Add xeglthreadsChia-I Wu
2009-01-19egl: eglinfo load i915 driverJakob Bornecrantz
2009-01-18egl: Make eglscreen sleep for five secondsJakob Bornecrantz
2009-01-18egl: Add eglscreen to help debug egl mesa screenJakob Bornecrantz
2009-01-17egl: Make eglinfo print screen infoJakob Bornecrantz
2008-09-26link EGL demos with -lGLAlan Hourihane
2008-09-18Merge commit 'origin/gallium-0.1' into gallium-0.2Keith Whitwell
2008-09-17egl: print multisample infoBrian Paul
2008-09-11Merge branch 'gallium-0.1' into gallium-0.2Keith Whitwell
2008-08-17pick first modeAlan Hourihane
2008-08-17choose a 1024x768 resolutionAlan Hourihane
2008-07-04egl: Add egltriJakob Bornecrantz
2008-06-16git: Updated .gitignore filesJakob Bornecrantz
2008-06-04egl: single triangle testBrian Paul
2008-06-04egl: fix X visual selectionBrian Paul
2008-06-04egl: query/print EGL_NATIVE_VISUAL_IDBrian Paul
2008-06-04egl: Added peglgears, gears that uses pbuffersJakob Bornecrantz
2008-06-04egl: updated egl.h include pathsBrian Paul
2008-05-30egl: bind the OpenGL APIBrian Paul
2008-05-30egl: new version of gears demo that uses Xlib+EGL (and full OpenGL for now)Brian Paul
2008-05-28egl: query/print EGL_CLIENT_APISBrian Paul
2008-05-28egl: Fix warning in eglgearsJakob Bornecrantz
2008-05-28egl: Make demo3 compileJakob Bornecrantz
2008-05-27include eglext.h, define EGL_EGLEXT_PROTOTYPESBrian Paul
2008-05-27updates for EGL 1.4Brian Paul
2008-05-23Merge branch 'gallium-i915-current' into gallium-0.1Jakob Bornecrantz
2008-05-20Ignore more generated files in progs/Dan Nicholson
2008-05-14egl: Updated EGL samples to use new i915 EGL winsysJakob Bornecrantz
2008-05-07Never fail `make clean'Dan Nicholson
2007-10-10Ignore more generated files in progs/Dan Nicholson
2007-09-28add support for LDFLAGS env varDan Nicholson
2006-07-13LIB_DIR is now just 'lib' or 'lib64'Brian Paul
2005-12-23update to new APIDave Airlie
2005-12-10s/eglShowSurfaceMESA/eglShowScreenSurfaceMESA/Brian Paul
2005-11-23check/print EGL_SCREEN_BIT_MESA, fix eglGetDisplay() callBrian Paul
2005-11-23Choose the display mode / surface size in an intelligent way.Brian Paul
2005-08-21fix up libdrm for eglDave Airlie
2005-08-08Make the linux-dri-x86 builds work on x86-64 again. mklib nowIan Romanick
2005-08-07Fix up some of the sample to work with the r200 EGL driverJon Smirl
2005-07-14eglgears demo (Dane Rushton)Brian Paul
2005-06-16Fix a few compiler warningsJon Smirl
2005-05-20use MAX_SCREENS instead of hard-coded numberBrian Paul
2005-05-20fix reversed strstr() args, print mode stringBrian Paul
2005-05-20replace // with /* */Brian Paul