summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-04-05 02:01:09 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-04-05 02:01:09 +0000
commitde8f2daef9573f7dfd9aad52ab85c7a8ca5dcf7d (patch)
tree6e875bc030bdfb362f5851eb8bde03d87e82d935
parent96dc2cbd82e149026652268efc72ece6d71fb434 (diff)
parentaa86052df7d8cb00646e90dabdb49829610cab65 (diff)
downloadminigbm-android14-tests-release.tar.gz
Change-Id: If9ffba098cb243f9cd6da4e4af5c7a1476dffdcc
-rw-r--r--cros_gralloc/cros_gralloc_helpers.cc5
1 files changed, 1 insertions, 4 deletions
diff --git a/cros_gralloc/cros_gralloc_helpers.cc b/cros_gralloc/cros_gralloc_helpers.cc
index a7c024c..8c86c66 100644
--- a/cros_gralloc/cros_gralloc_helpers.cc
+++ b/cros_gralloc/cros_gralloc_helpers.cc
@@ -56,10 +56,7 @@ uint32_t cros_gralloc_convert_format(int format)
* equal to their size in bytes.
*/
case HAL_PIXEL_FORMAT_BLOB:
- /*
- * TODO(b/259551816): re-enable after ANGLE and SwiftShader are updated.
- * case HAL_PIXEL_FORMAT_R8:
- */
+ case HAL_PIXEL_FORMAT_R8:
return DRM_FORMAT_R8;
case HAL_PIXEL_FORMAT_IMPLEMENTATION_DEFINED:
return DRM_FORMAT_FLEX_IMPLEMENTATION_DEFINED;