aboutsummaryrefslogtreecommitdiffstats
path: root/src/egl/drivers/demo
Commit message (Expand)AuthorAgeFilesLines
* Add install target for eglJohannes Engel2009-02-111-1/+3
* Merge branch 'gallium-0.1' into gallium-0.2Keith Whitwell2008-09-111-17/+17
|\
| * egl: don't put the example/demo driver in the lib/ dirBrian Paul2008-08-181-2/+1
| * 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
* | Always pass -linker and -ldflags to mklib for shared librariesDan Nicholson2008-07-121-2/+3
* | Call mklib with $(SHELL) so the user controls the interpreterDan Nicholson2008-07-121-1/+1
* | Never fail `make clean'Dan Nicholson2008-05-071-2/+2
* | add support for LDFLAGS env varDan Nicholson2007-09-281-1/+1
|/
* LIB_DIR is now just 'lib' or 'lib64'Brian Paul2006-07-131-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-222-0/+434