panfrost: Describe thread local storage sizing rules
[mesa.git] / src / gallium / include / state_tracker / drisw_api.h
index e365ab81f185f2290969795d8a3d5a5df31d3d27..4b5d36c1797e7e65c1fe03765e200da842b2ff49 100644 (file)
@@ -20,7 +20,7 @@ struct drisw_loader_funcs
    void (*put_image2) (struct dri_drawable *dri_drawable,
                        void *data, int x, int y, unsigned width, unsigned height, unsigned stride);
    void (*put_image_shm) (struct dri_drawable *dri_drawable,
-                          int shmid, char *shmaddr, unsigned offset,
+                          int shmid, char *shmaddr, unsigned offset, unsigned offset_x,
                           int x, int y, unsigned width, unsigned height, unsigned stride);
 };