| Age | Commit message (Expand) | Author |
| 2021-08-07 | Merge thorpej-cfargs2. | thorpej |
| 2021-05-21 | fix wsdisplay attachment in the New Order Of Things | macallan |
| 2021-05-21 | use probed VRAM size to determine where to put the cursor instead of blindly | macallan |
| 2021-04-24 | Merge thorpej-cfargs branch: | thorpej |
| 2020-05-29 | For struct timecounter, use C99 initializers. | rin |
| 2019-05-08 | Merge isaki-audio2 branch, the overhaul of audio subsystem. | isaki |
| 2018-01-19 | enable font loading | macallan |
| 2016-08-26 | Adjust evbmips_iointr to pass a clockframe pointer and use it for | skrll |
| 2016-01-13 | some trivial fixes: | macallan |
| 2014-03-11 | avoid set but unused variables. | mrg |
| 2013-07-30 | avoid uninitialized use of defattr | macallan |
| 2013-05-14 | found the missing commit so put this back | macallan |
| 2013-05-13 | make this compile again; macallan, please commit the right fix! | christos |
| 2013-04-16 | unscrew this again | macallan |
| 2013-04-15 | make this compile again; macallan, please commit the right fix! | christos |
| 2013-03-19 | rearrange things a little bit to avoid showing garbled VRAM content while | macallan |
| 2013-03-13 | break a bunch of long lines | macallan |
| 2013-03-13 | defflag VOYAGERFB_DEPTH_32 | macallan |
| 2013-03-13 | support anti-aliased fonts in 8bit | macallan |
| 2012-06-02 | Add some pre-processor magic to verify that the type of the data item | dsl |
| 2012-05-30 | fix some comments | macallan |
| 2012-05-23 | first step to fix PR 46461 - don't jump through a NULL pointer when we're | macallan |
| 2012-04-19 | glyphcache_init() works best with its parameters in the right order. Doh. | macallan |
| 2012-03-20 | split voyagerfb_putchar() into one method for mono fonts and one for | macallan |
| 2012-03-13 | Replace the remaining KAUTH_GENERIC_ISSUSER authorization calls with | elad |
| 2012-02-23 | break long lines | macallan |
| 2012-02-23 | set the CPU clock back to full speed on shutdown | macallan |
| 2012-02-21 | use glyphcache for anti-aliased fonts | macallan |
| 2012-02-14 | another blah() -> blah(void) | macallan |
| 2012-01-11 | use rasops_init(0,0), WSFONT_GLYPH(), FONT_IS_ALPHA() | macallan |
| 2011-12-28 | make anti-aliased fonts with odd widths work | macallan |
| 2011-12-27 | add fastpaths for alpha == 0 and alpha == 255 - no need to do the six | macallan |
| 2011-12-24 | don't put alpha values in a variable named alpha since alpha doesn't like | macallan |
| 2011-12-22 | don't probe colour depth on attach - we're going to change it anyway | macallan |
| 2011-12-22 | don't switch to 8 bit for WSDISPLAYIO_MODE_EMUL if VOYAGERFB_ANTIALIAS | macallan |
| 2011-12-22 | support running in 32bit colour with anti-aliased fonts | macallan |
| 2011-12-13 | define and use PWMCLOCK_DEBUG | macallan |
| 2011-12-13 | an alternative clock implementation for Loongson2F and SM502, mostly | macallan |
| 2011-11-08 | switch to 32bit colour for X, switch back to 8 bit for console emulation | macallan |
| 2011-11-08 | run the console in 8 bit colour for additional speed | macallan |
| 2011-10-18 | add backlight control via sm502 PWM | macallan |
| 2011-09-28 | support a hardware cursor - now X with wsfb on gdium is a little less annoying | macallan |
| 2011-09-22 | use BUS_SPACE_MAP_PREFETCHABLE | macallan |
| 2011-09-20 | support ioctl(WSDISPLAYIO_SVIDEO) and friends so wsfb can turn the backlight | macallan |
| 2011-09-06 | add simple backlight control support, only on/off for now | macallan |
| 2011-09-06 | wsdisplayio_busid_pci() needs out parent since we don't attach directly | macallan |
| 2011-08-31 | split up voyagerfb into the framebuffer portion and a pseudo bus that we can | macallan |