mirror of
https://gitee.com/openharmony/third_party_mesa3d
synced 2024-11-23 07:19:50 +00:00
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:
parent
a4222b0881
commit
63a60728ad
@ -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
|
||||
},
|
||||
|
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user