OSDN Git Service

i965: Drop unused gen5 sampler default color struct.
authorKenneth Graunke <kenneth@whitecape.org>
Wed, 2 May 2018 06:03:00 +0000 (23:03 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Wed, 2 May 2018 06:09:25 +0000 (23:09 -0700)
Trivial.

src/mesa/drivers/dri/i965/brw_structs.h

index fb592be..c2d99be 100644 (file)
@@ -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