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