CVS commit: src/sys/dev/wsfont

2025-03-25 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Tue Mar 25 10:50:12 UTC 2025 Modified Files: src/sys/dev/wsfont: files.wsfont wsfont.c Added Files: src/sys/dev/wsfont: Comic_Mono_16x34.h Log Message: add bigger Comic Mono font for Paul ;) To generate a diff of this

CVS commit: xsrc/local/programs/ttf2wsfont

2025-03-24 Thread Michael Lorenz
rin Exp $ */ +/* $NetBSD: main.c,v 1.5 2025/03/25 03:15:32 macallan Exp $ */ /* * Copyright (c) 2011 Michael Lorenz @@ -59,6 +59,8 @@ push_size(int letter) printf("%d x %d\n", face->glyph->bitmap.width, face->glyph->bitmap.rows); printf("offset: %d %d\n"

CVS commit: xsrc/local/programs/ttf2wsfont

2025-03-24 Thread Michael Lorenz
Module Name:xsrc Committed By: macallan Date: Tue Mar 25 03:15:32 UTC 2025 Modified Files: xsrc/local/programs/ttf2wsfont: Makefile main.c Log Message: do a better job finding the actual character boundaries To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 xsr

CVS commit: src/sys/dev/wsfont

2025-03-24 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Tue Mar 25 03:12:36 UTC 2025 Modified Files: src/sys/dev/wsfont: files.wsfont wsfont.c Added Files: src/sys/dev/wsfont: Comic_Mono_12x25.h Removed Files: src/sys/dev/wsfont: Comic_Mono_13x22.h Log Message: improv

CVS commit: src/sys/dev/wsfont

2025-03-24 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Tue Mar 25 02:42:33 UTC 2025 Modified Files: src/sys/dev/wsfont: files.wsfont wsfont.c Added Files: src/sys/dev/wsfont: Comic_Mono_13x22.h Log Message: yesterday I found out that someone made a monospace version of Comic

CVS commit: src/sys/dev/sun

2025-03-19 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Mar 19 10:53:53 UTC 2025 Modified Files: src/sys/dev/sun: cgsix.c Log Message: don't set BUS_SPACCE_MAP_PREFETCHABLE - no known bus we can be connected to supports it To generate a diff of this commit: cvs rdiff -u -r1.72

CVS commit: src/sys/dev/sun

2025-03-19 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Mar 19 10:53:53 UTC 2025 Modified Files: src/sys/dev/sun: cgsix.c Log Message: don't set BUS_SPACCE_MAP_PREFETCHABLE - no known bus we can be connected to supports it To generate a diff of this commit: cvs rdiff -u -r1.72

CVS commit: src/sys/arch/macppc/macppc

2025-03-17 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Mon Mar 17 07:39:55 UTC 2025 Modified Files: src/sys/arch/macppc/macppc: rbus_machdep.c Log Message: remove bogus oea_iobat_add() call we BAT-map the entire PCI bus anyway tested on my pismo with an ohci/ehci at cardbus To gen

CVS commit: src/sys/arch/macppc/macppc

2025-03-17 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Mon Mar 17 08:23:13 UTC 2025 Modified Files: src/sys/arch/macppc/macppc: rbus_machdep.c Log Message: when looking for the cardbus bridge's memory range: - check 'reserved-segment' first, all core99 machines should have it - if t

CVS commit: src/sys/arch/macppc/macppc

2025-03-17 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Mon Mar 17 08:23:13 UTC 2025 Modified Files: src/sys/arch/macppc/macppc: rbus_machdep.c Log Message: when looking for the cardbus bridge's memory range: - check 'reserved-segment' first, all core99 machines should have it - if t

CVS commit: src/sys/arch/macppc/macppc

2025-03-17 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Mon Mar 17 07:39:55 UTC 2025 Modified Files: src/sys/arch/macppc/macppc: rbus_machdep.c Log Message: remove bogus oea_iobat_add() call we BAT-map the entire PCI bus anyway tested on my pismo with an ohci/ehci at cardbus To gen

CVS commit: src/sys/arch/hppa/dev

2025-03-16 Thread Michael Lorenz
5/03/17 06:54:17 macallan Exp $ */ /* * Copyright (c) 2024 Michael Lorenz @@ -32,7 +32,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: hyperfb.c,v 1.21 2025/03/05 07:03:16 macallan Exp $"); +__KERNEL_RCSID(0, "$NetBSD: hyperfb.c,v 1.22 2025/03/17 06:54:17 macallan Exp $"

CVS commit: src/sys/arch/hppa/dev

2025-03-16 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Mon Mar 17 06:54:17 UTC 2025 Modified Files: src/sys/arch/hppa/dev: hyperfb.c Log Message: remove glyphcache and debug goop we're not likely to be able to use any off-screen memory on this hardware, so don't pretend we will. T

CVS commit: src/sys/arch/hppa/dev

2025-03-11 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Tue Mar 11 06:04:19 UTC 2025 Modified Files: src/sys/arch/hppa/dev: gftfb.c Log Message: drop unnecessary wait and register write when moving the cursor sprite To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29 src/

CVS commit: src/sys/arch/hppa/dev

2025-03-11 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Tue Mar 11 05:48:26 UTC 2025 Modified Files: src/sys/arch/hppa/dev: gftfb.c Log Message: drop the rectfill workaround here as well To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 src/sys/arch/hppa/dev/gftfb.c Pl

CVS commit: src/sys/arch/hppa/dev

2025-03-11 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Tue Mar 11 06:04:19 UTC 2025 Modified Files: src/sys/arch/hppa/dev: gftfb.c Log Message: drop unnecessary wait and register write when moving the cursor sprite To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29 src/

CVS commit: src/sys/arch/hppa/dev

2025-03-10 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Tue Mar 11 05:48:26 UTC 2025 Modified Files: src/sys/arch/hppa/dev: gftfb.c Log Message: drop the rectfill workaround here as well To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 src/sys/arch/hppa/dev/gftfb.c Pl

CVS commit: src/sys/arch/hppa/dev

2025-03-05 Thread Michael Lorenz
macallan Exp $ */ /* * Copyright (c) 2024 Michael Lorenz @@ -32,7 +32,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: hyperfb.c,v 1.19 2024/11/13 08:21:16 macallan Exp $"); +__KERNEL_RCSID(0, "$NetBSD: hyperfb.c,v 1.20 2025/03/05 04:36:59 macallan Exp $"); #include "

CVS commit: xsrc/external/mit/xf86-video-ngle/dist/src

2025-03-04 Thread Michael Lorenz
Module Name:xsrc Committed By: macallan Date: Wed Mar 5 07:22:24 UTC 2025 Modified Files: xsrc/external/mit/xf86-video-ngle/dist/src: ngle_accel.c Log Message: drop the rectangle fill workaround here as well To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 \

CVS commit: xsrc/external/mit/xf86-video-ngle/dist/src

2025-03-04 Thread Michael Lorenz
Module Name:xsrc Committed By: macallan Date: Wed Mar 5 07:22:24 UTC 2025 Modified Files: xsrc/external/mit/xf86-video-ngle/dist/src: ngle_accel.c Log Message: drop the rectangle fill workaround here as well To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 \

CVS commit: src/sys/arch/hppa/dev

2025-03-04 Thread Michael Lorenz
@@ -1,4 +1,4 @@ -/* $NetBSD: hyperfb.c,v 1.20 2025/03/05 04:36:59 macallan Exp $ */ +/* $NetBSD: hyperfb.c,v 1.21 2025/03/05 07:03:16 macallan Exp $ */ /* * Copyright (c) 2024 Michael Lorenz @@ -32,7 +32,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: hyperfb.c,v 1.20 2025/03/05 04:

CVS commit: src/sys/arch/hppa/dev

2025-03-04 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Mar 5 07:03:16 UTC 2025 Modified Files: src/sys/arch/hppa/dev: hyperfb.c Log Message: now that we can draw rectangles in exactly the size we want without abusing the pixel mask, we no longer need to draw characters in two p

CVS commit: src/sys/arch/hppa/dev

2025-03-04 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Mar 5 04:36:59 UTC 2025 Modified Files: src/sys/arch/hppa/dev: hyperfb.c Log Message: finally figured out how to automatically mask off pixels at the right when drawing rectangles so we can drop the workaround To generate

CVS commit: xsrc/external/mit/xf86-video-ngle/dist/src

2025-02-25 Thread Michael Lorenz
Module Name:xsrc Committed By: macallan Date: Tue Feb 25 13:21:24 UTC 2025 Modified Files: xsrc/external/mit/xf86-video-ngle/dist/src: summit_accel.c Log Message: - properly clip glyphs drawn into off-screen memory - when drawing glyphs skip pixels with zero alpha To gen

CVS commit: xsrc/external/mit/xf86-video-ngle/dist/src

2025-02-25 Thread Michael Lorenz
Module Name:xsrc Committed By: macallan Date: Tue Feb 25 13:21:24 UTC 2025 Modified Files: xsrc/external/mit/xf86-video-ngle/dist/src: summit_accel.c Log Message: - properly clip glyphs drawn into off-screen memory - when drawing glyphs skip pixels with zero alpha To gen

CVS commit: src/sys/arch/hppa/dev

2025-02-24 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Tue Feb 25 04:22:01 UTC 2025 Modified Files: src/sys/arch/hppa/dev: summitfb.c Log Message: no need to set read mode when doing host-to-vram alpha blending while there, remove some commented out debug goop To generate a diff o

CVS commit: src/sys/arch/hppa/dev

2025-02-24 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Tue Feb 25 04:22:01 UTC 2025 Modified Files: src/sys/arch/hppa/dev: summitfb.c Log Message: no need to set read mode when doing host-to-vram alpha blending while there, remove some commented out debug goop To generate a diff o

CVS commit: xsrc/external/mit/xf86-video-ngle/dist/src

2025-02-22 Thread Michael Lorenz
Module Name:xsrc Committed By: macallan Date: Sat Feb 22 14:08:32 UTC 2025 Modified Files: xsrc/external/mit/xf86-video-ngle/dist/src: ngle.h Log Message: remove unintended duplicate To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 xsrc/external/mit/xf86-video

CVS commit: xsrc/external/mit/xf86-video-ngle/dist/src

2025-02-22 Thread Michael Lorenz
Module Name:xsrc Committed By: macallan Date: Sat Feb 22 14:08:32 UTC 2025 Modified Files: xsrc/external/mit/xf86-video-ngle/dist/src: ngle.h Log Message: remove unintended duplicate To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 xsrc/external/mit/xf86-video

CVS commit: xsrc/external/mit/xf86-video-ngle/dist/src

2025-02-20 Thread Michael Lorenz
Module Name:xsrc Committed By: macallan Date: Fri Feb 21 01:24:55 UTC 2025 Modified Files: xsrc/external/mit/xf86-video-ngle/dist/src: ngle.h Log Message: this should have went in with the previous commit To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 xsrc/e

CVS commit: xsrc/external/mit/xf86-video-ngle/dist/src

2025-02-20 Thread Michael Lorenz
Module Name:xsrc Committed By: macallan Date: Fri Feb 21 01:24:55 UTC 2025 Modified Files: xsrc/external/mit/xf86-video-ngle/dist/src: ngle.h Log Message: this should have went in with the previous commit To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 xsrc/e

CVS commit: xsrc/external/mit/xf86-video-ngle/dist/src

2025-02-18 Thread Michael Lorenz
Module Name:xsrc Committed By: macallan Date: Tue Feb 18 12:17:20 UTC 2025 Modified Files: xsrc/external/mit/xf86-video-ngle/dist/src: summit_accel.c Log Message: use the hardware to draw anti-aliased text visible speedup The problem is that HP didn't implement full alpha

CVS commit: xsrc/external/mit/xf86-video-ngle/dist/src

2025-02-18 Thread Michael Lorenz
Module Name:xsrc Committed By: macallan Date: Tue Feb 18 12:17:20 UTC 2025 Modified Files: xsrc/external/mit/xf86-video-ngle/dist/src: summit_accel.c Log Message: use the hardware to draw anti-aliased text visible speedup The problem is that HP didn't implement full alpha

CVS commit: src/sys/arch/evbppc/conf

2025-02-17 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Mon Feb 17 11:09:11 UTC 2025 Modified Files: src/sys/arch/evbppc/conf: files.wii Log Message: have resetbtn pull in sysmon_power and sysmon_taskq now this builds without any other envsys drivers present To generate a diff of t

CVS commit: src/sys/arch/evbppc/conf

2025-02-17 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Mon Feb 17 11:09:11 UTC 2025 Modified Files: src/sys/arch/evbppc/conf: files.wii Log Message: have resetbtn pull in sysmon_power and sysmon_taskq now this builds without any other envsys drivers present To generate a diff of t

CVS commit: src/sys/dev/ic

2025-01-29 Thread Michael Lorenz
an 27 11:38:39 2025 +++ src/sys/dev/ic/summitreg.h Wed Jan 29 15:35:22 2025 @@ -1,4 +1,4 @@ -/* $NetBSD: summitreg.h,v 1.15 2025/01/27 11:38:39 macallan Exp $ */ +/* $NetBSD: summitreg.h,v 1.16 2025/01/29 15:35:22 macallan Exp $ */ /* * Copyright (c) 2024 Michael Lorenz @@ -164,7 +164,14 @@ #d

CVS commit: src/sys/dev/ic

2025-01-29 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Jan 29 15:35:22 UTC 2025 Modified Files: src/sys/dev/ic: summitreg.h Log Message: comment on what I've found out about alpha blending on the FX4 NFC To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/sys/dev

CVS commit: src/sys/arch/hppa/dev

2025-01-27 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Mon Jan 27 12:10:19 UTC 2025 Modified Files: src/sys/arch/hppa/dev: summitfb.c Log Message: use hardware to draw anti-aliased characters To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30 src/sys/arch/hppa/dev/summi

CVS commit: src/sys/arch/hppa/dev

2025-01-27 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Mon Jan 27 12:10:19 UTC 2025 Modified Files: src/sys/arch/hppa/dev: summitfb.c Log Message: use hardware to draw anti-aliased characters To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30 src/sys/arch/hppa/dev/summi

CVS commit: src/sys/dev/ic

2025-01-27 Thread Michael Lorenz
+++ src/sys/dev/ic/summitreg.h Mon Jan 27 11:38:39 2025 @@ -1,4 +1,4 @@ -/* $NetBSD: summitreg.h,v 1.14 2025/01/26 05:20:57 macallan Exp $ */ +/* $NetBSD: summitreg.h,v 1.15 2025/01/27 11:38:39 macallan Exp $ */ /* * Copyright (c) 2024 Michael Lorenz @@ -61,6 +61,7 @@ #define FOE_BLEND_ROP

CVS commit: src/sys/dev/ic

2025-01-27 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Mon Jan 27 11:38:39 UTC 2025 Modified Files: src/sys/dev/ic: summitreg.h Log Message: add what we know about the alpha blending register(s) To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/sys/dev/ic/summitreg

CVS commit: src/sys/arch/hppa/dev

2025-01-26 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Sun Jan 26 11:21:21 UTC 2025 Modified Files: src/sys/arch/hppa/dev: summitfb.c Log Message: some minor updates: - clear image planes before they become visible when switching to fb mode - adjust FIFO slots, now that we knw a bit

CVS commit: src/sys/arch/hppa/dev

2025-01-26 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Sun Jan 26 11:21:21 UTC 2025 Modified Files: src/sys/arch/hppa/dev: summitfb.c Log Message: some minor updates: - clear image planes before they become visible when switching to fb mode - adjust FIFO slots, now that we knw a bit

CVS commit: xsrc/external/mit/xf86-video-ngle/dist/src

2025-01-25 Thread Michael Lorenz
Module Name:xsrc Committed By: macallan Date: Sun Jan 26 05:38:38 UTC 2025 Modified Files: xsrc/external/mit/xf86-video-ngle/dist/src: summit_accel.c Log Message: adjust FIFO slots in SummitWaitFifo() calls To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 \

CVS commit: xsrc/external/mit/xf86-video-ngle/dist/src

2025-01-25 Thread Michael Lorenz
Module Name:xsrc Committed By: macallan Date: Sun Jan 26 05:38:38 UTC 2025 Modified Files: xsrc/external/mit/xf86-video-ngle/dist/src: summit_accel.c Log Message: adjust FIFO slots in SummitWaitFifo() calls To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 \

CVS commit: src/sys/dev/ic

2025-01-25 Thread Michael Lorenz
2025 +++ src/sys/dev/ic/summitreg.h Sun Jan 26 05:20:57 2025 @@ -1,4 +1,4 @@ -/* $NetBSD: summitreg.h,v 1.13 2025/01/24 07:43:42 macallan Exp $ */ +/* $NetBSD: summitreg.h,v 1.14 2025/01/26 05:20:57 macallan Exp $ */ /* * Copyright (c) 2024 Michael Lorenz @@ -42,6 +42,14 @@ #define CONTROL_WFC

CVS commit: src/sys/dev/ic

2025-01-25 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Sun Jan 26 05:20:57 UTC 2025 Modified Files: src/sys/dev/ic: summitreg.h Log Message: document FIFO behaviour and cursor register access NFC To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/sys/dev/ic/summitre

CVS commit: xsrc/external/mit/xf86-video-ngle/dist/src

2025-01-23 Thread Michael Lorenz
Module Name:xsrc Committed By: macallan Date: Fri Jan 24 07:51:24 UTC 2025 Modified Files: xsrc/external/mit/xf86-video-ngle/dist/src: summit_accel.c Log Message: some updates: - turn pixel processing off for GXcopy - small speedup - remove unnecessary exaMarkSync() calls

CVS commit: xsrc/external/mit/xf86-video-ngle/dist/src

2025-01-23 Thread Michael Lorenz
Module Name:xsrc Committed By: macallan Date: Fri Jan 24 07:51:24 UTC 2025 Modified Files: xsrc/external/mit/xf86-video-ngle/dist/src: summit_accel.c Log Message: some updates: - turn pixel processing off for GXcopy - small speedup - remove unnecessary exaMarkSync() calls

CVS commit: src/sys/dev/ic

2025-01-23 Thread Michael Lorenz
Thu Dec 26 10:40:46 2024 +++ src/sys/dev/ic/summitreg.h Fri Jan 24 07:43:42 2025 @@ -1,4 +1,4 @@ -/* $NetBSD: summitreg.h,v 1.12 2024/12/26 10:40:46 macallan Exp $ */ +/* $NetBSD: summitreg.h,v 1.13 2025/01/24 07:43:42 macallan Exp $ */ /* * Copyright (c) 2024 Michael Lorenz @@ -67,6 +67,11

CVS commit: src/sys/dev/ic

2025-01-23 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Fri Jan 24 07:43:42 UTC 2025 Modified Files: src/sys/dev/ic: summitreg.h Log Message: - add read prefetch hint register - use unbuffered access for cursor registers To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13

CVS commit: src/external/mit/xorg/server/drivers/xf86-video-ngle

2025-01-22 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Jan 22 12:56:21 UTC 2025 Modified Files: src/external/mit/xorg/server/drivers/xf86-video-ngle: Makefile Log Message: build summit_cursor To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 \ src/external/mit/xo

CVS commit: src/external/mit/xorg/server/drivers/xf86-video-ngle

2025-01-22 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Jan 22 12:56:21 UTC 2025 Modified Files: src/external/mit/xorg/server/drivers/xf86-video-ngle: Makefile Log Message: build summit_cursor To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 \ src/external/mit/xo

CVS commit: xsrc/external/mit/xf86-video-ngle/dist/src

2025-01-22 Thread Michael Lorenz
10:13:19 2024 +++ xsrc/external/mit/xf86-video-ngle/dist/src/ngle_driver.c Wed Jan 22 12:55:06 2025 @@ -1,4 +1,4 @@ -/* $NetBSD: ngle_driver.c,v 1.9 2024/12/10 10:13:19 macallan Exp $ */ +/* $NetBSD: ngle_driver.c,v 1.10 2025/01/22 12:55:06 macallan Exp $ */ /* * Copyright (c) 2024 Michael Lorenz

CVS commit: xsrc/external/mit/xf86-video-ngle/dist/src

2025-01-22 Thread Michael Lorenz
Module Name:xsrc Committed By: macallan Date: Wed Jan 22 12:55:06 UTC 2025 Modified Files: xsrc/external/mit/xf86-video-ngle/dist/src: ngle.h ngle_driver.c Added Files: xsrc/external/mit/xf86-video-ngle/dist/src: summit_cursor.c Log Message: add direct support for

CVS commit: xsrc/external/mit/xf86-video-ngle/dist/src

2025-01-15 Thread Michael Lorenz
Module Name:xsrc Committed By: macallan Date: Wed Jan 15 08:21:06 UTC 2025 Modified Files: xsrc/external/mit/xf86-video-ngle/dist/src: ngle.h summit_accel.c Log Message: some udates: - don't use hwmode, just track read- and write mode directly - use FIFO pacing now that we

CVS commit: xsrc/external/mit/xf86-video-ngle/dist/src

2025-01-15 Thread Michael Lorenz
Module Name:xsrc Committed By: macallan Date: Wed Jan 15 08:21:06 UTC 2025 Modified Files: xsrc/external/mit/xf86-video-ngle/dist/src: ngle.h summit_accel.c Log Message: some udates: - don't use hwmode, just track read- and write mode directly - use FIFO pacing now that we

CVS commit: src/share/misc

2025-01-12 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Sun Jan 12 16:48:03 UTC 2025 Modified Files: src/share/misc: acronyms-o.real Log Message: add FIYFS thanks jmcneill@ To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/share/misc/acronyms-o.real Please note tha

CVS commit: src/share/misc

2025-01-12 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Sun Jan 12 16:48:03 UTC 2025 Modified Files: src/share/misc: acronyms-o.real Log Message: add FIYFS thanks jmcneill@ To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/share/misc/acronyms-o.real Please note tha

CVS commit: src/sys/arch/hppa/dev

2025-01-06 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Mon Jan 6 17:33:28 UTC 2025 Modified Files: src/sys/arch/hppa/dev: summitfb.c Log Message: (ab)use the image buffer as glyph cache, since on this thing we can set source and destination buffer independently To generate a diff

CVS commit: src/sys/arch/hppa/dev

2025-01-06 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Mon Jan 6 17:33:28 UTC 2025 Modified Files: src/sys/arch/hppa/dev: summitfb.c Log Message: (ab)use the image buffer as glyph cache, since on this thing we can set source and destination buffer independently To generate a diff

CVS commit: src/sys/arch/hppa/dev

2024-12-30 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Mon Dec 30 08:32:37 UTC 2024 Modified Files: src/sys/arch/hppa/dev: summitfb.c Log Message: reshuffle summitfb_setup(): - remove magic number inits that are no longer magic - annotate the remaining inits if we know the register

CVS commit: src/sys/arch/hppa/dev

2024-12-30 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Mon Dec 30 08:32:37 UTC 2024 Modified Files: src/sys/arch/hppa/dev: summitfb.c Log Message: reshuffle summitfb_setup(): - remove magic number inits that are no longer magic - annotate the remaining inits if we know the register

CVS commit: src/sys/arch/hppa/dev

2024-12-28 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Sat Dec 28 14:34:49 UTC 2024 Modified Files: src/sys/arch/hppa/dev: summitfb.c Log Message: clean up aroound sti_fetchfonts(), mke sure we call wsfont_init() nefore trying to add s font to the system while there, allow mmap()in

CVS commit: src/sys/arch/hppa/dev

2024-12-28 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Sat Dec 28 14:34:49 UTC 2024 Modified Files: src/sys/arch/hppa/dev: summitfb.c Log Message: clean up aroound sti_fetchfonts(), mke sure we call wsfont_init() nefore trying to add s font to the system while there, allow mmap()in

CVS commit: xsrc/external/mit/xf86-video-ngle/dist/src

2024-12-26 Thread Michael Lorenz
Module Name:xsrc Committed By: macallan Date: Fri Dec 27 00:57:53 UTC 2024 Modified Files: xsrc/external/mit/xf86-video-ngle/dist/src: ngle.h Log Message: this should have went in with the last summit_accel.c commit.. To generate a diff of this commit: cvs rdiff -u -r1.3

CVS commit: xsrc/external/mit/xf86-video-ngle/dist/src

2024-12-26 Thread Michael Lorenz
Module Name:xsrc Committed By: macallan Date: Fri Dec 27 00:57:53 UTC 2024 Modified Files: xsrc/external/mit/xf86-video-ngle/dist/src: ngle.h Log Message: this should have went in with the last summit_accel.c commit.. To generate a diff of this commit: cvs rdiff -u -r1.3

CVS commit: xsrc/external/mit/xf86-video-ngle/dist/src

2024-12-26 Thread Michael Lorenz
Module Name:xsrc Committed By: macallan Date: Thu Dec 26 11:26:15 UTC 2024 Modified Files: xsrc/external/mit/xf86-video-ngle/dist/src: summit_accel.c Log Message: use ROPs now that we know how To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 \ xsrc/externa

CVS commit: xsrc/external/mit/xf86-video-ngle/dist/src

2024-12-26 Thread Michael Lorenz
Module Name:xsrc Committed By: macallan Date: Thu Dec 26 11:26:15 UTC 2024 Modified Files: xsrc/external/mit/xf86-video-ngle/dist/src: summit_accel.c Log Message: use ROPs now that we know how To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 \ xsrc/externa

CVS commit: src/sys/arch/hppa/dev

2024-12-26 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Thu Dec 26 10:44:11 UTC 2024 Modified Files: src/sys/arch/hppa/dev: summitfb.c Log Message: now that we can do ROPs, use them and enable all the lazy cursor update stuff To generate a diff of this commit: cvs rdiff -u -r1.19 -

CVS commit: src/sys/arch/hppa/dev

2024-12-26 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Thu Dec 26 10:44:11 UTC 2024 Modified Files: src/sys/arch/hppa/dev: summitfb.c Log Message: now that we can do ROPs, use them and enable all the lazy cursor update stuff To generate a diff of this commit: cvs rdiff -u -r1.19 -

CVS commit: src/sys/dev/ic

2024-12-26 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Thu Dec 26 10:40:46 UTC 2024 Modified Files: src/sys/dev/ic: summitreg.h Log Message: add more registers - now we can do ROPs To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/sys/dev/ic/summitreg.h Please not

CVS commit: src/sys/dev/ic

2024-12-26 Thread Michael Lorenz
/dev/ic/summitreg.h Thu Dec 26 10:40:46 2024 @@ -1,4 +1,4 @@ -/* $NetBSD: summitreg.h,v 1.11 2024/12/25 05:35:51 macallan Exp $ */ +/* $NetBSD: summitreg.h,v 1.12 2024/12/26 10:40:46 macallan Exp $ */ /* * Copyright (c) 2024 Michael Lorenz @@ -39,9 +39,20 @@ #define SUMMITREG_H #define

CVS commit: xsrc/external/mit/xf86-video-ngle/dist/src

2024-12-24 Thread Michael Lorenz
Module Name:xsrc Committed By: macallan Date: Wed Dec 25 05:45:53 UTC 2024 Modified Files: xsrc/external/mit/xf86-video-ngle/dist/src: summit_accel.c Log Message: support 24bit To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 \ xsrc/external/mit/xf86-video

CVS commit: xsrc/external/mit/xf86-video-ngle/dist/src

2024-12-24 Thread Michael Lorenz
Module Name:xsrc Committed By: macallan Date: Wed Dec 25 05:45:53 UTC 2024 Modified Files: xsrc/external/mit/xf86-video-ngle/dist/src: summit_accel.c Log Message: support 24bit To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 \ xsrc/external/mit/xf86-video

CVS commit: src/sys/arch/hppa/dev

2024-12-24 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Dec 25 05:44:12 UTC 2024 Modified Files: src/sys/arch/hppa/dev: summitfb.c Log Message: some updates: - setup attributes for RGB8 in the image planes and 8I in the overlay - explicitly select LUT 0 for the overlay so we don'

CVS commit: src/sys/arch/hppa/dev

2024-12-24 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Dec 25 05:44:12 UTC 2024 Modified Files: src/sys/arch/hppa/dev: summitfb.c Log Message: some updates: - setup attributes for RGB8 in the image planes and 8I in the overlay - explicitly select LUT 0 for the overlay so we don'

CVS commit: src/sys/dev/ic

2024-12-24 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Dec 25 05:35:51 UTC 2024 Modified Files: src/sys/dev/ic: summitreg.h Log Message: flip CFS_8I and _332, now this works correctly To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/sys/dev/ic/summitreg.h Ple

CVS commit: src/sys/dev/ic

2024-12-24 Thread Michael Lorenz
+++ src/sys/dev/ic/summitreg.h Wed Dec 25 05:35:51 2024 @@ -1,4 +1,4 @@ -/* $NetBSD: summitreg.h,v 1.10 2024/12/25 05:03:07 macallan Exp $ */ +/* $NetBSD: summitreg.h,v 1.11 2024/12/25 05:35:51 macallan Exp $ */ /* * Copyright (c) 2024 Michael Lorenz @@ -152,8 +152,8 @@ #define VISFX_CFS(n

CVS commit: src/sys/dev/ic

2024-12-24 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Dec 25 05:03:07 UTC 2024 Modified Files: src/sys/dev/ic: summitreg.h Log Message: add more registers To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/sys/dev/ic/summitreg.h Please note that diffs are not p

CVS commit: src/sys/arch/hppa/dev

2024-12-17 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Dec 18 05:22:05 UTC 2024 Modified Files: src/sys/arch/hppa/dev: summitfb.c Log Message: set the right cursor sprite colours, now that we know how To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/sys/arch/h

CVS commit: src/sys/arch/hppa/dev

2024-12-17 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Dec 18 05:22:05 UTC 2024 Modified Files: src/sys/arch/hppa/dev: summitfb.c Log Message: set the right cursor sprite colours, now that we know how To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/sys/arch/h

CVS commit: src/sys/dev/ic

2024-12-17 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Dec 18 05:19:17 UTC 2024 Modified Files: src/sys/dev/ic: summitreg.h Log Message: - use 0x80 range for cursor and cmap access - we can read back values there but not at 0x40 - add cursor foreground colour register

CVS commit: src/sys/dev/ic

2024-12-17 Thread Michael Lorenz
$ */ /* * Copyright (c) 2024 Michael Lorenz @@ -96,19 +96,20 @@ */ /* - * The 0x80 and 0x40 ranges are aliased to each other, no idea what - * the differences are, so for now just use 40 for both palette and cursor - * sprite access. + * Turns out 0x40 and 0x80 access the same

CVS commit: src/sys/arch/hppa/dev

2024-12-16 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Mon Dec 16 10:05:47 UTC 2024 Modified Files: src/sys/arch/hppa/dev: summitfb.c Log Message: avoid console output between sti_init() and wsdisplay_cnattach() To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/sys

CVS commit: src/sys/arch/hppa/dev

2024-12-16 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Mon Dec 16 10:05:47 UTC 2024 Modified Files: src/sys/arch/hppa/dev: summitfb.c Log Message: avoid console output between sti_init() and wsdisplay_cnattach() To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/sys

CVS commit: src/sys/arch/hppa/dev

2024-12-16 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Mon Dec 16 09:40:48 UTC 2024 Modified Files: src/sys/arch/hppa/dev: summitfb.c Log Message: do not zero the cursor position register on each colour map access, instead do it when initializing fb access -> no more disappearing cu

CVS commit: src/sys/arch/hppa/dev

2024-12-16 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Mon Dec 16 09:40:48 UTC 2024 Modified Files: src/sys/arch/hppa/dev: summitfb.c Log Message: do not zero the cursor position register on each colour map access, instead do it when initializing fb access -> no more disappearing cu

CVS commit: src/sys/dev/ic

2024-12-16 Thread Michael Lorenz
etBSD: summitreg.h,v 1.8 2024/12/16 09:39:03 macallan Exp $ */ /* * Copyright (c) 2024 Michael Lorenz @@ -95,14 +95,20 @@ * 0x400 or 0x100 by themselves don't start a command either */ -#define VISFX_COLOR_MASK 0x800018 -#define VISFX_COLOR_INDEX 0x800020 -#define VISFX_COLOR_VALU

CVS commit: src/sys/dev/ic

2024-12-16 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Mon Dec 16 09:39:03 UTC 2024 Modified Files: src/sys/dev/ic: summitreg.h Log Message: the cursor sprite and colour map registers live in the same address range, 0x80 and 0x40 are aliases, no idea what the diffrence is. R

CVS commit: src/sys/arch/hppa/dev

2024-12-16 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Mon Dec 16 08:57:42 UTC 2024 Modified Files: src/sys/arch/hppa/dev: summitfb.c Log Message: remove declaration of sti_unitoroman[] since it lives in stivar.h now To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 sr

CVS commit: src/sys/arch/hppa/dev

2024-12-16 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Mon Dec 16 08:57:42 UTC 2024 Modified Files: src/sys/arch/hppa/dev: summitfb.c Log Message: remove declaration of sti_unitoroman[] since it lives in stivar.h now To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 sr

CVS commit: src/sys/dev/ic

2024-12-16 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Mon Dec 16 08:56:26 UTC 2024 Modified Files: src/sys/dev/ic: stivar.h Log Message: properly declare sti_unitoroman[] and explain what it's for To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/sys/dev/ic/stivar

CVS commit: src/sys/dev/ic

2024-12-16 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Mon Dec 16 08:56:26 UTC 2024 Modified Files: src/sys/dev/ic: stivar.h Log Message: properly declare sti_unitoroman[] and explain what it's for To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/sys/dev/ic/stivar

CVS commit: src/sys/dev/ic

2024-12-10 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Tue Dec 10 09:13:00 UTC 2024 Modified Files: src/sys/dev/ic: sti.c Log Message: un-static the unicode-to-HP Roman8 table so we can use it wlsewhere - whatever uses it will depend on STI anyway, so no need for multiple copies T

CVS commit: src/sys/dev/ic

2024-12-10 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Tue Dec 10 09:13:00 UTC 2024 Modified Files: src/sys/dev/ic: sti.c Log Message: un-static the unicode-to-HP Roman8 table so we can use it wlsewhere - whatever uses it will depend on STI anyway, so no need for multiple copies T

CVS commit: src/sys/arch/hppa/dev

2024-12-10 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Tue Dec 10 09:10:58 UTC 2024 Modified Files: src/sys/arch/hppa/dev: summitfb.c Log Message: some udates: - fetch the ROM font, convert it to ISO and hand it to wsfont so we can mimic firmware output should we feel like it - se

CVS commit: src/sys/arch/hppa/dev

2024-12-10 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Tue Dec 10 09:10:58 UTC 2024 Modified Files: src/sys/arch/hppa/dev: summitfb.c Log Message: some udates: - fetch the ROM font, convert it to ISO and hand it to wsfont so we can mimic firmware output should we feel like it - se

CVS commit: xsrc/external/mit/xf86-video-ngle/dist/src

2024-12-10 Thread Michael Lorenz
2024/12/07 10:48:38 macallan Exp $ */ +/* $NetBSD: ngle_driver.c,v 1.8 2024/12/10 10:02:52 macallan Exp $ */ /* * Copyright (c) 2024 Michael Lorenz * All rights reserved. @@ -297,10 +297,6 @@ NGLEProbe(DriverPtr drv, int flags) return TRUE; } - if (numDevSections > 1) { - xf86Msg(X_ER

CVS commit: xsrc/external/mit/xf86-video-ngle/dist/src

2024-12-10 Thread Michael Lorenz
Module Name:xsrc Committed By: macallan Date: Tue Dec 10 10:02:52 UTC 2024 Modified Files: xsrc/external/mit/xf86-video-ngle/dist/src: ngle_driver.c Log Message: allow more than one device section To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 \ xsrc/ext

  1   2   3   4   5   6   7   8   >