Re: [Mesa-dev] [PATCH 0/7] Implement AMD_depth_clamp_separate extension

2018-08-22 Thread Ian Romanick
I sent a minor comment on patch 6. The rest of the series is Reviewed-by: Ian Romanick On 08/21/2018 05:02 PM, Sagar Ghuge wrote: > This patch series implements AMD_depth_clamp_separate extension. > Previously I sent patches for comments and based on Ian and Marek's > suggestions, I did some ch

Re: [Mesa-dev] [PATCH 0/7] Implement AMD_depth_clamp_separate extension

2018-08-21 Thread Marek Olšák
You can also update release notes of 18.3 for i965. (not needed to be reviewed) Marek On Tue, Aug 21, 2018 at 8:02 PM Sagar Ghuge wrote: > > This patch series implements AMD_depth_clamp_separate extension. > Previously I sent patches for comments and based on Ian and Marek's > suggestions, I did

[Mesa-dev] [PATCH 0/7] Implement AMD_depth_clamp_separate extension

2018-08-21 Thread Sagar Ghuge
This patch series implements AMD_depth_clamp_separate extension. Previously I sent patches for comments and based on Ian and Marek's suggestions, I did some changes. 1) Get rid of DepthClamp as DepthClampNear + DepthClampFar replaces it (Marek Olsak & Ian Romanick) 2) Make sure that patch series