summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/OpcodeDecoding.h
diff options
context:
space:
mode:
authorRyan Houdek <Sonicadvance1@gmail.com>2014-12-19 21:31:37 +0000
committerRyan Houdek <Sonicadvance1@gmail.com>2014-12-19 21:31:37 +0000
commit0fec69001bdad6772ff9feafc8c2a3a235665dde (patch)
treed03c99c627d0d7eec73449c9eebeb7e98a6ee84c /Source/Core/VideoCommon/OpcodeDecoding.h
parentca18e51450a8155bb66cf0816f25057717a792c6 (diff)
Fixes Adreno 400 slow performance.
Adreno 300 and 400 have the same video driver performance issues because they are very similar architectures which use basically the same thing with everything. There isn't any need to detect the family of the driver with Qualcomm anyway. If we ever need family specific bugs then we can implement real support for that. Performance issue on Adreno 400 series was due to us only detecting Adreno 300 series, and with Adreno 400 it wouldn't use the bugs, which would cause it to use glBufferSubData, causing the huge performance hit.
Diffstat (limited to 'Source/Core/VideoCommon/OpcodeDecoding.h')
0 files changed, 0 insertions, 0 deletions