index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
video_core
/
shader
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #4865 from ameerj/async-threadcount
bunnei
2020-11-01
1
-8
/
+9
|
\
|
*
async_shaders: Increase Async worker thread count for 8+ thread cpus
ameerj
2020-10-29
1
-8
/
+9
*
|
shader/arithmetic: Implement FCMP immediate + register variant
ReinUsesLisp
2020-10-28
1
-1
/
+2
|
/
*
shader/texture: Implement CUBE texture type for TMML and fix arrays
ReinUsesLisp
2020-10-07
1
-19
/
+22
*
Merge pull request #4703 from lioncash/desig7
bunnei
2020-09-26
2
-26
/
+26
|
\
|
*
shader/registry: Silence a -Wshadow warning
Lioncash
2020-09-23
2
-5
/
+5
|
*
shader/registry: Remove unnecessary namespace qualifiers
Lioncash
2020-09-23
1
-5
/
+3
|
*
shader/registry: Make use of designated initializers where applicable
Lioncash
2020-09-23
1
-17
/
+19
*
|
Merge pull request #4711 from lioncash/move5
bunnei
2020-09-24
1
-16
/
+19
|
\
\
|
*
|
arithmetic_integer_immediate: Make use of std::move where applicable
Lioncash
2020-09-24
1
-16
/
+19
|
|
/
*
|
Merge pull request #4674 from ReinUsesLisp/timeline-semaphores
bunnei
2020-09-23
1
-0
/
+11
|
\
\
|
*
|
renderer_vulkan: Make unconditional use of VK_KHR_timeline_semaphore
ReinUsesLisp
2020-09-19
1
-0
/
+11
*
|
|
control_flow: emplace elements in place within TryQuery()
Lioncash
2020-09-22
1
-6
/
+6
*
|
|
control_flow: Make use of std::move in InsertBranch()
Lioncash
2020-09-22
1
-7
/
+8
|
|
/
|
/
|
*
|
General: Make use of std::nullopt where applicable
Lioncash
2020-09-22
2
-18
/
+11
*
|
Merge pull request #4672 from lioncash/narrowing
Rodrigo Locatti
2020-09-17
1
-1
/
+1
|
\
\
|
*
|
decoder/texture: Eliminate narrowing conversion in GetTldCode()
Lioncash
2020-09-17
1
-1
/
+1
|
|
/
*
/
decode/image: Eliminate switch fallthrough in DecodeImage()
Lioncash
2020-09-17
1
-0
/
+1
|
/
*
video_core: Enforce -Werror=switch
ReinUsesLisp
2020-09-16
2
-4
/
+13
*
video_core: Remove all Core::System references in renderer
ReinUsesLisp
2020-09-06
2
-9
/
+4
*
Merge pull request #4575 from lioncash/async
bunnei
2020-09-03
2
-17
/
+15
|
\
|
*
async_shaders: Mark getters as const member functions
Lioncash
2020-08-24
2
-17
/
+15
*
|
Merge pull request #4524 from lioncash/memory-log
bunnei
2020-08-27
1
-1
/
+2
|
\
\
|
|
/
|
/
|
|
*
shader/memory: Amend UNIMPLEMENTED_IF_MSG without a message
Lioncash
2020-08-14
1
-1
/
+2
*
|
Merge pull request #4443 from ameerj/vk-async-shaders
David
2020-08-17
2
-30
/
+99
|
\
\
|
*
|
Remove unneeded newlines, optional Registry in shader params
ameerj
2020-08-16
2
-8
/
+4
|
*
|
Morph: Update worker allocation comment
Ameer J
2020-08-16
1
-1
/
+1
|
*
|
move thread 1/4 count computation into allocate workers method
ameerj
2020-08-16
2
-3
/
+12
|
*
|
Address feedback, add shader compile notifier, update setting text
ameerj
2020-08-16
2
-68
/
+65
|
*
|
Vk Async Worker directly emplace in cache
ameerj
2020-08-16
1
-53
/
+25
|
*
|
Address feedback. Bruteforce delete duplicates
ameerj
2020-08-16
2
-61
/
+78
|
*
|
Vk Async pipeline compilation
ameerj
2020-08-16
2
-6
/
+84
|
|
/
*
/
async_shaders: Resolve -Wpessimizing-move warning
Lioncash
2020-08-14
1
-2
/
+2
|
/
*
General: Tidy up clang-format warnings part 2
Lioncash
2020-08-13
2
-17
/
+19
*
Merge pull request #4391 from lioncash/nrvo
bunnei
2020-07-24
4
-22
/
+22
|
\
|
*
video_core: Allow copy elision to take place where applicable
Lioncash
2020-07-21
4
-22
/
+22
*
|
Merge pull request #4361 from ReinUsesLisp/lane-id
Rodrigo Locatti
2020-07-21
1
-2
/
+1
|
\
\
|
*
|
decode/other: Implement S2R.LaneId
ReinUsesLisp
2020-07-16
1
-2
/
+1
*
|
|
Merge pull request #4324 from ReinUsesLisp/formats
bunnei
2020-07-21
1
-27
/
+27
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
video_core: Rearrange pixel format names
ReinUsesLisp
2020-07-13
1
-27
/
+27
|
|
/
*
|
Fix style issues
David Marcec
2020-07-18
1
-4
/
+10
*
|
Remove duplicate config
David Marcec
2020-07-17
1
-0
/
+1
*
|
Use conditional var
David Marcec
2020-07-17
2
-9
/
+15
*
|
async shaders
David Marcec
2020-07-17
2
-0
/
+277
|
/
*
Merge pull request #4147 from ReinUsesLisp/hset2-imm
bunnei
2020-06-26
1
-21
/
+67
|
\
|
*
shader/half_set: Implement HSET2_IMM
ReinUsesLisp
2020-06-22
1
-21
/
+67
*
|
Merge pull request #4083 from Morph1984/B10G11R11F
bunnei
2020-06-24
1
-9
/
+17
|
\
\
|
|
/
|
/
|
|
*
decode/image: Implement B10G11R11F
Morph
2020-06-20
1
-9
/
+17
*
|
memory_util: boost hashes are size_t
MerryMage
2020-06-18
1
-2
/
+2
|
/
*
shader/texture: Join separate image and sampler pairs offline
ReinUsesLisp
2020-06-05
7
-69
/
+146
[next]