llvmpipe: remove call to llvmpipe_set_texture_image_layout()
This would seem to be needed but caused some regressions. More investigation will be done.
This commit is contained in:
@@ -931,9 +931,6 @@ llvmpipe_get_texture_image(struct llvmpipe_resource *lpr,
|
||||
/* Just allocating tiled memory. Don't initialize it from the
|
||||
* linear data if it exists.
|
||||
*/
|
||||
llvmpipe_set_texture_image_layout(lpr, face_slice, level,
|
||||
width_t, height_t, layout);
|
||||
|
||||
return target_data;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user