summaryrefslogtreecommitdiff
path: root/Source/Core/VideoBackends
AgeCommit message (Expand)Author
2016-10-03VideoCommon: Minor changesShawn Hoffman
2016-10-02Merge pull request #4240 from lioncash/includeshuffle2
2016-10-02Merge pull request #4245 from aldelaro5/logs-levels-changesMat M
2016-10-01Reorganise a ton of logs levelaldelaro5
2016-09-30Vulkan: Amend header includesLioncash
2016-10-01VideoNull: Set all fields in backend_infoStenzek
2016-10-01Vulkan: Only submit init/upload command buffer when it has commandsStenzek
2016-10-01Vulkan: Use render-pass based clears where possibleStenzek
2016-10-01Vulkan: Ensure fast path is used for non-RGBA formats when clearingStenzek
2016-10-01Vulkan: Support frame dumping/screenshotsStenzek
2016-10-01Implement experimental Vulkan backendStenzek
2016-10-01VideoBackends: Make TextureCache::CompileShaders return a boolStenzek
2016-10-01VideoCommon: Call Renderer::SurfaceChanged on render parent resizeStenzek
2016-10-01VideoCommon: Add config fields for multithreading and validation layersStenzek
2016-10-01VideoCommon: Extend DriverDetails to support both OpenGL and VulkanStenzek
2016-10-01ShaderGen: Specify attribute/output locations/bindings explicitlyStenzek
2016-09-30OGL: Handle case where both constant alpha and logic op is enabledStenzek
2016-09-27Merge pull request #3893 from hthh/perf-query-bugMarkus Wick
2016-09-24Software: Clean out unnecessary includes/fwd declsLioncash
2016-09-23FramebufferManager: Add missing header guardLioncash
2016-09-22DebugUtils: const correctnessLioncash
2016-09-22TextureEncoder: const correctnessLioncash
2016-09-22NativeVertexFormat: const correctnessLioncash
2016-09-22Clipper: const correctnessLioncash
2016-09-22Rasterizer: const correctnessLioncash
2016-09-22Merge pull request #4225 from lioncash/softMarkus Wick
2016-09-22SWVertexLoader: Value initialize SetupUnit instanceLioncash
2016-09-22Merge pull request #4233 from lioncash/efbMarkus Wick
2016-09-21EfbInterface: Change out parameters on getters to return by valueLioncash
2016-09-21SWOGLWindow: Utilize the move constructor in PrintTextLioncash
2016-09-21SWOGLWindow: const correctness for ShowImageLioncash
2016-09-09OGL: Remove unnecessary c_str callsLioncash
2016-09-07EFB2RAM: Downsample higher resolutions with linear filtering.Scott Mansell
2016-09-03VideoSoftware: Don't Init the PixelEngine twiceEmptyChaos
2016-09-02Merge pull request #4172 from phire/software_fog_errorMarkus Wick
2016-09-02VideoSoftware: Fix unsigned overflow bug in fogScott Mansell
2016-09-01Merge pull request #4165 from lioncash/globalJules Blok
2016-08-31OGL: Remove unnecessary renderer global referencesLioncash
2016-08-31D3D: Remove unnecessary renderer global referencesLioncash
2016-08-31D3D12: Remove unnecessary renderer global referencesLioncash
2016-08-31CommentsPreston Smith
2016-08-31Revert postMat movementPreston Smith
2016-08-30Remove else in software rendererPreston Smith
2016-08-30lint fixPreston Smith
2016-08-30inputform ABC1's q value is defaulting to 0Preston Smith
2016-08-30Software renderer fixPreston Smith
2016-08-24Merge pull request #4140 from Armada651/ww-depthScott Mansell
2016-08-23OGL: Handle cases where reversed depth is already used.Jules Blok
2016-08-23D3D: Correctly invert the viewport depth range.Jules Blok
2016-08-22VertexManager: Correct variable naming schemeLioncash