dolphin/Source/Core/VideoCommon
2014-08-25 21:09:42 +02:00
..
AVIDump.cpp Change libav* autodetection to support framedumping on Ubuntu 14.04 2014-07-13 23:06:20 +02:00
AVIDump.h AVIDump: cleanup 2014-06-27 19:48:35 +02:00
BPFunctions.cpp Removed warnings by assigning to bool 2014-08-16 14:16:10 -05:00
BPFunctions.h
BPMemory.cpp
BPMemory.h Fix a typo in a BP register name (BPMEM_TX_SETLUT_4 -> BPMEM_TX_SETTLUT_4). 2014-06-02 02:26:30 -04:00
BPStructs.cpp msvc: resolve all warnings in VideoCommon. 2014-08-19 22:33:46 -07:00
BPStructs.h
CMakeLists.txt Add the VideoCommon PostProcessing class. 2014-08-13 01:05:10 -05:00
CommandProcessor.cpp CommandProcessor: mark some functions as static 2014-08-25 21:09:42 +02:00
CommandProcessor.h Video backends: remove dead code. 2014-06-01 01:56:09 -07:00
ConstantManager.h LightingShader: hard code const variable 2014-06-19 16:46:53 +02:00
CPMemory.cpp
CPMemory.h
DataReader.h remove unused globals 2014-07-11 16:10:20 +02:00
Debugger.cpp Core: Remove UpdateFPSDisplay 2014-08-19 10:05:58 -04:00
Debugger.h
DriverDetails.cpp Qualcomm fixed screen rotation in their latest v66 development drivers. 2014-08-18 00:17:09 -05:00
DriverDetails.h Qualcomm fixed screen rotation in their latest v66 development drivers. 2014-08-18 00:17:09 -05:00
Fifo.cpp avoid the extern keyword in .cpp files 2014-07-11 16:10:20 +02:00
Fifo.h mark all local functions as static 2014-07-11 16:07:23 +02:00
FPSCounter.cpp FPSCounter: Initialize members. 2014-07-26 14:37:18 +02:00
FPSCounter.h FPSCounter: Remove redundant destructor. 2014-07-18 12:49:40 +02:00
FramebufferManagerBase.cpp Remove the 3D Vision hack. 2014-07-26 12:45:10 +02:00
FramebufferManagerBase.h
HiresTextures.cpp msvc: resolve all warnings in VideoCommon. 2014-08-19 22:33:46 -07:00
HiresTextures.h
ImageWrite.cpp Kill off replaceable usages of s[n]printf. 2014-06-18 19:53:38 -04:00
ImageWrite.h Kill off replaceable usages of s[n]printf. 2014-06-18 19:53:38 -04:00
IndexGenerator.cpp
IndexGenerator.h
LightingShaderGen.h LightingShader: hard code const variable 2014-06-19 16:46:53 +02:00
LookUpTables.h
MainBase.cpp mark all local variables as static 2014-07-11 16:10:20 +02:00
MainBase.h
NativeVertexFormat.h VideoCommon: Cache native vertex formats 2014-07-04 14:39:27 +02:00
OnScreenDisplay.cpp
OnScreenDisplay.h
OpcodeDecoding.cpp remove unused globals 2014-07-11 16:10:20 +02:00
OpcodeDecoding.h
PerfQueryBase.cpp
PerfQueryBase.h
PixelEngine.cpp Fix warnings unearthed by #579 2014-07-13 02:16:51 +02:00
PixelEngine.h Video backends: remove dead code. 2014-06-01 01:56:09 -07:00
PixelShaderGen.cpp Support Sampler binding in the shader. 2014-07-18 17:04:03 -05:00
PixelShaderGen.h LightingShader: hard code const variable 2014-06-19 16:46:53 +02:00
PixelShaderManager.cpp msvc: resolve all warnings in VideoCommon. 2014-08-19 22:33:46 -07:00
PixelShaderManager.h PixelShader: remove the duplicated ppl constants 2014-06-19 16:33:33 +02:00
PostProcessing.cpp Revert "Catch broken configurations inside of the Post Processing shaders." 2014-08-25 14:33:41 +02:00
PostProcessing.h Revert "Catch broken configurations inside of the Post Processing shaders." 2014-08-25 14:33:41 +02:00
RenderBase.cpp Add the VideoCommon PostProcessing class. 2014-08-13 01:05:10 -05:00
RenderBase.h Add the PostProcessing class object to RenderBase in VideoCommon. 2014-08-13 01:05:14 -05:00
ShaderGenCommon.h LightingShader: hard code const variable 2014-06-19 16:46:53 +02:00
Statistics.cpp Statistics: Reformat stats string 2014-06-27 09:36:50 +02:00
Statistics.h VideoCommon: remove unused stats 2014-06-27 09:35:26 +02:00
TextureCacheBase.cpp avoid the extern keyword in .cpp files 2014-07-11 16:10:20 +02:00
TextureCacheBase.h
TextureConversionShader.cpp Support Sampler binding in the shader. 2014-07-18 17:04:03 -05:00
TextureConversionShader.h
TextureDecoder_Generic.cpp avoid the extern keyword in .cpp files 2014-07-11 16:10:20 +02:00
TextureDecoder_x64.cpp VideoCommon: fix ifdef expression 2014-07-15 04:15:49 +02:00
TextureDecoder.h avoid the extern keyword in .cpp files 2014-07-11 16:10:20 +02:00
VertexLoader_Color.cpp avoid the extern keyword in .cpp files 2014-07-11 16:10:20 +02:00
VertexLoader_Color.h
VertexLoader_Normal.cpp
VertexLoader_Normal.h
VertexLoader_Position.cpp avoid the extern keyword in .cpp files 2014-07-11 16:10:20 +02:00
VertexLoader_Position.h Changed lingering header include guards to pragma once. 2014-07-01 22:17:33 -07:00
VertexLoader_TextCoord.cpp avoid the extern keyword in .cpp files 2014-07-11 16:10:20 +02:00
VertexLoader_TextCoord.h
VertexLoader.cpp VertexLoader: do not prepare for vertices if we need to skip them 2014-08-04 20:47:02 -07:00
VertexLoader.h VertexLoader: Remove global state dependency on g_nativeVertexFmt 2014-07-26 01:35:09 +02:00
VertexLoaderManager.cpp VertexLoader: cache NativeVertexFormat 2014-08-16 12:58:52 +02:00
VertexLoaderManager.h VertexLoader: Remove global state dependency on g_nativeVertexFmt 2014-07-26 01:35:09 +02:00
VertexManagerBase.cpp Fix a few warnings caused by using BitField with non-typesafe functions. 2014-06-11 20:58:40 +02:00
VertexManagerBase.h
VertexShaderGen.cpp LightingShader: hard code const variable 2014-06-19 16:46:53 +02:00
VertexShaderGen.h VideoCommon: Remove some unused constants from VertexShaderGen.h. 2014-07-05 23:46:07 -04:00
VertexShaderManager.cpp msvc: resolve all warnings in VideoCommon. 2014-08-19 22:33:46 -07:00
VertexShaderManager.h
VideoBackendBase.cpp
VideoBackendBase.h Core: Remove UpdateFPSDisplay 2014-08-19 10:05:58 -04:00
VideoCommon.h windows: remove now-extraneous NOMINMAX and WIN32_LEAN_AND_MEAN #defines from dolphin code. 2014-08-23 10:48:48 -07:00
VideoCommon.vcxproj Merge pull request #797 from shuffle2/msvc-pch 2014-08-16 14:58:28 -07:00
VideoCommon.vcxproj.filters Merge pull request #797 from shuffle2/msvc-pch 2014-08-16 14:58:28 -07:00
VideoConfig.cpp VideoConfig: Ignore Borderless Fullscreen setting when the backend does not support exclusive fullscreen. 2014-07-30 12:15:58 +02:00
VideoConfig.h VideoConfig: Ignore Borderless Fullscreen setting when the backend does not support exclusive fullscreen. 2014-07-30 12:15:58 +02:00
VideoState.cpp Convert some more header inclusions into forward declarations 2014-07-29 20:55:07 -04:00
VideoState.h Convert some more header inclusions into forward declarations 2014-07-29 20:55:07 -04:00
XFMemory.cpp
XFMemory.h VideoCommon: use the Light struct in XF memory 2014-06-19 16:33:29 +02:00
XFStructs.cpp mark all local functions as static 2014-07-11 16:07:23 +02:00
XFStructs.h