llvmpipe: Remove an outdated comment about subclassing pipe_screen.

It seems that llvmpipe_screen very much exists and is indeed a
subclass of pipe_screen.

Reviewed-by: Erik Faye-Lund <erik.faye-lund@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/33343>
This commit is contained in:
Giovanni Mascellani 2025-02-02 13:44:00 +01:00 committed by Marge Bot
parent effa913d16
commit 08777e5ba9

View file

@ -1024,7 +1024,6 @@ out:
/**
* Create a new pipe_screen object
* Note: we're not presently subclassing pipe_screen (no llvmpipe_screen).
*/
struct pipe_screen *
llvmpipe_create_screen(struct sw_winsys *winsys)