Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PPGe: Use texture windows for atlas text #18126

Merged
merged 1 commit into from
Sep 11, 2023

Conversation

unknownbrackets
Copy link
Collaborator

This makes it software rendering, which correctly applies clamp/wrap limits at 512x512, still has readable text. Other textures may still be wrong.

Just a quick fix for #17885, not really optimal but should be fine. Also didn't really check any other texture drawing that might use the atlas.

-[Unknown]

This makes it software rendering, which correctly applies clamp/wrap
limits at 512x512, still has readable text.  Other textures may still be
wrong.
@hrydgard
Copy link
Owner

I'm gonna merge this for 1.16.1 but thinking of adding a commit on top that only enables the windows when the soft gpu is on, just to minimize the change for most people - although this should be very low risk.

@hrydgard hrydgard added this to the v1.16.1 milestone Sep 11, 2023
@hrydgard hrydgard merged commit 17b2b8f into hrydgard:master Sep 11, 2023
18 checks passed
@unknownbrackets unknownbrackets deleted the softgpu-ppge-text branch September 11, 2023 13:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants