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
*
Initial Reaper Setup
ReinUsesLisp
2021-06-16
6
-56
/
+226
*
vulkan_memory_allocator: Release allocations with no commits
ReinUsesLisp
2021-06-16
2
-5
/
+22
*
astc_decoder: Fix LDR CEM1 endpoint calculation
ameerj
2021-06-15
2
-2
/
+2
*
configure_graphics: Add Accelerate ASTC decoding setting
ameerj
2021-06-15
2
-2
/
+11
*
textures: Reintroduce CPU ASTC decoder
ameerj
2021-06-15
4
-2
/
+1592
*
GPUTHread: Remove async reads from Normal Accuracy.
Fernando Sahmkow
2021-06-11
1
-18
/
+6
*
rasterizer: Update pages in batches
ReinUsesLisp
2021-06-11
1
-15
/
+41
*
Fix GCC undefined behavior sanitizer.
Markus Wick
2021-06-10
2
-0
/
+6
*
Merge pull request #6410 from lat9nq/avoid-oob
bunnei
2021-06-07
1
-0
/
+8
|
\
|
*
decoders: Break instead of continue
lat9nq
2021-06-04
1
-2
/
+2
|
*
decoders: Avoid out-of-bounds access
lat9nq
2021-06-04
1
-0
/
+8
*
|
buffer_cache: Simplify uniform disabling logic
ameerj
2021-06-01
8
-6
/
+29
|
/
*
Merge pull request #6367 from ReinUsesLisp/vma-host
bunnei
2021-05-31
2
-31
/
+43
|
\
|
*
vulkan_memory_allocator: Allow textures to be allocated in host memory
ReinUsesLisp
2021-05-27
2
-31
/
+43
*
|
video_core: gpu: WaitFence: Do not block threads during shutdown.
bunnei
2021-05-29
2
-1
/
+13
*
|
Fix two GCC 11 warnings: Unneeded copies.
Markus Wick
2021-05-29
1
-2
/
+2
*
|
video_core: rasterizer_cache: Use u16 for cached page count.
bunnei
2021-05-27
2
-9
/
+9
|
/
*
common: fs: Rework the Common Filesystem interface to make use of std::filesy...
Morph
2021-05-25
5
-106
/
+116
*
Merge pull request #6248 from A-w-x/intelmesa
bunnei
2021-05-20
1
-1
/
+1
|
\
|
*
gl_device: Intel: Disable texture view formats workaround on mesa
A-w-x
2021-04-26
1
-1
/
+1
*
|
Merge pull request #6317 from ameerj/fps-fix
bunnei
2021-05-18
4
-0
/
+9
|
\
\
|
*
|
perf_stats: Rework FPS counter to be more accurate
ameerj
2021-05-15
4
-0
/
+9
*
|
|
Merge pull request #6322 from ameerj/fast-null-buffer
bunnei
2021-05-17
1
-1
/
+4
|
\
\
\
|
*
|
|
buffer_cache: Ensure null buffers cannot take the fast uniform bind path
ameerj
2021-05-16
1
-1
/
+4
|
|
/
/
*
|
|
Merge pull request #6289 from ameerj/oob-blit
bunnei
2021-05-15
8
-61
/
+99
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
texture_cache: Handle out of bound texture blits
ameerj
2021-05-07
8
-61
/
+99
|
|
/
*
/
hle: kernel: Rename Process to KProcess.
bunnei
2021-05-05
3
-3
/
+3
|
/
*
Merge pull request #6237 from ameerj/nvdec-end-fix
bunnei
2021-04-25
2
-5
/
+3
|
\
|
*
nvhost_vic: Fix device closure
ameerj
2021-04-24
2
-5
/
+3
*
|
vk_texture_cache: Swap R and B channels of color flipped format
ameerj
2021-04-24
1
-1
/
+24
|
/
*
texture_cache/util: Fix src being used instead of dst within DeduceBlitImages
Lioncash
2021-04-19
1
-1
/
+1
*
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
|
/
/
[next]