[Mesa-dev] [PATCH 01/10] i965: Add missing SIMD4x2 sample_l_c message #defines.

Ian Romanick idr at freedesktop.org
Mon Dec 19 15:22:09 PST 2011


On 12/19/2011 11:09 AM, Kenneth Graunke wrote:
> Signed-off-by: Kenneth Graunke<kenneth at whitecape.org>

All but patch 03/10 are:

Reviewed-by: Ian Romanick <ian.d.romanick at intel.com>

I don't know the code well enough to give a credible R-b for 3.

> ---
>   src/mesa/drivers/dri/i965/brw_defines.h |    1 +
>   1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/src/mesa/drivers/dri/i965/brw_defines.h b/src/mesa/drivers/dri/i965/brw_defines.h
> index 0eb7512..1854602 100644
> --- a/src/mesa/drivers/dri/i965/brw_defines.h
> +++ b/src/mesa/drivers/dri/i965/brw_defines.h
> @@ -799,6 +799,7 @@ enum brw_message_target {
>   #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_SIMD4X2_SAMPLE_LOD_COMPARE 1
>   #define BRW_SAMPLER_MESSAGE_SIMD8_SAMPLE_LOD_COMPARE  1
>   #define BRW_SAMPLER_MESSAGE_SIMD4X2_RESINFO           2
>   #define BRW_SAMPLER_MESSAGE_SIMD16_RESINFO            2



More information about the mesa-dev mailing list