This website works better with JavaScript.
Home
Explore
Help
Sign In
brkho
/
mesa
Watch
1
Star
0
Fork
0
Code
Releases
562
Wiki
Activity
Browse Source
vc4: Remove dead fields from vc4_surface.
tags/10.6-branchpoint
Eric Anholt
10 years ago
parent
5100221ff7
commit
39b6f7e76c
1 changed files
with
0 additions
and
3 deletions
Split View
Show Diff Stats
0
3
src/gallium/drivers/vc4/vc4_resource.h
+ 0
- 3
src/gallium/drivers/vc4/vc4_resource.h
View File
@@ -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;
};
Write
Preview
Loading…
Cancel
Save