Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-08-20 | targets/egl-gdi: Implement guess_gl_api. | Chia-I Wu | |
It is needed to support calling eglGetProcAddress before eglInitialize. | |||
2010-06-30 | st/egl: Add egl-gdi target. | Chia-I Wu | |
The target supports OpenVG on Windows with software rasterizer. The egl_g3d_loader defined by the target supports arbitrary client APIs and window systems. It is the SConscript that limits the support to OpenVG and GDI. This commit also fixes a typo in gdi backend. |