Skip to content

virgl: Set bind when creating temp resource.

Gurchetan Singh requested to merge gurchetansingh/mesa:temp-bind into master

virgl render complains about "Illegal resource" when running dEQP-EGL.functional.color_clears.single_context.gles2.rgb888_window, the reason is that a zero bind value was given for temp resource.

Signed-off-by: Lepton Wu lepton@chromium.org Reviewed-by: Erik Faye-Lund erik.faye-lund@collabora.com

Merge request reports