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:
authorBrecht Van Lommel <brechtvanlommel@gmail.com>2018-09-11 12:34:03 +0300
committerBrecht Van Lommel <brechtvanlommel@gmail.com>2018-09-11 12:53:56 +0300
commit6acf8642e5c464a0879cf37e3f39cd3e526a2019 (patch)
treef1ac7c45e04749a84af02fa39a7507a4cecb6e76 /source/blender/gpu/intern/gpu_extensions.c
parent7c64f8537f5c4766390cdca58568c07a74863c67 (diff)
Cleanup: remove unused GPU code.
Diffstat (limited to 'source/blender/gpu/intern/gpu_extensions.c')
-rw-r--r--source/blender/gpu/intern/gpu_extensions.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/source/blender/gpu/intern/gpu_extensions.c b/source/blender/gpu/intern/gpu_extensions.c
index 0c2f11b1f74..112618de92d 100644
--- a/source/blender/gpu/intern/gpu_extensions.c
+++ b/source/blender/gpu/intern/gpu_extensions.c
@@ -265,18 +265,6 @@ void gpu_extensions_exit(void)
GPU_invalid_tex_free();
}
-bool GPU_full_non_power_of_two_support(void)
-{
- /* always supported on full GL but still relevant for OpenGL ES 2.0 where
- * NPOT textures can't use mipmaps or repeat wrap mode */
- return true;
-}
-
-bool GPU_bicubic_bump_support(void)
-{
- return GLEW_VERSION_4_0 || (GLEW_ARB_texture_query_lod && GLEW_VERSION_3_0);
-}
-
int GPU_color_depth(void)
{
return GG.colordepth;