radeon: use meta bitmap

Now that the stride bug is fixed, enable Bitmap via meta mode.

Signed-off-by: Dave Airlie <airlied@redhat.com>
This commit is contained in:
Dave Airlie 2011-11-09 13:48:50 +00:00
parent beb3e81b86
commit 99109e9fe0

View file

@ -1120,6 +1120,7 @@ radeon_init_common_texture_funcs(radeonContextPtr radeon,
functions->CopyTexSubImage2D = radeonCopyTexSubImage2D;
functions->Bitmap = _mesa_meta_Bitmap;
#if FEATURE_OES_EGL_image
functions->EGLImageTargetTexture2D = radeon_image_target_texture_2d;
#endif