| Age | Commit message (Expand) | Author |
| 2020-07-26 | Pull up following revision(s) (requested by jdolecek in ticket #1025): | martin |
| 2020-04-15 | Pull up following revision(s) (requested by msaitoh in ticket #835): | martin |
| 2019-08-15 | Pull up following revision(s) (requested by rin in ticket #56): | martin |
| 2019-07-29 | Enable anti-aliasing for depth 24. | rin |
| 2019-07-28 | sys/dev/rasops routines support anti-aliasing for depths 15 and 16. | rin |
| 2019-07-26 | Add genfb(4) driver for mac68k grfbus. | rin |
| 2019-05-31 | If an EDID is available, attempt to use the screen size to influence font | jmcneill |
| 2018-09-03 | Rename min/max -> uimin/uimax for better honesty. | riastradh |
| 2018-03-06 | Fix cmap bounds checking. | mlelstv |
| 2018-01-21 | CID-1427771: Remove incorrect pre-condition (index cannot be 256!) | christos |
| 2017-06-01 | remove checks for failure after memory allocation calls that cannot fail: | chs |
| 2017-05-19 | enable font loading and screen resizing | macallan |
| 2017-02-25 | genfb(4): Enabling/Disabling shadowfb can be controlled via prop. | nonaka |
| 2015-06-01 | Fix splashscreen on resolutions where text is centered. | nat |
| 2015-05-01 | Include splash with genfb. | nat |
| 2015-03-20 | support 24bpp framebuffers | jmcneill |
| 2014-09-10 | handle WSDISPLAYIO_GET_EDID and WSDISPLAYIO_GET_FBINFO only if the bus | macallan |
| 2014-07-24 | Add enable/disable polling hooks to genfb_ops. | riastradh |
| 2014-07-23 | RCS IDs do not go in header files. | riastradh |
| 2014-07-22 | Do not printf(foobar()). Bad bad bad bad bad! | riastradh |
| 2014-03-18 | Merge riastradh-drm2 to HEAD. | riastradh |
| 2014-01-22 | Provide a wsdisplay_accessops.pollc | skrll |
| 2013-10-09 | support WSDISPLAYIO_GET_FBINFO | macallan |
| 2013-01-10 | for WSDISPLAYIO_SMODE, if the bus ioctl handler returns EPASSTHROUGH, dont tr... | jmcneill |
| 2013-01-09 | aprint_verbose -> aprint_debug | jmcneill |
| 2012-04-12 | in 32 bit colour assume RGB ordering, allow override using a device property | macallan |
| 2012-02-07 | On 8-bit screens only enable font anti-aliasing when the cmap_callback | phx |
| 2012-01-11 | use rasops_init(0, 0) | macallan |
| 2012-01-04 | support anti-aliased fonts in 8 bit, generate an appropriate colour map | macallan |
| 2011-12-28 | if the cursor row passed in a device property doesn't fit on the screen just | macallan |
| 2011-12-22 | support anti-aliased fonts in 32bit colour | macallan |
| 2011-07-13 | use callbacks that match the ioctl() interface to control backlight | macallan |
| 2011-06-02 | some steps to make multiple instances work: | macallan |
| 2011-03-08 | fix build for LP32 | macallan |
| 2011-03-08 | look for a 'virtual_address' property and use it as fb address | macallan |
| 2011-02-22 | genfb_enable/disable_polling only matters if genfb is the console screen, | jmcneill |
| 2011-02-18 | call vcons_hard_switch to switch to the console screen when entering polling | jmcneill |
| 2011-02-12 | Fixed NULL-pointer dereferencing when a mode-callback is not defined. | phx |
| 2011-02-09 | add vcons_{enable,disable}_polling and genfb_{enable,disable}_polling | jmcneill |
| 2011-02-08 | add a 'setmode' callback to genfb and use it to setup write-combining | jmcneill |
| 2011-02-06 | - add support for using compressed images as splash images | jmcneill |
| 2010-10-07 | finish device_t-ification | macallan |
| 2010-10-06 | add support for backlight control via machine dependent callbacks | macallan |
| 2010-08-31 | make use of a shadow framebuffer optional, use VCONS_DONT_READ by default | macallan |
| 2010-02-24 | A pointer typedef entails trading too much flexibility to declare const | dyoung |
| 2010-02-22 | Restore splashscreen support with genfb. | ahoka |
| 2010-01-08 | Expand PMF_FN_* macros. | dyoung |
| 2009-08-24 | Expose genfb_restore_palette and allow MD code to specify PMF callbacks. | jmcneill |
| 2009-08-20 | call vcons_replay_msgbuf() | macallan |
| 2009-08-06 | add rasops15 too for completeness | macallan |