summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRandolph Sapp <rs@ti.com>2024-10-18 13:30:33 -0500
committerRyan Eatmon <reatmon@ti.com>2024-10-19 14:05:48 -0500
commitc251afc88c5fad3a912f94e2324ad879406c5993 (patch)
tree8008fbb29c005407a92653fc8cdbf25f6fa8af4e
parent283da7c7ae1236a6f8b1df5a89a65c4b7f79b0b5 (diff)
downloadmeta-ti-c251afc88c5fad3a912f94e2324ad879406c5993.tar.gz
ti-img-rogue-umlibs: fix j721e NPOT texture issues
Resolve some issues with J721E and compressed NPOT (Non-Power-Of-Two) textures. Also, add some additional allocation tracking in render process specific tasks. Signed-off-by: Randolph Sapp <rs@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
-rw-r--r--meta-ti-bsp/recipes-graphics/powervr-umlibs/ti-img-rogue-umlibs_24.1.6554834.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-ti-bsp/recipes-graphics/powervr-umlibs/ti-img-rogue-umlibs_24.1.6554834.bb b/meta-ti-bsp/recipes-graphics/powervr-umlibs/ti-img-rogue-umlibs_24.1.6554834.bb
index e2bf4799..720a3cff 100644
--- a/meta-ti-bsp/recipes-graphics/powervr-umlibs/ti-img-rogue-umlibs_24.1.6554834.bb
+++ b/meta-ti-bsp/recipes-graphics/powervr-umlibs/ti-img-rogue-umlibs_24.1.6554834.bb
@@ -14,7 +14,7 @@ PR = "r3"
14 14
15BRANCH = "linuxws/scarthgap/k6.6/${PV}" 15BRANCH = "linuxws/scarthgap/k6.6/${PV}"
16SRC_URI = "git://git.ti.com/git/graphics/ti-img-rogue-umlibs.git;protocol=https;branch=${BRANCH}" 16SRC_URI = "git://git.ti.com/git/graphics/ti-img-rogue-umlibs.git;protocol=https;branch=${BRANCH}"
17SRCREV = "707e042ee632f61c1f931402d8fc491358598373" 17SRCREV = "ba93a3e38c683ccb03a7cf8f2e7dffe2f9cbcf1c"
18S = "${WORKDIR}/git/targetfs/${TARGET_PRODUCT}/${PVR_WS}/${PVR_BUILD}" 18S = "${WORKDIR}/git/targetfs/${TARGET_PRODUCT}/${PVR_WS}/${PVR_BUILD}"
19 19
20TARGET_PRODUCT:j721e = "j721e_linux" 20TARGET_PRODUCT:j721e = "j721e_linux"