Skip to content

Revert "softpipe/buffer: load only as many components as the the buffer resource type provides"

Gert Wollny requested to merge gerddie/mesa:softpipe-revert-buffer into master

This reverts commit 865b9dda.

The buffer always reports format PIPE_FORMAT_R8_UNORM so with this patch only one component would be supported. The original issue is still relevant, but the fix must be different.

Sorry @airlied I kind of screwed up there.

Merge request reports