Tool/software:
Hello,
I'm looking for the source code for the following executables to test the Rogue GPU:
-
rgx_blit_test
-
rgx_compute_test
-
rgx_kicksync_test
-
rgx_triangle_test
-
rgx_twiddling_test
These executables are mentioned in the SDK documentation available at (https://software-dl.ti.com/processor-sdk-linux/esd/AM62PX/10_01_10_04/exports/docs/linux/Foundational_Components/Graphics/Rogue/Rogue_Debug_Info.html)
However, I found that theTI Git Repository contains only the binaries for these executables at (https://git.ti.com/cgit/graphics/ti-img-rogue-umlibs).
I also found the PowerVR driver source code at this link (https://git.ti.com/cgit/graphics/ti-img-rogue-driver/). As I'm working on removing OpenGL and other code, I want to implement my code based on this to directly interact with the GPU via the driver.
Any help would be greatly appreciated!