dolphin/Source/Plugins
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
..
Plugin_VideoDX9 Let's go ahead and throw this in here, should bring support of Intel IGP back in with DX9.... I can't actually test this for an obvious reason, but I figure while Windows is broken anyway, go ahead with it. 2011-10-08 15:29:04 -07:00
Plugin_VideoDX11 fix build issue with intel compiler and fix some unsafe string usages, patch by FilthyMonkey 2011-10-01 21:31:43 -05:00
Plugin_VideoOGL Fixed EFB cache index computations in OpenGL renderer. 2011-12-01 02:46:59 +01:00
Plugin_VideoSoftware vs2010: Disable LTCG for realz 2011-09-05 09:43:23 -07:00
CMakeLists.txt Some work on changing comments, log messages, and variable and function names to reflect that the plugins are not plugins anymore. 2011-02-14 02:18:03 +00:00