summaryrefslogtreecommitdiff
path: root/src/egl/drivers/demo
AgeCommit message (Expand)Author
2009-08-18egl: Some per-driver data should be per-display.Chia-I Wu
2009-08-18egl: Overhaul driver API.Chia-I Wu
2009-08-03egl: Replace IsBound by a pointer to the binding.Chia-I Wu
2009-07-21Add missing X11_INCLUDES to egl/drivers/demo and egl/main.Peter Hutterer
2009-07-17egl: Remove redundant DeletePending flag.Chia-I Wu
2009-07-17egl: Use the link functions to manage resources.Chia-I Wu
2009-04-29egl: Don't install demodriverDan Nicholson
2009-02-11Add install target for eglJohannes Engel
2008-09-11Merge branch 'gallium-0.1' into gallium-0.2Keith Whitwell
2008-08-18egl: don't put the example/demo driver in the lib/ dirBrian Paul
2008-07-12Always pass -linker and -ldflags to mklib for shared librariesDan Nicholson
2008-07-12Call mklib with $(SHELL) so the user controls the interpreterDan Nicholson
2008-07-03egl: Fix demodriverJakob Bornecrantz
2008-05-28egl: added args string to _eglMain()Brian Paul
2008-05-28egl: Make demo driver compileJakob Bornecrantz
2008-05-27s/GLuint/unsigned/Brian Paul
2008-05-07Never fail `make clean'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-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
2005-05-04sync with latest EGL_MESA_screen_surface spec (EGLScreenMESA handles)Brian Paul
2005-04-22initial EGL codeBrian Paul