summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKenneth Graunke <[email protected]>2018-05-01 23:03:00 -0700
committerKenneth Graunke <[email protected]>2018-05-01 23:09:25 -0700
commit1122fb2d986b7962189aae925844f45cf9df03b4 (patch)
treec176b4eac8edbd130350f5f5ed0f2d25a4d96f0b /src
parent9f6082f6c71b7233d0e7d36368eea84e9c0704cb (diff)
i965: Drop unused gen5 sampler default color struct.
Trivial.
Diffstat (limited to 'src')
-rw-r--r--src/mesa/drivers/dri/i965/brw_structs.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_structs.h b/src/mesa/drivers/dri/i965/brw_structs.h
index fb592be695c..c2d99be750b 100644
--- a/src/mesa/drivers/dri/i965/brw_structs.h
+++ b/src/mesa/drivers/dri/i965/brw_structs.h
@@ -65,13 +65,4 @@ struct brw_urb_fence
} bits1;
};
-struct gen5_sampler_default_color {
- uint8_t ub[4];
- float f[4];
- uint16_t hf[4];
- uint16_t us[4];
- int16_t s[4];
- uint8_t b[4];
-};
-
#endif