summaryrefslogtreecommitdiffstats
path: root/progs/egl
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | VS: ----------------------------------------------------------------------
* First attempt at getting egl support up on dumb framebuffer.Jon Smirl2005-05-133-2/+11
| | | | Seems to be mostly working. Not all of egl API is implemented.
* updates for latest EGLScreenMESA changesBrian Paul2005-05-042-3/+29
|
* demo / test progsBrian Paul2005-04-223-0/+271