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/targets/graw-null | |
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/targets/graw-null')
-rw-r--r-- | src/gallium/targets/graw-null/graw_util.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/targets/graw-null/graw_util.c b/src/gallium/targets/graw-null/graw_util.c index 07693e85f6a..03b45d99e9d 100644 --- a/src/gallium/targets/graw-null/graw_util.c +++ b/src/gallium/targets/graw-null/graw_util.c @@ -5,6 +5,7 @@ #include "pipe/p_state.h" #include "tgsi/tgsi_text.h" #include "util/u_debug.h" +#include "util/u_debug_image.h" #include "util/u_memory.h" #include "state_tracker/graw.h" |