summaryrefslogtreecommitdiffstats
path: root/progs/egl
Commit message (Expand)AuthorAgeFilesLines
* Never fail `make clean'Dan Nicholson2008-05-071-3/+3
* Ignore more generated files in progs/Dan Nicholson2007-10-101-0/+5
* add support for LDFLAGS env varDan Nicholson2007-09-281-5/+5
* LIB_DIR is now just 'lib' or 'lib64'Brian Paul2006-07-131-10/+10
* update to new APIDave Airlie2005-12-232-2/+2
* s/eglShowSurfaceMESA/eglShowScreenSurfaceMESA/Brian Paul2005-12-101-1/+1
* check/print EGL_SCREEN_BIT_MESA, fix eglGetDisplay() callBrian Paul2005-11-231-3/+7
* Choose the display mode / surface size in an intelligent way.Brian Paul2005-11-231-34/+61
* fix up libdrm for eglDave Airlie2005-08-211-5/+5
* Make the linux-dri-x86 builds work on x86-64 again. mklib nowIan Romanick2005-08-081-5/+5
* Fix up some of the sample to work with the r200 EGL driverJon Smirl2005-08-073-19/+20
* eglgears demo (Dane Rushton)Brian Paul2005-07-142-1/+454
* Fix a few compiler warningsJon Smirl2005-06-162-1/+2
* use MAX_SCREENS instead of hard-coded numberBrian Paul2005-05-201-2/+3
* fix reversed strstr() args, print mode stringBrian Paul2005-05-201-5/+7
* replace // with /* */Brian Paul2005-05-201-1/+1
* Fix EGL fbdev palette problem. demo3 can save ppm of screenJon Smirl2005-05-191-1/+64
* Fix inverted y for egl fbdev, add egl demo3Jon Smirl2005-05-183-0/+589
* Implement fbdev swapbuffers()Jon Smirl2005-05-181-4/+4
* Fix several internal problems with generating the list of configs.Jon Smirl2005-05-171-9/+58
* Add forgotten demo2.cJon Smirl2005-05-141-0/+181
* First attempt at getting egl support up on dumb framebuffer.Jon Smirl2005-05-133-2/+11
* updates for latest EGLScreenMESA changesBrian Paul2005-05-042-3/+29
* demo / test progsBrian Paul2005-04-223-0/+271