summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/freedreno/freedreno_resource.h
diff options
context:
space:
mode:
authorRob Clark <[email protected]>2017-06-03 12:53:15 -0400
committerRob Clark <[email protected]>2017-06-07 12:32:00 -0400
commit313f6360aa1204eea8639112d5ddce697a7aabdf (patch)
treea94acbc2159243a7cb4968477dd3d3775f783aa5 /src/gallium/drivers/freedreno/freedreno_resource.h
parent5589ba983d13897afa0cd15b6010d094ac1e2908 (diff)
freedreno: drop timestamp field
unused. Signed-off-by: Rob Clark <[email protected]>
Diffstat (limited to 'src/gallium/drivers/freedreno/freedreno_resource.h')
-rw-r--r--src/gallium/drivers/freedreno/freedreno_resource.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/freedreno/freedreno_resource.h b/src/gallium/drivers/freedreno/freedreno_resource.h
index 60ba7e6961f..9f6da5c21c1 100644
--- a/src/gallium/drivers/freedreno/freedreno_resource.h
+++ b/src/gallium/drivers/freedreno/freedreno_resource.h
@@ -71,7 +71,6 @@ struct fd_resource {
bool layer_first; /* see above description */
uint32_t layer_size;
struct fd_resource_slice slices[MAX_MIP_LEVELS];
- uint32_t timestamp;
/* buffer range that has been initialized */
struct util_range valid_buffer_range;