[neon/extras/subtitlecomposer/Neon/release] debian/patches: patch..
Scarlett Moore
null at kde.org
Thu Oct 19 12:55:36 BST 2023
Git commit dd22bc0e49b0f3096b392faa54c8dd6ae8ddde8a by Scarlett Moore.
Committed on 19/10/2023 at 13:55.
Pushed by scarlettmoore into branch 'Neon/release'.
patch..
M +4 -1 debian/patches/gles_support.patch
https://invent.kde.org/neon/extras/subtitlecomposer/-/commit/dd22bc0e49b0f3096b392faa54c8dd6ae8ddde8a
diff --git a/debian/patches/gles_support.patch b/debian/patches/gles_support.patch
index 026ae15..cc97b50 100644
--- a/debian/patches/gles_support.patch
+++ b/debian/patches/gles_support.patch
@@ -114,5 +114,8 @@ index 7c9c38b..5cb985d 100644
} else { // D == 4
- asGL(glTexSubImage2D(GL_TEXTURE_2D, level, 0, 0, texWidth, texHeight, GL_BGRA, GL_UNSIGNED_BYTE, texSrc));
+ asGL(glTexSubImage2D(GL_TEXTURE_2D, level, 0, 0, texWidth, texHeight, TEXTURE_RGB_FORMAT, GL_UNSIGNED_BYTE, texSrc));
- }
+ }
}
+
+--
+GitLab
More information about the Neon-commits
mailing list