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:
authorThomas Dinges <blender@dingto.org>2018-02-18 00:56:58 +0300
committerThomas Dinges <blender@dingto.org>2018-02-18 00:56:58 +0300
commit9e717c0495a3f9b71d3895d35df1e15518b6ca2c (patch)
tree6371788a67c11a781b8f862a56e5d940646dffbe /intern/cycles/render/image.h
parente1ef902058149b6feee96d87e58b26582c522b2d (diff)
Cycles: Remove Fermi texture code.
This should be the last Fermi removal commit, unless I missed something. It's been a pleasure Fermi!
Diffstat (limited to 'intern/cycles/render/image.h')
-rw-r--r--intern/cycles/render/image.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/intern/cycles/render/image.h b/intern/cycles/render/image.h
index 3519a67bc05..6fca3ca20d3 100644
--- a/intern/cycles/render/image.h
+++ b/intern/cycles/render/image.h
@@ -121,7 +121,6 @@ private:
int tex_num_images[IMAGE_DATA_NUM_TYPES];
int max_num_images;
bool has_half_images;
- bool cuda_fermi_limits;
thread_mutex device_mutex;
int animation_frame;