summaryrefslogtreecommitdiff
path: root/Source/Core/VideoBackends/OGL/Src/SamplerCache.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Core/VideoBackends/OGL/Src/SamplerCache.cpp')
-rw-r--r--Source/Core/VideoBackends/OGL/Src/SamplerCache.cpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/Source/Core/VideoBackends/OGL/Src/SamplerCache.cpp b/Source/Core/VideoBackends/OGL/Src/SamplerCache.cpp
index 8419777fae..2b50652ade 100644
--- a/Source/Core/VideoBackends/OGL/Src/SamplerCache.cpp
+++ b/Source/Core/VideoBackends/OGL/Src/SamplerCache.cpp
@@ -16,14 +16,11 @@ SamplerCache::SamplerCache()
SamplerCache::~SamplerCache()
{
- if (!DriverDetails::HasBug(DriverDetails::BUG_ISTEGRA))
- Clear();
+ Clear();
}
void SamplerCache::SetSamplerState(int stage, const TexMode0& tm0, const TexMode1& tm1)
{
- if (DriverDetails::HasBug(DriverDetails::BUG_ISTEGRA))
- return;
// TODO: can this go somewhere else?
if (m_last_max_anisotropy != g_ActiveConfig.iMaxAnisotropy)
{