dolphin/Source/Core/VideoCommon
2015-05-25 13:11:47 +02:00
..
AsyncRequests.cpp Add missing license headers 2015-05-25 13:11:47 +02:00
AsyncRequests.h VideoCommon: perf querys by async events 2015-02-22 08:41:15 +01:00
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 VideoCommon: use a new async event system for efb access 2015-02-22 08:41:15 +01:00
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 Add missing license headers 2015-05-25 13:11:47 +02:00
FramebufferManagerBase.h Add missing license headers 2015-05-25 13:11:47 +02:00
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 Add missing license headers 2015-05-25 13:11:47 +02:00
MainBase.h Add missing license headers 2015-05-25 13:11:47 +02:00
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 Add missing license headers 2015-05-25 13:11:47 +02:00
PerfQueryBase.h Add missing license headers 2015-05-25 13:11:47 +02: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 Merge pull request #2050 from Tilka/reset_vertex_loader_stats 2015-02-23 13:10:38 +11:00
VertexLoaderManager.h
VertexLoaderUtils.h
VertexLoaderX64.cpp Add missing license headers 2015-05-25 13:11:47 +02:00
VertexLoaderX64.h Add missing license headers 2015-05-25 13:11:47 +02:00
VertexManagerBase.cpp Add missing license headers 2015-05-25 13:11:47 +02:00
VertexManagerBase.h Add missing license headers 2015-05-25 13:11:47 +02:00
VertexShaderGen.cpp OGL: Depth range inversion. 2015-05-22 23:52:22 +02: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: use a new async event system for efb access 2015-02-22 08:41:15 +01:00
VideoCommon.vcxproj.filters VideoCommon: use a new async event system for efb access 2015-02-22 08:41:15 +01:00
VideoConfig.cpp Merge pull request #2058 from Stevoisiak/Codemaid-Cleanup-Take2 2015-02-25 18:07:56 -05:00
VideoConfig.h VertexShaderGen: Use correct depth output when glClipControl is supported. 2015-05-22 23:52:21 +02:00
VideoState.cpp
VideoState.h
XFMemory.cpp
XFMemory.h
XFStructs.cpp
XFStructs.h