summaryrefslogtreecommitdiffstats
path: root/src/egl/drivers/demo/demo.c
Commit message (Expand)AuthorAgeFilesLines
* egl: Introduce config keys.Chia-I Wu2009-09-291-1/+1
* egl: Some per-driver data should be per-display.Chia-I Wu2009-08-181-6/+13
* egl: Overhaul driver API.Chia-I Wu2009-08-181-56/+27
* egl: Replace IsBound by a pointer to the binding.Chia-I Wu2009-08-031-2/+2
* egl: Remove redundant DeletePending flag.Chia-I Wu2009-07-171-10/+2
* egl: Use the link functions to manage resources.Chia-I Wu2009-07-171-7/+10
* egl: Fix demodriverJakob Bornecrantz2008-07-031-11/+11
* egl: added args string to _eglMain()Brian Paul2008-05-281-1/+1
* egl: Make demo driver compileJakob Bornecrantz2008-05-281-2/+2
* s/GLuint/unsigned/Brian Paul2008-05-271-3/+3
* updates to match other changes elsewhereBrian Paul2005-12-101-23/+18
* More EGL prep. No impact on anything outside of EGLJon Smirl2005-08-051-8/+1
* fix pbuffer sample codeBrian Paul2005-05-171-6/+3
* updated demoCreatePbufferSurface()Brian Paul2005-05-171-52/+7
* s/Atrib/Attrib/, set extension enable flagsBrian Paul2005-05-161-23/+13
* Fix compile error in demo egl driverJon Smirl2005-05-141-12/+12
* First attempt at getting egl support up on dumb framebuffer.Jon Smirl2005-05-131-5/+5
* sync with latest EGL_MESA_screen_surface spec (EGLScreenMESA handles)Brian Paul2005-05-041-40/+23
* initial EGL codeBrian Paul2005-04-221-0/+403