Version
3.5-1848
Branch
hardwareAA
Date
9 years, 7 months ago
Windows x64 Windows x86 Mac OS X Android
Commit
798ce312a59ea8876f2548dd8b7f119817696159
Change author
Scott Mansell
Change description
VideoSoftware: Optimisations: Pass by Value instead of Refrence.

These bitfields fit in a single 32 bit registers and are not modified
inside the function. These functions are very hot, and the indirect load
had a measurable performance impact.

Also marked them as const, because they are.