Changeset View
Changeset View
Standalone View
Standalone View
source/blender/gpu/intern/gpu_extensions.c
| Context not available. | |||||
| GG.context_local_shaders_workaround = true; | GG.context_local_shaders_workaround = true; | ||||
| } | } | ||||
| } | } | ||||
| else if ((GG.device == GPU_DEVICE_ATI) && (GG.os == GPU_OS_UNIX) && | |||||
| (GG.driver == GPU_DRIVER_OPENSOURCE)) { | |||||
| /* See T70187: merging vertices fail. This has been tested from 18.2.2 till 19.3.0~dev of the | |||||
| * Mesa driver */ | |||||
| GG.unused_fb_slot_workaround = true; | |||||
| } | |||||
| GPU_invalid_tex_init(); | GPU_invalid_tex_init(); | ||||
| } | } | ||||
| Context not available. | |||||