Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | targets/egl-static: New EGL target for scons. | Chia-I Wu | 2011-01-12 | 1 | -55/+0 |
| | | | | | This target is based on and replaces egl-gdi. It is suitable for both windows and x11. | ||||
* | scons: Revamp how to specify targets to build. | José Fonseca | 2010-11-01 | 1 | -42/+50 |
| | | | | | | | | | | | | | | | | | | | | | | Use scons target and dependency system instead of ad-hoc options. Now is simply a matter of naming what to build. For example: scons libgl-xlib scons libgl-gdi scons graw-progs scons llvmpipe and so on. And there is also the possibility of scepcified subdirs, e.g. scons src/gallium/drivers If nothing is specified then everything will be build. There might be some rough corners over the next days. Please bare with me. | ||||
* | st/egl: Add egl-gdi target. | Chia-I Wu | 2010-06-30 | 1 | -0/+47 |
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. |