gallium: Refactor some single-pixel util_format_read/writes.
[mesa.git] / src / gallium / auxiliary / util / u_pack_color.h
index 7b59538461a8db60b9e092954f953a71b1f2832d..6eea87ef38c34a68010554515af68bd274dbbb3c 100644 (file)
@@ -430,7 +430,7 @@ util_pack_color(const float rgba[4], enum pipe_format format, union util_color *
    /* Handle other cases with a generic function.
     */
    default:
-      util_format_write_4f(format, rgba, 0, uc, 0, 0, 0, 1, 1);
+      util_format_pack_rgba(format, uc, rgba, 1);
    }
 }