Module: Mesa Branch: main Commit: 4a440889a87fd8d0cc0307bd76d55804e46951ef URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4a440889a87fd8d0cc0307bd76d55804e46951ef
Author: Jesse Natalie <[email protected]> Date: Wed Jan 11 10:44:51 2023 -0800 microsoft/compiler: Delete stale TODO comment Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/20650> --- src/microsoft/compiler/dxil_container.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/microsoft/compiler/dxil_container.c b/src/microsoft/compiler/dxil_container.c index f96c5685732..64cb8a17195 100644 --- a/src/microsoft/compiler/dxil_container.c +++ b/src/microsoft/compiler/dxil_container.c @@ -259,7 +259,6 @@ dxil_container_add_state_validation(struct dxil_container *c, state->state.psv1.sig_patch_const_or_prim_vectors, state->state.psv1.sig_output_vectors[0]); } size += dependency_table_size; - // TODO: Domain shader table goes here if (!add_part_header(c, DXIL_PSV0, size)) return false;
