From cdcbd409ab206515c04cfabdb0adf75be3bb97b1 Mon Sep 17 00:00:00 2001 From: mfeemster Date: Mon, 23 Nov 2015 16:33:43 -0800 Subject: [PATCH] --Bug fixes: -Add Zeps to global OpenCL function list for any ember that contains 3D params. --- Builds/MSVC/Installer/Product.wxs | 2 +- Data/Version History.txt | 56 ++++++++++++++++++++++ Source/EmberCL/IterOpenCLKernelCreator.cpp | 4 ++ 3 files changed, 61 insertions(+), 1 deletion(-) diff --git a/Builds/MSVC/Installer/Product.wxs b/Builds/MSVC/Installer/Product.wxs index f640ec3..cf148d1 100644 --- a/Builds/MSVC/Installer/Product.wxs +++ b/Builds/MSVC/Installer/Product.wxs @@ -13,7 +13,7 @@ - + ::GlobalFunctionsString(const Ember& ember) } } + if (ember.ProjBits()) + if (!Contains(funcNames, zeps)) + funcNames.push_back(zeps); + for (auto& funcName : funcNames) if(auto text = m_FunctionMapper.GetGlobalFunc(funcName)) os << *text << endl;