Re: [Mesa-dev] [PATCH v2 04/18] anv: Update the HiZ sampling helper

2017-03-01 Thread Jason Ekstrand
On Wed, Mar 1, 2017 at 2:30 PM, Nanley Chery wrote: > Validate the inputs, verify that this image has a depth > buffer, use gen_device_info instead of > > v2: > - Add parenthesis (Jason Ekstrand) > - Make parameters const > I don't really get why everything needs to be const but it also doesn't

[Mesa-dev] [PATCH v2 04/18] anv: Update the HiZ sampling helper

2017-03-01 Thread Nanley Chery
Validate the inputs, verify that this image has a depth buffer, use gen_device_info instead of v2: - Add parenthesis (Jason Ekstrand) - Make parameters const - Use gen_device_info instead of gen - Pass aspect to missed function in transition_depth_buffer Signed-off-by: Nanley Chery --- src/inte