dri: rename 'implicit' param from earlier series
I accidentally merged the wrong version of this, and this was supposed to be the correct and more informative name Acked-by: Dave Airlie <airlied@redhat.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/29066>
This commit is contained in:

committed by
Marge Bot

parent
9666756f60
commit
2efa1ae0d5
@@ -60,7 +60,7 @@ struct __DRImesaCoreExtensionRec {
|
||||
__DRIcreateContextAttribsFunc createContext;
|
||||
|
||||
/* driver function for finishing initialization inside createNewScreen(). */
|
||||
const __DRIconfig **(*initScreen)(struct dri_screen *screen, bool implicit);
|
||||
const __DRIconfig **(*initScreen)(struct dri_screen *screen, bool driver_name_is_inferred);
|
||||
|
||||
int (*queryCompatibleRenderOnlyDeviceFd)(int kms_only_fd);
|
||||
|
||||
|
Reference in New Issue
Block a user