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
Unknown Object (File)
Thu, Nov 21, 5:53 AM
Unknown Object (File)
Sun, Nov 17, 10:45 PM
Unknown Object (File)
Fri, Nov 8, 2:32 AM
Unknown Object (File)
Wed, Oct 30, 6:57 PM
Unknown Object (File)
Oct 2 2024, 8:15 PM
Unknown Object (File)
Sep 27 2024, 12:30 PM
Unknown Object (File)
Sep 20 2024, 8:58 AM
Unknown Object (File)
Sep 18 2024, 7:19 AM
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

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

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.