diff options
author | Brian Paul <brianp@vmware.com> | 2010-04-20 08:42:30 -0600 |
---|---|---|
committer | Brian Paul <brianp@vmware.com> | 2010-04-20 08:42:32 -0600 |
commit | a00f4e864cbd98cc6419a71ab22cb3c7d027f0e9 (patch) | |
tree | 3f012305a6fd6fa65c7c276477035d35addcda15 /src/gallium/drivers/llvmpipe/lp_texture.c | |
parent | cc822705e548e1172a550bff25284654500efd81 (diff) |
llvmpipe: remove call to llvmpipe_set_texture_image_layout()
This would seem to be needed but caused some regressions.
More investigation will be done.
Diffstat (limited to 'src/gallium/drivers/llvmpipe/lp_texture.c')
-rw-r--r-- | src/gallium/drivers/llvmpipe/lp_texture.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/gallium/drivers/llvmpipe/lp_texture.c b/src/gallium/drivers/llvmpipe/lp_texture.c index 01854ca2f2..1d16b45fbf 100644 --- a/src/gallium/drivers/llvmpipe/lp_texture.c +++ b/src/gallium/drivers/llvmpipe/lp_texture.c @@ -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; } |