summaryrefslogtreecommitdiff
path: root/src/egl/drivers/demo/demo.c
AgeCommit message (Expand)Author
2010-01-22egl: Remove the demo driver.Chia-I Wu
2009-09-29egl: Introduce config keys.Chia-I Wu
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-17egl: Remove redundant DeletePending flag.Chia-I Wu
2009-07-17egl: Use the link functions to manage resources.Chia-I Wu
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
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