[Bf-blender-cvs] [60b930af3e7] master: GPU: Add another driver to the list of unused_fb_slot_workaround

mano-wii noreply at git.blender.org
Tue Dec 25 18:38:21 CET 2018


Commit: 60b930af3e73d8e7083263fc95ad66a3326c700b
Author: mano-wii
Date:   Tue Dec 25 14:36:22 2018 -0200
Branches: master
https://developer.blender.org/rB60b930af3e73d8e7083263fc95ad66a3326c700b

GPU: Add another driver to the list of unused_fb_slot_workaround

I start to think that an automatic detection would be a better solution.

===================================================================

M	source/blender/gpu/intern/gpu_extensions.c

===================================================================

diff --git a/source/blender/gpu/intern/gpu_extensions.c b/source/blender/gpu/intern/gpu_extensions.c
index 6a65a922d89..57962951154 100644
--- a/source/blender/gpu/intern/gpu_extensions.c
+++ b/source/blender/gpu/intern/gpu_extensions.c
@@ -272,7 +272,8 @@ void gpu_extensions_init(void)
 
 #ifdef _WIN32
 		if (strstr(version, "4.5.13399") ||
-		    strstr(version, "4.5.13417"))
+		    strstr(version, "4.5.13417") ||
+		    strstr(version, "4.5.13422"))
 		{
 			/* The renderers include:
 			 *   Mobility Radeon HD 5000;



More information about the Bf-blender-cvs mailing list