radeonsi: remove si.h
[mesa.git] / src / gallium / drivers / radeonsi / si_resource.h
index a76419c7b2b73cba37b440edacb4236f9c8d541b..37312864d06cf5e117f8b67c7f8ca1e0ae9d6eeb 100644 (file)
@@ -44,10 +44,4 @@ struct si_surface {
        struct pipe_surface             base;
 };
 
-struct si_context;
-
-void si_upload_const_buffer(struct si_context *sctx, struct r600_resource **rbuffer,
-                           const uint8_t *ptr, unsigned size,
-                           uint32_t *const_offset);
-
 #endif