-
-
Notifications
You must be signed in to change notification settings - Fork 180
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixes for bugs uncovered using the new jpeg decoder:
* rgb paint can change ROW_LENGTH and ALIGNMENT values, causing planar uploads to be misaligned: refactor into a method we can call every time to ensure the values are always correct * free the image after we have finished with the opengl context, as upload may be deferred until glFlush?, and we don't want to incur the garbage collector costs from there anyway git-svn-id: https://xpra.org/svn/Xpra/trunk@14898 3bb7dfac-3a0b-4e04-842a-767bc560f471
- Loading branch information
Showing
1 changed file
with
24 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters