Re: [Mesa-dev] [PATCH 2/3] anv/cmd_buffer: Fix programmed HiZ qpitch

2017-01-06 Thread Jason Ekstrand
Reviewed-by: Jason Ekstrand On Fri, Jan 6, 2017 at 2:46 PM, Nanley Chery wrote: > Match the comment above the field by using units of pixels and not HiZ > blocks. > > Cc: mesa-sta...@lists.freedesktop.org > Suggested-by: Jason Ekstrand > Signed-off-by: Nanley Chery > --- > src/intel/vulkan/g

[Mesa-dev] [PATCH 2/3] anv/cmd_buffer: Fix programmed HiZ qpitch

2017-01-06 Thread Nanley Chery
Match the comment above the field by using units of pixels and not HiZ blocks. Cc: mesa-sta...@lists.freedesktop.org Suggested-by: Jason Ekstrand Signed-off-by: Nanley Chery --- src/intel/vulkan/genX_cmd_buffer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/intel/vulk