diff options
author | Rob Clark <[email protected]> | 2015-07-09 18:14:36 -0400 |
---|---|---|
committer | Rob Clark <[email protected]> | 2015-07-10 11:57:31 -0400 |
commit | 2b7a54452fbb7e6436aa4ecc700cb2fe2f96ad86 (patch) | |
tree | b2f9204dbe725c2475803616ff48d9580315d9b5 /src/gallium/drivers/freedreno/a3xx/fd3_query.c | |
parent | e44845472a4e04e7b6a82ab6c768f9648729d7e9 (diff) |
freedreno: update generated headers
Signed-off-by: Rob Clark <[email protected]>
Diffstat (limited to 'src/gallium/drivers/freedreno/a3xx/fd3_query.c')
-rw-r--r-- | src/gallium/drivers/freedreno/a3xx/fd3_query.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/freedreno/a3xx/fd3_query.c b/src/gallium/drivers/freedreno/a3xx/fd3_query.c index 7abab543427..8fc0a0d4229 100644 --- a/src/gallium/drivers/freedreno/a3xx/fd3_query.c +++ b/src/gallium/drivers/freedreno/a3xx/fd3_query.c @@ -64,7 +64,7 @@ occlusion_get_sample(struct fd_context *ctx, struct fd_ringbuffer *ring) OUT_PKT3(ring, CP_DRAW_INDX, 3); OUT_RING(ring, 0x00000000); - OUT_RING(ring, DRAW(DI_PT_POINTLIST_A2XX, DI_SRC_SEL_AUTO_INDEX, + OUT_RING(ring, DRAW(DI_PT_POINTLIST_PSIZE, DI_SRC_SEL_AUTO_INDEX, INDEX_SIZE_IGN, USE_VISIBILITY, 0)); OUT_RING(ring, 0); /* NumIndices */ |