summaryrefslogtreecommitdiffstats
path: root/src/egl/main/eglstring.h
Commit message (Collapse)AuthorAgeFilesLines
* egl: Don't include strings.h on Windows.José Fonseca2012-03-011-0/+1
| | | | | strings.h is needed for the declaration of strcasecmp(), but only on non-Windows platforms.
* egl: add copyright noticesChia-I Wu2011-07-021-0/+30
| | | | | The list of copyright holders could be incomplete. Please update directly or notify me if your name is missing.
* egl: need stdio.h for non-Windows build too to avoid compiler warningBrian Paul2011-01-131-1/+1
|
* egl: Cleanup _EGLDisplay initialization.Chia-I Wu2011-01-131-0/+1
| | | | | Reorder/rename and document the fields that should be set by the driver during initialization. Drop the major/minor arguments from drv->API.Initialize.
* egl: s/_EGL_PLATFORM/_EGL_OS/ and s/POSIX/UNIX/.Chia-I Wu2010-06-171-1/+1
| | | | | A platform means a native window system in EGL. Use OS that follows Gallium instead.
* egl: Use SConscript for Windows build.Chia-I Wu2010-05-311-0/+9
| | | | Fix several portability issues and add SConscript for Windows build.
* egl: added eglstring.[ch]Brian Paul2008-05-281-0/+9