index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
video_core
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #6125 from ogniK5377/nvdec-close-dev
bunnei
2021-04-16
2
-5
/
+10
|
\
|
*
Address issues
Chloe Marcec
2021-04-16
1
-3
/
+2
|
*
nvdrv: Cleanup CDMA Processor on device closure
Chloe Marcec
2021-03-30
2
-5
/
+11
*
|
Merge pull request #6196 from bunnei/asserts-setting
bunnei
2021-04-14
18
-18
/
+18
|
\
\
|
*
|
common: Move settings to common from core.
bunnei
2021-04-14
18
-18
/
+18
*
|
|
Merge pull request #6191 from lioncash/vdtor
bunnei
2021-04-13
4
-4
/
+5
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
engine_interface: Add missing virtual destructor
Lioncash
2021-04-12
4
-4
/
+5
*
|
|
Merge pull request #6190 from lioncash/constfn2
bunnei
2021-04-13
1
-2
/
+2
|
\
\
\
|
*
|
|
vk_master_semaphore: Deduplicate atomic access within IsFree()
Lioncash
2021-04-12
1
-1
/
+1
|
*
|
|
vk_master_semaphore: Add missing const qualifier for IsFree()
Lioncash
2021-04-12
1
-1
/
+1
|
|
/
/
*
|
|
Merge pull request #6188 from lioncash/bits
bunnei
2021-04-13
1
-5
/
+6
|
\
\
\
|
*
|
|
vk_texture_cache: Make use of Common::BitCast where applicable
Lioncash
2021-04-12
1
-5
/
+6
|
|
/
/
*
|
|
Merge pull request #6187 from lioncash/sign-conv
bunnei
2021-04-13
2
-11
/
+15
|
\
\
\
|
*
|
|
texure_cache/util: Resolve implicit sign conversions with std::reduce
Lioncash
2021-04-12
2
-11
/
+15
|
|
/
/
*
/
/
query_cache: Make use of std::erase_if
Lioncash
2021-04-12
1
-5
/
+4
|
/
/
*
|
Merge pull request #6181 from Joshua-Ashton/robustness_features
Rodrigo Locatti
2021-04-11
1
-0
/
+9
|
\
\
|
*
|
vulkan_device: Enable EXT_robustness2 features
Joshua Ashton
2021-04-11
1
-0
/
+9
*
|
|
vk_buffer_cache: Fix offset for NULL vertex buffers
Joshua Ashton
2021-04-11
1
-1
/
+1
*
|
|
renderer_vulkan: Check return value of AcquireNextImage
Joshua Ashton
2021-04-11
3
-5
/
+10
|
/
/
*
|
video_core: Use a CV for blocking commands.
Markus Wick
2021-04-07
2
-23
/
+31
*
|
video_core/gpu_thread: Keep the write lock for allocating the fence.
Markus Wick
2021-04-07
2
-1
/
+4
*
|
video_core/gpu_thread: Implement a ShutDown method.
Markus Wick
2021-04-07
4
-14
/
+27
*
|
common/threadsafe_queue: Provide Wait() method.
Markus Wick
2021-04-07
1
-2
/
+1
*
|
vp9: Avoid memcpy with null pointers
lat9nq
2021-04-05
1
-7
/
+9
*
|
Merge pull request #5927 from ameerj/astc-compute
Rodrigo Locatti
2021-03-30
22
-1770
/
+2027
|
\
\
|
*
|
astc_decoder: Refactor for style and more efficient memory use
ameerj
2021-03-25
9
-2256
/
+502
|
*
|
astc_decoder: Reimplement Layers
Rodrigo Locatti
2021-03-13
5
-142
/
+161
|
*
|
astc_decoder: Fix out of bounds memory access
ameerj
2021-03-13
1
-2
/
+10
|
*
|
renderer_vulkan: Accelerate ASTC decoding
ameerj
2021-03-13
11
-57
/
+426
|
*
|
host_shaders: Modify shader cmake integration to allow for larger shaders
ameerj
2021-03-13
4
-8
/
+27
|
*
|
renderer_opengl: Accelerate ASTC texture decoding with a compute shader
ameerj
2021-03-13
6
-2
/
+1598
*
|
|
vulkan_common: enable OpenGL interop on other Unices
Jan Beich
2021-03-30
2
-5
/
+5
|
|
/
|
/
|
*
|
gl_device: unblock async shaders on other Unix systems
Jan Beich
2021-03-24
1
-1
/
+1
*
|
gl_device: Block async shaders on AMD and Intel
lat9nq
2021-03-21
1
-1
/
+13
|
/
*
Merge pull request #6028 from bunnei/raster-cache
bunnei
2021-03-12
2
-47
/
+40
|
\
|
*
video_core: rasterizer_accelerated: Fix un/signed mismatch.
bunnei
2021-03-12
1
-1
/
+2
|
*
video_core: rasterizer_accelerated: Fix delta check ordering.
bunnei
2021-03-02
1
-3
/
+3
|
*
video_core: rasterizer_accelerated: Improve error handling & fix implicit con...
bunnei
2021-03-02
1
-4
/
+8
|
*
video_core: rasterizer_accelerated: Use a flat array instead of interval_map ...
bunnei
2021-03-02
2
-44
/
+32
*
|
Merge pull request #5891 from ameerj/bgra-ogl
Rodrigo Locatti
2021-03-09
14
-30
/
+212
|
\
\
|
*
|
texture_cache: Blacklist BGRA8 copies and views on OpenGL
ameerj
2021-03-04
9
-28
/
+80
|
*
|
renderer_opengl: Swizzle BGR textures on copy
ameerj
2021-03-04
5
-2
/
+132
|
|
/
*
|
Merge pull request #6021 from ReinUsesLisp/skip-cache-heuristic
bunnei
2021-03-08
2
-11
/
+37
|
\
\
|
*
|
buffer_cache: Heuristically decide to skip cache on uniform buffers
ReinUsesLisp
2021-03-02
2
-11
/
+37
|
|
/
*
|
Merge pull request #5989 from ReinUsesLisp/cmdpool
bunnei
2021-03-04
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
vk_command_pool: Reduce the command pool size from 4096 to 4
ReinUsesLisp
2021-02-23
1
-1
/
+1
*
|
gpu_thread: Remove Async NVDEC placeholders
ameerj
2021-02-28
3
-26
/
+8
*
|
Merge pull request #5984 from jbeich/gcc-freebsd
bunnei
2021-02-27
1
-0
/
+1
|
\
\
|
*
|
video_core: add missing header after 468bd9c1b0f9
Jan Beich
2021-02-23
1
-0
/
+1
|
|
/
*
|
Merge pull request #5953 from bunnei/memory-refactor-1
bunnei
2021-02-27
1
-1
/
+1
|
\
\
[next]