Project Home
Project Home
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - Query graphics driver capabilities through the GF library: (3 Items)
   
Query graphics driver capabilities through the GF library  
Is it possible to determnice through the GF library which 2D operations in driver are accelerated, and which are not. I 
mean disp_2d_caps_t.accel_flags like 
DISP_2D_ACCEL_OPAQUE_BLIT, DISP_2D_ACCEL_COMPLEX_ROPS, 
DISP_2D_ACCEL_SRC_CHROMA, etc.

Thanks.
Re: Query graphics driver capabilities through the GF library  
Hi Mike,

There is currently no GF APIs to access these driver capabilities.  Photon used to supply these capabilties, and even 
though there are Photon APIs for it, io-graphics (being a GF app now), kind of fakes out the returned data.

-Derek
Re: Query graphics driver capabilities through the GF library  
Thanks for the answer.