st/egl: Add egl-gdi target.
authorChia-I Wu <olv@lunarg.com>
Wed, 30 Jun 2010 05:15:18 +0000 (13:15 +0800)
committerChia-I Wu <olv@lunarg.com>
Wed, 30 Jun 2010 06:00:43 +0000 (14:00 +0800)
commit8977879ec91b21572abd9bb95dcd0e72ba49f753
treeec35ec8b2a70b1bc124728c8cd39b9f664bbf36b
parent2f0b01826dbae60fed60c0d744d42a1a4cde4a84
st/egl: Add egl-gdi target.

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.
src/gallium/state_trackers/egl/gdi/native_gdi.c
src/gallium/targets/SConscript
src/gallium/targets/egl-gdi/SConscript [new file with mode: 0644]
src/gallium/targets/egl-gdi/egl-static.c [new file with mode: 0644]
src/gallium/targets/egl/SConscript [deleted file]