summaryrefslogtreecommitdiff
path: root/src/egl/main/eglstring.h
AgeCommit message (Collapse)Author
2011-01-13egl: need stdio.h for non-Windows build too to avoid compiler warningBrian Paul
2011-01-13egl: Cleanup _EGLDisplay initialization.Chia-I Wu
Reorder/rename and document the fields that should be set by the driver during initialization. Drop the major/minor arguments from drv->API.Initialize.
2010-06-17egl: s/_EGL_PLATFORM/_EGL_OS/ and s/POSIX/UNIX/.Chia-I Wu
A platform means a native window system in EGL. Use OS that follows Gallium instead.
2010-05-31egl: Use SConscript for Windows build.Chia-I Wu
Fix several portability issues and add SConscript for Windows build.
2008-05-28egl: added eglstring.[ch]Brian Paul