Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
Suyu
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
many-archive
Suyu
Commits
6407f16d
There was an error fetching the commit references. Please try again later.
Commit
6407f16d
authored
3 years ago
by
Liam
Browse files
Options
Downloads
Patches
Plain Diff
Address review comments
parent
bcc2d7e6
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/video_core/host_shaders/CMakeLists.txt
+1
-1
1 addition, 1 deletion
src/video_core/host_shaders/CMakeLists.txt
src/video_core/host_shaders/convert_s8d24_to_abgr8.frag
+1
-1
1 addition, 1 deletion
src/video_core/host_shaders/convert_s8d24_to_abgr8.frag
with
2 additions
and
2 deletions
src/video_core/host_shaders/CMakeLists.txt
+
1
−
1
View file @
6407f16d
...
@@ -12,9 +12,9 @@ set(SHADER_FILES
...
@@ -12,9 +12,9 @@ set(SHADER_FILES
block_linear_unswizzle_3d.comp
block_linear_unswizzle_3d.comp
convert_abgr8_to_d24s8.frag
convert_abgr8_to_d24s8.frag
convert_d24s8_to_abgr8.frag
convert_d24s8_to_abgr8.frag
convert_s8d24_to_abgr8.frag
convert_depth_to_float.frag
convert_depth_to_float.frag
convert_float_to_depth.frag
convert_float_to_depth.frag
convert_s8d24_to_abgr8.frag
full_screen_triangle.vert
full_screen_triangle.vert
fxaa.frag
fxaa.frag
fxaa.vert
fxaa.vert
...
...
This diff is collapsed.
Click to expand it.
src/video_core/host_shaders/convert_s8d24_to_abgr8.frag
+
1
−
1
View file @
6407f16d
// Copyright 202
1
yuzu Emulator Project
// Copyright 202
2
yuzu Emulator Project
// Licensed under GPLv2 or any later version
// Licensed under GPLv2 or any later version
// Refer to the license.txt file included.
// Refer to the license.txt file included.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment