summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/TextureCacheBase.cpp
diff options
context:
space:
mode:
authorLéo Lam <leo@innovatetechnologi.es>2018-05-16 00:04:10 +0200
committerLéo Lam <leo@innovatetechnologi.es>2018-05-20 19:59:26 +0200
commit355b1b5d5b99fbd7be7a1db490b381acb1e46f28 (patch)
tree4d8c65d0de6d136397b1864ead5bc69c6736edda /Source/Core/VideoCommon/TextureCacheBase.cpp
parente83591f188f329e9f29f2c5c59ee68a551ac454c (diff)
ec: Improve readability and clarity
- Move all of the ec functions into the Common::ec namespace. - Give the public functions better names and some usage information. - Move all of the "elt" related functions into an "elt" class including all of the arithmetic operations, so that the logic becomes clearer and feels less like assembly. This also makes it much more obvious what the parameters are, instead of only using unsigned char* (which doesn't tell anything about what the pointer is used for or the size). - Similarly, add a new "Point" class and move point functions there. Overload the arithmetic operators to make calculations easier to read
Diffstat (limited to 'Source/Core/VideoCommon/TextureCacheBase.cpp')
0 files changed, 0 insertions, 0 deletions