Skip to content
Snippets Groups Projects
Commit 6902a36d authored by Ilia Mirkin's avatar Ilia Mirkin Committed by Emil Velikov
Browse files

mesa: reset the source packing when creating temp transfer image

Commit 4b249d2e (mesa: Handle transferOps in texstore_rgba) introduced
proper transferops handling, but in updating the source to the newly
allocated temporary image neglected to reset the source packing. Set it
to the default which should be appropriate for the floats used.

Fixes: 4b249d2e (mesa: Handle transferOps in texstore_rgba)
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=91173


Signed-off-by: default avatarIlia Mirkin <imirkin@alum.mit.edu>
Cc: "10.5 10.6" <mesa-stable@lists.freedesktop.org>
Reviewed-by: default avatarChris Forbes <chrisf@ijw.co.nz>
Reviewed-by: default avatarAnuj Phogat <anuj.phogat@gmail.com>
(cherry picked from commit 4f57cdba)
parent 96bed9fe
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment