Module: Mesa Branch: master Commit: 1122fb2d986b7962189aae925844f45cf9df03b4 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=1122fb2d986b7962189aae925844f45cf9df03b4
Author: Kenneth Graunke <[email protected]> Date: Tue May 1 23:03:00 2018 -0700 i965: Drop unused gen5 sampler default color struct. Trivial. --- src/mesa/drivers/dri/i965/brw_structs.h | 9 --------- 1 file changed, 9 deletions(-) diff --git a/src/mesa/drivers/dri/i965/brw_structs.h b/src/mesa/drivers/dri/i965/brw_structs.h index fb592be695..c2d99be750 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 _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
