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
/
host_shaders
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
host_shaders: Remove opengl_copy_bgra.comp
ameerj
2021-09-17
2
-16
/
+0
*
astc_decoder: Reduce workgroup size
ameerj
2021-08-01
1
-1
/
+1
*
astc_decoder: Compute offset swizzles in-shader
ameerj
2021-08-01
1
-33
/
+13
*
astc_decoder: Make use of uvec4 for payload data
ameerj
2021-08-01
1
-79
/
+43
*
astc_decoder: Simplify Select2DPartition
ameerj
2021-08-01
1
-38
/
+19
*
astc_decoder: Optimize the use EncodingData
ameerj
2021-08-01
1
-25
/
+25
*
Merge pull request #6459 from lat9nq/ubuntu-fixes
Ameer J
2021-07-01
1
-1
/
+4
|
\
|
*
cmake: Fix find_program usage for 3.15
lat9nq
2021-06-13
1
-1
/
+4
*
|
astc_decoder.comp: Remove unnecessary LUT SSBOs
ameerj
2021-06-19
1
-19
/
+16
*
|
astc: Various robustness enhancements for the gpu decoder
ameerj
2021-06-19
1
-9
/
+6
*
|
astc_decoder: Fix LDR CEM1 endpoint calculation
ameerj
2021-06-16
1
-1
/
+1
|
/
*
astc_decoder: Refactor for style and more efficient memory use
ameerj
2021-03-25
1
-262
/
+307
*
astc_decoder: Reimplement Layers
Rodrigo Locatti
2021-03-13
1
-18
/
+15
*
astc_decoder: Fix out of bounds memory access
ameerj
2021-03-13
1
-2
/
+10
*
renderer_vulkan: Accelerate ASTC decoding
ameerj
2021-03-13
1
-21
/
+22
*
host_shaders: Modify shader cmake integration to allow for larger shaders
ameerj
2021-03-13
3
-2
/
+25
*
renderer_opengl: Accelerate ASTC texture decoding with a compute shader
ameerj
2021-03-13
1
-0
/
+1288
*
renderer_opengl: Swizzle BGR textures on copy
ameerj
2021-03-04
2
-0
/
+16
*
video_core: Reimplement the buffer cache
ReinUsesLisp
2021-02-13
3
-30
/
+8
*
video_core: host_shaders: Don't pass --quiet to glslangValidator if unavailable
lat9nq
2021-02-02
1
-1
/
+19
*
host_shaders/cmake: Pass --quiet to glslang to keep it quiet
ReinUsesLisp
2021-01-24
1
-1
/
+1
*
host_shaders: Add Vulkan assembler compute shaders
ReinUsesLisp
2020-12-30
4
-0
/
+96
*
host_shaders: Add helper to blit depth stencil fragment shader
ReinUsesLisp
2020-12-30
2
-0
/
+17
*
host_shaders: Add texture color blit fragment shader
ReinUsesLisp
2020-12-30
2
-0
/
+15
*
host_shaders: Add shaders to present to the swapchain
ReinUsesLisp
2020-12-30
3
-0
/
+36
*
host_shaders: Add shaders to convert between depth and color images
ReinUsesLisp
2020-12-30
3
-0
/
+28
*
host_shaders: Add compute shader to copy BC4 as RG32UI to RGBA8
ReinUsesLisp
2020-12-30
2
-0
/
+71
*
host_shaders: Add shader to render a full screen triangle
ReinUsesLisp
2020-12-30
2
-0
/
+30
*
host_shaders: Add pitch linear upload compute shader
ReinUsesLisp
2020-12-30
2
-0
/
+87
*
host_shaders: Add block linear upload compute shaders
ReinUsesLisp
2020-12-30
3
-0
/
+249
*
host_shaders: Add copyright headers to OpenGL present shaders
ReinUsesLisp
2020-12-30
2
-0
/
+8
*
video_core/host_shaders: Add support for prebuilt SPIR-V shaders
ReinUsesLisp
2020-12-30
1
-16
/
+37
*
video_core: Fix instances where msbuild always regenerated host shaders
ReinUsesLisp
2020-09-24
2
-12
/
+7
*
video_core/host_shaders: Add CMake integration for string shaders
ReinUsesLisp
2020-08-24
5
-0
/
+97