Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-01-22 | st/egl_g3d: Use glxinit.c from egl_xdri. | Chia-I Wu | |
It is used to fetch the GLX visuals/fbconfigs. Use egl_xdri's version to avoid duplication. It might be better to rewrite that part though. | |||
2010-01-12 | st/egl_g3d: New EGL state tracker that uses Gallium. | Chia-I Wu | |
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> |