commit | 49381d63e61c724b156b76068058df1c01a906c2 | [log] [tgz] |
---|---|---|
author | Chia-I Wu <olvaffe@gmail.com> | Mon Jan 11 01:23:01 2010 +0800 |
committer | Chia-I Wu <olvaffe@gmail.com> | Tue Jan 12 11:08:57 2010 +0800 |
tree | 1daa32a523bf23c027fc18e921bfe850ec7b220f | |
parent | 6dafd61ab278f23ecfebac7ef647610875abd2db [diff] |
st/egl_g3d: New EGL state tracker that uses Gallium. This new (intermediate) EGL state tracker is the base work for EGL drivers that uses Gallium. It makes it easier to support new window systems. Currently, there is support only for X11. This driver supports multiple APIs (OpenVG, OpenGL, ...) and supports hardware acceleration through winsys/drm. Signed-off-by: Chia-I Wu <olvaffe@gmail.com>