Part Number: TDA4VM
Dear expert,
I porting my surround view app in ti-processor-sdk-rtos-j721e-evm-07_03_00_07 (linux vision), when I call
glBindFramebuffer(GL_FRAMEBUFFER, disp_fboid);
glActiveTexture(GL_TEXTURE0+index);
glBindTexture(pTexture->type, pTexture->texid);
glFramebufferTexture2D(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, GL_TEXTURE_2D, pTexture->texid, 0),
disp_fboid is create by appEglBindFrameBuffer(utils/opengl/src/a72/app_gl_egl_utils_linux.c), for some textures , the follow Error Log print out, why this log print out, how to fix this bug
(1076) PVR:(Error): Detected Feedback loop using texture ID 9, decompressing [ :7139 ]
Thanks!