index
:
anonymous/yuzu
master
yuzu is the world's most popular, open-source, Nintendo Switch emulator — started by the creators of Citra. It is written in C++ with portability in mind,
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
video_core
/
shader
/
decode
/
half_set_predicate.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
shader: Remove old shader management
ReinUsesLisp
2021-07-23
1
-80
/
+0
*
shader/decode: Reduce severity of arithmetic rounding warnings
ReinUsesLisp
2019-11-07
1
-1
/
+3
*
shader/half_set_predicate: Fix HSETP2 for constant buffers
ReinUsesLisp
2019-10-07
1
-0
/
+2
*
shader/half_set_predicate: Reduce DEBUG_ASSERT to LOG_DEBUG
ReinUsesLisp
2019-10-07
1
-1
/
+2
*
half_set_predicate: Fix predicate assignments
ReinUsesLisp
2019-09-04
1
-10
/
+9
*
Merge pull request #2777 from ReinUsesLisp/hsetp2-fe3h-fix
bunnei
2019-08-21
1
-1
/
+1
|
\
|
*
half_set_predicate: Fix HSETP2_C constant buffer offset
ReinUsesLisp
2019-08-04
1
-1
/
+1
*
|
decode/half_set_predicate: Fix predicates
ReinUsesLisp
2019-07-26
1
-3
/
+3
|
/
*
Merge pull request #2743 from FernandoS27/surpress-assert
bunnei
2019-07-25
1
-1
/
+1
|
\
|
*
Shader_Ir: Downgrade precision and rounding asserts to debug asserts.
Fernando Sahmkow
2019-07-18
1
-1
/
+1
*
|
shader/half_set_predicate: Fix HSETP2 implementation
ReinUsesLisp
2019-07-20
1
-17
/
+14
*
|
shader/half_set_predicate: Implement missing HSETP2 variants
ReinUsesLisp
2019-07-20
1
-13
/
+29
|
/
*
shader: Use shared_ptr to store nodes and move initialization to file
ReinUsesLisp
2019-06-06
1
-0
/
+1
*
shader/decode/*: Add missing newline to files lacking them
Lioncash
2019-05-23
1
-1
/
+1
*
shader_ir/decode: Fix half float pre-operations and remove MetaHalfArithmetic
ReinUsesLisp
2019-04-16
1
-4
/
+4
*
shader_ir: Rename BasicBlock to NodeBlock
ReinUsesLisp
2019-02-03
1
-1
/
+1
*
shader_ir: Pass decoded nodes as a whole instead of per basic blocks
ReinUsesLisp
2019-02-03
1
-1
/
+1
*
shader_ir: Pass to decoder functions basic block's code
ReinUsesLisp
2019-01-15
1
-1
/
+1
*
shader_decode: Rework HSETP2
ReinUsesLisp
2019-01-15
1
-3
/
+5
*
shader_decode: Implement HSETP2
ReinUsesLisp
2019-01-15
1
-1
/
+37
*
shader_ir: Initial implementation
ReinUsesLisp
2019-01-15
1
-0
/
+24