summaryrefslogtreecommitdiff
path: root/src/egl/main/eglfallbacks.c
AgeCommit message (Collapse)AuthorFilesLines
2011-12-20egl: remove #ifdef's for official extensionsChia-I Wu1-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.
2011-07-02egl: add copyright noticesChia-I Wu1-0/+28
The list of copyright holders could be incomplete. Please update directly or notify me if your name is missing.
2010-10-22egl: Move fallback routines to eglfallbacks.c.Chia-I Wu1-0/+99
We do not want them to be all over the places.