summaryrefslogtreecommitdiffstats
path: root/src/egl/main/eglfallbacks.c
Commit message (Collapse)AuthorAgeFilesLines
* egl: remove #ifdef's for official extensionsChia-I Wu2011-12-201-4/+0
| | | | | | | There is no point in having them when we distribute eglext.h. As for unofficial extensions, there is a chance that we might remove some of them evetually. Keeping the #ifdef's for now should make that easier.
* egl: add copyright noticesChia-I Wu2011-07-021-0/+28
| | | | | The list of copyright holders could be incomplete. Please update directly or notify me if your name is missing.
* egl: Move fallback routines to eglfallbacks.c.Chia-I Wu2010-10-221-0/+99
We do not want them to be all over the places.