projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
104a49f
)
freedreno/a5xx: remove unused prototype
author
Rob Clark
<robdclark@gmail.com>
Fri, 27 Jul 2018 13:52:35 +0000
(09:52 -0400)
committer
Rob Clark
<robdclark@gmail.com>
Sun, 29 Jul 2018 17:50:19 +0000
(13:50 -0400)
Signed-off-by: Rob Clark <robdclark@gmail.com>
src/gallium/drivers/freedreno/a5xx/fd5_texture.h
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/freedreno/a5xx/fd5_texture.h
b/src/gallium/drivers/freedreno/a5xx/fd5_texture.h
index 11a3b2ee1e847e95d4018f6e911342dea3b7c847..5cb201dfdf75a8b33f060255e4d7c0d60e4a726b 100644
(file)
--- a/
src/gallium/drivers/freedreno/a5xx/fd5_texture.h
+++ b/
src/gallium/drivers/freedreno/a5xx/fd5_texture.h
@@
-62,9
+62,6
@@
fd5_pipe_sampler_view(struct pipe_sampler_view *pview)
return (struct fd5_pipe_sampler_view *)pview;
}
-unsigned fd5_get_const_idx(struct fd_context *ctx,
- struct fd_texture_stateobj *tex, unsigned samp_id);
-
void fd5_texture_init(struct pipe_context *pctx);