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.

Using QT with SGX to render without frame buffers (render to memory buffer for custom display)



Hello,

I have a custom board we have developed with custom FPGA-based video/display hardware. I'm currently using QT to render an On Screen Display using a modified svga screen driver example. I basically capture the data from the image in exposeRegion() and DMA this to the FPGA for display.

Now I would like to use the SGX hardware to render the widgets (HW accel) and DMA  the rendered buffer to the FPGA. This configuration does not have linux frame buffers, therefore I need to be able to render to a pixel buffer or something similar.  Is this possible by modifying the powervr graphics driver or eglnullws driver? 

I'm currently using QT 4.8 with graphics-sdk_4.04.00.02.

Thanks!