summaryrefslogtreecommitdiffstats
path: root/src/egl/main/eglstring.h
Commit message (Collapse)AuthorAgeFilesLines
* 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