]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r269685 (nwhitehorn): Retire vd_maskbitbltchr.
authoremaste <emaste@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 4 Sep 2014 19:13:07 +0000 (19:13 +0000)
committeremaste <emaste@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 4 Sep 2014 19:13:07 +0000 (19:13 +0000)
commita1a9054796d7e380ec3822499f912fcb8ef38005
tree19587d277138c18108f76aa7eb766b0d5e75b90c
parentee4f82b289d515a4a10ef75d0f80c8964c776cbc
MFC r269685 (nwhitehorn): Retire vd_maskbitbltchr.

  The same functionality can be obtained by testing for mask != NULL in
  vd_bitbltchr, which all implementations of vd_bitbltchr() were doing
  anyway.

Sponsored by: The FreeBSD Foundation

git-svn-id: svn://svn.freebsd.org/base/stable/10@271120 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/dev/fb/creator_vt.c
sys/dev/vt/hw/efifb/efifb.c
sys/dev/vt/hw/fb/vt_fb.c
sys/dev/vt/hw/fb/vt_fb.h
sys/dev/vt/hw/ofwfb/ofwfb.c
sys/dev/vt/hw/vga/vt_vga.c
sys/dev/vt/vt.h
sys/dev/vt/vt_core.c
sys/powerpc/ps3/ps3_syscons.c