freedreno: add support for conditional rendering, required for GL3.0
authorIlia Mirkin <imirkin@alum.mit.edu>
Sun, 8 Nov 2015 04:20:31 +0000 (23:20 -0500)
committerRob Clark <robclark@freedesktop.org>
Wed, 18 Nov 2015 19:31:13 +0000 (14:31 -0500)
commitd69e557f2a2c39888d83c7b52244412ee2a5594e
treecf5b16e3436f091c70f80e9e4cc2205060cb5b70
parent059da344ec17853bb503a7e4afa229c2e2a98c83
freedreno: add support for conditional rendering, required for GL3.0

A smarter implementation would make it possible to attach this to emit
state for the BY_REGION versions to avoid breaking the tiling. But this
is a start.

Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu>
Signed-off-by: Rob Clark <robclark@freedesktop.org>
docs/relnotes/11.1.0.html
src/gallium/drivers/freedreno/freedreno_context.h
src/gallium/drivers/freedreno/freedreno_draw.c
src/gallium/drivers/freedreno/freedreno_query.c
src/gallium/drivers/freedreno/freedreno_resource.c
src/gallium/drivers/freedreno/freedreno_resource.h
src/gallium/drivers/freedreno/freedreno_screen.c