diff --git a/.pick_status.json b/.pick_status.json index debeac28906..37ac16c1e61 100644 --- a/.pick_status.json +++ b/.pick_status.json @@ -434,7 +434,7 @@ "description": "compiler/types: handle BFLOAT16 when decoding blob", "nominated": true, "nomination_type": 2, - "resolution": 0, + "resolution": 1, "main_sha": null, "because_sha": "9e5d7eb88d7046fc6dd5c6ef85f9ae7e898702cd", "notes": null diff --git a/src/compiler/glsl_types.c b/src/compiler/glsl_types.c index 84d51c980e8..91753fc62f0 100644 --- a/src/compiler/glsl_types.c +++ b/src/compiler/glsl_types.c @@ -3234,6 +3234,7 @@ decode_type_from_blob(struct blob_reader *blob) case GLSL_TYPE_INT: case GLSL_TYPE_FLOAT: case GLSL_TYPE_FLOAT16: + case GLSL_TYPE_BFLOAT16: case GLSL_TYPE_DOUBLE: case GLSL_TYPE_UINT8: case GLSL_TYPE_INT8: