v3d: Stop using spaces in the names of our buffers.
[mesa.git] / src / gallium / drivers / v3d / v3dx_state.c
index 4bb90f1a98bcaaebe247c6c393ca4df4638a5eb4..34b845730f6132bbc2bda089e8a7b55965c261db 100644 (file)
@@ -404,7 +404,7 @@ v3d_vertex_state_create(struct pipe_context *pctx, unsigned num_elements,
         so->default_attribute_values = v3d_bo_alloc(v3d->screen,
                                                     VC5_MAX_ATTRIBUTES *
                                                     4 * sizeof(float),
-                                                    "default attributes");
+                                                    "default_attributes");
         uint32_t *attrs = v3d_bo_map(so->default_attribute_values);
         for (int i = 0; i < VC5_MAX_ATTRIBUTES; i++) {
                 attrs[i * 4 + 0] = 0;