.. |
AVIDump.cpp
|
|
|
AVIDump.h
|
|
|
BPFunctions.cpp
|
Removed warnings by assigning to bool
|
2014-08-16 14:16:10 -05:00 |
BPFunctions.h
|
|
|
BPMemory.cpp
|
|
|
BPMemory.h
|
VideoCommon: Clean up brace placements
|
2014-08-30 18:06:45 -04:00 |
BPStructs.cpp
|
msvc: resolve all warnings in VideoCommon.
|
2014-08-19 22:33:46 -07:00 |
BPStructs.h
|
|
|
CMakeLists.txt
|
|
|
CommandProcessor.cpp
|
Refactor SetCpStatus into two functions for from-GPU and from-CPU mode rather than a boolean parameter.
|
2014-08-26 12:43:39 -04:00 |
CommandProcessor.h
|
Refactor SetCpStatus into two functions for from-GPU and from-CPU mode rather than a boolean parameter.
|
2014-08-26 12:43:39 -04:00 |
ConstantManager.h
|
|
|
CPMemory.cpp
|
|
|
CPMemory.h
|
VertexLoader: Change VtxDesc to use u64 instead of u32
|
2014-09-01 11:18:02 +02:00 |
DataReader.h
|
|
|
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
|
Refactor SetCpStatus into two functions for from-GPU and from-CPU mode rather than a boolean parameter.
|
2014-08-26 12:43:39 -04:00 |
Fifo.h
|
|
|
FPSCounter.cpp
|
|
|
FPSCounter.h
|
|
|
FramebufferManagerBase.cpp
|
|
|
FramebufferManagerBase.h
|
|
|
HiresTextures.cpp
|
msvc: resolve all warnings in VideoCommon.
|
2014-08-19 22:33:46 -07:00 |
HiresTextures.h
|
|
|
ImageWrite.cpp
|
VideoCommon: Clean up brace placements
|
2014-08-30 18:06:45 -04:00 |
ImageWrite.h
|
|
|
IndexGenerator.cpp
|
|
|
IndexGenerator.h
|
|
|
LightingShaderGen.h
|
|
|
LookUpTables.h
|
|
|
MainBase.cpp
|
Unify three types of non-FIFO requests to the GPU thread around Common::Event and Common::Flag.
|
2014-08-26 12:43:39 -04:00 |
MainBase.h
|
Unify three types of non-FIFO requests to the GPU thread around Common::Event and Common::Flag.
|
2014-08-26 12:43:39 -04:00 |
NativeVertexFormat.h
|
|
|
OnScreenDisplay.cpp
|
|
|
OnScreenDisplay.h
|
|
|
OpcodeDecoding.cpp
|
A tiny restructuring to allow inlining of FifoCommandRunnable. Probably useless.
|
2014-08-26 12:43:39 -04:00 |
OpcodeDecoding.h
|
|
|
PerfQueryBase.cpp
|
|
|
PerfQueryBase.h
|
|
|
PixelEngine.cpp
|
|
|
PixelEngine.h
|
Get rid of C-style empty function parameter indicators
|
2014-08-30 15:23:48 -04:00 |
PixelShaderGen.cpp
|
|
|
PixelShaderGen.h
|
|
|
PixelShaderManager.cpp
|
msvc: resolve all warnings in VideoCommon.
|
2014-08-19 22:33:46 -07:00 |
PixelShaderManager.h
|
|
|
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
|
Unify three types of non-FIFO requests to the GPU thread around Common::Event and Common::Flag.
|
2014-08-26 12:43:39 -04:00 |
RenderBase.h
|
|
|
ShaderGenCommon.h
|
|
|
Statistics.cpp
|
|
|
Statistics.h
|
|
|
TextureCacheBase.cpp
|
VideoCommon: Clean up brace placements
|
2014-08-30 18:06:45 -04:00 |
TextureCacheBase.h
|
|
|
TextureConversionShader.cpp
|
|
|
TextureConversionShader.h
|
|
|
TextureDecoder_Generic.cpp
|
VideoCommon: Clean up brace placements
|
2014-08-30 18:06:45 -04:00 |
TextureDecoder_x64.cpp
|
VideoCommon: Clean up brace placements
|
2014-08-30 18:06:45 -04:00 |
TextureDecoder.h
|
|
|
VertexLoader_Color.cpp
|
|
|
VertexLoader_Color.h
|
|
|
VertexLoader_Normal.cpp
|
VertexLoader: Change VtxDesc to use u64 instead of u32
|
2014-09-01 11:18:02 +02:00 |
VertexLoader_Normal.h
|
VertexLoader: Change VtxDesc to use u64 instead of u32
|
2014-09-01 11:18:02 +02:00 |
VertexLoader_Position.cpp
|
VertexLoader: Change VtxDesc to use u64 instead of u32
|
2014-09-01 11:18:02 +02:00 |
VertexLoader_Position.h
|
VertexLoader: Change VtxDesc to use u64 instead of u32
|
2014-09-01 11:18:02 +02:00 |
VertexLoader_TextCoord.cpp
|
VertexLoader: Change VtxDesc to use u64 instead of u32
|
2014-09-01 11:18:02 +02:00 |
VertexLoader_TextCoord.h
|
VertexLoader: Change VtxDesc to use u64 instead of u32
|
2014-09-01 11:18:02 +02:00 |
VertexLoader.cpp
|
VertexLoader: Change VtxDesc to use u64 instead of u32
|
2014-09-01 11:18:02 +02:00 |
VertexLoader.h
|
Re-enable the vertex loader JIT on OS X.
|
2014-08-27 23:50:59 -04:00 |
VertexLoaderManager.cpp
|
VertexLoader: cache NativeVertexFormat
|
2014-08-16 12:58:52 +02:00 |
VertexLoaderManager.h
|
|
|
VertexManagerBase.cpp
|
|
|
VertexManagerBase.h
|
|
|
VertexShaderGen.cpp
|
VideoCommon: Clean up brace placements
|
2014-08-30 18:06:45 -04:00 |
VertexShaderGen.h
|
|
|
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
|
msvc: remove some remnants of SDL and DSound from projects and general cleanup.
|
2014-09-01 21:27:44 -07:00 |
VideoCommon.vcxproj.filters
|
Merge pull request #797 from shuffle2/msvc-pch
|
2014-08-16 14:58:28 -07:00 |
VideoConfig.cpp
|
|
|
VideoConfig.h
|
|
|
VideoState.cpp
|
|
|
VideoState.h
|
|
|
XFMemory.cpp
|
|
|
XFMemory.h
|
|
|
XFStructs.cpp
|
|
|
XFStructs.h
|
|
|