-
-
Notifications
You must be signed in to change notification settings - Fork 172
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
Fix RGBGFX reversal #1425
Fix RGBGFX reversal #1425
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Here are some of the bugs I've spotted from my previous reading of this code...
I think you will understand why I found the task quite daunting. :[
7805821
to
ba0e351
Compare
@ISSOtm Would you mind just pushing directly to this to get it resolved? |
That name makes more sense, IMO
F\*ing finally!
Just rebased. cc @Rangi42! Just need to add test cases now... which also involves modifying |
I *hate* integer promotion and implicit int casts.
Co-authored-by: Sylvie <35663410+Rangi42@users.noreply.github.com>
@Rangi42 is dealing with adding tests, including more structural changes; that'll be done in another PR. |
Fixes #1420 (but probably has more left to do)