gallivm/llvmpipe: add support for global operations.
[mesa.git] / src / gallium / drivers / llvmpipe / lp_state_cs.h
index 50f0856832b74bd221f2f068b25beabba99f463f..8f11889d0eca34250be22c18a82ff1fa6fb66379 100644 (file)
@@ -89,6 +89,9 @@ struct lp_compute_shader {
    unsigned no;
    unsigned variants_created;
    unsigned variants_cached;
+
+   int max_global_buffers;
+   struct pipe_resource **global_buffers;
 };
 
 struct lp_cs_exec {