summaryrefslogtreecommitdiff
path: root/progs/egl/Makefile
AgeCommit message (Collapse)Author
2008-07-04egl: Add egltriJakob Bornecrantz
First tri for EGL drivers with mesa screen ext
2008-06-04egl: single triangle testBrian Paul
2008-06-04egl: Added peglgears, gears that uses pbuffersJakob Bornecrantz
2008-05-30egl: new version of gears demo that uses Xlib+EGL (and full OpenGL for now)Brian Paul
2008-05-14egl: Updated EGL samples to use new i915 EGL winsysJakob Bornecrantz
2006-07-13LIB_DIR is now just 'lib' or 'lib64'Brian Paul
Replaced $(LIB_DIR) with $(TOP)/$(LIB_DIR), use LIB_DIR in install targets. Patch by Hanno Böck.
2005-08-21fix up libdrm for eglDave Airlie
2005-08-08Make the linux-dri-x86 builds work on x86-64 again. mklib nowIan Romanick
determines the bits (either 32 or 64) for libraries without the lib prefix. progs/egl/Makefile passes CFLAGS on the link commands so that things like '-m32' get propagated.
2005-07-14eglgears demo (Dane Rushton)Brian Paul
2005-05-18Fix inverted y for egl fbdev, add egl demo3Jon Smirl
2005-05-13First attempt at getting egl support up on dumb framebuffer.Jon Smirl
Seems to be mostly working. Not all of egl API is implemented.
2005-04-22demo / test progsBrian Paul