Returned string will be used as the driver name for driconf lookup.
Signed-off-by: Vadim Girlin <[email protected]>
---
src/gallium/include/pipe/p_screen.h | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/gallium/include/pipe/p_screen.h
b/src/gallium/include/pipe/p_screen.h
index 45c441b..9467157 100644
--- a/src/gallium/include/pipe/p_screen.h
+++ b/src/gallium/include/pipe/p_screen.h
@@ -67,6 +67,7 @@ struct pipe_transfer;
struct pipe_screen {
void (*destroy)( struct pipe_screen * );
+ const char *(*get_driver_name)( struct pipe_screen * );
const char *(*get_name)( struct pipe_screen * );
--
1.7.7.6
_______________________________________________
mesa-dev mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/mesa-dev