aux/trace: dump depth_clamp for rasterizer state

cc: mesa-stable

Reviewed-by: Pierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer@amd.com>
Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/18783>
(cherry picked from commit 4c58b92e44c16ba251ec3b0b085ca25657a5d55e)
This commit is contained in:
Mike Blumenkrantz 2022-08-10 10:53:21 -04:00 committed by Dylan Baker
parent a4222b0881
commit 63a60728ad
2 changed files with 2 additions and 1 deletions

View File

@ -22,7 +22,7 @@
"description": "aux/trace: dump depth_clamp for rasterizer state",
"nominated": true,
"nomination_type": 0,
"resolution": 0,
"resolution": 1,
"main_sha": null,
"because_sha": null
},

View File

@ -149,6 +149,7 @@ void trace_dump_rasterizer_state(const struct pipe_rasterizer_state *state)
trace_dump_member(bool, state, rasterizer_discard);
trace_dump_member(bool, state, depth_clamp);
trace_dump_member(bool, state, depth_clip_near);
trace_dump_member(bool, state, depth_clip_far);