Module: Mesa Branch: master Commit: 99109e9fe08f13c40ffc55e305a69e51740fc6c4 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=99109e9fe08f13c40ffc55e305a69e51740fc6c4
Author: Dave Airlie <[email protected]> Date: Wed Nov 9 13:48:50 2011 +0000 radeon: use meta bitmap Now that the stride bug is fixed, enable Bitmap via meta mode. Signed-off-by: Dave Airlie <[email protected]> --- src/mesa/drivers/dri/radeon/radeon_texture.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/mesa/drivers/dri/radeon/radeon_texture.c b/src/mesa/drivers/dri/radeon/radeon_texture.c index 85ee113..d5fb954 100644 --- a/src/mesa/drivers/dri/radeon/radeon_texture.c +++ b/src/mesa/drivers/dri/radeon/radeon_texture.c @@ -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 _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
