Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-08-19 | st/egl: Fix win32 build. | Chia-I Wu | |
Add new source files to SConscripts. | |||
2010-06-29 | st/egl: One driver per hardware. | Chia-I Wu | |
Merge multiple egl_<platform>_<pipe>.so into a single egl_gallium_<pipe>.so. The environment variable EGL_PLATFORM is now used to modify the return value of _eglGetNativePlatform. | |||
2010-05-31 | st/egl: Add helper functions for use by backends. | Chia-I Wu | |
There is only resource_surface for now. It helps manage the resources of a software-based native surface such as XImage or GDI. | |||
2010-05-31 | st/egl: Add GDI backend. | Chia-I Wu | |
The backend uses Windows GDI driver to provide a software EGL implementation on Windows. |