summaryrefslogtreecommitdiffstats
path: root/src/gallium/targets/egl-gdi/egl-static.c
Commit message (Collapse)AuthorAgeFilesLines
* targets/egl-static: New EGL target for scons.Chia-I Wu2011-01-121-143/+0
| | | | | This target is based on and replaces egl-gdi. It is suitable for both windows and x11.
* st/egl: Use profiles to create OpenGL ES contexts.Chia-I Wu2010-09-101-63/+23
| | | | | | | Replace all uses of ST_API_OPENGL_ES{1,2} by profiles. Having 3 st_api's to provide OpenGL, OpenGL ES 1.1, and OpenGL ES 2.0 is not a sane abstraction, since all of them share glapi for current context/dispatch management.
* targets/egl-gdi: Implement guess_gl_api.Chia-I Wu2010-08-201-2/+37
| | | | It is needed to support calling eglGetProcAddress before eglInitialize.
* st/egl: Add egl-gdi target.Chia-I Wu2010-06-301-0/+148
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.