projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5100221
)
vc4: Remove dead fields from vc4_surface.
author
Eric Anholt
<eric@anholt.net>
Thu, 9 Apr 2015 20:13:23 +0000
(13:13 -0700)
committer
Eric Anholt
<eric@anholt.net>
Mon, 13 Apr 2015 17:39:24 +0000
(10:39 -0700)
src/gallium/drivers/vc4/vc4_resource.h
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/vc4/vc4_resource.h
b/src/gallium/drivers/vc4/vc4_resource.h
index b2359f06c9b40aeda6986d8cdb95a589d6235606..2ed848bc7b96d6ddc2099eeda6c7ac8bbe5661c6 100644
(file)
--- a/
src/gallium/drivers/vc4/vc4_resource.h
+++ b/
src/gallium/drivers/vc4/vc4_resource.h
@@
-46,9
+46,6
@@
struct vc4_surface {
struct pipe_surface base;
uint32_t offset;
uint32_t stride;
- uint32_t width;
- uint16_t height;
- uint16_t depth;
uint8_t tiling;
};