summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-04-05 01:15:38 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-04-05 01:15:38 +0000
commit47e7ff64f98532b0c699af372fb3cc19e465e384 (patch)
tree6e875bc030bdfb362f5851eb8bde03d87e82d935
parent7d52e3658f393a6e9a61f69ded76d9d5e2eff72e (diff)
parentcba28051054e840018d0f998056c83030579a605 (diff)
downloadminigbm-android14-d1-s3-release.tar.gz
Change-Id: Ib31c8845e27f2f1e8758cd1eda0925c0145ee98e
-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;