summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon
diff options
context:
space:
mode:
authorRyan Houdek <Sonicadvance1@gmail.com>2013-11-24 15:49:23 -0600
committerRyan Houdek <Sonicadvance1@gmail.com>2013-11-24 15:49:23 -0600
commitf292819ff5d9017094c8d2debca2e4a93add448c (patch)
tree41525cfe9025935c7d40b17d63b0c28c2bbe185c /Source/Core/VideoCommon
parentd410fe7c96f63fe994fb18160c0b66e2ca4b3324 (diff)
[Android] Due to recent changes in code breaking Tegra 4 support, and also the upcoming code which will be breaking GLES2 support entirely. Taking the initiative to drop the remaining support code from the codebase in preparation for the upcoming changes. For a look at how Dolphin on Tegra 4 looked like prior and would not have been able to be fixed at all due to Tegra 4 not supporting the precision we need in our shaders; Look at this Youtube video http://youtu.be/Ga7Jc_Ote7U
Diffstat (limited to 'Source/Core/VideoCommon')
-rw-r--r--Source/Core/VideoCommon/Src/DriverDetails.cpp2
-rw-r--r--Source/Core/VideoCommon/Src/DriverDetails.h14
2 files changed, 0 insertions, 16 deletions
diff --git a/Source/Core/VideoCommon/Src/DriverDetails.cpp b/Source/Core/VideoCommon/Src/DriverDetails.cpp
index d2e8f2a059..3e975e0917 100644
--- a/Source/Core/VideoCommon/Src/DriverDetails.cpp
+++ b/Source/Core/VideoCommon/Src/DriverDetails.cpp
@@ -39,8 +39,6 @@ namespace DriverDetails
{VENDOR_MESA, DRIVER_I965, BUG_BROKENUBO, 900, 920, true},
{VENDOR_ATI, DRIVER_ATI, BUG_BROKENHACKEDBUFFER, -1.0, -1.0, true},
{VENDOR_MESA, DRIVER_NOUVEAU, BUG_BROKENHACKEDBUFFER, -1.0, -1.0, true},
- {VENDOR_TEGRA, DRIVER_NVIDIA, BUG_ISTEGRA, -1.0, -1.0, true},
- {VENDOR_IMGTEC, DRIVER_IMGTEC, BUG_ISPOWERVR, -1.0, -1.0, true},
};
std::map<Bug, BugInfo> m_bugs;
diff --git a/Source/Core/VideoCommon/Src/DriverDetails.h b/Source/Core/VideoCommon/Src/DriverDetails.h
index 49af92084e..0ddf097ea1 100644
--- a/Source/Core/VideoCommon/Src/DriverDetails.h
+++ b/Source/Core/VideoCommon/Src/DriverDetails.h
@@ -116,20 +116,6 @@ namespace DriverDetails
// Drawing on screen text causes the whole screen to swizzle in a terrible fashion
// Clearing the framebuffer causes one to never see a frame.
BUG_BROKENSWAP,
- // Bug: Running on a Tegra 4 device
- // Affected devices: Nvidia Tegra
- // Started Version: 4
- // Ended Version: 5
- // Tegra 4 hardware limitations don't allow it to support OpenGL ES 3
- // This is fixed in Tegra 5
- BUG_ISTEGRA,
- // Bug: Running on a PowerVR5 device
- // Affected devices: PowerVR54x
- // Started Version: 540
- // Ended Version: 6xxx
- // PowerVR 5 hardware limitations don't allow it to support OpenGL ES 3
- // This is fixed in PowerVR6
- BUG_ISPOWERVR,
// Bug: glBufferSubData/glMapBufferRange stalls + OOM
// Affected devices: Adreno a3xx/Mali-t6xx
// Started Version: -1