mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 02:28:10 +02:00
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:
parent
beb3e81b86
commit
99109e9fe0
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue