summaryrefslogtreecommitdiff
path: root/src/egl/drivers/demo
AgeCommit message (Collapse)Author
2008-05-07Never fail `make clean'Dan Nicholson
Mostly some pedantic changes such that `make clean' always ignores errors. Also changed the top clean target to do the `touch configs/current' dance instead of realclean.
2007-09-28add support for LDFLAGS env varDan Nicholson
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-12-10updates to match other changes elsewhereBrian Paul
2005-08-05More EGL prep. No impact on anything outside of EGLJon Smirl
2005-05-17fix pbuffer sample codeBrian Paul
2005-05-17updated demoCreatePbufferSurface()Brian Paul
2005-05-16s/Atrib/Attrib/, set extension enable flagsBrian Paul
2005-05-14Fix compile error in demo egl driverJon 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-05-04sync with latest EGL_MESA_screen_surface spec (EGLScreenMESA handles)Brian Paul
2005-04-22initial EGL codeBrian Paul