Link [ NetBSD | NetBSD OpenGrok source search | PR fulltext-search | Summary of daily snapshot builds | history of daily build result | pkgsrc commit viewer ]


   
        usage: [branch:branch] [user:user] [path@revision] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN sys/arch/arm, if_wm.c@1.234 )




switch to index mode

recent branches: MAIN (6h)  netbsd-10 (19d)  netbsd-9 (19d)  netbsd-8 (23d) 

2024-06-04 13:14:05 UTC Now

2024-04-11 13:06:29 UTC MAIN commitmail json YAML

Mention the 16-color screenmode.

(jandberg)

2024-03-25 14:11:39 UTC MAIN commitmail json YAML

xf86-video-wsfb: Add support for 16 color mode on Amiga

- Sets up 8bpp shadow framebuffer with depth 4
- Bitplane conversion done in shadow update function
- Adds new shadow update function shadowUpdateAfb4x8,
  which is a slightly modified version of existing shadowUpdateAfb4/8.

Discussion on tech-x11: http://mail-index.netbsd.org/tech-x11/2024/02/29/msg002447.html

(jandberg)

2022-08-13 10:53:38 UTC MAIN commitmail json YAML

Update comment about X11 support

(jandberg)

2022-07-06 14:34:13 UTC MAIN commitmail json YAML

Return display depth correctly from WSDISPLAYIO_GET_FBINFO.
(previous workaround to always return 1 no longer needed with latest wsfb)

(jandberg)

2022-07-06 14:27:50 UTC MAIN commitmail json YAML

Add support for 8bpp with Amiga native graphics.

Conversion to bitplane format is done in shadowfb update proc.

(jandberg)

2022-02-06 10:05:56 UTC MAIN commitmail json YAML

Refactor cursor drawing.
Fixes rare case where cursor gets painted over when screen is cleared.

(jandberg)

2021-10-09 08:25:33 UTC MAIN commitmail json YAML

Update documentation to mention current status of X11

(jandberg)

2021-01-06 13:00:51 UTC MAIN commitmail json YAML

Implement the WSDISPLAYIO_GET_FBINFO ioctl, needed by X wsfb driver.

(jandberg)

2019-02-24 19:25:35 UTC MAIN commitmail json YAML

2019-02-24 19:24:21 UTC MAIN commitmail json YAML

cnpollc needs to be called before cngetc

(jandberg)

2018-01-28 10:00:31 UTC MAIN commitmail json YAML

Make the console framebuffer visible when polling mode console input is used.

(jandberg)

2016-02-07 10:46:08 UTC MAIN commitmail json YAML

Add the copyright notice which was missing from my initial version.

(jandberg)

2016-02-06 20:20:19 UTC MAIN commitmail json YAML

2015-02-08 09:55:25 UTC MAIN commitmail json YAML

Add a delay between the recently added new PCMCIA reset method and the old
reset method to get the card reset work reliably on my A1200 model and network
cards.

Discussed on port-amiga.

(jandberg)

2013-09-23 08:39:28 UTC MAIN commitmail json YAML

Fix interrupt handler arg (needs to be softc instead of device_t)

(jandberg)

2010-12-19 08:32:33 UTC MAIN commitmail json YAML

Identify another type of BPPC correctly

(jandberg)