winsys/drm: Add swrast.
authorChia-I Wu <olvaffe@gmail.com>
Fri, 22 Jan 2010 07:51:51 +0000 (15:51 +0800)
committerChia-I Wu <olvaffe@gmail.com>
Fri, 22 Jan 2010 08:44:09 +0000 (16:44 +0800)
commita1306f4ef6f83a86d03720641f3cdc5e13485fa6
treebf41b5ead53a1a575289be396efdff53b96d0c03
parent52d7b2cedee44fbd9a0e6405b974c62898bed169
winsys/drm: Add swrast.

The swrast winsys always returns NULL when drm_api_create is called.
configs/default
configure.ac
docs/egl.html
src/gallium/winsys/drm/swrast/Makefile [new file with mode: 0644]
src/gallium/winsys/drm/swrast/core/Makefile [new file with mode: 0644]
src/gallium/winsys/drm/swrast/core/swrast_drm_api.c [new file with mode: 0644]
src/gallium/winsys/drm/swrast/egl_g3d/Makefile [new file with mode: 0644]
src/gallium/winsys/drm/swrast/egl_g3d/dummy.c [new file with mode: 0644]