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
/
shader_recompiler
/
backend
/
glsl
/
emit_glsl_integer.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
general: Convert source file copyright comments over to SPDX
Morph
2022-04-23
1
-3
/
+2
*
shader_recompiler: Reduce unused includes
ameerj
2022-03-20
1
-2
/
+0
*
emit_glsl_integer: Use negation work around
ameerj
2021-12-30
1
-2
/
+2
*
shader_recompiler: Adjust emit_context includes
ameerj
2021-12-06
1
-1
/
+1
*
shader: Add integer division opcodes
ReinUsesLisp
2021-11-16
1
-0
/
+8
*
opengl: Implement LOP.CC
ameerj
2021-07-23
1
-3
/
+11
*
glsl: Better IAdd Overflow CC fix
ameerj
2021-07-23
1
-10
/
+12
*
shader: Remove IAbs64
ReinUsesLisp
2021-07-23
1
-4
/
+0
*
glsl: Fix IADD CC
ameerj
2021-07-23
1
-4
/
+6
*
glsl: Cleanup/Address feedback
ameerj
2021-07-23
1
-0
/
+1
*
glsl: Remove Signed Integer variables
ameerj
2021-07-23
1
-1
/
+1
*
glsl: Reorganize backend code, remove unneeded [[maybe_unused]]
ameerj
2021-07-23
1
-4
/
+2
*
glsl: Rework variable allocator to allow for variable reuse
ameerj
2021-07-23
1
-5
/
+5
*
glsl: minor cleanup
ameerj
2021-07-23
1
-9
/
+10
*
shader_recompiler: GCC fixes
lat9nq
2021-07-23
1
-0
/
+1
*
glsl: Better Storage access and wip warps
ameerj
2021-07-23
1
-2
/
+2
*
glsl: Fix integer conversions, implement clamp CC
ameerj
2021-07-23
1
-6
/
+15
*
glsl: Implement IADD CC
ameerj
2021-07-23
1
-2
/
+15
*
glsl: WIP var forward declaration
ameerj
2021-07-23
1
-4
/
+4
*
glsl: Fix bindings, add some CC ops
ameerj
2021-07-23
1
-2
/
+27
*
glsl: remove unused headers
ameerj
2021-07-23
1
-2
/
+0
*
glsl: Add a more robust fp formatter
ameerj
2021-07-23
1
-2
/
+2
*
glsl: Implement more Integer ops
ameerj
2021-07-23
1
-109
/
+65
*
glsl: Implement BF*
ameerj
2021-07-23
1
-5
/
+5
*
glsl: Implement a few Integer instructions
ameerj
2021-07-23
1
-26
/
+25
*
glsl: Use std::string_view for Emit function args.
ameerj
2021-07-23
1
-51
/
+63
*
glsl: Pass IR::Inst& to Emit functions
ameerj
2021-07-23
1
-44
/
+44
*
glsl: INeg and IAdd negate tests
ameerj
2021-07-23
1
-57
/
+68
*
glsl: Reusable typed variables. IADD32
ameerj
2021-07-23
1
-0
/
+221
*
glsl: Initial backend
ameerj
2021-07-23
1
-0
/
+0