summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/postprocess
diff options
context:
space:
mode:
authorMarek Olšák <marek.olsak@amd.com>2016-04-08 01:43:00 +0200
committerMarek Olšák <marek.olsak@amd.com>2016-04-12 14:29:46 +0200
commite599b8f384b4fc48b450ed848d93e27e876de53f (patch)
tree3cd8fca18255433f199c4a340f27d8c6c2d1510b /src/gallium/auxiliary/postprocess
parent26171bd67e47cf25857cbce767ad048c8d99d1b0 (diff)
downloadexternal_mesa3d-e599b8f384b4fc48b450ed848d93e27e876de53f.zip
external_mesa3d-e599b8f384b4fc48b450ed848d93e27e876de53f.tar.gz
external_mesa3d-e599b8f384b4fc48b450ed848d93e27e876de53f.tar.bz2
gallium: pause queries for all meta ops
Reviewed-by: Roland Scheidegger <sroland@vmware.com> Reviewed-by: Nicolai Hähnle <nicolai.haehnle@amd.com>
Diffstat (limited to 'src/gallium/auxiliary/postprocess')
-rw-r--r--src/gallium/auxiliary/postprocess/pp_run.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/postprocess/pp_run.c b/src/gallium/auxiliary/postprocess/pp_run.c
index 9dc8fb5..bc79c5a 100644
--- a/src/gallium/auxiliary/postprocess/pp_run.c
+++ b/src/gallium/auxiliary/postprocess/pp_run.c
@@ -133,6 +133,7 @@ pp_run(struct pp_queue_t *ppq, struct pipe_resource *in,
CSO_BIT_VERTEX_SHADER |
CSO_BIT_VIEWPORT |
CSO_BIT_AUX_VERTEX_BUFFER_SLOT |
+ CSO_BIT_PAUSE_QUERIES |
CSO_BIT_RENDER_CONDITION));
cso_save_constant_buffer_slot0(cso, PIPE_SHADER_VERTEX);
cso_save_constant_buffer_slot0(cso, PIPE_SHADER_FRAGMENT);