diff options
author | Dave Airlie <[email protected]> | 2018-07-18 12:54:30 +1000 |
---|---|---|
committer | Dave Airlie <[email protected]> | 2018-08-01 08:02:27 +1000 |
commit | 452eea140d909db6d10101914dff0e1274acc1e0 (patch) | |
tree | 9b63b79dd0851c2c9329285d669ddf0036e97cc2 /src/gallium/drivers/virgl/virgl_encode.h | |
parent | faa29c0e2449e3d7521bc273d723012b537593df (diff) |
virgl: add initial images support (v2)
v2: add max image samples support
Reviwed-by: Gert Wollny <[email protected]>
Diffstat (limited to 'src/gallium/drivers/virgl/virgl_encode.h')
-rw-r--r-- | src/gallium/drivers/virgl/virgl_encode.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/gallium/drivers/virgl/virgl_encode.h b/src/gallium/drivers/virgl/virgl_encode.h index 3221fcbcd0c..a45c0ac4c6b 100644 --- a/src/gallium/drivers/virgl/virgl_encode.h +++ b/src/gallium/drivers/virgl/virgl_encode.h @@ -263,4 +263,8 @@ int virgl_encode_set_shader_buffers(struct virgl_context *ctx, enum pipe_shader_type shader, unsigned start_slot, unsigned count, const struct pipe_shader_buffer *buffers); +int virgl_encode_set_shader_images(struct virgl_context *ctx, + enum pipe_shader_type shader, + unsigned start_slot, unsigned count, + const struct pipe_image_view *images); #endif |