dolphin/Source/Core/VideoCommon
shuffle2 3443454ba2 Merge pull request #5271 from JosJuice/allow-aslr
Allow (but don't force) ASLR
2017-06-02 21:53:02 -07:00
..
AsyncRequests.cpp VideoCommon: Eliminate static state in Renderer 2017-03-04 16:39:50 +10:00
AsyncRequests.h
AVIDump.cpp Appease linter. 2017-03-05 17:29:46 -08:00
AVIDump.h MSVC: define HAVE_FFMPEG 2017-05-26 00:53:58 -07:00
BoundingBox.cpp
BoundingBox.h
BPFunctions.cpp VideoCommon: Drop SetDitherMode() 2017-04-18 21:55:22 +10:00
BPFunctions.h VideoCommon: Drop SetDitherMode() 2017-04-18 21:55:22 +10:00
BPMemory.cpp
BPMemory.h
BPStructs.cpp VideoCommon: Drop SetDitherMode() 2017-04-18 21:55:22 +10:00
BPStructs.h
CMakeLists.txt CMake: libav/ffmpeg cleanups 2017-05-26 00:53:58 -07:00
CommandProcessor.cpp
CommandProcessor.h
ConstantManager.h Add configurable toggle that rounds vertices to the nearest pixel when 2017-04-04 09:52:18 -05:00
CPMemory.cpp
CPMemory.h
DataReader.h Common: Move byte swapping utilities into their own header 2017-03-03 17:18:18 -05:00
Debugger.cpp
Debugger.h
DriverDetails.cpp Add a workaround for a PowerVR glsl compiler bug 2017-05-03 19:33:56 -07:00
DriverDetails.h Add a workaround for a PowerVR glsl compiler bug 2017-05-03 19:33:56 -07:00
Fifo.cpp Fifo: Remove unnecessary integral casts 2017-03-28 10:35:26 -04:00
Fifo.h Fifo: const correctness 2017-03-26 23:08:33 -04:00
FPSCounter.cpp
FPSCounter.h
FramebufferManagerBase.cpp VideoCommon: Fix crash at startup with virtual XFB enabled 2017-03-09 23:39:48 +10:00
FramebufferManagerBase.h VideoCommon: Fix crash at startup with virtual XFB enabled 2017-03-09 23:39:48 +10:00
GeometryShaderGen.cpp
GeometryShaderGen.h
GeometryShaderManager.cpp
GeometryShaderManager.h
HiresTextures_DDSLoader.cpp HiresTextures: Support loading uncompressed .DDS files 2017-04-29 13:46:43 +10:00
HiresTextures.cpp HiresTextures: Move the maximum mip level check from DDS to main loader 2017-04-29 13:46:43 +10:00
HiresTextures.h HiresTextures: Move the maximum mip level check from DDS to main loader 2017-04-29 13:46:43 +10:00
ImageWrite.cpp
ImageWrite.h
IndexGenerator.cpp
IndexGenerator.h
LightingShaderGen.cpp
LightingShaderGen.h
LookUpTables.h
MainBase.cpp
NativeVertexFormat.h
OnScreenDisplay.cpp
OnScreenDisplay.h
OpcodeDecoding.cpp
OpcodeDecoding.h
PerfQueryBase.cpp
PerfQueryBase.h
PixelEngine.cpp
PixelEngine.h PixelEngine: Move enum constants into the PixelEngine namespace 2017-02-28 07:01:50 -05:00
PixelShaderGen.cpp Add a workaround for a PowerVR glsl compiler bug 2017-05-03 19:33:56 -07:00
PixelShaderGen.h
PixelShaderManager.cpp VideoCommon: Move last EFB scale handling to CalculateTargetSize 2017-03-04 16:53:07 +10:00
PixelShaderManager.h VideoCommon: Move last EFB scale handling to CalculateTargetSize 2017-03-04 16:53:07 +10:00
PostProcessing.cpp VideoConfigDiag: Move post-processing shader list to post processor 2017-04-25 14:27:05 +10:00
PostProcessing.h VideoConfigDiag: Move post-processing shader list to post processor 2017-04-25 14:27:05 +10:00
RenderBase.cpp MSVC: define HAVE_FFMPEG 2017-05-26 00:53:58 -07:00
RenderBase.h VideoCommon: Drop SetDitherMode() 2017-04-18 21:55:22 +10:00
RenderState.cpp OGL: Drop BlendingState.dither 2017-04-18 21:55:23 +10:00
RenderState.h OGL: Drop BlendingState.dither 2017-04-18 21:55:23 +10:00
SamplerCommon.h
sfont.inc
ShaderGenCommon.h Add configurable toggle that rounds vertices to the nearest pixel when 2017-04-04 09:52:18 -05:00
Statistics.cpp VertexLoaderManager: Return debug strings by value 2017-03-26 23:50:09 -04:00
Statistics.h
TextureCacheBase.cpp TextureCache: Move host texture utility functions to VideoCommon 2017-04-29 13:46:43 +10:00
TextureCacheBase.h TextureCache: Move host texture utility functions to VideoCommon 2017-04-29 13:46:43 +10:00
TextureConversionShader.cpp TextureConversionShader: fix syntax error 2017-04-12 14:23:25 -07:00
TextureConversionShader.h TextureConversionShader: Consider source format of EFB for EFB2RAM 2017-04-12 00:11:22 +10:00
TextureDecoder_Common.cpp Common: Move byte swapping utilities into their own header 2017-03-03 17:18:18 -05:00
TextureDecoder_Generic.cpp Common: Move byte swapping utilities into their own header 2017-03-03 17:18:18 -05:00
TextureDecoder_Util.h
TextureDecoder_x64.cpp Merge pull request #4548 from stenzek/gcc-sse 2017-03-13 14:28:01 +01:00
TextureDecoder.h TextureConversionShader: Consider source format of EFB for EFB2RAM 2017-04-12 00:11:22 +10:00
VertexLoader_Color.cpp Common: Move byte swapping utilities into their own header 2017-03-03 17:18:18 -05:00
VertexLoader_Color.h
VertexLoader_Normal.cpp Common: Move byte swapping utilities into their own header 2017-03-03 17:18:18 -05:00
VertexLoader_Normal.h Common: Move byte swapping utilities into their own header 2017-03-03 17:18:18 -05:00
VertexLoader_Position.cpp Common: Move byte swapping utilities into their own header 2017-03-03 17:18:18 -05:00
VertexLoader_Position.h Common: Move byte swapping utilities into their own header 2017-03-03 17:18:18 -05:00
VertexLoader_TextCoord.cpp Common: Move byte swapping utilities into their own header 2017-03-03 17:18:18 -05:00
VertexLoader_TextCoord.h Common: Move byte swapping utilities into their own header 2017-03-03 17:18:18 -05:00
VertexLoader.cpp
VertexLoader.h
VertexLoaderARM64.cpp
VertexLoaderARM64.h
VertexLoaderBase.cpp VertexLoaderBase: Return debug strings by value 2017-03-26 23:49:59 -04:00
VertexLoaderBase.h VertexLoaderBase: Return debug strings by value 2017-03-26 23:49:59 -04:00
VertexLoaderManager.cpp Remove D3D12 2017-05-18 17:01:12 -07:00
VertexLoaderManager.h VertexLoaderManager: Return debug strings by value 2017-03-26 23:50:09 -04:00
VertexLoaderUtils.h
VertexLoaderX64.cpp Remove code for only allocating low memory 2017-05-20 09:35:53 +02:00
VertexLoaderX64.h
VertexManagerBase.cpp VideoCommon: rework anamorphic widescreen heuristic 2017-04-05 17:23:16 -07:00
VertexManagerBase.h VideoCommon: rework anamorphic widescreen heuristic 2017-04-05 17:23:16 -07:00
VertexShaderGen.cpp VideoCommon: rework anamorphic widescreen heuristic 2017-04-05 17:23:16 -07:00
VertexShaderGen.h Add configurable toggle that rounds vertices to the nearest pixel when 2017-04-04 09:52:18 -05:00
VertexShaderManager.cpp VideoCommon: rework anamorphic widescreen heuristic 2017-04-05 17:23:16 -07:00
VertexShaderManager.h
VideoBackendBase.cpp Remove D3D12 2017-05-18 17:01:12 -07:00
VideoBackendBase.h
VideoCommon.h HiresTextures: Support parsing DDS files directly 2017-04-29 00:14:23 +10:00
VideoCommon.vcxproj upgrade to Windows SDK 10.0.15063.0 2017-05-28 13:37:31 +02:00
VideoCommon.vcxproj.filters HiresTextures: Support parsing DDS files directly 2017-04-29 00:14:23 +10:00
VideoConfig.cpp HiresTextures: Support parsing DDS files directly 2017-04-29 00:14:23 +10:00
VideoConfig.h HiresTextures: Support parsing DDS files directly 2017-04-29 00:14:23 +10:00
VideoState.cpp
VideoState.h
XFMemory.cpp
XFMemory.h
XFStructs.cpp XFStructs: Get rid of an unnecessary pointer cast 2017-03-26 23:09:30 -04:00
XFStructs.h