targets/egl: Check against drm_driver_descriptor::name.
authorChia-I Wu <olv@lunarg.com>
Mon, 23 Aug 2010 15:03:51 +0000 (23:03 +0800)
committerChia-I Wu <olv@lunarg.com>
Tue, 24 Aug 2010 03:50:36 +0000 (11:50 +0800)
commit65741c596f9c89ee25dfa4eb910a48140d22515b
tree49a626561c4573ca0d94e5b2ec61ac2d49d36933
parent0ba164365875bba0150937c7e1a81cfa06d9f9b4
targets/egl: Check against drm_driver_descriptor::name.

drm_driver_descriptor::driver_name is defined to be the name of the
kernel module.  We should check against drm_driver_descriptor::name
instead of drm_driver_descriptor::driver_name.
src/gallium/targets/egl/egl.c
src/gallium/targets/egl/pipe_r300.c
src/gallium/targets/egl/pipe_r600.c