summaryrefslogtreecommitdiffstats
path: root/src/egl/drivers/demo
Commit message (Collapse)AuthorAgeFilesLines
* LIB_DIR is now just 'lib' or 'lib64'Brian Paul2006-07-131-3/+3
| | | | | Replaced $(LIB_DIR) with $(TOP)/$(LIB_DIR), use LIB_DIR in install targets. Patch by Hanno Böck.
* 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
| | | | Seems to be mostly working. Not all of egl API is implemented.
* sync with latest EGL_MESA_screen_surface spec (EGLScreenMESA handles)Brian Paul2005-05-041-40/+23
|
* initial EGL codeBrian Paul2005-04-222-0/+434