| Age | Commit message (Expand) | Author |
| 2021-08-07 | Merge thorpej-cfargs2. | thorpej |
| 2021-04-24 | Merge thorpej-cfargs branch: | thorpej |
| 2019-12-27 | s/suport/support/ | msaitoh |
| 2019-12-22 | Cleanup i2c bus acquire / release, centralizing all of the logic into | thorpej |
| 2018-03-17 | Add support for overriding the video mode by setting an ARCS environment | jmcneill |
| 2017-05-19 | enable font loading / screen resizing | macallan |
| 2016-02-14 | Remove extra stray break missed by Christos when committing PR 50783. | dholland |
| 2016-02-08 | PR/50783: David Binderman: Indent switch properly, add missing break. | christos |
| 2015-09-23 | no need to set RI_CLEAR - we do our own clearing and rasops assumes a linear | macallan |
| 2015-02-18 | switch sgimips to common bus_dma and bus_space in arch/mips/ | macallan |
| 2015-01-20 | - remove scratch area, it's been unused since we're drawing characters by | macallan |
| 2014-09-02 | support ioctl() WSDISPLAYIO_SVIDEO, _GVIDEO and _GET_EDID | macallan |
| 2013-12-16 | - remove unused variables | mrg |
| 2012-01-11 | use rasops_init(0,0) | macallan |
| 2011-07-01 | #include <sys/bus.h> instead of <machine/bus.h>. | dyoung |
| 2011-05-17 | add support for running the console in more than 8 bit | macallan |
| 2011-04-13 | use PRIx64 for printing 64-bit values | plunky |
| 2011-04-07 | add mode setting support | macallan |
| 2011-04-04 | remove some old debug code | macallan |
| 2011-03-31 | add DDC2 support. Not too useful yet. | macallan |
| 2011-03-30 | device_t-ify, use aprint_*_dev() where appropriate | macallan |
| 2011-03-01 | use hardware to draw characters, while there use vcons_replay_msgbuf() | macallan |
| 2011-02-20 | Merge forward matt-nb5-mips64 | matt |
| 2008-07-30 | Add a BUS_DMASYNC_PREWRITE call against tile's DMA address descriptors. | tsutsui |
| 2008-05-08 | Use 2-clause license. | jmcneill |
| 2008-03-18 | Remove debug printf: ``so we need 10 x 8 tiles -> 00500000'' | jmcneill |
| 2008-03-15 | Swap red and blue for 8bpp paletted mode. | jmcneill |
| 2008-03-02 | allow userland to map all video memory, not just the visible part | macallan |
| 2008-03-01 | allocate a linear buffer, don't smoke crack when setting up the engine's TLBs | macallan |
| 2008-02-18 | correct accidentially committed garbage (what the hell... ) | macallan |
| 2008-02-18 | correct typo | macallan |
| 2008-02-18 | avoid unnecessary writes to the MTE's direction registers | macallan |
| 2008-02-17 | use MTE for rectangle filling as well | macallan |
| 2008-02-17 | adjust some register names, also use MTE for scrolling down | macallan |
| 2008-02-17 | use the memory transfer engine for scrolling when possible | macallan |
| 2008-02-10 | bunch of minor fixes: | macallan |
| 2008-02-06 | get rid of some leftover debugging cruft | macallan |
| 2008-02-05 | update (c) sections | macallan |
| 2008-02-05 | add hardware acceleration for scrolling and clearing. | macallan |
| 2008-02-02 | Allow sync-on-green to be controlled by ARCS environment variable "SyncOnGreen". | sekiya |
| 2007-12-02 | CRMFB_VT_VCMAP and CRMFB_VT_HCMAP register definitions were transposed. | jmcneill |
| 2007-10-17 | Merge the ppcoea-renovation branch to HEAD. | garbled |
| 2007-07-26 | - move register definitions to crmfbreg.h | macallan |
| 2007-07-15 | add hardware cursor support | macallan |
| 2007-04-15 | We don't support WSDISPLAYIO_[SG]VIDEO, so don't try to hide it. | jmcneill |
| 2007-04-14 | Avoid crashing if booting via serial console | martin |
| 2007-04-13 | Add shadow framebuffer support; scrolling the screen still isn't great, | jmcneill |
| 2007-04-12 | Don't claim to be the console if we're supposed to be using a serial | jmcneill |
| 2007-04-12 | Add crmfb, a framebuffer console driver for the onboard O2 video (SGI-CRM) | jmcneill |