diff options
author | Samuel Pitoiset <[email protected]> | 2016-06-03 00:00:27 +0200 |
---|---|---|
committer | Samuel Pitoiset <[email protected]> | 2016-06-03 00:12:23 +0200 |
commit | 28590eb9492f2e06c95483df7bd7f67b0fee7b8e (patch) | |
tree | 3944a40bcc907f413dc52abf9afd824ed80f1be8 /src/gallium/drivers/nouveau/nvc0/nvc0_context.h | |
parent | 278c2212ac137c19438a84072c8d3150b5a5b4f6 (diff) |
nvc0: mark buffer texture range valid for shader images
Loosely based on radeonsi (Thanks to Nicolai).
Signed-off-by: Samuel Pitoiset <[email protected]>
Reviewed-by: Ilia Mirkin <[email protected]>
Cc: 12.0 <[email protected]>
Diffstat (limited to 'src/gallium/drivers/nouveau/nvc0/nvc0_context.h')
-rw-r--r-- | src/gallium/drivers/nouveau/nvc0/nvc0_context.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/nouveau/nvc0/nvc0_context.h b/src/gallium/drivers/nouveau/nvc0/nvc0_context.h index 5e4ed3dbcb9..1b3f88becdd 100644 --- a/src/gallium/drivers/nouveau/nvc0/nvc0_context.h +++ b/src/gallium/drivers/nouveau/nvc0/nvc0_context.h @@ -333,6 +333,7 @@ void nve4_set_tex_handles(struct nvc0_context *); void nvc0_validate_surfaces(struct nvc0_context *); void nve4_set_surface_info(struct nouveau_pushbuf *, struct pipe_image_view *, struct nvc0_context *); +void nvc0_mark_image_range_valid(const struct pipe_image_view *); void nvc0_update_tic(struct nvc0_context *, struct nv50_tic_entry *, struct nv04_resource *); |