Hello all,
i run an application on RPi. It load jpegs from SD-Card. Each jpeg is about 91kb. After 15 seconds i delete texture for image and load another jpeg as texture and show it on Display.
With thee command "sudo LD_LIBRARY_PATH=/opt/vc/lib /opt/vc/bin/vcdbg reloc" from url (
http://www.forum-raspberrypi.de/Thread-freien-gpu-ram-anzeigen) i can see how GPU-Memory are used.
After ~ 2 Weeks of RPi's uninterrapted work i get glError 0x505.
Is it possible, that it is enough memory in GPU, but it is to much Blocks, so the new texture have not enough place?
Thank you in advance!