Re: [Mesa-dev] [PATCH 3/3] svga: add DXGenMips command support

2016-01-12 Thread Brian Paul
Looks good. Just nit-picks below. On 01/11/2016 07:31 PM, Charmaine Lee wrote: For those formats that support hw mipmap generation, use the DXGenMips command. Otherwise fallback to the mipmap generation utility. Tested with piglit, OpenGL apps (Heaven, Turbine, Cinebench) --- src/gallium/dr

[Mesa-dev] [PATCH 3/3] svga: add DXGenMips command support

2016-01-11 Thread Charmaine Lee
For those formats that support hw mipmap generation, use the DXGenMips command. Otherwise fallback to the mipmap generation utility. Tested with piglit, OpenGL apps (Heaven, Turbine, Cinebench) --- src/gallium/drivers/svga/svga_cmd.h | 4 ++ src/gallium/drivers/svga/svga_cmd_vgpu10.