summaryrefslogtreecommitdiffstats
path: root/src/intel
diff options
context:
space:
mode:
Diffstat (limited to 'src/intel')
-rw-r--r--src/intel/blorp/blorp_blit.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/intel/blorp/blorp_blit.c b/src/intel/blorp/blorp_blit.c
index b144bddaf5d..f3896fe53f3 100644
--- a/src/intel/blorp/blorp_blit.c
+++ b/src/intel/blorp/blorp_blit.c
@@ -1951,6 +1951,10 @@ try_blorp_blit(struct blorp_batch *batch,
params->x0 *= 3;
params->x1 *= 3;
+ /* If it happens to be sRGB, we need to force a conversion */
+ if (params->dst.view.format == ISL_FORMAT_R8G8B8_UNORM_SRGB)
+ wm_prog_key->dst_format = ISL_FORMAT_R9G9B9E5_SHAREDEXP;
+
surf_fake_rgb_with_red(batch->blorp->isl_dev, &params->dst);
wm_prog_key->dst_rgb = true;