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
2022-04-22
Vulkan: Close the output stream on shader compile error before showing the pa...
Pokechu22
2022-04-08
Software: Fix zfreeze with CullMode::All
Pokechu22
2022-04-08
Software: Store offset in Slope
Pokechu22
2022-04-08
Software: Remove config to disable ZComploc and ZFreeze
Pokechu22
2022-03-29
Software: Implement pixel engine alpha read mode
Pokechu22
2022-03-24
VideoBackends: fix opengl object label which was given an invalid enumeration...
iwubcode
2022-03-08
Software/EfbInterface: Remove logspam for RGB565_Z16 being unsupported
Pokechu22
2022-02-23
OGLRender: Log video backend info, in addition to showing it via OSD
Pokechu22
2022-02-08
Treat alpha as 0 if alpha is 1 for blending
Pokechu22
2022-02-08
Use the same logic for lerp bias for color and alpha
Pokechu22
2022-02-08
OGLMain: Set default value for bSupportsSettingObjectNames
OatmealDome
2022-02-04
Merge pull request #10404 from iwubcode/vulkan_headers_update
Mai M
2022-01-31
Merge pull request #10422 from OatmealDome/opengl-shader-crash
JMC47
2022-01-31
D3D12: Assume support for setting object names
OatmealDome
2022-01-31
D3DMain: Assume support for setting object names
OatmealDome
2022-01-31
VKShader: Only set shader name if supported
OatmealDome
2022-01-31
VKTexture: Only set texture name if supported
OatmealDome
2022-01-31
VulkanContext: Set bSupportsSettingObjectNames based on extension initializat...
OatmealDome
2022-01-31
VulkanEntryPoints: Make vkSetDebugUtilsObjectNameEXT an instance function
OatmealDome
2022-01-31
Revert "Vulkan: Check for vkSetDebugUtilsObjectNameEXT before using it"
OatmealDome
2022-01-31
OGLTexture: Only set texture name if supported
OatmealDome
2022-01-31
OGLShader: Only set shader name if supported
OatmealDome
2022-01-31
OGLRender: Set object name support on GL >4.3 and GL ES 3.2
OatmealDome
2022-01-31
VideoConfig: Add flag for whether the system supports setting object names
OatmealDome
2022-01-29
Externals / Vulkan: update Vulkan headers to v1.3.204. Fix default present m...
iwubcode
2022-01-20
Merge pull request #10367 from Pokechu22/fmt-8.1.1
JosJuice
2022-01-14
Fix static initialisation order fiasco issue for Version variables
Léo Lam
2022-01-13
Make all custom fmt::formatter's format functions const
Pokechu22
2022-01-09
Use HRWrap in remaining locations
Pokechu22
2022-01-09
VideoBackends/D3D12: Include HRESULT in error messages
Pokechu22
2022-01-09
VideoBackends/D3D11: Include HRESULT in error messages
Pokechu22
2022-01-09
VideoBackends/D3D: Eliminate CHECK in favor of ASSERT_MSG
Pokechu22
2022-01-09
Treewide: Remove unused inclusions of <cinttypes>
Pokechu22
2022-01-03
Vulkan: Check for vkSetDebugUtilsObjectNameEXT before using it
JosJuice
2022-01-03
D3D12: Fix nullptr dereference when creating a shader with a name.
Admiral H. Curtiss
2022-01-01
Merge pull request #10311 from JosJuice/gles-sampler2dmsarray
Léo Lam
2021-12-28
VulkanContext: Ensure present queue family is valid before incrementing queue...
OatmealDome
2021-12-28
GLES: Fix missing precision for sampler2DMSArray
JosJuice
2021-12-25
SamplerCache: Check for bSupportsLodBiasInSampler instead of IsGLES
OatmealDome
2021-12-25
VideoConfig: Add bool for sampler LOD bias support
OatmealDome
2021-12-22
Merge pull request #10215 from OatmealDome/shader-logic-ops
JMC47
2021-12-18
Eliminate VarType for ComponentFormat
Pokechu22
2021-12-18
Convert OpcodeDecoder::Opcode and OpcodeDecoder::Primitive to enum class
Pokechu22
2021-12-18
Remove parameters to SWVertexLoader::SetFormat
Pokechu22
2021-12-10
Treewide: Adjust order of includes
Pokechu22
2021-12-06
ProgramShaderCache: Don't define FB_FETCH_VALUE for GL_EXT_shader_framebuffer...
OatmealDome
2021-12-06
ShaderCompiler: Add helpers for Metal framebuffer fetch
OatmealDome
2021-12-06
ShaderCompiler: Add new helper define for input attachment binding
OatmealDome
2021-11-24
VulkanContext: Set Apple GPUs as supporting framebuffer fetch
OatmealDome
2021-11-18
Merge pull request #10222 from phire/fix-copy-filter-clamping
JMC47
[next]