mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 16:08:04 +02:00
etnaviv: sw queries: return correct number of groups
Fixes: 3d912bd742 ("etnaviv: add query_group_info for sw counters")
Signed-off-by: Christian Gmeiner <christian.gmeiner@gmail.com>
This commit is contained in:
parent
208891650b
commit
7e3dba301e
1 changed files with 1 additions and 1 deletions
|
|
@ -145,7 +145,7 @@ etna_sw_get_driver_query_group_info(struct pipe_screen *pscreen,
|
|||
struct pipe_driver_query_group_info *info)
|
||||
{
|
||||
if (!info)
|
||||
return ARRAY_SIZE(list);
|
||||
return 1;
|
||||
|
||||
if (index != 0)
|
||||
return 0;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue