The NetBSD Project

CVS log for src/sys/arch/hppa/dev/hyperfb.c

[BACK] Up to [cvs.NetBSD.org] / src / sys / arch / hppa / dev

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.19: download - view: text, markup, annotated - select for diffs
Wed Nov 13 08:21:16 2024 UTC (2 months, 1 week ago) by macallan
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +23 -44 lines
set things up even if we're not the console

Revision 1.18: download - view: text, markup, annotated - select for diffs
Wed Oct 16 09:56:34 2024 UTC (3 months, 1 week ago) by macallan
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +3 -3 lines
fix tpyo, now we can actually map registers from userland

Revision 1.17: download - view: text, markup, annotated - select for diffs
Tue Oct 1 07:44:22 2024 UTC (3 months, 3 weeks ago) by macallan
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +10 -10 lines
simplify putchar() a bit, use 16bit accesses for fonts that are more than 8
pixels wide

Revision 1.16: download - view: text, markup, annotated - select for diffs
Tue Oct 1 06:21:10 2024 UTC (3 months, 3 weeks ago) by macallan
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +2 -4 lines
remove sc_putchar - don't need it anymore

Revision 1.15: download - view: text, markup, annotated - select for diffs
Wed Sep 11 13:31:13 2024 UTC (4 months, 2 weeks ago) by macallan
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +45 -9 lines
now that we know how, draw characters by hardware

Revision 1.14: download - view: text, markup, annotated - select for diffs
Wed Sep 4 10:35:43 2024 UTC (4 months, 3 weeks ago) by macallan
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +53 -59 lines
get rid of the workarounds to draw rectangles less than 32 pixels wide
turns out the hardware applies a bit mask to all rectangle fills, and we
can turn the background transparent. With that we just mask off the pixels
we don't need in the less than 32 pixels wide case.
Next step - figure out how to abuse that to draw characters
I bet Visualize EG works exactly the same way in that regard.

Revision 1.13: download - view: text, markup, annotated - select for diffs
Wed Aug 28 06:20:30 2024 UTC (4 months, 4 weeks ago) by macallan
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +4 -3 lines
properly return status info in ioctl(WSDISPLAYIO_GVIDEO)

Revision 1.12: download - view: text, markup, annotated - select for diffs
Mon Aug 19 10:58:43 2024 UTC (5 months, 1 week ago) by macallan
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +6 -2 lines
implement ioctl(GCID)

Revision 1.11: download - view: text, markup, annotated - select for diffs
Wed Aug 7 00:47:34 2024 UTC (5 months, 2 weeks ago) by riastradh
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +8 -8 lines
hyperfb(4): Nix trailing whitespace.

No functional change intended.

Revision 1.10: download - view: text, markup, annotated - select for diffs
Tue Aug 6 07:34:23 2024 UTC (5 months, 2 weeks ago) by macallan
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +14 -8 lines
magic number reduction, NFC

Revision 1.9: download - view: text, markup, annotated - select for diffs
Mon Aug 5 09:45:05 2024 UTC (5 months, 3 weeks ago) by macallan
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +4 -3 lines
do cursor position updated the way NGLE does - poke reg 28 and wait_fifo
instead of waiting for the whole thing to go idle

Revision 1.8: download - view: text, markup, annotated - select for diffs
Thu Aug 1 00:20:22 2024 UTC (5 months, 3 weeks ago) by macallan
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +4 -3 lines
fix tpyo and properly limit what we can mmap()

Revision 1.7: download - view: text, markup, annotated - select for diffs
Wed Jul 31 16:38:00 2024 UTC (5 months, 3 weeks ago) by riastradh
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +129 -114 lines
hyperfb(4): Nix trailing whitespace, sprinkle KNF.

No functional change intended -- just whitespace (and comments).

Revision 1.6: download - view: text, markup, annotated - select for diffs
Wed Jul 31 09:56:04 2024 UTC (5 months, 3 weeks ago) by macallan
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +45 -7 lines
use the blitter to draw small rectangles as well by abusing set/clear ops
and the plane mask

Revision 1.5: download - view: text, markup, annotated - select for diffs
Wed Jul 24 08:34:03 2024 UTC (6 months ago) by macallan
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +131 -39 lines
hand X a 24bit framebuffer if the hardware supports it

Revision 1.4: download - view: text, markup, annotated - select for diffs
Wed Jul 17 08:30:28 2024 UTC (6 months, 1 week ago) by macallan
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +3 -38 lines
remove a bunch of #defines that have been moved to stireg.h

Revision 1.3: download - view: text, markup, annotated - select for diffs
Wed Jul 17 07:11:01 2024 UTC (6 months, 1 week ago) by macallan
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +161 -14 lines
add cursor sprite support

Revision 1.2: download - view: text, markup, annotated - select for diffs
Mon Jul 15 10:26:09 2024 UTC (6 months, 1 week ago) by macallan
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +329 -19 lines
we have a blitter - use it

Revision 1.1: download - view: text, markup, annotated - select for diffs
Fri Jul 12 08:43:08 2024 UTC (6 months, 2 weeks ago) by macallan
Branches: MAIN
first shot at a native driver for HCRX cards
this will give you a fully working wsdisplay in 8bit colour living in the
overlay planes, X/wsfb will also work.
No acceleration or cursor sprite support yet.

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

CVSweb <webmaster@jp.NetBSD.org>