This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

PROCESSOR-SDK-AM62P: Request for Source Code of Rogue GPU Test Executables

Part Number: PROCESSOR-SDK-AM62P


Tool/software:

Hello,

I'm looking for the source code for the following executables to test the Rogue GPU:

  1. rgx_blit_test

  2. rgx_compute_test

  3. rgx_kicksync_test

  4. rgx_triangle_test

  5. 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!