projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3e57e94
)
anv: Get rid of some unused function declarations
author
Jason Ekstrand
<jason.ekstrand@intel.com>
Tue, 11 Jul 2017 16:53:42 +0000
(09:53 -0700)
committer
Jason Ekstrand
<jason.ekstrand@intel.com>
Sun, 23 Jul 2017 04:41:12 +0000
(21:41 -0700)
Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
src/intel/vulkan/anv_private.h
patch
|
blob
|
history
diff --git
a/src/intel/vulkan/anv_private.h
b/src/intel/vulkan/anv_private.h
index 588bf732df3038949992173faaade6fa7b4c91f8..9bc6db8b88fc55ca887616ca5e99c92f0450bd87 100644
(file)
--- a/
src/intel/vulkan/anv_private.h
+++ b/
src/intel/vulkan/anv_private.h
@@
-2244,13
+2244,6
@@
void anv_fill_buffer_surface_state(struct anv_device *device,
uint32_t offset, uint32_t range,
uint32_t stride);
-void anv_image_view_fill_image_param(struct anv_device *device,
- struct anv_image_view *view,
- struct brw_image_param *param);
-void anv_buffer_view_fill_image_param(struct anv_device *device,
- struct anv_buffer_view *view,
- struct brw_image_param *param);
-
struct anv_sampler {
uint32_t state[4];
};