[PR #314] [MERGED] Add option for CRT shader #410

Closed
opened 2026-03-03 13:47:22 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/gopher64/gopher64/pull/314
Author: @loganmc10
Created: 3/10/2025
Status: Merged
Merged: 3/10/2025
Merged by: @loganmc10

Base: mainHead: crt


📝 Commits (8)

📊 Changes

10 files changed (+1136 additions, -41 deletions)

View changed files

data/shader/crt-aperture.frag (+135 -0)
data/shader/frag.spv (+453 -0)
data/shader/output.sh (+3 -0)
📝 parallel-rdp/interface.cpp (+59 -25)
📝 parallel-rdp/interface.hpp (+6 -2)
📝 parallel-rdp/spirv.hpp (+1 -1)
parallel-rdp/spirv_crt.hpp (+456 -0)
📝 src/ui/config.rs (+2 -0)
📝 src/ui/gui.rs (+11 -3)
📝 src/ui/video.rs (+10 -10)

📄 Description

Fixes https://github.com/gopher64/gopher64/issues/306


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/gopher64/gopher64/pull/314 **Author:** [@loganmc10](https://github.com/loganmc10) **Created:** 3/10/2025 **Status:** ✅ Merged **Merged:** 3/10/2025 **Merged by:** [@loganmc10](https://github.com/loganmc10) **Base:** `main` ← **Head:** `crt` --- ### 📝 Commits (8) - [`07137b1`](https://github.com/gopher64/gopher64/commit/07137b11d36c5060ec1b68ae06bd1ee9b71e657b) add CRT shader - [`a2d6c66`](https://github.com/gopher64/gopher64/commit/a2d6c6622a6a62bd5c72c4ff2bad9442d2a568c8) more - [`6858a55`](https://github.com/gopher64/gopher64/commit/6858a55ee897dc5031b41e0dbd686e826bb7f3d2) more - [`726e9df`](https://github.com/gopher64/gopher64/commit/726e9df53dd44dfa869230be7fe0e9303e2a6bf6) update type - [`ac919e5`](https://github.com/gopher64/gopher64/commit/ac919e5b5ee1024d4d0038d95ef96a8e526b0abb) more - [`8911c33`](https://github.com/gopher64/gopher64/commit/8911c3310f081c70a5cc64334611193cc30a60de) more - [`a5df8d7`](https://github.com/gopher64/gopher64/commit/a5df8d78b7ddccf323dad6aa9d6cf736a553247c) more - [`1e5ee93`](https://github.com/gopher64/gopher64/commit/1e5ee937e185e79f7b9989e5f3fec0cb0f0a2746) more ### 📊 Changes **10 files changed** (+1136 additions, -41 deletions) <details> <summary>View changed files</summary> ➕ `data/shader/crt-aperture.frag` (+135 -0) ➕ `data/shader/frag.spv` (+453 -0) ➕ `data/shader/output.sh` (+3 -0) 📝 `parallel-rdp/interface.cpp` (+59 -25) 📝 `parallel-rdp/interface.hpp` (+6 -2) 📝 `parallel-rdp/spirv.hpp` (+1 -1) ➕ `parallel-rdp/spirv_crt.hpp` (+456 -0) 📝 `src/ui/config.rs` (+2 -0) 📝 `src/ui/gui.rs` (+11 -3) 📝 `src/ui/video.rs` (+10 -10) </details> ### 📄 Description Fixes https://github.com/gopher64/gopher64/issues/306 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 13:47:22 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/gopher64#410
No description provided.