summaryrefslogtreecommitdiff
path: root/src/egl/drivers/demo/demo.c
AgeCommit message (Expand)AuthorFilesLines
2009-08-03egl: Replace IsBound by a pointer to the binding.Chia-I Wu1-2/+2
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
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
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 Paul1-0/+403