]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
loader: Add prototype for gfx_interp_md
authorWarner Losh <imp@FreeBSD.org>
Fri, 16 Feb 2024 03:53:19 +0000 (20:53 -0700)
committerWarner Losh <imp@FreeBSD.org>
Fri, 16 Feb 2024 03:59:22 +0000 (20:59 -0700)
commit60e199d9fde1c3c60a96b969bf6982278cbc1e88
treefdf14213d1f50c3aae6f49f9021584e874787211
parent9b16231032ddb40be282d76ec0d82b3a0ec96d60
loader: Add prototype for gfx_interp_md

This function will be used to draw in the graphics bindings when the
loader is compiled with graphics (gfx) support. Provide definitions
for lua and the simple interpreter. 4th support is forthcoming.

Sponsored by: Netflix
Reviewed by: kevans, jhb
Differential Revision: https://reviews.freebsd.org/D43903
stand/common/gfx_fb.h
stand/common/interp_simple.c
stand/liblua/gfx_utils.c