index
:
Citron
master
Mirror of the Citron emulator
silvan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
video_core
Age
Commit message (
Expand
)
Author
2020-12-31
vk_device: Stop initialization when device is not suitable
ReinUsesLisp
2020-12-31
renderer_vulkan: Remove two step initialization on VKDevice
ReinUsesLisp
2020-12-31
renderer_vulkan: Throw when enumerating devices fails
ReinUsesLisp
2020-12-31
renderer_vulkan: Initialize surface in separate file
ReinUsesLisp
2020-12-31
renderer_vulkan: Catch and report exceptions
ReinUsesLisp
2020-12-31
renderer_vulkan: Create debug callback on separate file and throw
ReinUsesLisp
2020-12-31
renderer_vulkan: Move instance initialization to a separate file
ReinUsesLisp
2020-12-31
vulkan_common: Rename renderer_vulkan/wrapper.h to vulkan_common/vulkan_wrapp...
ReinUsesLisp
2020-12-31
vulkan_common: Move dynamic library load to a separate file
ReinUsesLisp
2020-12-30
half_set: Resolve -Wmaybe-uninitialized warnings
Lioncash
2020-12-30
maxwell_to_vk: Initialize usage variable in SurfaceFormat()
Lioncash
2020-12-30
video_core: Rewrite the texture cache
ReinUsesLisp
2020-12-30
video_core: Add a delayed destruction ring abstraction
ReinUsesLisp
2020-12-30
host_shaders: Add Vulkan assembler compute shaders
ReinUsesLisp
2020-12-30
host_shaders: Add helper to blit depth stencil fragment shader
ReinUsesLisp
2020-12-30
host_shaders: Add texture color blit fragment shader
ReinUsesLisp
2020-12-30
host_shaders: Add shaders to present to the swapchain
ReinUsesLisp
2020-12-30
host_shaders: Add shaders to convert between depth and color images
ReinUsesLisp
2020-12-30
host_shaders: Add compute shader to copy BC4 as RG32UI to RGBA8
ReinUsesLisp
2020-12-30
host_shaders: Add shader to render a full screen triangle
ReinUsesLisp
2020-12-30
host_shaders: Add pitch linear upload compute shader
ReinUsesLisp
2020-12-30
host_shaders: Add block linear upload compute shaders
ReinUsesLisp
2020-12-30
host_shaders: Add copyright headers to OpenGL present shaders
ReinUsesLisp
2020-12-30
video_core/host_shaders: Add support for prebuilt SPIR-V shaders
ReinUsesLisp
2020-12-25
Merge pull request #5226 from ReinUsesLisp/c4715-vc
Rodrigo Locatti
2020-12-24
cmake: Always enable Vulkan
ReinUsesLisp
2020-12-24
video_core: Enforce C4715 (not all control paths return a value)
ReinUsesLisp
2020-12-24
vk_shader_decompiler: Silence warning when compiling without asserts
ReinUsesLisp
2020-12-15
Merge pull request #5157 from lioncash/array-dirty
bunnei
2020-12-10
Merge pull request #5162 from lioncash/copy-shader
bunnei
2020-12-07
Merge pull request #5164 from lioncash/contains
Rodrigo Locatti
2020-12-07
video_core: Make use of ordered container contains() where applicable
Lioncash
2020-12-07
ast: Improve string concat readability in operator()
Lioncash
2020-12-07
gl_shader_decompiler: Elide unnecessary copies within DeclareConstantBuffers()
Lioncash
2020-12-07
Merge pull request #5149 from comex/xx-map-interval
bunnei
2020-12-07
Merge pull request #5159 from lioncash/move-amend
Rodrigo Locatti
2020-12-07
buffer_block: Mark interface as nodiscard where applicable
Lioncash
2020-12-07
buffer_block: Remove unnecessary includes
Lioncash
2020-12-07
shader_ir: std::move node within DeclareAmend()
Lioncash
2020-12-07
video_core: Remove unnecessary enum class casting in logging messages
Lioncash
2020-12-07
Merge pull request #5152 from comex/xx-override
LC
2020-12-07
Merge pull request #5136 from lioncash/video-shadow3
LC
2020-12-06
maxwell_3d: Move member variables to end of class
Lioncash
2020-12-06
maxwell_3d: Resolve -Wdocumentation warning
Lioncash
2020-12-06
maxwell_3d: Remove unused dirty_pointer array
Lioncash
2020-12-06
renderer_vulkan: Add missing `override` specifier
comex
2020-12-06
map_interval: Change field order to address uninitialized field warning
comex
2020-12-06
video_core: Adjust `NUM` macro to avoid Clang warning
comex
2020-12-05
maxwell_dma: Rename RenderEnable::Mode::FALSE and TRUE to avoid name conflict
comex
2020-12-05
video_core: Resolve more variable shadowing scenarios pt.3
Lioncash
[next]