added volume rendering to run on GPU

This commit is contained in:
Evghenii
2013-11-08 13:57:16 +01:00
parent 348100ba42
commit b3c68af40a
10 changed files with 965 additions and 11 deletions

View File

@@ -665,7 +665,7 @@ Target::Target(const char *arch, const char *cpu, const char *isa, bool pic, boo
this->m_hasHalf = false;
this->m_maskingIsFree = true;
this->m_maskBitCount = 1;
this->m_hasTranscendentals = true;
this->m_hasTranscendentals = false; //true;
this->m_hasGather = this->m_hasScatter = false;
}
else {