egl: Improve driver matching.
Make drv->Probe return a score so that the matching can be done by finding the driver with the highest score.
This commit is contained in:
@@ -26,7 +26,6 @@ struct _egl_display
|
||||
|
||||
EGLNativeDisplayType NativeDisplay;
|
||||
|
||||
const char *DriverName;
|
||||
_EGLDriver *Driver;
|
||||
void *DriverData; /* private to driver */
|
||||
|
||||
|
Reference in New Issue
Block a user