diff options
author | Sagar Ghuge <[email protected]> | 2018-08-21 14:25:17 -0700 |
---|---|---|
committer | Anuj Phogat <[email protected]> | 2018-08-28 12:57:27 -0700 |
commit | e6adea0dc063e461cbcac871da21e577a9d4198c (patch) | |
tree | 1662263c4dc34efbc25740a2fa14ed08f8701dce /scripts | |
parent | 2765749e0f2b72e53cd89e29dce365571279bfdf (diff) |
i965: add functional changes for AMD_depth_clamp_separate
Gen >= 9 have ability to control clamping of depth values separately at
near and far plane.
z_w is clamped to the range [min(n,f), 0] if clamping at near plane is
enabled, [0, max(n,f)] if clamping at far plane is enabled and [min(n,f)
max(n,f)] if clamping at both plane is enabled.
v2: 1) Use better coding style (Ian Romanick)
Signed-off-by: Sagar Ghuge <[email protected]>
Reviewed-by: Ian Romanick <[email protected]>
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions