summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/freedreno/freedreno_screen.h
diff options
context:
space:
mode:
authorRob Clark <[email protected]>2019-04-30 10:07:02 -0700
committerRob Clark <[email protected]>2019-05-02 11:19:22 -0700
commit6fa8a6d60f0bbc112870dedbc7e9958f07a85d09 (patch)
tree31cc6d9cdff5c8e027468eeb68f050b0883ae985 /src/gallium/drivers/freedreno/freedreno_screen.h
parent650246523b622341ce47909ba0e45d2b170dec15 (diff)
freedreno/a6xx: KHR_blend_equation_advanced support
Wire up support to sample from the fb (and force GMEM rendering when we have fb reads). The existing GLSL IR lowering for blend_equation_advanced does the rest. Signed-off-by: Rob Clark <[email protected]> Reviewed-by: Kristian H. Kristensen <[email protected]>
Diffstat (limited to 'src/gallium/drivers/freedreno/freedreno_screen.h')
-rw-r--r--src/gallium/drivers/freedreno/freedreno_screen.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/freedreno/freedreno_screen.h b/src/gallium/drivers/freedreno/freedreno_screen.h
index 35685be1d22..12f3f849b5d 100644
--- a/src/gallium/drivers/freedreno/freedreno_screen.h
+++ b/src/gallium/drivers/freedreno/freedreno_screen.h
@@ -59,6 +59,7 @@ struct fd_screen {
struct slab_parent_pool transfer_pool;
+ uint64_t gmem_base;
uint32_t gmemsize_bytes;
uint32_t device_id;
uint32_t gpu_id; /* 220, 305, etc */