swrastg: Use new drm_driver interface in EGL
authorJakob Bornecrantz <jakob@vmware.com>
Tue, 1 Jun 2010 06:56:33 +0000 (07:56 +0100)
committerJakob Bornecrantz <jakob@vmware.com>
Sun, 6 Jun 2010 11:29:40 +0000 (12:29 +0100)
commit16fa300d55f789cfd71b1d61e3ff74d2eafd12ab
tree36b9aba391cbd303e208a9b9d1bb134471f8f33d
parentc1a19689b83a9569b30ba43c168fdca328cb9f2e
swrastg: Use new drm_driver interface in EGL

The EGL state tracker is really weird in how it does software,
in the past we would just not return a drm_api struct but now,
there is no callback to get a function so we just set the
create_screen hock to NULL to make it switch to software.
src/gallium/targets/egl-swrast/swrast_glue.c