dolphin/Source/Core/VideoCommon
Matthew Parlane 32bfcc034f Some tidy up of sprintf to StringFromFormat
Includes a small fix to SetupWiiMemory
2014-02-10 17:25:18 +13:00
..
AVIDump.cpp
AVIDump.h
BPFunctions.cpp
BPFunctions.h
BPMemory.cpp
BPMemory.h Clean up some struct indentations 2014-02-09 19:40:11 -05:00
BPStructs.cpp Rewrote bounding box algotithm. Fixes issues 5967, 6154, 6196, 6211. 2014-01-25 15:36:23 +00:00
BPStructs.h
CMakeLists.txt VideoCommon: remove Cache Displaylist 2014-01-31 07:30:55 +01:00
CommandProcessor.cpp VideoCommon: remove Cache Displaylist 2014-01-31 07:30:55 +01:00
CommandProcessor.h Clean up some struct indentations 2014-02-09 19:40:11 -05:00
ConstantManager.h
CPMemory.cpp
CPMemory.h Clean up some struct indentations 2014-02-09 19:40:11 -05:00
DataReader.h VertexLoader: temp class for reader/writer 2014-01-21 23:44:51 +01:00
Debugger.cpp
Debugger.h Cleanup enum indentations. 2014-02-09 16:16:10 -05:00
DriverDetails.cpp [Android] Fix Adreno v53 development drivers rotating framebuffer 2014-01-29 16:39:45 -06:00
DriverDetails.h Cleanup enum indentations. 2014-02-09 16:16:10 -05:00
EmuWindow.cpp Remove two references to DX9 in VideoCommon. 2014-01-29 14:39:13 -05:00
EmuWindow.h
Fifo.cpp
Fifo.h
FPSCounter.cpp
FPSCounter.h
FramebufferManagerBase.cpp
FramebufferManagerBase.h BBox: Changed the rounding again, the old one fixed Paper Mario but had bugs in Mickey's Magical Mirror. This change fixes the glitches in both games. 2014-01-26 13:21:22 +00:00
HiresTextures.cpp
HiresTextures.h
ImageWrite.cpp
ImageWrite.h
IndexGenerator.cpp IndexGenerator: inline all variables 2014-01-17 16:34:53 +01:00
IndexGenerator.h IndexGenerator: inline all variables 2014-01-17 16:34:53 +01:00
LightingShaderGen.h Clean up some struct indentations 2014-02-09 19:40:11 -05:00
LookUpTables.h
MainBase.cpp VideoCommon: disable efb access + perf querys on cph thread 2014-01-09 18:37:59 +01:00
MainBase.h
memcpy_amd.cpp
NativeVertexFormat.h PortableVertexFormat: use AttributeFormat for posmtx attribute format 2014-01-31 07:19:34 +01:00
OnScreenDisplay.cpp Clean up some struct indentations 2014-02-09 19:40:11 -05:00
OnScreenDisplay.h
OpcodeDecoding.cpp VideoCommon: remove Cache Displaylist 2014-01-31 07:30:55 +01:00
OpcodeDecoding.h VideoCommon: remove Cache Displaylist 2014-01-31 07:30:55 +01:00
PerfQueryBase.cpp
PerfQueryBase.h VideoCommon: disable efb access + perf querys on cph thread 2014-01-09 18:37:59 +01:00
PixelEngine.cpp Clean up some struct indentations 2014-02-09 19:40:11 -05:00
PixelEngine.h Cleanup enum indentations. 2014-02-09 16:16:10 -05:00
PixelShaderGen.cpp OGL: remove ubo workaround 2014-02-01 22:33:45 +01:00
PixelShaderGen.h
PixelShaderManager.cpp VideoCommon: cleanup of "components" usage 2014-01-15 16:58:36 +01:00
PixelShaderManager.h VideoCommon: cleanup of "components" usage 2014-01-15 16:58:36 +01:00
RenderBase.cpp VideoCommon: remove Cache Displaylist 2014-01-31 07:30:55 +01:00
RenderBase.h VideoCommon: remove Cache Displaylist 2014-01-31 07:30:55 +01:00
ShaderGenCommon.h OGL: remove ubo workaround 2014-02-01 22:33:45 +01:00
Statistics.cpp [VideoCommon] Eliminate the function Xchg in Statistics.cpp. std::swap does the same thing. 2014-02-04 19:35:27 -05:00
Statistics.h
stdafx.cpp
stdafx.h
TextureCacheBase.cpp
TextureCacheBase.h
TextureConversionShader.cpp TextureConverter: remove implicit int->float convertion 2014-01-13 12:10:17 +01:00
TextureConversionShader.h
TextureDecoder_Generic.cpp
TextureDecoder_x64.cpp
TextureDecoder.h
VertexLoader_Color.cpp
VertexLoader_Color.h
VertexLoader_Normal.cpp VertexLoader: temp class for reader/writer 2014-01-21 23:44:51 +01:00
VertexLoader_Normal.h
VertexLoader_Position.cpp VertexLoader: temp class for reader/writer 2014-01-21 23:44:51 +01:00
VertexLoader_Position.h
VertexLoader_TextCoord.cpp VertexLoader: temp class for reader/writer 2014-01-21 23:44:51 +01:00
VertexLoader_TextCoord.h
VertexLoader.cpp Some tidy up of sprintf to StringFromFormat 2014-02-10 17:25:18 +13:00
VertexLoader.h Cleanup enum indentations. 2014-02-09 16:16:10 -05:00
VertexLoaderManager.cpp VideoCommon: small VertexLoader(Manager)? refactoring 2014-01-31 07:31:03 +01:00
VertexLoaderManager.h VideoCommon: remove Cache Displaylist 2014-01-31 07:30:55 +01:00
VertexManagerBase.cpp VideoCommon: small VertexLoader(Manager)? refactoring 2014-01-31 07:31:03 +01:00
VertexManagerBase.h VideoCommon: small VertexLoader(Manager)? refactoring 2014-01-31 07:31:03 +01:00
VertexShaderGen.cpp OGL: remove ubo workaround 2014-02-01 22:33:45 +01:00
VertexShaderGen.h Clean up some struct indentations 2014-02-09 19:40:11 -05:00
VertexShaderManager.cpp Remove two references to DX9 in VideoCommon. 2014-01-29 14:39:13 -05:00
VertexShaderManager.h
VideoBackendBase.cpp Merge of GL-AutoChoose. 2014-01-18 04:11:59 +00:00
VideoBackendBase.h
VideoCommon.h Cleanup enum indentations. 2014-02-09 16:16:10 -05:00
VideoCommon.vcxproj [VideoCommon] Remove references to now non-existant files OpenCL.h and OpenCL/OCLTextureDecoder.h in the Visual Studio vcxproj file. 2014-02-01 21:52:06 -05:00
VideoCommon.vcxproj.filters VideoCommon: remove Cache Displaylist 2014-01-31 07:30:55 +01:00
VideoConfig.cpp OGL: remove ubo workaround 2014-02-01 22:33:45 +01:00
VideoConfig.h Cleanup enum indentations. 2014-02-09 16:16:10 -05:00
VideoState.cpp
VideoState.h
XFMemory.cpp
XFMemory.h
XFStructs.cpp
XFStructs.h