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-07-13
video_core: Implement RGBA32_SINT render target
ReinUsesLisp
2020-07-13
video_core: Implement RGBA16_SINT render target
ReinUsesLisp
2020-07-13
video_core: Implement RGBA8_SINT render target
ReinUsesLisp
2020-07-13
video_core: Implement RG32_SINT render target
ReinUsesLisp
2020-07-13
video_core: Implement RG8_SINT render target and fix RG8_UINT
ReinUsesLisp
2020-07-13
video_core: Implement R8_SINT render target
ReinUsesLisp
2020-07-13
video_core: Implement R8_SNORM render target
ReinUsesLisp
2020-07-13
video_core/surface: Remove explicit values on PixelFormat's definition
ReinUsesLisp
2020-07-13
video_core/surface: Reorder render target to pixel format switch
ReinUsesLisp
2020-07-12
vk_blit_screen: Make use of designated initializers where applicable
Lioncash
2020-07-12
vk_state_tracker: Fix dirty flags for stencil_enable on VK_EXT_extended_dynam...
ReinUsesLisp
2020-07-10
vk_rasterizer: Pass <pSizes> to CmdBindVertexBuffers2EXT
ReinUsesLisp
2020-07-10
video_core/textures: Add and use SwizzleSliceToVoxel, and minor style changes
ReinUsesLisp
2020-07-10
Merge pull request #4283 from lat9nq/fix-linux-nvidia-vulkan
Rodrigo Locatti
2020-07-09
configuration: implement per-game configurations (#4098)
lat9nq
2020-07-09
vk_stream_buffer: set allocable_size to 9 MiB
lat9nq
2020-07-07
maxwell_dma: Rename registers to match official docs and reorder
ReinUsesLisp
2020-07-07
Merge pull request #4150 from ReinUsesLisp/dynamic-state-impl
bunnei
2020-07-04
Merge pull request #4194 from ReinUsesLisp/fix-shader-cache
Fernando Sahmkow
2020-07-02
Merge pull request #4175 from ReinUsesLisp/read-buffer
bunnei
2020-07-02
Merge pull request #4082 from Morph1984/mirror-once-clamp
Rodrigo Locatti
2020-07-01
shader_cache: Fix use-after-free and orphan invalidation cache entries
ReinUsesLisp
2020-06-30
Merge pull request #4176 from ReinUsesLisp/compatible-formats
Fernando Sahmkow
2020-06-30
Merge pull request #4157 from ReinUsesLisp/unified-turing
Fernando Sahmkow
2020-06-30
maxwell_to_gl: Implement MirrorOnceClampOGL using GL_MIRROR_CLAMP_EXT
Morph
2020-06-30
Merge pull request #4191 from Morph1984/vertex-formats
Rodrigo Locatti
2020-06-30
macro: Add support for "middle methods" on the code cache (#4112)
David
2020-06-29
maxwell_to_gl: Rename VertexType() to VertexFormat()
Morph
2020-06-29
Merge pull request #4140 from ReinUsesLisp/validation-layers
Rodrigo Locatti
2020-06-28
maxwell_to_vk: Reorder vertex formats and add A2B10G10R10 for all types excep...
Morph
2020-06-28
maxwell_to_gl: Add 32 bit component sizes to (un)signed scaled formats
Morph
2020-06-27
General: Tune the priority of main emulation threads so they have higher prio...
Fernando Sahmkow
2020-06-27
General: Correct rebase, sync gpu and context management.
Fernando Sahmkow
2020-06-27
General: Setup yuzu threads' microprofile, naming and registry.
Fernando Sahmkow
2020-06-27
General: Recover Prometheus project from harddrive failure
Fernando Sahmkow
2020-06-26
Merge pull request #4147 from ReinUsesLisp/hset2-imm
bunnei
2020-06-26
vk_rasterizer: Use nullptr for <pSizes> in CmdBindVertexBuffers2EXT
ReinUsesLisp
2020-06-26
vk_pipeline_cache: Avoid hashing and comparing dynamic state when possible
ReinUsesLisp
2020-06-26
vulkan/fixed_pipeline_state: Move state out of individual structures
ReinUsesLisp
2020-06-26
vk_rasterizer: Use VK_EXT_extended_dynamic_state
ReinUsesLisp
2020-06-26
renderer_vulkan/wrapper: Add VK_EXT_extended_dynamic_state functions
ReinUsesLisp
2020-06-26
fixed_pipeline_state: Add requirements for VK_EXT_extended_dynamic_state
ReinUsesLisp
2020-06-26
vk_device: Enable VK_EXT_extended_dynamic_state when available
ReinUsesLisp
2020-06-26
texture_cache: Test format compatibility before copying
ReinUsesLisp
2020-06-26
Merge pull request #4144 from FernandoS27/tt-fix
bunnei
2020-06-26
Merge pull request #4111 from ReinUsesLisp/preserve-contents-vk
bunnei
2020-06-26
video_core/compatible_formats: Table to test if two formats are legal to view...
ReinUsesLisp
2020-06-26
gl_buffer_cache: Copy to buffers created as STREAM_READ before downloading
ReinUsesLisp
2020-06-25
Merge pull request #4151 from ReinUsesLisp/gl-invalidations
Rodrigo Locatti
2020-06-25
gl_device: Fix IsASTCSupported
David Marcec
[prev]
[next]