Page MenuHomeFreeBSD

vt(4): Simplify vt_fb vt_fb_bitblt_bitmap
ClosedPublic

Authored by emaste on Apr 24 2015, 2:48 AM.
Tags
None
Referenced Files
F163533084: D2360.id4976.diff
Fri, Jul 24, 5:22 AM
Unknown Object (File)
Thu, Jul 23, 10:14 AM
Unknown Object (File)
Tue, Jul 21, 12:51 AM
Unknown Object (File)
Fri, Jul 17, 2:20 PM
Unknown Object (File)
Jun 21 2026, 3:34 PM
Unknown Object (File)
May 7 2026, 12:25 AM
Unknown Object (File)
Apr 28 2026, 7:12 AM
Unknown Object (File)
Apr 21 2026, 1:59 PM
Subscribers

Details

Summary

This fixes mask corruption when the bitmap extends off the RHS of the window.

PR 199648
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=199648

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

emaste retitled this revision from to vt(4): Simplify vt_fb vt_fb_bitblt_bitmap.
emaste updated this object.
emaste edited the test plan for this revision. (Show Details)
emaste added reviewers: dumbbell, ray.

I just discovered that this does not happen on stable/10. The latent bug here was exposed by r278673, which expanded the mouse pointer beyond 8 pixels wide. See D1801.

dumbbell edited edge metadata.
This revision is now accepted and ready to land.Apr 29 2015, 11:49 AM
This revision was automatically updated to reflect the committed changes.