r600g: Use the actual Evergreen functions to query format support on Evergreen.
[mesa.git] / src / gallium / auxiliary / util / u_index_modify.h
index dc28fe054444b05ce8b2cc37adce7717812cfe28..1e9de3dfac883feb378dd439fa71580fe069a8c6 100644 (file)
@@ -23,6 +23,9 @@
 #ifndef UTIL_INDEX_MODIFY_H
 #define UTIL_INDEX_MODIFY_H
 
+struct pipe_context;
+struct pipe_resource;
+
 void util_shorten_ubyte_elts_to_userptr(struct pipe_context *context,
                                        struct pipe_resource *elts,
                                        int index_bias,