summaryrefslogtreecommitdiff
path: root/src/egl/drivers/demo
AgeCommit message (Expand)AuthorFilesLines
2009-09-29egl: Introduce config keys.Chia-I Wu1-1/+1
2009-08-18egl: Some per-driver data should be per-display.Chia-I Wu1-6/+13
2009-08-18egl: Overhaul driver API.Chia-I Wu1-56/+27
2009-08-03egl: Replace IsBound by a pointer to the binding.Chia-I Wu1-2/+2
2009-07-21Add missing X11_INCLUDES to egl/drivers/demo and egl/main.Peter Hutterer1-1/+1
2009-07-17egl: Remove redundant DeletePending flag.Chia-I Wu1-10/+2
2009-07-17egl: Use the link functions to manage resources.Chia-I Wu1-7/+10
2009-04-29egl: Don't install demodriverDan Nicholson1-2/+0
2009-02-11Add install target for eglJohannes Engel1-1/+3
2008-09-11Merge branch 'gallium-0.1' into gallium-0.2Keith Whitwell1-17/+17
2008-08-18egl: don't put the example/demo driver in the lib/ dirBrian Paul1-2/+1
2008-07-12Always pass -linker and -ldflags to mklib for shared librariesDan Nicholson1-2/+3
2008-07-12Call mklib with $(SHELL) so the user controls the interpreterDan Nicholson1-1/+1
2008-07-03egl: Fix demodriverJakob Bornecrantz1-11/+11
2008-05-28egl: added args string to _eglMain()Brian Paul1-1/+1
2008-05-28egl: Make demo driver compileJakob Bornecrantz1-2/+2
2008-05-27s/GLuint/unsigned/Brian Paul1-3/+3
2008-05-07Never fail `make clean'Dan Nicholson1-2/+2
2007-09-28add support for LDFLAGS env varDan Nicholson1-1/+1
2006-07-13LIB_DIR is now just 'lib' or 'lib64'Brian Paul1-3/+3
2005-12-10updates to match other changes elsewhereBrian Paul1-23/+18
2005-08-05More EGL prep. No impact on anything outside of EGLJon Smirl1-8/+1
2005-05-17fix pbuffer sample codeBrian Paul1-6/+3
2005-05-17updated demoCreatePbufferSurface()Brian Paul1-52/+7
2005-05-16s/Atrib/Attrib/, set extension enable flagsBrian Paul1-23/+13
2005-05-14Fix compile error in demo egl driverJon Smirl1-12/+12
2005-05-13First attempt at getting egl support up on dumb framebuffer.Jon Smirl1-5/+5
2005-05-04sync with latest EGL_MESA_screen_surface spec (EGLScreenMESA handles)Brian Paul1-40/+23
2005-04-22initial EGL codeBrian Paul2-0/+434