projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d5945be
)
anv: Remove unused fields from anv_pipeline_bind_map
author
Jason Ekstrand
<jason.ekstrand@intel.com>
Thu, 25 Aug 2016 06:12:18 +0000
(23:12 -0700)
committer
Jason Ekstrand
<jason.ekstrand@intel.com>
Tue, 30 Aug 2016 22:08:23 +0000
(15:08 -0700)
Signed-off-by: Jason Ekstrand <jason@jlekstrand.net>
Cc: "12.0" <mesa-stable@lists.freedesktop.org>
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 f7f1ff23b61a4d252dcd2b32984508377f5f8cd3..5fcbb92d3482be649d5166ea5563d42b92c11e87 100644
(file)
--- a/
src/intel/vulkan/anv_private.h
+++ b/
src/intel/vulkan/anv_private.h
@@
-1458,11
+1458,9
@@
struct anv_pipeline_bind_map {
uint32_t surface_count;
uint32_t sampler_count;
uint32_t image_count;
- uint32_t attachment_count;
struct anv_pipeline_binding * surface_to_descriptor;
struct anv_pipeline_binding * sampler_to_descriptor;
- uint32_t * surface_to_attachment;
};
struct anv_pipeline {