gallium/tgsi: add helper tgsi_get_interp_mode
[mesa.git] / src / mesa / state_tracker / st_cb_bitmap.h
index 323158ea11ddc1eb806203c227d389ddf1ed470c..d2b53c9bcaab70456a175bb81552936e9aee5bb6 100644 (file)
 #define ST_CB_BITMAP_H
 
 
-#include "main/compiler.h"
 #include <stdbool.h>
 
 struct dd_function_table;
 struct st_context;
-struct gl_fragment_program;
-struct st_fragment_program;
+struct gl_program;
+struct st_program;
 
 extern void
 st_init_bitmap_functions(struct dd_function_table *functions);