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
/
decode
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
video_core: Reimplement the buffer cache
ReinUsesLisp
2021-02-13
1
-0
/
+1
*
half_set: Resolve -Wmaybe-uninitialized warnings
Lioncash
2020-12-30
1
-7
/
+7
*
video_core: Rewrite the texture cache
ReinUsesLisp
2020-12-30
2
-32
/
+35
*
video_core: Remove unnecessary enum class casting in logging messages
Lioncash
2020-12-07
9
-48
/
+38
*
video_core: Resolve more variable shadowing scenarios pt.3
Lioncash
2020-12-05
1
-3
/
+4
*
video_core: Resolve more variable shadowing scenarios pt.2
Lioncash
2020-12-05
2
-10
/
+10
*
Merge pull request #3681 from lioncash/component
Rodrigo Locatti
2020-11-24
1
-2
/
+2
|
\
|
*
decode/image: Fix typo in assert in GetComponentSize()
Lioncash
2020-04-15
1
-3
/
+3
|
*
decoder/image: Fix incorrect G24R8 component sizes in GetComponentSize()
Lioncash
2020-04-15
1
-2
/
+2
*
|
Merge pull request #4854 from ReinUsesLisp/cube-array-shadow
bunnei
2020-11-05
1
-1
/
+0
|
\
\
|
*
|
shader: Partially implement texture cube array shadow
ReinUsesLisp
2020-10-28
1
-1
/
+0
*
|
|
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
*
|
arithmetic_integer_immediate: Make use of std::move where applicable
Lioncash
2020-09-24
1
-16
/
+19
*
|
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
*
|
shader/memory: Amend UNIMPLEMENTED_IF_MSG without a message
Lioncash
2020-08-14
1
-1
/
+2
*
|
General: Tidy up clang-format warnings part 2
Lioncash
2020-08-13
1
-3
/
+3
*
|
Merge pull request #4391 from lioncash/nrvo
bunnei
2020-07-24
3
-20
/
+20
|
\
\
|
*
|
video_core: Allow copy elision to take place where applicable
Lioncash
2020-07-21
3
-20
/
+20
*
|
|
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
|
|
/
/
*
/
/
video_core: Rearrange pixel format names
ReinUsesLisp
2020-07-13
1
-27
/
+27
|
/
/
*
|
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
*
|
|
decode/image: Implement B10G11R11F
Morph
2020-06-20
1
-9
/
+17
|
/
/
*
|
shader/texture: Join separate image and sampler pairs offline
ReinUsesLisp
2020-06-05
1
-18
/
+37
*
|
Merge pull request #4016 from ReinUsesLisp/invocation-info
LC
2020-06-02
1
-1
/
+1
|
\
\
|
*
|
shader/other: Fix hardcoded value in S2R INVOCATION_INFO
ReinUsesLisp
2020-05-30
1
-1
/
+1
*
|
|
shader/other: Implement MEMBAR.CTS
ReinUsesLisp
2020-05-27
1
-2
/
+12
|
/
/
*
|
Merge pull request #3981 from ReinUsesLisp/bar
bunnei
2020-05-26
1
-0
/
+5
|
\
\
|
*
|
shader/other: Implement BAR.SYNC 0x0
ReinUsesLisp
2020-05-21
1
-0
/
+5
*
|
|
Merge pull request #3980 from ReinUsesLisp/red-op
bunnei
2020-05-26
1
-2
/
+1
|
\
\
\
|
*
|
|
shader/memory: Implement non-addition operations in RED
ReinUsesLisp
2020-05-21
1
-2
/
+1
|
|
/
/
*
/
/
shader/other: Implement thread comparisons (NV_shader_thread_group)
ReinUsesLisp
2020-05-21
1
-0
/
+21
|
/
/
*
|
shader_ir: Separate float-point comparisons in ordered and unordered
ReinUsesLisp
2020-05-09
1
-6
/
+6
*
|
Merge pull request #3693 from ReinUsesLisp/clean-samplers
bunnei
2020-05-02
2
-94
/
+116
|
\
\
|
*
|
shader/texture: Support multiple unknown sampler properties
ReinUsesLisp
2020-04-23
1
-51
/
+74
|
*
|
shader_ir: Turn classes into data structures
ReinUsesLisp
2020-04-23
2
-59
/
+58
*
|
|
shader/arithmetic_integer: Fix tracking issue in temporary
ReinUsesLisp
2020-04-28
1
-4
/
+0
*
|
|
shader/arithmetic_integer: Fix edge case and mark IADD.X Rd.CC as unimplemented
ReinUsesLisp
2020-04-25
1
-1
/
+6
*
|
|
shader/arithmetic_integer: Change IAdd to UAdd to avoid signed overflow
ReinUsesLisp
2020-04-25
1
-2
/
+2
*
|
|
shader/arithmetic_integer: Implement IADD.X
ReinUsesLisp
2020-04-25
1
-0
/
+6
*
|
|
shader/arithmetic_integer: Implement CC for IADD
ReinUsesLisp
2020-04-25
1
-3
/
+19
*
|
|
decode/register_set_predicate: Implement CC
ReinUsesLisp
2020-04-25
1
-9
/
+14
*
|
|
decode/register_set_predicate: Use move for shared pointers
ReinUsesLisp
2020-04-25
1
-16
/
+17
*
|
|
Merge pull request #3734 from ReinUsesLisp/half-float-mods
bunnei
2020-04-25
1
-14
/
+37
|
\
\
\
|
*
|
|
decode/arithmetic_half: Fix HADD2 and HMUL2 absolute and negation bits
ReinUsesLisp
2020-04-23
1
-14
/
+37
[next]