summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/VideoBackendBase.cpp
diff options
context:
space:
mode:
authordegasus <wickmarkus@web.de>2014-01-16 14:30:17 +0100
committerdegasus <wickmarkus@web.de>2014-01-17 16:34:53 +0100
commit304adc6e0ddef6411739d0fb577a63108a362c6a (patch)
treef6f54f75fe8a676933b7af48f2de0af1e7b6e115 /Source/Core/VideoCommon/VideoBackendBase.cpp
parent1d6425bd5e580c396cc8f25f14207a4e97e92572 (diff)
IndexGenerator: inline all variables
As we do lots of writes to *Iptr, the compiler isn't allowed to cache any shared variable (neither index nor Iptr itself). This commit inlines Iptr + index into the index generator functions, so the compiler know that they are const.
Diffstat (limited to 'Source/Core/VideoCommon/VideoBackendBase.cpp')
0 files changed, 0 insertions, 0 deletions