mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-26 01:20:22 +01:00
gallium: fix/update tex target dumping
This commit is contained in:
parent
75189ef960
commit
b2119e4b2f
1 changed files with 2 additions and 0 deletions
|
|
@ -258,6 +258,7 @@ DEFINE_UTIL_DUMP_CONTINUOUS(stencil_op)
|
|||
|
||||
static const char *
|
||||
util_dump_tex_target_names[] = {
|
||||
"PIPE_BUFFER",
|
||||
"PIPE_TEXTURE_1D",
|
||||
"PIPE_TEXTURE_2D",
|
||||
"PIPE_TEXTURE_3D",
|
||||
|
|
@ -266,6 +267,7 @@ util_dump_tex_target_names[] = {
|
|||
|
||||
static const char *
|
||||
util_dump_tex_target_short_names[] = {
|
||||
"buffer",
|
||||
"1d",
|
||||
"2d",
|
||||
"3d",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue