diff options
-rw-r--r-- | src/gallium/drivers/freedreno/freedreno_batch_cache.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/freedreno/freedreno_batch_cache.c b/src/gallium/drivers/freedreno/freedreno_batch_cache.c index 804a73664f7..1bf656cf208 100644 --- a/src/gallium/drivers/freedreno/freedreno_batch_cache.c +++ b/src/gallium/drivers/freedreno/freedreno_batch_cache.c @@ -414,7 +414,7 @@ fd_batch_from_fb(struct fd_batch_cache *cache, struct fd_context *ctx, key->width = pfb->width; key->height = pfb->height; key->layers = pfb->layers; - key->samples = pfb->samples; + key->samples = util_framebuffer_get_num_samples(pfb); key->ctx = ctx; if (pfb->zsbuf) |