diff options
author | Marek Olšák <[email protected]> | 2019-12-03 20:38:14 -0500 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2020-05-13 13:47:27 -0400 |
commit | 8c9b9aac7d09e65195dca6681d59c10e4ef713d9 (patch) | |
tree | 4b419e23b0fb2e78eaadaefd31d5923d9c277fb0 /src/gallium/auxiliary/util/u_screen.c | |
parent | d6287a94b697ffe12a4e576a38943cdf4e90cdb0 (diff) |
gallium: change comments to remove 'state tracker'
Acked-by: Eric Anholt <[email protected]>
Acked-by: Alyssa Rosenzweig <[email protected]>
Acked-by: Pierre-Eric Pelloux-Prayer <[email protected]>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4902>
Diffstat (limited to 'src/gallium/auxiliary/util/u_screen.c')
-rw-r--r-- | src/gallium/auxiliary/util/u_screen.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/util/u_screen.c b/src/gallium/auxiliary/util/u_screen.c index a7fb85ca27b..6b0a106a637 100644 --- a/src/gallium/auxiliary/util/u_screen.c +++ b/src/gallium/auxiliary/util/u_screen.c @@ -111,7 +111,7 @@ u_pipe_screen_get_param_defaults(struct pipe_screen *pscreen, return 120; case PIPE_CAP_ESSL_FEATURE_LEVEL: - /* Tell state-tracker to fallback to PIPE_CAP_GLSL_FEATURE_LEVEL */ + /* Tell gallium frontend to fallback to PIPE_CAP_GLSL_FEATURE_LEVEL */ return 0; case PIPE_CAP_QUADS_FOLLOW_PROVOKING_VERTEX_CONVENTION: |