aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/lima/lima_texture.c
diff options
context:
space:
mode:
authorAndreas Baierl <[email protected]>2019-12-09 12:42:30 +0100
committerVasily Khoruzhick <[email protected]>2019-12-13 22:02:03 +0000
commit8adeeaa7f21a939a3e9610c6e3684a9652f32546 (patch)
treef079c4ce99c36c41828f4e1ea2f00ae8bb63c983 /src/gallium/drivers/lima/lima_texture.c
parent54569163098cccf5d43f5eb146dc171a0708e455 (diff)
lima/parser: Add texture descriptor parser
Signed-off-by: Andreas Baierl <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/2980>
Diffstat (limited to 'src/gallium/drivers/lima/lima_texture.c')
-rw-r--r--src/gallium/drivers/lima/lima_texture.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/gallium/drivers/lima/lima_texture.c b/src/gallium/drivers/lima/lima_texture.c
index 39433c05801..307cf8e2491 100644
--- a/src/gallium/drivers/lima/lima_texture.c
+++ b/src/gallium/drivers/lima/lima_texture.c
@@ -272,4 +272,9 @@ lima_update_textures(struct lima_context *ctx)
lima_dump_command_stream_print(
descs, size, false, "add textures_desc at va %x\n",
lima_ctx_buff_va(ctx, lima_ctx_buff_pp_tex_desc, 0));
+
+ lima_dump_texture_descriptor(
+ descs, size,
+ lima_ctx_buff_va(ctx, lima_ctx_buff_pp_tex_desc, 0) + lima_tex_list_size,
+ lima_tex_list_size);
}