dolphin/Source/Core/VideoCommon
2015-05-18 23:22:28 +02:00
..
AsyncRequests.cpp Fifo: Replace busy loop with condition variable 2015-04-06 12:35:27 +02:00
AsyncRequests.h
AVIDump.cpp
AVIDump.h
BoundingBox.cpp
BoundingBox.h
BPFunctions.cpp VideoCommon: always enable efb copy 2015-02-24 23:01:01 +01:00
BPFunctions.h
BPMemory.cpp
BPMemory.h
BPStructs.cpp
BPStructs.h
CMakeLists.txt
CommandProcessor.cpp Fifo: only sleep once within every ms of emulated time 2015-04-06 12:35:35 +02:00
CommandProcessor.h Fifo: only sleep once within every ms of emulated time 2015-04-06 12:35:35 +02:00
ConstantManager.h
CPMemory.cpp
CPMemory.h
DataReader.h
Debugger.cpp
Debugger.h
DriverDetails.cpp Fix OpenGLES 3.0 on Qualcomm's crappy driver, it can't bitshift sometimes. 2015-04-23 16:33:12 -04:00
DriverDetails.h Fix OpenGLES 3.0 on Qualcomm's crappy driver, it can't bitshift sometimes. 2015-04-23 16:33:12 -04:00
Fifo.cpp Exit ReadDataFromFifoOnCPU, PushFifoAuxBuffer early if shutting down (GpuRunningState=false) 2015-04-21 22:33:29 -04:00
Fifo.h Fifo: rewrite sync on idle skipping hack 2015-04-06 12:35:35 +02:00
FPSCounter.cpp
FPSCounter.h
FramebufferManagerBase.cpp
FramebufferManagerBase.h
GeometryShaderGen.cpp
GeometryShaderGen.h
GeometryShaderManager.cpp
GeometryShaderManager.h
HiresTextures.cpp
HiresTextures.h
ImageWrite.cpp
ImageWrite.h
IndexGenerator.cpp
IndexGenerator.h
LightingShaderGen.h Fix OpenGLES 3.0 on Qualcomm's crappy driver, it can't bitshift sometimes. 2015-04-23 16:33:12 -04:00
LookUpTables.h
MainBase.cpp Fifo: rewrite sync on idle skipping hack 2015-04-06 12:35:35 +02:00
MainBase.h
NativeVertexFormat.h
OnScreenDisplay.cpp
OnScreenDisplay.h
OpcodeDecoding.cpp Fix warnings 2015-03-16 19:02:30 +01:00
OpcodeDecoding.h Show no more than one FIFO error per session. 2015-03-13 23:25:15 +11:00
PerfQueryBase.cpp
PerfQueryBase.h PerfQueryBase: Move common implementation variables into base class 2015-04-15 19:22:16 -04:00
PixelEngine.cpp Fix dead link 2015-05-01 21:42:50 +02:00
PixelEngine.h
PixelShaderGen.cpp PixelShaderGen: apply zfreeze before ztextures 2015-05-13 20:06:23 +02:00
PixelShaderGen.h
PixelShaderManager.cpp VideoBackends: Clamp depth to uint24 range. 2015-05-18 23:22:28 +02:00
PixelShaderManager.h TextureCache: load all mipmap levels from custom textures 2015-03-02 00:09:09 +01:00
PostProcessing.cpp
PostProcessing.h
RenderBase.cpp Merge pull request #2058 from Stevoisiak/Codemaid-Cleanup-Take2 2015-02-25 18:07:56 -05:00
RenderBase.h TextureCache: load all mipmap levels from custom textures 2015-03-02 00:09:09 +01:00
sfont.inc
ShaderGenCommon.h Formatting/Whitespace Cleanup 2015-02-25 10:48:21 -05:00
Statistics.cpp Formatting/Whitespace Cleanup 2015-02-25 10:48:21 -05:00
Statistics.h
TextureCacheBase.cpp VideoCommon: Implement EFB dumping for both backends. 2015-05-02 13:23:33 +02:00
TextureCacheBase.h General: Apply the const specifier where applicable 2015-04-15 02:04:03 -04:00
TextureConversionShader.cpp TextureConversionShader: Use floating point values in clamp(). 2015-05-08 14:32:24 +02:00
TextureConversionShader.h
TextureDecoder_Common.cpp TextureDecoder_Common: Add missing algorithm include 2015-04-27 23:17:41 -04:00
TextureDecoder_Generic.cpp
TextureDecoder_x64.cpp Clean up the intrinsics #ifdef mess 2015-02-24 01:02:36 +01:00
TextureDecoder.h Formatting/Whitespace Cleanup 2015-02-25 10:48:21 -05:00
VertexLoader_Color.cpp Formatting/Whitespace Cleanup 2015-02-25 10:48:21 -05:00
VertexLoader_Color.h
VertexLoader_Normal.cpp
VertexLoader_Normal.h
VertexLoader_Position.cpp VertexLoaders: make positions more compact 2015-03-18 12:09:06 +01:00
VertexLoader_Position.h
VertexLoader_TextCoord.cpp
VertexLoader_TextCoord.h
VertexLoader.cpp VertexLoaders: make positions more compact 2015-03-18 12:09:06 +01:00
VertexLoader.h
VertexLoaderARM64.cpp VertexLoaders: make positions more compact 2015-03-18 12:09:06 +01:00
VertexLoaderARM64.h
VertexLoaderBase.cpp Formatting/Whitespace Cleanup 2015-02-25 10:48:21 -05:00
VertexLoaderBase.h
VertexLoaderManager.cpp
VertexLoaderManager.h
VertexLoaderUtils.h
VertexLoaderX64.cpp Fix code broken by merge 2015-04-23 02:07:45 -04:00
VertexLoaderX64.h VertexLoaderX64: support SSE2 as a fallback 2015-03-18 12:12:21 +01:00
VertexManagerBase.cpp TextureCache: load all mipmap levels from custom textures 2015-03-02 00:09:09 +01:00
VertexManagerBase.h Formatting/Whitespace Cleanup 2015-02-25 10:48:21 -05:00
VertexShaderGen.cpp Fix OpenGLES 3.0 on Qualcomm's crappy driver, it can't bitshift sometimes. 2015-04-23 16:33:12 -04:00
VertexShaderGen.h
VertexShaderManager.cpp Formatting/Whitespace Cleanup 2015-02-25 10:48:21 -05:00
VertexShaderManager.h
VideoBackendBase.cpp
VideoBackendBase.h Fifo: rewrite sync on idle skipping hack 2015-04-06 12:35:35 +02:00
VideoCommon.h
VideoCommon.vcxproj
VideoCommon.vcxproj.filters
VideoConfig.cpp Merge pull request #2058 from Stevoisiak/Codemaid-Cleanup-Take2 2015-02-25 18:07:56 -05:00
VideoConfig.h VideoCommon: rename efb2tex and efb2ram 2015-02-24 23:10:13 +01:00
VideoState.cpp
VideoState.h
XFMemory.cpp
XFMemory.h
XFStructs.cpp
XFStructs.h