index
:
dolphin
4.0-hotfixes
master
release-prep-2407
release-prep-2409
release-prep-2412
release-prep-2503
release-prep-2503a
release-prep-2506
release-prep-2506a
release-prep-2509
release-prep-2512
release-prep-2603
release-prep-2603a
release-prep-2606
stable
GameCube and Wii emulator
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Source
/
Core
/
VideoBackends
Age
Commit message (
Expand
)
Author
2019-07-26
D3D/DXShader: Remove duplicate GetByteCode function
Lioncash
2019-07-26
OGL/ProgramShaderCache: Convert typedef over to a using alias
Lioncash
2019-07-26
OGL/ProgramShaderCache: Use std::lock_guard deduction guides where applicable
Lioncash
2019-07-26
OGL/ProgramShaderCache: Remove unused headers
Lioncash
2019-07-26
OGL/ProgramShaderCache: Use std::string_view where applicable
Lioncash
2019-07-26
Factorize software renderer backend switching warning to be fetched from a ne...
Silent
2019-07-26
Fixes for WRL usage - QueryInterface is explicitly mentioned as not to be use...
Silent
2019-07-19
Merge pull request #8249 from lioncash/rect
Connor McLaughlin
2019-07-18
Vulkan: Use reversed depth range in viewport
Stenzek
2019-07-16
VideoCommon: Remove unused MathUtil.h include from VideoCommon.h
Lioncash
2019-07-10
VideoCommon/Statistics: Rename stats global to g_stats
Lioncash
2019-07-10
VideoCommon/Statistics: Normalize statistic variable names
Lioncash
2019-06-20
VideoCommon/Statistics: Use std::array for projection values
Lioncash
2019-06-17
VideoBackends/Vulkan: Use nested namespace specifiers where applicable
Lioncash
2019-06-08
Merge pull request #8049 from stenzek/crop
Connor McLaughlin
2019-06-08
Merge pull request #7734 from stenzek/mojave-warning
Connor McLaughlin
2019-06-08
Vulkan: Display a warning when using MoltenVK on HS and earlier
Stenzek
2019-06-08
D3D12: Remove unnecessary includes in DXContext.h
Stenzek
2019-06-08
D3DCommon: Fallback to base CreateSwapChain on failure
Stenzek
2019-06-01
Common/CommonFuncs: Remove now-unneccessary ArraySize function
Lioncash
2019-05-31
VideoVulkan/CMakeLists: Specify headers in target sources
Lioncash
2019-05-31
VideoSoftware/CMakeLists: Specify headers in target sources
Lioncash
2019-05-31
VideoOGL/CMakeLists: Specify headers in target sources
Lioncash
2019-05-31
VideoNull/CMakeLists: Specify headers in target sources
Lioncash
2019-05-30
VideoVulkan/ShaderCompiler: Use non-member std::size instead of ArraySize()
Lioncash
2019-05-30
VideoVulkan/ShaderCompiler: Use a std::optional instead of bool+out variable
Lioncash
2019-05-30
VideoCommon/RenderBase: Use a std::string_view with CreateShaderFromSource()
Lioncash
2019-05-26
Also free when initialization fails, and move to end
Pokechu22
2019-05-26
DX11: Fix access violation on closing dolphin
Pokechu22
2019-05-14
Merge pull request #8087 from spycrab/cmake_win2019
spycrab
2019-05-12
VideoBackends/D3D: Fix CMakeLists.txt
spycrab
2019-05-09
bbox minor fx
weihuoya
2019-05-08
VideoBackends/D3DCommon: Fix linking against self
spycrab
2019-05-06
Reformat repo to clang-format 7.0 rules
Techjar
2019-05-04
Replace MathUtil::Clamp with std::clamp
Léo Lam
2019-05-04
Merge pull request #7839 from ShFil119/impr/redundant
Léo Lam
2019-04-30
Remove redundant initialization
Filip Gawin
2019-04-28
Merge pull request #8048 from stenzek/vulkan-negative-scissor-rect
Connor McLaughlin
2019-04-28
Renderer: Adjust target rectangle in the base class
Stenzek
2019-04-28
Renderer: Adjust source rectangle when crop would draw off screen
Stenzek
2019-04-28
Merge pull request #8051 from JosJuice/efb-constexpr
Connor McLaughlin
2019-04-28
Turn EFB_WIDTH/EFB_HEIGHT into constexpr
JosJuice
2019-04-28
Vulkan: Don't set a negative offset in scissor rect
Stenzek
2019-04-28
D3D: Set optional features after creating the device
Stenzek
2019-04-21
OGL: Set shared context state up to match main context
Stenzek
2019-04-21
OGL: Only set GL_PROGRAM_POINT_SIZE on desktop GL
Stenzek
2019-04-21
OGL: Fix binding error on shutdown
Stenzek
2019-04-21
OGL: Store shader source in OGLShader
Stenzek
2019-04-21
OGL: Remove unused ProgramShaderCache::CompileShader()
Stenzek
2019-04-21
Replace EFBRectangle/TargetRectangle with MathUtil::Rectangle
Stenzek
[prev]
[next]