From: Kenneth Graunke Date: Thu, 28 Oct 2010 20:04:41 +0000 (-0700) Subject: i965: Add #defines for gen4 SIMD8 TXB/TXL with shadow comparison. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a3cd542894606e3f2c892a4218cc6f7370c827a5;p=mesa.git i965: Add #defines for gen4 SIMD8 TXB/TXL with shadow comparison. From volume 4, page 161 of the public i965 documentation. --- diff --git a/src/mesa/drivers/dri/i965/brw_defines.h b/src/mesa/drivers/dri/i965/brw_defines.h index a413c02b573..5496b4fdd3b 100644 --- a/src/mesa/drivers/dri/i965/brw_defines.h +++ b/src/mesa/drivers/dri/i965/brw_defines.h @@ -679,6 +679,8 @@ #define BRW_SAMPLER_MESSAGE_SIMD8_SAMPLE_GRADIENTS 2 #define BRW_SAMPLER_MESSAGE_SIMD4X2_SAMPLE_COMPARE 0 #define BRW_SAMPLER_MESSAGE_SIMD16_SAMPLE_COMPARE 2 +#define BRW_SAMPLER_MESSAGE_SIMD8_SAMPLE_BIAS_COMPARE 0 +#define BRW_SAMPLER_MESSAGE_SIMD8_SAMPLE_LOD_COMPARE 1 #define BRW_SAMPLER_MESSAGE_SIMD4X2_RESINFO 2 #define BRW_SAMPLER_MESSAGE_SIMD8_RESINFO 2 #define BRW_SAMPLER_MESSAGE_SIMD16_RESINFO 2