diff options
author | Brian Paul <[email protected]> | 2016-02-08 09:29:38 -0700 |
---|---|---|
committer | Brian Paul <[email protected]> | 2016-02-08 09:29:38 -0700 |
commit | c84a8911fcd2e33f1b29ec2a7d94724709bb9b80 (patch) | |
tree | 8b76f737bb3d9e6051a2d9e013a9be7df928d2f8 /src/gallium/tests/graw | |
parent | 3917c8f3f9d44bd6ca50d5d5f8b9fa9d21295d37 (diff) |
gallium/util: switch over to new u_debug_image.[ch] code
Reviewed-by: Marek Olšák <[email protected]>
Diffstat (limited to 'src/gallium/tests/graw')
-rw-r--r-- | src/gallium/tests/graw/graw_util.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/tests/graw/graw_util.h b/src/gallium/tests/graw/graw_util.h index f09c1eadc9c..3c7dbd061cc 100644 --- a/src/gallium/tests/graw/graw_util.h +++ b/src/gallium/tests/graw/graw_util.h @@ -9,6 +9,7 @@ #include "util/u_box.h" #include "util/u_debug.h" +#include "util/u_debug_image.h" #include "util/u_draw_quad.h" #include "util/u_format.h" #include "util/u_inlines.h" |