summaryrefslogtreecommitdiff
path: root/lib/mesa/src/gallium/drivers/freedreno/freedreno_texture.h
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2021-07-22 10:50:50 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2021-07-22 10:50:50 +0000
commit9130ec005fbc78a62420643414d8354d0929ca50 (patch)
tree6762777acdd2d4eee17ef87290e80dc7afe2b73d /lib/mesa/src/gallium/drivers/freedreno/freedreno_texture.h
parentca11beabae33eb59fb981b8adf50b1d47a2a98f0 (diff)
Merge Mesa 21.1.5
Diffstat (limited to 'lib/mesa/src/gallium/drivers/freedreno/freedreno_texture.h')
-rw-r--r--lib/mesa/src/gallium/drivers/freedreno/freedreno_texture.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/lib/mesa/src/gallium/drivers/freedreno/freedreno_texture.h b/lib/mesa/src/gallium/drivers/freedreno/freedreno_texture.h
index 94fb2e810..7cb523c90 100644
--- a/lib/mesa/src/gallium/drivers/freedreno/freedreno_texture.h
+++ b/lib/mesa/src/gallium/drivers/freedreno/freedreno_texture.h
@@ -30,13 +30,13 @@
#include "pipe/p_context.h"
void fd_sampler_states_bind(struct pipe_context *pctx,
- enum pipe_shader_type shader, unsigned start,
- unsigned nr, void **hwcso);
+ enum pipe_shader_type shader, unsigned start,
+ unsigned nr, void **hwcso);
void fd_set_sampler_views(struct pipe_context *pctx,
- enum pipe_shader_type shader,
- unsigned start, unsigned nr,
- struct pipe_sampler_view **views);
+ enum pipe_shader_type shader, unsigned start,
+ unsigned nr, unsigned unbind_num_trailing_slots,
+ struct pipe_sampler_view **views);
void fd_texture_init(struct pipe_context *pctx);
@@ -69,6 +69,6 @@ struct fd_texture_stateobj;
*/
#define BORDERCOLOR_SIZE 0x40
void fd_setup_border_colors(struct fd_texture_stateobj *tex, void *ptr,
- unsigned offset);
+ unsigned offset);
#endif /* FREEDRENO_TEXTURE_H_ */