diff options
Diffstat (limited to 'src/mesa/drivers/dri/i965/brw_program.h')
-rw-r--r-- | src/mesa/drivers/dri/i965/brw_program.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_program.h b/src/mesa/drivers/dri/i965/brw_program.h index e2ddaa8d70a..07be4a04569 100644 --- a/src/mesa/drivers/dri/i965/brw_program.h +++ b/src/mesa/drivers/dri/i965/brw_program.h @@ -40,6 +40,11 @@ struct brw_sampler_prog_key_data { */ uint16_t yuvtex_mask; uint16_t yuvtex_swap_mask; /**< UV swaped */ + + /** + * For RG32F, gather4's channel select is broken. + */ + uint16_t gather_channel_quirk_mask; }; #ifdef __cplusplus |