diff options
author | Sagar Ghuge <[email protected]> | 2019-07-16 10:27:03 -0700 |
---|---|---|
committer | Kenneth Graunke <[email protected]> | 2019-08-20 00:50:31 -0700 |
commit | 58471e20d21dfd50f372a19675d8698cf61e3b7f (patch) | |
tree | 477b346d164d98947cebdf9fd0c5f5e1813ad7c0 /src/gallium/drivers/iris/iris_context.h | |
parent | 1abe87383e1529a14498d70a0cf445728b9c338d (diff) |
iris: Add render target read entry in binding table
This will be used in next patches for supporting non coherent
framebuffer fetch on Broadwell.
v2: Fix comment (Kenneth Graunke)
v3: 1) Fix a few nits (Caio)
2) Add comment (Caio)
Signed-off-by: Sagar Ghuge <[email protected]>
Reviewed-by: Caio Marcelo de Oliveira Filho <[email protected]>
Reviewed-by: Kenneth Graunke <[email protected]>
Diffstat (limited to 'src/gallium/drivers/iris/iris_context.h')
-rw-r--r-- | src/gallium/drivers/iris/iris_context.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/iris/iris_context.h b/src/gallium/drivers/iris/iris_context.h index 8b7c5736c85..f65cfd1ca35 100644 --- a/src/gallium/drivers/iris/iris_context.h +++ b/src/gallium/drivers/iris/iris_context.h @@ -283,6 +283,7 @@ struct iris_uncompiled_shader { enum iris_surface_group { IRIS_SURFACE_GROUP_RENDER_TARGET, + IRIS_SURFACE_GROUP_RENDER_TARGET_READ, IRIS_SURFACE_GROUP_CS_WORK_GROUPS, IRIS_SURFACE_GROUP_TEXTURE, IRIS_SURFACE_GROUP_IMAGE, |