gallium: pass st_config_options to query_versions
So move it from dri_context to dri_screen. This will be needed for version computations. Reviewed-by: Ilia Mirkin <imirkin@alum.mit.edu>
This commit is contained in:
@@ -490,6 +490,7 @@ struct st_api
|
||||
* The format is (major*10+minor).
|
||||
*/
|
||||
void (*query_versions)(struct st_api *stapi, struct st_manager *sm,
|
||||
struct st_config_options *options,
|
||||
int *gl_core_version,
|
||||
int *gl_compat_version,
|
||||
int *gl_es1_version,
|
||||
|
Reference in New Issue
Block a user