[Mesa-dev] [PATCH 1/3] i965: Fix Gen8+ disassembly of half float subregister numbers.

Ian Romanick idr at freedesktop.org
Thu Feb 6 16:14:52 PST 2014


On 01/29/2014 02:36 PM, Kenneth Graunke wrote:
> Signed-off-by: Kenneth Graunke <kenneth at whitecape.org>

This patch is

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

> ---
>  src/mesa/drivers/dri/i965/gen8_disasm.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/src/mesa/drivers/dri/i965/gen8_disasm.c b/src/mesa/drivers/dri/i965/gen8_disasm.c
> index 0ea5e73..387bb71 100644
> --- a/src/mesa/drivers/dri/i965/gen8_disasm.c
> +++ b/src/mesa/drivers/dri/i965/gen8_disasm.c
> @@ -176,6 +176,7 @@ static const int reg_type_size[] = {
>     [BRW_HW_REG_NON_IMM_TYPE_B]   = 1,
>     [GEN7_HW_REG_NON_IMM_TYPE_DF] = 8,
>     [BRW_HW_REG_TYPE_F]           = 4,
> +   [GEN8_HW_REG_NON_IMM_TYPE_HF] = 2,
>  };
>  
>  static const char *const m_reg_file[4] = {
> 



More information about the mesa-dev mailing list