-
-
Notifications
You must be signed in to change notification settings - Fork 173
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 painting cursor with opengl #1497
Comments
For reference, the current (broken) code can be enabled using: XPRA_OPENGL_TEXTURE_CURSOR=1 xpra attach ... And the actual painting code can be seen by looking for |
Well, I'll be damned! Following the precious advice that r23266 + r23267 does replace it though, but only for the cursor paint code, and now it seems to work! I am keeping this ticket open, because this is going to need a lot more testing.
|
r23270 also disables |
Works great. |
Follow up from #1496, see r15576.
We copy the pixels one at a time which is horrid.
Someone who understands opengl should fix the texture code instead..
The text was updated successfully, but these errors were encountered: