Up to [cvs.NetBSD.org] / src / sys / dev / rasops
Request diff between arbitrary revisions
Default branch: MAIN
Current tag: MAIN
Revision 1.71 / (download) - annotate - [select for diffs], Thu Apr 19 06:57:39 2012 UTC (13 months ago) by macallan
Branch: MAIN
CVS Tags: yamt-pagecache-base8,
yamt-pagecache-base7,
yamt-pagecache-base6,
yamt-pagecache-base5,
tls-maxphys-nbase,
tls-maxphys-base,
tls-maxphys,
khorben-n900,
jmcneill-usbmp-base9,
jmcneill-usbmp-base10,
agc-symver-base,
agc-symver,
HEAD
Changes since 1.70: +46 -2
lines
Diff to previous 1.70 (colored)
add another convenience function: rasops_get_cmap() which returns either the ANSI map or an R3G3B2 map, depending on the rasops_info handed to it so drivers don't have to duplicate this particular code snippet
Revision 1.70 / (download) - annotate - [select for diffs], Wed Jan 11 15:52:32 2012 UTC (16 months, 1 week ago) by macallan
Branch: MAIN
CVS Tags: yamt-pagecache-base4,
netbsd-6-base,
netbsd-6-1-RELEASE,
netbsd-6-1-RC4,
netbsd-6-1-RC3,
netbsd-6-1-RC2,
netbsd-6-1-RC1,
netbsd-6-1,
netbsd-6-0-RELEASE,
netbsd-6-0-RC2,
netbsd-6-0-RC1,
netbsd-6-0-2-RELEASE,
netbsd-6-0-1-RELEASE,
netbsd-6-0,
netbsd-6,
matt-nb6-plus-nbase,
matt-nb6-plus-base,
matt-nb6-plus,
jmcneill-usbmp-base8,
jmcneill-usbmp-base7,
jmcneill-usbmp-base6,
jmcneill-usbmp-base5,
jmcneill-usbmp-base4,
jmcneill-usbmp-base3,
jmcneill-usbmp-base2
Changes since 1.69: +88 -19
lines
Diff to previous 1.69 (colored)
make rasops_init()'s font selection code a bit less boneheaded by: - actually trying to pick a font which gets as close as possible to the requested terminal size - accepting 0,0 as 'use system default' which can be changed by options RASOPS_DEFAULT_WIDTH=100 options RASOPS_DEFAULT_HEIGHT=30 default is 80x25 - putting alpha and bitmap fonts in the same list and making wsfont_find() aware of wether we support alpha fonts or not - if supported, prefer alpha fonts over otherwise equally suitable bitmap fonts
Revision 1.69 / (download) - annotate - [select for diffs], Wed Jan 4 20:17:05 2012 UTC (16 months, 2 weeks ago) by macallan
Branch: MAIN
Changes since 1.68: +6 -3
lines
Diff to previous 1.68 (colored)
rasops8 expects the colour value replicated in every byte in devcmap[], so fix that for r3g3b2
Revision 1.68 / (download) - annotate - [select for diffs], Wed Dec 28 08:36:46 2011 UTC (16 months, 3 weeks ago) by macallan
Branch: MAIN
Changes since 1.67: +8 -5
lines
Diff to previous 1.67 (colored)
add a new flag for ri_flg to allow drivers to request an r3g3b2 devcmap in 8 bit colour. Drivers are still responsible to generate an appropriate colour map for the actual hardware. For use with alpha blending which needs some sort of 'true' colour.
Revision 1.67 / (download) - annotate - [select for diffs], Thu Dec 22 04:52:45 2011 UTC (17 months ago) by macallan
Branch: MAIN
Changes since 1.66: +79 -17
lines
Diff to previous 1.66 (colored)
support anti-aliased fonts ( as in, pre-rendered alpha maps ), for now only in rasops32 although adding support in 15, 16 and 24 would be trivial. Enabled only if the driver explicitly requests it by setting the RI_ENABLE_ALPHA flag.
Revision 1.66 / (download) - annotate - [select for diffs], Wed Jul 21 12:12:58 2010 UTC (2 years, 10 months ago) by tsutsui
Branch: MAIN
CVS Tags: yamt-pagecache-base3,
yamt-pagecache-base2,
yamt-pagecache-base,
yamt-nfs-mp-base11,
yamt-nfs-mp-base10,
uebayasi-xip-base4,
uebayasi-xip-base3,
uebayasi-xip-base2,
rmind-uvmplock-nbase,
rmind-uvmplock-base,
matt-mips64-premerge-20101231,
jruoho-x86intr-base,
jruoho-x86intr,
jmcneill-usbmp-pre-base2,
jmcneill-usbmp-base,
jmcneill-audiomp3-base,
jmcneill-audiomp3,
cherry-xenmp-base,
cherry-xenmp,
bouyer-quota2-nbase,
bouyer-quota2-base,
bouyer-quota2
Branch point for: yamt-pagecache,
jmcneill-usbmp
Changes since 1.65: +3 -3
lines
Diff to previous 1.65 (colored)
Fix typo in comment.
Revision 1.65 / (download) - annotate - [select for diffs], Sun Jun 13 01:55:24 2010 UTC (2 years, 11 months ago) by tsutsui
Branch: MAIN
Changes since 1.64: +4 -3
lines
Diff to previous 1.64 (colored)
Put underline properly (not upperline) on CCW screen. Tested on hpcarm WS003SH.
Revision 1.64 / (download) - annotate - [select for diffs], Thu May 6 04:30:18 2010 UTC (3 years ago) by macallan
Branch: MAIN
Changes since 1.63: +14 -8
lines
Diff to previous 1.63 (colored)
Introduce a new flag for rasops_info to keep rasops_reconfig() from trying to allocate memory. Use this when calling rasops_reconfig() before it is safe to call kmem_alloc().
Revision 1.63 / (download) - annotate - [select for diffs], Tue May 4 04:57:34 2010 UTC (3 years ago) by macallan
Branch: MAIN
Changes since 1.62: +185 -29
lines
Diff to previous 1.62 (colored)
autogenerate box drawing characters for fonts that don't have them, put them into an alternate font pointed at by the recently added mappings in wsfont, adapt all putchar() methods except the rotated ones to use them XXX no attempt has been made to make this work with rotation
Revision 1.62 / (download) - annotate - [select for diffs], Sat Apr 17 13:36:22 2010 UTC (3 years, 1 month ago) by nonaka
Branch: MAIN
CVS Tags: uebayasi-xip-base1
Changes since 1.61: +165 -29
lines
Diff to previous 1.61 (colored)
Added Sharp W-ZERO3 series support.
Revision 1.61 / (download) - annotate - [select for diffs], Thu Jan 21 05:32:18 2010 UTC (3 years, 4 months ago) by macallan
Branch: MAIN
CVS Tags: yamt-nfs-mp-base9,
uebayasi-xip-base
Branch point for: uebayasi-xip,
rmind-uvmplock
Changes since 1.60: +10 -4
lines
Diff to previous 1.60 (colored)
make RI_CENTER and RI_FULLCLEAR work with a shadow framebuffer
Revision 1.60 / (download) - annotate - [select for diffs], Sat Mar 14 21:04:22 2009 UTC (4 years, 2 months ago) by dsl
Branch: MAIN
CVS Tags: yamt-nfs-mp-base8,
yamt-nfs-mp-base7,
yamt-nfs-mp-base6,
yamt-nfs-mp-base5,
yamt-nfs-mp-base4,
yamt-nfs-mp-base3,
nick-hppapmap-base4,
nick-hppapmap-base3,
nick-hppapmap-base,
matt-premerge-20091211,
jymxensuspend-base,
jym-xensuspend-nbase,
jym-xensuspend-base
Changes since 1.59: +16 -50
lines
Diff to previous 1.59 (colored)
ANSIfy another 1261 function definitions. The only ones left in sys are beyond by sed script! (or in sys/dist or sys/external) Mostly they have function pointer parameters.
Revision 1.59 / (download) - annotate - [select for diffs], Sat Mar 14 15:36:20 2009 UTC (4 years, 2 months ago) by dsl
Branch: MAIN
Changes since 1.58: +5 -10
lines
Diff to previous 1.58 (colored)
Change about 4500 of the K&R function definitions to ANSI ones. There are still about 1600 left, but they have ',' or /* ... */ in the actual variable definitions - which my awk script doesn't handle. There are also many that need () -> (void). (The script does handle misordered arguments.)
Revision 1.58 / (download) - annotate - [select for diffs], Mon Apr 28 20:23:56 2008 UTC (5 years ago) by martin
Branch: MAIN
CVS Tags: yamt-pf42-base4,
yamt-pf42-base3,
yamt-pf42-base2,
yamt-nfs-mp-base2,
wrstuden-revivesa-base-4,
wrstuden-revivesa-base-3,
wrstuden-revivesa-base-2,
wrstuden-revivesa-base-1,
wrstuden-revivesa-base,
wrstuden-revivesa,
simonb-wapbl-nbase,
simonb-wapbl-base,
simonb-wapbl,
nick-hppapmap-base2,
netbsd-5-base,
netbsd-5-2-RELEASE,
netbsd-5-2-RC1,
netbsd-5-2,
netbsd-5-1-RELEASE,
netbsd-5-1-RC4,
netbsd-5-1-RC3,
netbsd-5-1-RC2,
netbsd-5-1-RC1,
netbsd-5-1-2-RELEASE,
netbsd-5-1-1-RELEASE,
netbsd-5-1,
netbsd-5-0-RELEASE,
netbsd-5-0-RC4,
netbsd-5-0-RC3,
netbsd-5-0-RC2,
netbsd-5-0-RC1,
netbsd-5-0-2-RELEASE,
netbsd-5-0-1-RELEASE,
netbsd-5-0,
netbsd-5,
mjf-devfs2-base,
matt-nb5-pq3-base,
matt-nb5-pq3,
matt-nb5-mips64-u2-k2-k4-k7-k8-k9,
matt-nb5-mips64-u1-k1-k5,
matt-nb5-mips64-premerge-20101231,
matt-nb5-mips64-premerge-20091211,
matt-nb5-mips64-k15,
matt-nb5-mips64,
matt-nb4-mips64-k7-u2a-k9b,
matt-mips64-base2,
hpcarm-cleanup-nbase,
haad-nbase2,
haad-dm-base2,
haad-dm-base1,
haad-dm-base,
haad-dm,
ad-audiomp2-base,
ad-audiomp2
Branch point for: nick-hppapmap,
jym-xensuspend
Changes since 1.57: +2 -9
lines
Diff to previous 1.57 (colored)
Remove clause 3 and 4 from TNF licenses
Revision 1.57 / (download) - annotate - [select for diffs], Sun Dec 9 20:28:14 2007 UTC (5 years, 5 months ago) by jmcneill
Branch: MAIN
CVS Tags: yamt-pf42-baseX,
yamt-pf42-base,
yamt-nfs-mp-base,
yamt-lazymbuf-base15,
yamt-lazymbuf-base14,
yamt-kmem-base3,
yamt-kmem-base2,
vmlocking2-base3,
nick-net80211-sync-base,
nick-net80211-sync,
mjf-devfs-base,
matt-armv6-nbase,
matt-armv6-base,
keiichi-mipv6-nbase,
keiichi-mipv6-base,
keiichi-mipv6,
hpcarm-cleanup-base,
cube-autoconf-base,
cube-autoconf,
bouyer-xeni386-nbase,
bouyer-xeni386-merge1,
bouyer-xeni386-base,
bouyer-xeni386,
ad-socklock-base1
Branch point for: yamt-pf42,
yamt-nfs-mp,
mjf-devfs2
Changes since 1.56: +16 -9
lines
Diff to previous 1.56 (colored)
Merge jmcneill-pm branch.
Revision 1.56 / (download) - annotate - [select for diffs], Sat Jul 28 20:28:57 2007 UTC (5 years, 9 months ago) by mjf
Branch: MAIN
CVS Tags: yamt-x86pmap-base4,
yamt-x86pmap-base3,
yamt-x86pmap-base2,
yamt-x86pmap-base,
yamt-x86pmap,
yamt-kmem-base,
vmlocking2-base2,
vmlocking2-base1,
vmlocking-nbase,
vmlocking-base,
reinoud-bufcleanup-nbase,
reinoud-bufcleanup-base,
nick-csl-alignment-base5,
mjf-devfs,
matt-mips64-base,
matt-armv6-prevmlocking,
jmcneill-pm-base,
jmcneill-base,
hpcarm-cleanup,
bouyer-xenamd64-base2,
bouyer-xenamd64-base,
bouyer-xenamd64
Branch point for: yamt-kmem,
vmlocking2,
matt-mips64,
matt-armv6,
jmcneill-pm
Changes since 1.55: +14 -2
lines
Diff to previous 1.55 (colored)
Implement bounds checking in some places in display driver code to avoid the possibility of a local user panic.
Revision 1.55 / (download) - annotate - [select for diffs], Fri Feb 2 02:10:24 2007 UTC (6 years, 3 months ago) by ober
Branch: MAIN
CVS Tags: yamt-idlelwp-base8,
yamt-idlelwp,
thorpej-atomic-base,
thorpej-atomic,
reinoud-bufcleanup,
post-newlock2-merge,
nick-csl-alignment-base,
newlock2-nbase,
newlock2-base,
mjf-ufs-trans-base,
mjf-ufs-trans,
ad-audiomp-base,
ad-audiomp
Branch point for: vmlocking,
nick-csl-alignment
Changes since 1.54: +236 -6
lines
Diff to previous 1.54 (colored)
Updates to allow Zaurus screen to rotate 90 degrees to a usable state with the keyboard. Patch from peter@ copied from OpenBSD. Feedback and OK from matt@
Revision 1.54 / (download) - annotate - [select for diffs], Thu Nov 16 01:33:26 2006 UTC (6 years, 6 months ago) by christos
Branch: MAIN
CVS Tags: yamt-splraiseipl-base5,
yamt-splraiseipl-base4,
yamt-splraiseipl-base3,
netbsd-4-base
Branch point for: wrstuden-fixsa,
netbsd-4
Changes since 1.53: +4 -4
lines
Diff to previous 1.53 (colored)
__unused removal on arguments; approved by core.
Revision 1.53 / (download) - annotate - [select for diffs], Thu Oct 12 01:31:56 2006 UTC (6 years, 7 months ago) by christos
Branch: MAIN
CVS Tags: yamt-splraiseipl-base2
Changes since 1.52: +6 -10
lines
Diff to previous 1.52 (colored)
- sprinkle __unused on function decls. - fix a couple of unused bugs - no more -Wno-unused for i386
Revision 1.52 / (download) - annotate - [select for diffs], Mon Feb 27 12:19:29 2006 UTC (7 years, 2 months ago) by jmcneill
Branch: MAIN
CVS Tags: yamt-uio_vmspace-base5,
yamt-splraiseipl-base,
yamt-pdpolicy-base9,
yamt-pdpolicy-base8,
yamt-pdpolicy-base7,
yamt-pdpolicy-base6,
yamt-pdpolicy-base5,
yamt-pdpolicy-base4,
yamt-pdpolicy-base3,
yamt-pdpolicy-base2,
yamt-pdpolicy-base,
yamt-pdpolicy,
simonb-timecounters-base,
rpaulo-netinet-merge-pcb-base,
peter-altq-base,
peter-altq,
gdamore-uart-base,
gdamore-uart,
elad-kernelauth-base,
elad-kernelauth,
chap-midi-nbase,
chap-midi-base,
chap-midi,
abandoned-netbsd-4-base,
abandoned-netbsd-4
Branch point for: yamt-splraiseipl,
newlock2
Changes since 1.51: +24 -9
lines
Diff to previous 1.51 (colored)
Fixup a performance problem in rasops_copyrows that I introduced during the shadowfb merge.
Revision 1.51 / (download) - annotate - [select for diffs], Sat Feb 18 13:57:33 2006 UTC (7 years, 3 months ago) by jmcneill
Branch: MAIN
Changes since 1.50: +156 -38
lines
Diff to previous 1.50 (colored)
Add shadow framebuffer support.
Revision 1.50 / (download) - annotate - [select for diffs], Sun Jan 29 21:42:41 2006 UTC (7 years, 3 months ago) by dsl
Branch: MAIN
Branch point for: simonb-timecounters,
rpaulo-netinet-merge-pcb
Changes since 1.49: +3 -3
lines
Diff to previous 1.49 (colored)
Make almost everything #include <sys/bswap.h> instead of <machine/bswap.h> The bswap.h and endian.h files are all rather incestuous, but I want to get the constant folding stuff into one place - sys/bswap.h
Revision 1.49 / (download) - annotate - [select for diffs], Sun Dec 11 12:23:43 2005 UTC (7 years, 5 months ago) by christos
Branch: MAIN
Branch point for: yamt-uio_vmspace
Changes since 1.48: +2 -2
lines
Diff to previous 1.48 (colored)
merge ktrace-lwp.
Revision 1.48 / (download) - annotate - [select for diffs], Mon May 2 00:00:33 2005 UTC (8 years ago) by macallan
Branch: MAIN
CVS Tags: yamt-vop-base3,
yamt-vop-base2,
yamt-vop-base,
yamt-vop,
yamt-readahead-pervnode,
yamt-readahead-perfile,
yamt-readahead-base3,
yamt-readahead-base2,
yamt-readahead-base,
yamt-readahead,
thorpej-vnode-attr-base,
thorpej-vnode-attr,
ktrace-lwp-base
Branch point for: yamt-lazymbuf
Changes since 1.47: +12 -12
lines
Diff to previous 1.47 (colored)
fixed tab width and formatting
Revision 1.47 / (download) - annotate - [select for diffs], Sun May 1 23:19:01 2005 UTC (8 years ago) by macallan
Branch: MAIN
Changes since 1.46: +13 -4
lines
Diff to previous 1.46 (colored)
made rasops_allocattr_color() respect WS_DEFAULT_FG and WS_DEFAULT_BG instead of using white on black
Revision 1.46 / (download) - annotate - [select for diffs], Sun Feb 27 00:27:47 2005 UTC (8 years, 2 months ago) by perry
Branch: MAIN
CVS Tags: yamt-km-base4,
yamt-km-base3,
netbsd-3-base,
kent-audio2-base
Branch point for: netbsd-3
Changes since 1.45: +4 -4
lines
Diff to previous 1.45 (colored)
nuke trailing whitespace
Revision 1.45 / (download) - annotate - [select for diffs], Fri Feb 4 02:10:47 2005 UTC (8 years, 3 months ago) by perry
Branch: MAIN
CVS Tags: yamt-km-base2,
matt-timespec
Changes since 1.44: +9 -9
lines
Diff to previous 1.44 (colored)
de-__P
Revision 1.44 / (download) - annotate - [select for diffs], Sat Nov 8 22:49:28 2003 UTC (9 years, 6 months ago) by uwe
Branch: MAIN
CVS Tags: yamt-km-base,
netbsd-2-base,
netbsd-2-1-RELEASE,
netbsd-2-1-RC6,
netbsd-2-1-RC5,
netbsd-2-1-RC4,
netbsd-2-1-RC3,
netbsd-2-1-RC2,
netbsd-2-1-RC1,
netbsd-2-0-base,
netbsd-2-0-RELEASE,
netbsd-2-0-RC5,
netbsd-2-0-RC4,
netbsd-2-0-RC3,
netbsd-2-0-RC2,
netbsd-2-0-RC1,
netbsd-2-0-3-RELEASE,
netbsd-2-0-2-RELEASE,
netbsd-2-0-1-RELEASE,
kent-audio1-beforemerge,
kent-audio1-base,
kent-audio1
Branch point for: yamt-km,
netbsd-2-1,
netbsd-2-0,
netbsd-2,
kent-audio2
Changes since 1.43: +25 -3
lines
Diff to previous 1.43 (colored)
For the rasops-drawn cursor the fg/bg indices are bit inverted, so provide complimentary colors in the upper 16 entries.
Revision 1.43 / (download) - annotate - [select for diffs], Sat May 3 18:32:42 2003 UTC (10 years ago) by uwe
Branch: MAIN
Branch point for: ktrace-lwp
Changes since 1.42: +4 -4
lines
Diff to previous 1.42 (colored)
In rasops_copycols change bcopy to memmove. In that particular place the src and dst are very likely to overlap, so using bcopy causes garbage to be displayed
Revision 1.42 / (download) - annotate - [select for diffs], Fri Sep 27 15:37:31 2002 UTC (10 years, 7 months ago) by provos
Branch: MAIN
CVS Tags: nathanw_sa_before_merge,
nathanw_sa_base,
kqueue-beforemerge,
kqueue-base,
kqueue-aftermerge,
gmcgarry_ucred_base,
gmcgarry_ucred,
gmcgarry_ctxsw_base,
gmcgarry_ctxsw,
fvdl_fs64_base
Changes since 1.41: +4 -4
lines
Diff to previous 1.41 (colored)
remove trailing \n in panic(). approved perry.
Revision 1.41 / (download) - annotate - [select for diffs], Thu Jul 4 17:15:28 2002 UTC (10 years, 10 months ago) by junyoung
Branch: MAIN
CVS Tags: gehenna-devsw-base
Changes since 1.40: +8 -8
lines
Diff to previous 1.40 (colored)
Rename rasops_alloc_cattr and rasops_alloc_mattr to rasops_allocattr_color and rasops_allocattr_mono, respectively.
Revision 1.40 / (download) - annotate - [select for diffs], Thu Jul 4 14:37:12 2002 UTC (10 years, 10 months ago) by junyoung
Branch: MAIN
Changes since 1.39: +4 -4
lines
Diff to previous 1.39 (colored)
alloc_attr -> allocattr Approved by Matthias Drochner.
Revision 1.39 / (download) - annotate - [select for diffs], Wed Mar 13 15:05:15 2002 UTC (11 years, 2 months ago) by ad
Branch: MAIN
CVS Tags: netbsd-1-6-base,
netbsd-1-6-RELEASE,
netbsd-1-6-RC3,
netbsd-1-6-RC2,
netbsd-1-6-RC1,
netbsd-1-6-PATCH002-RELEASE,
netbsd-1-6-PATCH002-RC4,
netbsd-1-6-PATCH002-RC3,
netbsd-1-6-PATCH002-RC2,
netbsd-1-6-PATCH002-RC1,
netbsd-1-6-PATCH002,
netbsd-1-6-PATCH001-RELEASE,
netbsd-1-6-PATCH001-RC3,
netbsd-1-6-PATCH001-RC2,
netbsd-1-6-PATCH001-RC1,
netbsd-1-6-PATCH001,
netbsd-1-6,
eeh-devprop-base,
eeh-devprop
Branch point for: gehenna-devsw
Changes since 1.38: +9 -9
lines
Diff to previous 1.38 (colored)
Reorganise the wsfont stuff slightly so that multiple display adapters with different bit/byte order requirements can co-exist happily.
Revision 1.38 / (download) - annotate - [select for diffs], Thu Nov 15 09:48:14 2001 UTC (11 years, 6 months ago) by lukem
Branch: MAIN
CVS Tags: newlock-base,
newlock,
ifpoll-base,
ifpoll
Changes since 1.37: +2 -3
lines
Diff to previous 1.37 (colored)
don't need <sys/types.h> when including <sys/param.h>
Revision 1.37 / (download) - annotate - [select for diffs], Tue Sep 18 18:15:53 2001 UTC (11 years, 8 months ago) by wiz
Branch: MAIN
CVS Tags: thorpej-mips-cache-base,
thorpej-mips-cache,
thorpej-devvp-base3,
thorpej-devvp-base2
Changes since 1.36: +3 -3
lines
Diff to previous 1.36 (colored)
Give initiali[sz]e all the "i"s it deserves.
Revision 1.36 / (download) - annotate - [select for diffs], Mon Feb 12 04:33:36 2001 UTC (12 years, 3 months ago) by nathanw
Branch: MAIN
CVS Tags: thorpej_scsipi_nbase,
thorpej_scsipi_beforemerge,
thorpej_scsipi_base,
thorpej-devvp-base,
pre-chs-ubcperf,
post-chs-ubcperf
Branch point for: thorpej-devvp,
nathanw_sa,
kqueue
Changes since 1.35: +4 -3
lines
Diff to previous 1.35 (colored)
Correct the ri_xorigin calculation for the RI_CENTER case again. Original calculation (bits += (ri_stride - ri_emustride) / 2) was incorrect because stride may be wider than visible width. Fix in 1.33 (bits += (ri_width - ri_emustride) / 2) was incorrect because units do not match; "bits" and "ri_emustride" are in bytes, but "width" is in pels. Works by accident for 8bpp displays. Change to bits += ((ri_width * bpp / 8) - ri_emustride) / 2 to correctly account for visible width and bpp.
Revision 1.35 / (download) - annotate - [select for diffs], Fri Feb 2 06:01:01 2001 UTC (12 years, 3 months ago) by marcus
Branch: MAIN
Changes since 1.34: +12 -2
lines
Diff to previous 1.34 (colored)
Now does character remapping depending on font encoding.
Revision 1.34 / (download) - annotate - [select for diffs], Sun Jan 21 13:50:59 2001 UTC (12 years, 4 months ago) by takemura
Branch: MAIN
Changes since 1.33: +7 -2
lines
Diff to previous 1.33 (colored)
Rasops supports 4bit depth.
Revision 1.33 / (download) - annotate - [select for diffs], Tue Dec 19 09:52:53 2000 UTC (12 years, 5 months ago) by nisimura
Branch: MAIN
Changes since 1.32: +3 -3
lines
Diff to previous 1.32 (colored)
Fix an error in xoffset calculation. Revealed in the case when ri_width is less than ri_stride and screen is layouted RI_CENTERed.
Revision 1.32 / (download) - annotate - [select for diffs], Tue Jun 13 13:36:53 2000 UTC (12 years, 11 months ago) by ad
Branch: MAIN
CVS Tags: netbsd-1-5-base,
netbsd-1-5-RELEASE,
netbsd-1-5-PATCH003,
netbsd-1-5-PATCH002,
netbsd-1-5-PATCH001,
netbsd-1-5-BETA2,
netbsd-1-5-BETA,
netbsd-1-5-ALPHA2,
netbsd-1-5
Changes since 1.31: +3 -3
lines
Diff to previous 1.31 (colored)
Use my proper name.
Revision 1.31 / (download) - annotate - [select for diffs], Mon Jun 12 23:45:45 2000 UTC (12 years, 11 months ago) by sommerfeld
Branch: MAIN
Changes since 1.30: +3 -3
lines
Diff to previous 1.30 (colored)
Let this build on LP64 if DEBUG is defined.
Revision 1.30 / (download) - annotate - [select for diffs], Wed Apr 12 14:22:28 2000 UTC (13 years, 1 month ago) by pk
Branch: MAIN
CVS Tags: minoura-xpg4dl-base
Branch point for: minoura-xpg4dl
Changes since 1.29: +108 -108
lines
Diff to previous 1.29 (colored)
* Spell shift counts in decimal and masks in hex * Optimize numerous array references * Cleanup whitespace turds
Revision 1.29 / (download) - annotate - [select for diffs], Wed Apr 5 20:33:28 2000 UTC (13 years, 1 month ago) by nathanw
Branch: MAIN
Changes since 1.28: +6 -3
lines
Diff to previous 1.28 (colored)
Advance index into rasops_cmap for each color, not per triplet. This makes highlighing and color possible on truecolor displays.
Revision 1.28 / (download) - annotate - [select for diffs], Tue Apr 4 20:59:17 2000 UTC (13 years, 1 month ago) by nathanw
Branch: MAIN
Changes since 1.27: +3 -3
lines
Diff to previous 1.27 (colored)
Fix computation of ri_xorigin in RI_CENTER case; convery from bytes to pixels, not from bytes to bytes^2/pixel.
Revision 1.27 / (download) - annotate - [select for diffs], Tue Mar 14 04:23:14 2000 UTC (13 years, 2 months ago) by nisimura
Branch: MAIN
Changes since 1.26: +4 -4
lines
Diff to previous 1.26 (colored)
Resolve LP64 issues.
Revision 1.26 / (download) - annotate - [select for diffs], Thu Jan 6 05:27:19 2000 UTC (13 years, 4 months ago) by shin
Branch: MAIN
CVS Tags: chs-ubc2-newbase
Changes since 1.25: +3 -3
lines
Diff to previous 1.25 (colored)
replace WSFONT_L2R by WSDISPLAY_FONTORDER_L2R to compile again.
Revision 1.25 / (download) - annotate - [select for diffs], Thu Dec 16 13:27:24 1999 UTC (13 years, 5 months ago) by ad
Branch: MAIN
CVS Tags: wrstuden-devbsize-base,
wrstuden-devbsize-19991221
Changes since 1.24: +3 -3
lines
Diff to previous 1.24 (colored)
Dispatch another nit.
Revision 1.24 / (download) - annotate - [select for diffs], Sat Dec 4 13:57:35 1999 UTC (13 years, 5 months ago) by drochner
Branch: MAIN
Changes since 1.23: +7 -6
lines
Diff to previous 1.23 (colored)
-use the right namespace for screen capabilities -make attribute decomposing a bit more friendly if the caller doesn't care about underlines
Revision 1.23 / (download) - annotate - [select for diffs], Thu Dec 2 22:57:13 1999 UTC (13 years, 5 months ago) by drochner
Branch: MAIN
Changes since 1.22: +32 -16
lines
Diff to previous 1.22 (colored)
-initialize the colormap completely at compile time, to allow drivers to use it early -now we can declare it "const" (as "rasops_isgray[]", while we are here) -don't use the fg/bg colors in ...alloc_attr() if the WSATTR_WSCOLORS flag was not given - use reasonable defaults instead -add an opaque "ri_hw" member to "rasops_info", for driver use
Revision 1.22 / (download) - annotate - [select for diffs], Sat Nov 6 01:01:20 1999 UTC (13 years, 6 months ago) by enami
Branch: MAIN
CVS Tags: fvdl-softdep-base
Changes since 1.21: +3 -3
lines
Diff to previous 1.21 (colored)
Possible typo.
Revision 1.21 / (download) - annotate - [select for diffs], Fri Nov 5 10:16:11 1999 UTC (13 years, 6 months ago) by ad
Branch: MAIN
Changes since 1.20: +9 -11
lines
Diff to previous 1.20 (colored)
In rasops_do_cursor(), don't pull the mask from ri_devcmap[], just use ~0. Needed to make cursor DTRT on NetBSD/hpcmips - from takemura.
Revision 1.20 / (download) - annotate - [select for diffs], Sat Oct 23 23:14:13 1999 UTC (13 years, 7 months ago) by ad
Branch: MAIN
CVS Tags: comdex-fall-1999-base,
comdex-fall-1999
Changes since 1.19: +12 -37
lines
Diff to previous 1.19 (colored)
- New option (RASOPS_SMALL) for the tight-fisted. - Don't use int32_t/u_int32_t unless we must. - Remove C++ single line comment delimeters that crept in. - Remove defs pertaining to byte granularity 'ragged-edge' bitmasks. - Move all declarations of per-depth initialization functions to rasops.h. - Other minor cleanup.
Revision 1.19 / (download) - annotate - [select for diffs], Mon Oct 4 22:52:13 1999 UTC (13 years, 7 months ago) by ad
Branch: MAIN
Branch point for: wrstuden-devbsize,
thorpej_scsipi,
fvdl-softdep
Changes since 1.18: +3 -3
lines
Diff to previous 1.18 (colored)
Use proper mask when RI_FORCEMONO is set and XORing cursor.
Revision 1.18 / (download) - annotate - [select for diffs], Fri Sep 17 00:22:07 1999 UTC (13 years, 8 months ago) by ad
Branch: MAIN
Changes since 1.17: +32 -51
lines
Diff to previous 1.17 (colored)
- Collapse forward and reverse cases in rasops_copyrows() into one - Pull in opt_rasops.h so we know if clipping is enabled - Some KNF
Revision 1.17 / (download) - annotate - [select for diffs], Fri Sep 17 00:09:34 1999 UTC (13 years, 8 months ago) by ad
Branch: MAIN
Changes since 1.16: +9 -13
lines
Diff to previous 1.16 (colored)
Clean up attribute allocation some more.
Revision 1.16 / (download) - annotate - [select for diffs], Thu Aug 26 22:44:29 1999 UTC (13 years, 9 months ago) by thorpej
Branch: MAIN
Changes since 1.15: +3 -3
lines
Diff to previous 1.15 (colored)
Small consistency nit.
Revision 1.15 / (download) - annotate - [select for diffs], Thu Aug 26 21:48:11 1999 UTC (13 years, 9 months ago) by thorpej
Branch: MAIN
Changes since 1.14: +4 -4
lines
Diff to previous 1.14 (colored)
Make monochrome attribte allocation a bit more obvious.
Revision 1.14 / (download) - annotate - [select for diffs], Wed Aug 25 08:45:25 1999 UTC (13 years, 9 months ago) by ad
Branch: MAIN
Changes since 1.13: +8 -5
lines
Diff to previous 1.13 (colored)
When clearing the entire display, point to the start of the framebuffer, not start of console output. Also, do not advance by ri_delta every row.
Revision 1.13 / (download) - annotate - [select for diffs], Tue Aug 24 11:07:32 1999 UTC (13 years, 9 months ago) by ad
Branch: MAIN
Changes since 1.12: +48 -36
lines
Diff to previous 1.12 (colored)
- Change the semantics of rasops_init slightly - Re-name rasops_setfont to rasops_reconfig - Add some new run-time 'features' - Bring all run-time 'features' under control of rasops_info::ri_flg - Some cosmetic changes
Revision 1.12 / (download) - annotate - [select for diffs], Wed Jul 21 19:19:03 1999 UTC (13 years, 10 months ago) by ad
Branch: MAIN
CVS Tags: chs-ubc2-base
Changes since 1.11: +11 -11
lines
Diff to previous 1.11 (colored)
- Style nits - Kill some of the dainbramage in variable-depth copycols()
Revision 1.11 / (download) - annotate - [select for diffs], Tue Jun 15 22:34:45 1999 UTC (13 years, 11 months ago) by ad
Branch: MAIN
Branch point for: chs-ubc2
Changes since 1.10: +9 -5
lines
Diff to previous 1.10 (colored)
- Don't even try to emulate WSATTR_HILIT on mono displays - WSATTR_REVERSE is a capability of both mono/color
Revision 1.10 / (download) - annotate - [select for diffs], Tue Jun 15 21:34:05 1999 UTC (13 years, 11 months ago) by ad
Branch: MAIN
Changes since 1.9: +4 -4
lines
Diff to previous 1.9 (colored)
Fix stupid alignment bug. The 'slop' stuff is due for replacement with masks RSN per the README.
Revision 1.9 / (download) - annotate - [select for diffs], Tue May 18 21:51:59 1999 UTC (14 years ago) by ad
Branch: MAIN
Changes since 1.8: +25 -16
lines
Diff to previous 1.8 (colored)
Assign ownership & copyright to TNF. There is probably a procedure for this that I am unaware of. Also some KNF.
Revision 1.8 / (download) - annotate - [select for diffs], Sat May 15 12:56:46 1999 UTC (14 years ago) by ad
Branch: MAIN
Changes since 1.7: +13 -4
lines
Diff to previous 1.7 (colored)
Add diagnostic measures to check for missing font.
Revision 1.7 / (download) - annotate - [select for diffs], Sat May 15 12:54:53 1999 UTC (14 years ago) by ad
Branch: MAIN
Changes since 1.6: +4 -4
lines
Diff to previous 1.6 (colored)
wsfont cookies <= 0 are invalid, not just those < 0.
Revision 1.6 / (download) - annotate - [select for diffs], Sun May 9 17:50:27 1999 UTC (14 years ago) by ad
Branch: MAIN
Changes since 1.5: +14 -14
lines
Diff to previous 1.5 (colored)
In rasops_erasecols(), try word aligned case before halfword aligned.
Revision 1.5 / (download) - annotate - [select for diffs], Thu Apr 29 02:49:40 1999 UTC (14 years ago) by ad
Branch: MAIN
Changes since 1.4: +11 -3
lines
Diff to previous 1.4 (colored)
Add cookie for wsfont to rasops_info.
Revision 1.4 / (download) - annotate - [select for diffs], Mon Apr 26 04:27:47 1999 UTC (14 years, 1 month ago) by ad
Branch: MAIN
Changes since 1.3: +365 -39
lines
Diff to previous 1.3 (colored)
Innumerable fixes and improvements. README contains list of remaining bugs that need to be squashed.
Revision 1.3 / (download) - annotate - [select for diffs], Tue Apr 13 03:02:40 1999 UTC (14 years, 1 month ago) by ad
Branch: MAIN
Changes since 1.2: +12 -4
lines
Diff to previous 1.2 (colored)
Code cleanup. Add ri_bswap member to 'struct rasops_info' to indicate that framebuffer endianness differs from CPU (for 15,16,32-bit displays).
Revision 1.2 / (download) - annotate - [select for diffs], Tue Apr 13 00:40:08 1999 UTC (14 years, 1 month ago) by ad
Branch: MAIN
Changes since 1.1: +17 -25
lines
Diff to previous 1.1 (colored)
Fixed licensing due to a foobar on my behalf.
Revision 1.1 / (download) - annotate - [select for diffs], Tue Apr 13 00:17:58 1999 UTC (14 years, 1 month ago) by ad
Branch: MAIN
Initial import of 'rasops', the new raster operations set for wscons/rcons.