mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 08:58:02 +02:00
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:
parent
effa913d16
commit
08777e5ba9
1 changed files with 0 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue