radv: Enable query inheritance.

timestamp and pipeline_statistics only do something on begin & end,
so they don't need any action.

Occlusion queries only do something to enable/disable and that
register is set nowhere else so that doesn't need extra support either.
(We technically should fix it to update the reg with the number of
 samples, but that hasn't happened yet, so we only change it to
 enable/disable counting)

Signed-off-by: Bas Nieuwenhuizen <basni@google.com>
Reviewed-by: Dave Airlie <airlied@redhat.com>
This commit is contained in:
Bas Nieuwenhuizen 2017-04-12 23:17:14 +02:00
parent c3f38c8968
commit 04c7452d0c
1 changed files with 1 additions and 1 deletions

View File

@ -503,7 +503,7 @@ void radv_GetPhysicalDeviceFeatures(
.shaderInt16 = false,
.sparseBinding = true,
.variableMultisampleRate = true,
.inheritedQueries = false,
.inheritedQueries = true,
};
}