From f71a2fc6c381f32e89ac09112ac3b7ebc3f8a794 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Foucault?= Date: Mon, 8 Jun 2020 12:03:11 +0200 Subject: Fix T76273 Glitches caused by glCopyImageSubData on windows + intel gpu We limit this fix to Windows Intel GPU whose driver reports at most GL 4.4 support. This limits the fix to the range of reported GPU. --- source/blender/gpu/GPU_extensions.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender/gpu/GPU_extensions.h') diff --git a/source/blender/gpu/GPU_extensions.h b/source/blender/gpu/GPU_extensions.h index 4ffe4a53a52..ab54148a2ff 100644 --- a/source/blender/gpu/GPU_extensions.h +++ b/source/blender/gpu/GPU_extensions.h @@ -49,6 +49,7 @@ bool GPU_mip_render_workaround(void); bool GPU_depth_blitting_workaround(void); bool GPU_unused_fb_slot_workaround(void); bool GPU_context_local_shaders_workaround(void); +bool GPU_texture_copy_workaround(void); bool GPU_crappy_amd_driver(void); bool GPU_mem_stats_supported(void); -- cgit v1.2.3