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
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