i.Mx6 Vivante libGAL.so: _UploadBGRtoARGB

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

i.Mx6 Vivante libGAL.so: _UploadBGRtoARGB

880件の閲覧回数
leroy_o
Contributor III

Hi,

I am working on an OpenGL project on the freescale i.MX6 which uses GL_RGB textures.

I have been doing code profiling with oprofile and found out that libGAL.so makes convertions in CPU: _UploadBGRtoARGB, which account for 30 % of the CPU load in our application.

Does this mean that the native format of Vivante hardware is BGRA, and if I want to improve the efficiency of my application, i need to use GL_BGRA?

0 件の賞賛
返信
1 返信

590件の閲覧回数
evgenyerlihman
Contributor IV

One of the hardware supported formats is indeed BGRA, the other option would be RGBA.

0 件の賞賛
返信