diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2016-12-11 08:40:05 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2016-12-11 08:40:05 +0000 |
commit | 21ab4c9f31674b113c24177398ed39f29b7cd8e6 (patch) | |
tree | 8be392d7a792d9663c2586396be77bfd506f5164 /lib/mesa/src/gallium/auxiliary/util/u_dump.h | |
parent | a8f0a7916e26e550dd2a26e7188835c481978004 (diff) |
Import Mesa 13.0.2
Diffstat (limited to 'lib/mesa/src/gallium/auxiliary/util/u_dump.h')
-rw-r--r-- | lib/mesa/src/gallium/auxiliary/util/u_dump.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/mesa/src/gallium/auxiliary/util/u_dump.h b/lib/mesa/src/gallium/auxiliary/util/u_dump.h index 259885115..bce8517b4 100644 --- a/lib/mesa/src/gallium/auxiliary/util/u_dump.h +++ b/lib/mesa/src/gallium/auxiliary/util/u_dump.h @@ -159,6 +159,9 @@ void util_dump_image_view(FILE *stream, const struct pipe_image_view *state); void +util_dump_shader_buffer(FILE *stream, const struct pipe_shader_buffer *state); + +void util_dump_sampler_view(FILE *stream, const struct pipe_sampler_view *state); void |