mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 20:28:04 +02:00
virgl: Add support for passing GL_ANY_SAMPLES_PASSED_CONSERVATIVE
This is needed for fixing CTS: dEQP-GLES3.functional.occlusion_query.conservative* Reviewed-by: Dave Airlie <airlied@redhat.com> Signed-off-by: Gert Wollny <gert.wollny@collabora.com>
This commit is contained in:
parent
ce027ac5c7
commit
fb4011ace9
1 changed files with 2 additions and 1 deletions
|
|
@ -48,12 +48,13 @@ struct virgl_query {
|
|||
#define VIRGL_QUERY_SO_OVERFLOW_PREDICATE 8
|
||||
#define VIRGL_QUERY_GPU_FINISHED 9
|
||||
#define VIRGL_QUERY_PIPELINE_STATISTICS 10
|
||||
#define VIRGL_QUERY_OCCLUSION_PREDICATE_CONSERVATIVE 11
|
||||
|
||||
static const int pquery_map[] =
|
||||
{
|
||||
VIRGL_QUERY_OCCLUSION_COUNTER,
|
||||
VIRGL_QUERY_OCCLUSION_PREDICATE,
|
||||
-1,
|
||||
VIRGL_QUERY_OCCLUSION_PREDICATE_CONSERVATIVE,
|
||||
VIRGL_QUERY_TIMESTAMP,
|
||||
VIRGL_QUERY_TIMESTAMP_DISJOINT,
|
||||
VIRGL_QUERY_TIME_ELAPSED,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue