Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClément Foucault <foucault.clem@gmail.com>2019-12-05 14:02:24 +0300
committerClément Foucault <foucault.clem@gmail.com>2019-12-05 14:02:24 +0300
commite2806b7429c7d001687ae42e5173827989bb8e42 (patch)
tree6ebed9265466f11949efdbde4924415988254468 /source/blender/gpu/GPU_extensions.h
parent798b977d95be54c8cbbe09d4b7861cdbfc25ea2d (diff)
Revert "Fix T71576 Mesh error on mutimaterial Meshes on legacy nvidia drivers"
This reverts commit cf77b67c459d481f6d8d34d13e14d22a6cad0842.
Diffstat (limited to 'source/blender/gpu/GPU_extensions.h')
-rw-r--r--source/blender/gpu/GPU_extensions.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/gpu/GPU_extensions.h b/source/blender/gpu/GPU_extensions.h
index 692cd159fbf..245f7f47510 100644
--- a/source/blender/gpu/GPU_extensions.h
+++ b/source/blender/gpu/GPU_extensions.h
@@ -48,7 +48,6 @@ 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_legacy_nvidia_driver(void);
bool GPU_crappy_amd_driver(void);
bool GPU_mem_stats_supported(void);