dolphin/Source/Core/VideoBackends/Software/Src
Scott Mansell afe47ff847 Increase res of color texture to match PAL Super Smash Bros: Brawl
The pal version of SSBB has a 640x568 xfb, which is larger than the efb.
Increase the size of the static textures and put in some runtime checks
to prevent buffer overruns.
2013-11-24 00:15:08 +13:00
..
BPMemLoader.cpp Run code through the advanced tool 'sed' to remove trailing whitespace. 2013-11-03 20:54:05 -05:00
BPMemLoader.h Put Plugins/ in Core/, rename to VideoBackends 2013-10-07 10:37:01 -04:00
Clipper.cpp Run code through the advanced tool 'sed' to remove trailing whitespace. 2013-11-03 20:54:05 -05:00
Clipper.h Put Plugins/ in Core/, rename to VideoBackends 2013-10-07 10:37:01 -04:00
CPMemLoader.cpp Put Plugins/ in Core/, rename to VideoBackends 2013-10-07 10:37:01 -04:00
CPMemLoader.h Put Plugins/ in Core/, rename to VideoBackends 2013-10-07 10:37:01 -04:00
DebugUtil.cpp std::string can't be passed to ... format. 2013-11-17 11:28:11 +13:00
DebugUtil.h [OGL] Textures now save to PNG not TGA 2013-11-16 15:59:59 +13:00
EfbCopy.cpp Merge branch 'master' into videosoftware-xfb 2013-11-23 23:20:45 +13:00
EfbCopy.h Put Plugins/ in Core/, rename to VideoBackends 2013-10-07 10:37:01 -04:00
EfbInterface.cpp Increase res of color texture to match PAL Super Smash Bros: Brawl 2013-11-24 00:15:08 +13:00
EfbInterface.h Merge branch 'master' into videosoftware-xfb 2013-11-23 23:20:45 +13:00
HwRasterizer.cpp [OGL] Textures now save to PNG not TGA 2013-11-16 15:59:59 +13:00
HwRasterizer.h Run code through the advanced tool 'sed' to remove trailing whitespace. 2013-11-03 20:54:05 -05:00
NativeVertexFormat.h Run code through clang-modernize -loop-convert to create range-based for loops, and manually fix some stuff up. 2013-11-03 20:54:01 -05:00
OpcodeDecoder.cpp Run code through the advanced tool 'sed' to remove trailing whitespace. 2013-11-03 20:54:05 -05:00
OpcodeDecoder.h Put Plugins/ in Core/, rename to VideoBackends 2013-10-07 10:37:01 -04:00
RasterFont.cpp Put Plugins/ in Core/, rename to VideoBackends 2013-10-07 10:37:01 -04:00
RasterFont.h Put Plugins/ in Core/, rename to VideoBackends 2013-10-07 10:37:01 -04:00
Rasterizer.cpp Run code through clang-modernize -loop-convert to create range-based for loops, and manually fix some stuff up. 2013-11-03 20:54:01 -05:00
Rasterizer.h Put Plugins/ in Core/, rename to VideoBackends 2013-10-07 10:37:01 -04:00
SetupUnit.cpp Run code through the advanced tool 'sed' to remove trailing whitespace. 2013-11-03 20:54:05 -05:00
SetupUnit.h Put Plugins/ in Core/, rename to VideoBackends 2013-10-07 10:37:01 -04:00
stdafx.cpp Put Plugins/ in Core/, rename to VideoBackends 2013-10-07 10:37:01 -04:00
stdafx.h Run code through the advanced tool 'sed' to remove trailing whitespace. 2013-11-03 20:54:05 -05:00
SWCommandProcessor.cpp Run code through the advanced tool 'sed' to remove trailing whitespace. 2013-11-03 20:54:05 -05:00
SWCommandProcessor.h Put Plugins/ in Core/, rename to VideoBackends 2013-10-07 10:37:01 -04:00
SWmain.cpp Merge branch 'master' into videosoftware-xfb 2013-11-23 23:20:45 +13:00
SWPixelEngine.cpp Run code through the advanced tool 'sed' to remove trailing whitespace. 2013-11-03 20:54:05 -05:00
SWPixelEngine.h Run code through the advanced tool 'sed' to remove trailing whitespace. 2013-11-03 20:54:05 -05:00
SWRenderer.cpp Increase res of color texture to match PAL Super Smash Bros: Brawl 2013-11-24 00:15:08 +13:00
SWRenderer.h Merge branch 'master' into videosoftware-xfb 2013-11-23 23:20:45 +13:00
SWStatistics.cpp Put Plugins/ in Core/, rename to VideoBackends 2013-10-07 10:37:01 -04:00
SWStatistics.h Put Plugins/ in Core/, rename to VideoBackends 2013-10-07 10:37:01 -04:00
SWVertexLoader.cpp Run code through the advanced tool 'sed' to remove trailing whitespace. 2013-11-03 20:54:05 -05:00
SWVertexLoader.h Put Plugins/ in Core/, rename to VideoBackends 2013-10-07 10:37:01 -04:00
SWVideoConfig.cpp Merge branch 'master' into videosoftware-xfb 2013-11-23 23:20:45 +13:00
SWVideoConfig.h Merge branch 'master' into videosoftware-xfb 2013-11-23 23:20:45 +13:00
Tev.cpp Run code through the advanced tool 'sed' to remove trailing whitespace. 2013-11-03 20:54:05 -05:00
Tev.h Run code through the advanced tool 'sed' to remove trailing whitespace. 2013-11-03 20:54:05 -05:00
TextureEncoder.cpp Run code through the advanced tool 'sed' to remove trailing whitespace. 2013-11-03 20:54:05 -05:00
TextureEncoder.h Fix TextureEncoder.h 2013-10-16 23:20:51 -04:00
TextureSampler.cpp Run code through the advanced tool 'sed' to remove trailing whitespace. 2013-11-03 20:54:05 -05:00
TextureSampler.h Put Plugins/ in Core/, rename to VideoBackends 2013-10-07 10:37:01 -04:00
TransformUnit.cpp Run code through the advanced tool 'sed' to remove trailing whitespace. 2013-11-03 20:54:05 -05:00
TransformUnit.h Put Plugins/ in Core/, rename to VideoBackends 2013-10-07 10:37:01 -04:00
Vec3.h Run code through the advanced tool 'sed' to remove trailing whitespace. 2013-11-03 20:54:05 -05:00
VideoBackend.h Run code through clang-modernize -add-override to add 'override' decls. 2013-11-03 20:54:05 -05:00
VideoConfigDialog.cpp Merge branch 'master' into videosoftware-xfb 2013-11-23 23:20:45 +13:00
VideoConfigDialog.h Put Plugins/ in Core/, rename to VideoBackends 2013-10-07 10:37:01 -04:00
XFMemLoader.cpp Run code through the advanced tool 'sed' to remove trailing whitespace. 2013-11-03 20:54:05 -05:00
XFMemLoader.h Run code through the advanced tool 'sed' to remove trailing whitespace. 2013-11-03 20:54:05 -05:00