https://bugs.freedesktop.org/show_bug.cgi?id=110443
--- Comment #4 from Julien Isorce <julien.iso...@gmail.com> ---
Something like this:
--- a/src/gallium/include/pipe/p_screen.h
+++ b/src/gallium/include/pipe/p_screen.h
@@ -262,6 +262,15 @@ struct pipe_screen {
struct winsys_handle *handle,
unsigned usage);
+ boolean (*resource_get_stride)(struct pipe_screen *screen,
+ struct pipe_context *context,
+ struct pipe_resource *tex,
+ unsigned *stride);
+ boolean (*resource_get_offset)(struct pipe_screen *screen,
+ struct pipe_context *context,
+ struct pipe_resource *tex,
+ unsigned *offset);
+
? Thx
--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel