dolphin/Source/Plugins/Plugin_VideoOGL
Maarten ter Huurne 98981cc724 Fixed EFB cache index computations in OpenGL renderer.
The previous computation was very likely to go out of array bounds,
which could result in crashes on EFB access.

Also, the cache size was rounded down instead of up. This is a problem
since EFB_HEIGHT (528) is not a multiple of EFB_CACHE_RECT_SIZE (64).
2011-12-01 02:46:59 +01:00
..
Src Fixed EFB cache index computations in OpenGL renderer. 2011-12-01 02:46:59 +01:00
CMakeLists.txt Fix the cmake build. 2011-02-11 21:49:29 +00:00
Plugin_VideoOGL.vcxproj vs2010: Disable LTCG for realz 2011-09-05 09:43:23 -07:00
Plugin_VideoOGL.vcxproj.filters vs2010: small fixups to vcxproj files. 2011-02-04 23:12:29 +00:00
SConscript Move SConscript files out from the Src subdirectories to be 2011-03-03 19:44:56 +00:00