r300g: add RGBA16F colorbuffer support
[mesa.git] / src / gallium / drivers / llvmpipe / lp_perf.h
index d982bcc989b345a020df42e39cc201401f20668d..a9629dae3c7882d4c1f1c94de7b643bf34e18a3b 100644 (file)
@@ -51,6 +51,10 @@ struct lp_counters
    unsigned nr_non_empty_4;
    unsigned nr_llvm_compiles;
    int64_t llvm_compile_time;  /**< total, in microseconds */
+
+   unsigned nr_color_tile_clear;
+   unsigned nr_color_tile_load;
+   unsigned nr_color_tile_store;
 };