diff options
Diffstat (limited to 'src/gallium/drivers/iris/iris_formats.c')
-rw-r--r-- | src/gallium/drivers/iris/iris_formats.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/iris/iris_formats.c b/src/gallium/drivers/iris/iris_formats.c index dc497c161bd..03d8c0bbc0e 100644 --- a/src/gallium/drivers/iris/iris_formats.c +++ b/src/gallium/drivers/iris/iris_formats.c @@ -189,7 +189,7 @@ iris_is_format_supported(struct pipe_screen *pscreen, /* Don't advertise 3-component RGB formats for non-buffer textures. * This ensures that they are renderable from an API perspective since - * the state tracker will fall back to RGBA or RGBX, which are + * gallium frontends will fall back to RGBA or RGBX, which are * renderable. We want to render internally for copies and blits, * even if the application doesn't. * |