projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c8eb355
)
radv: drop unused r600_htile_info.
author
Dave Airlie
<airlied@redhat.com>
Tue, 17 Oct 2017 06:12:28 +0000
(07:12 +0100)
committer
Dave Airlie
<airlied@redhat.com>
Thu, 19 Oct 2017 23:38:57 +0000
(
00:38
+0100)
Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl>
Signed-off-by: Dave Airlie <airlied@redhat.com>
src/amd/vulkan/radv_private.h
patch
|
blob
|
history
diff --git
a/src/amd/vulkan/radv_private.h
b/src/amd/vulkan/radv_private.h
index 0d6431c8c77cdb00c830e1de35c070379b24ccf1..acfe9d37ba4c7798c015916ce4d01236248e65f6 100644
(file)
--- a/
src/amd/vulkan/radv_private.h
+++ b/
src/amd/vulkan/radv_private.h
@@
-1195,15
+1195,6
@@
struct radv_cmask_info {
unsigned base_address_reg;
};
-struct r600_htile_info {
- uint64_t offset;
- uint64_t size;
- unsigned pitch;
- unsigned height;
- unsigned xalign;
- unsigned yalign;
-};
-
struct radv_image {
VkImageType type;
/* The original VkFormat provided by the client. This may not match any