android_hardware_qcom_display/libqcomui
Harshad Bhutada 23f2ec2103 libqcomui: add function to find if GPU supports a format in hardware
This is a helper function that will return false if the given format is
supported by adreno drivers but not supported in GPU HW. For these
formats, adreno will use software color conversion routines to convert
them to acceptable format by the GPU HW. This may be required if we
want to avoid creating texture for certain formats when not absolutely
necessary. Could be defaulted to return true depending on a compile
time flag.

Change-Id: Idb2200b5ed13bb8c184288d44340ed1aefeaa8df
2012-02-27 01:56:28 -06:00
..
Android.mk libqcomui: add function to find if GPU supports a format in hardware 2012-02-27 01:56:28 -06:00
qcom_ui.cpp libqcomui: add function to find if GPU supports a format in hardware 2012-02-27 01:56:28 -06:00
qcom_ui.h libqcomui: add function to find if GPU supports a format in hardware 2012-02-27 01:56:28 -06:00