Up to [cvs.NetBSD.org] / src / sys / dev / rasops
Request diff between arbitrary revisions
Default branch: MAIN
Current tag: MAIN
Revision 1.31 / (download) - annotate - [select for diffs], Thu Apr 19 06:57:39 2012 UTC (14 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.30: +3 -1
lines
Diff to previous 1.30 (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.30 / (download) - annotate - [select for diffs], Wed Jan 11 15:52:32 2012 UTC (17 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.29: +1 -2
lines
Diff to previous 1.29 (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.29 / (download) - annotate - [select for diffs], Tue Jan 3 23:13:59 2012 UTC (17 months, 2 weeks ago) by macallan
Branch: MAIN
Changes since 1.28: +2 -1
lines
Diff to previous 1.28 (colored)
add a macro to identify alpha fonts
Revision 1.28 / (download) - annotate - [select for diffs], Wed Dec 28 08:36:46 2011 UTC (17 months, 3 weeks ago) by macallan
Branch: MAIN
Changes since 1.27: +3 -1
lines
Diff to previous 1.27 (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.27 / (download) - annotate - [select for diffs], Thu Dec 22 04:52:45 2011 UTC (17 months, 4 weeks ago) by macallan
Branch: MAIN
Changes since 1.26: +7 -1
lines
Diff to previous 1.26 (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.26 / (download) - annotate - [select for diffs], Thu May 6 04:30:18 2010 UTC (3 years, 1 month ago) by macallan
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.25: +10 -2
lines
Diff to previous 1.25 (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.25 / (download) - annotate - [select for diffs], Tue May 4 04:57:34 2010 UTC (3 years, 1 month ago) by macallan
Branch: MAIN
Changes since 1.24: +9 -3
lines
Diff to previous 1.24 (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.24 / (download) - annotate - [select for diffs], Sat Apr 17 13:36:22 2010 UTC (3 years, 2 months ago) by nonaka
Branch: MAIN
CVS Tags: uebayasi-xip-base1
Changes since 1.23: +4 -1
lines
Diff to previous 1.23 (colored)
Added Sharp W-ZERO3 series support.
Revision 1.23 / (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.22: +2 -1
lines
Diff to previous 1.22 (colored)
make RI_CENTER and RI_FULLCLEAR work with a shadow framebuffer
Revision 1.22 / (download) - annotate - [select for diffs], Mon Apr 28 20:23:56 2008 UTC (5 years, 1 month ago) by martin
Branch: MAIN
CVS Tags: yamt-pf42-base4,
yamt-pf42-base3,
yamt-pf42-base2,
yamt-nfs-mp-base8,
yamt-nfs-mp-base7,
yamt-nfs-mp-base6,
yamt-nfs-mp-base5,
yamt-nfs-mp-base4,
yamt-nfs-mp-base3,
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-base4,
nick-hppapmap-base3,
nick-hppapmap-base2,
nick-hppapmap-base,
nick-hppapmap,
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-premerge-20091211,
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,
jymxensuspend-base,
jym-xensuspend-nbase,
jym-xensuspend-base,
jym-xensuspend,
hpcarm-cleanup-nbase,
haad-nbase2,
haad-dm-base2,
haad-dm-base1,
haad-dm-base,
haad-dm,
ad-audiomp2-base,
ad-audiomp2
Changes since 1.21: +1 -8
lines
Diff to previous 1.21 (colored)
Remove clause 3 and 4 from TNF licenses
Revision 1.21 / (download) - annotate - [select for diffs], Sun Mar 4 06:02:39 2007 UTC (6 years, 3 months ago) by christos
Branch: MAIN
CVS Tags: yamt-x86pmap-base4,
yamt-x86pmap-base3,
yamt-x86pmap-base2,
yamt-x86pmap-base,
yamt-x86pmap,
yamt-pf42-baseX,
yamt-pf42-base,
yamt-nfs-mp-base,
yamt-lazymbuf-base15,
yamt-lazymbuf-base14,
yamt-kmem-base3,
yamt-kmem-base2,
yamt-kmem-base,
yamt-kmem,
yamt-idlelwp-base8,
vmlocking2-base3,
vmlocking2-base2,
vmlocking2-base1,
vmlocking2,
vmlocking-nbase,
vmlocking-base,
vmlocking,
thorpej-atomic-base,
thorpej-atomic,
reinoud-bufcleanup-nbase,
reinoud-bufcleanup-base,
reinoud-bufcleanup,
nick-net80211-sync-base,
nick-net80211-sync,
nick-csl-alignment-base5,
nick-csl-alignment-base,
nick-csl-alignment,
mjf-ufs-trans-base,
mjf-ufs-trans,
mjf-devfs-base,
mjf-devfs,
matt-mips64-base,
matt-mips64,
matt-armv6-prevmlocking,
matt-armv6-nbase,
matt-armv6-base,
matt-armv6,
keiichi-mipv6-nbase,
keiichi-mipv6-base,
keiichi-mipv6,
jmcneill-pm-base,
jmcneill-pm,
jmcneill-base,
hpcarm-cleanup-base,
hpcarm-cleanup,
cube-autoconf-base,
cube-autoconf,
bouyer-xeni386-nbase,
bouyer-xeni386-merge1,
bouyer-xeni386-base,
bouyer-xeni386,
bouyer-xenamd64-base2,
bouyer-xenamd64-base,
bouyer-xenamd64,
ad-socklock-base1
Branch point for: yamt-pf42,
yamt-nfs-mp,
mjf-devfs2
Changes since 1.20: +2 -2
lines
Diff to previous 1.20 (colored)
Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.
Revision 1.20 / (download) - annotate - [select for diffs], Fri Feb 2 02:10:24 2007 UTC (6 years, 4 months ago) by ober
Branch: MAIN
CVS Tags: post-newlock2-merge,
newlock2-nbase,
newlock2-base,
ad-audiomp-base,
ad-audiomp
Branch point for: yamt-idlelwp
Changes since 1.19: +7 -1
lines
Diff to previous 1.19 (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.19 / (download) - annotate - [select for diffs], Sat Feb 18 13:57:33 2006 UTC (7 years, 4 months ago) by jmcneill
Branch: MAIN
CVS Tags: yamt-uio_vmspace-base5,
yamt-splraiseipl-base5,
yamt-splraiseipl-base4,
yamt-splraiseipl-base3,
yamt-splraiseipl-base2,
yamt-splraiseipl-base,
yamt-splraiseipl,
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,
wrstuden-fixsa-newbase,
wrstuden-fixsa-base-1,
wrstuden-fixsa-base,
wrstuden-fixsa,
simonb-timecounters-base,
rpaulo-netinet-merge-pcb-base,
peter-altq-base,
peter-altq,
netbsd-4-base,
netbsd-4-0-RELEASE,
netbsd-4-0-RC5,
netbsd-4-0-RC4,
netbsd-4-0-RC3,
netbsd-4-0-RC2,
netbsd-4-0-RC1,
netbsd-4-0-1-RELEASE,
netbsd-4-0,
netbsd-4,
matt-nb4-arm-base,
matt-nb4-arm,
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: newlock2
Changes since 1.18: +7 -1
lines
Diff to previous 1.18 (colored)
Add shadow framebuffer support.
Revision 1.18 / (download) - annotate - [select for diffs], Sun Dec 11 12:23:43 2005 UTC (7 years, 6 months ago) by christos
Branch: MAIN
Branch point for: yamt-uio_vmspace,
simonb-timecounters,
rpaulo-netinet-merge-pcb
Changes since 1.17: +1 -1
lines
Diff to previous 1.17 (colored)
merge ktrace-lwp.
Revision 1.17 / (download) - annotate - [select for diffs], Fri Feb 4 02:10:47 2005 UTC (8 years, 4 months ago) by perry
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,
yamt-km-base4,
yamt-km-base3,
yamt-km-base2,
thorpej-vnode-attr-base,
thorpej-vnode-attr,
netbsd-3-base,
netbsd-3-1-RELEASE,
netbsd-3-1-RC4,
netbsd-3-1-RC3,
netbsd-3-1-RC2,
netbsd-3-1-RC1,
netbsd-3-1-1-RELEASE,
netbsd-3-1,
netbsd-3-0-RELEASE,
netbsd-3-0-RC6,
netbsd-3-0-RC5,
netbsd-3-0-RC4,
netbsd-3-0-RC3,
netbsd-3-0-RC2,
netbsd-3-0-RC1,
netbsd-3-0-3-RELEASE,
netbsd-3-0-2-RELEASE,
netbsd-3-0-1-RELEASE,
netbsd-3-0,
netbsd-3,
matt-timespec,
ktrace-lwp-base,
kent-audio2-base
Branch point for: yamt-lazymbuf
Changes since 1.16: +15 -15
lines
Diff to previous 1.16 (colored)
de-__P
Revision 1.16 / (download) - annotate - [select for diffs], Fri Mar 5 08:33:53 2004 UTC (9 years, 3 months ago) by petrov
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-1,
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,
netbsd-2-0,
netbsd-2,
kent-audio1-beforemerge,
kent-audio1-base,
kent-audio1
Branch point for: yamt-km,
kent-audio2
Changes since 1.15: +5 -1
lines
Diff to previous 1.15 (colored)
Check character if it in font limits before drawing it in rasops8_putchar functions.
Revision 1.15 / (download) - annotate - [select for diffs], Tue Sep 18 18:15:53 2001 UTC (11 years, 9 months ago) by wiz
Branch: MAIN
CVS Tags: thorpej-mips-cache-base,
thorpej-mips-cache,
thorpej-devvp-base3,
thorpej-devvp-base2,
newlock-base,
newlock,
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,
nathanw_sa_before_merge,
nathanw_sa_base,
kqueue-beforemerge,
kqueue-base,
kqueue-aftermerge,
ifpoll-base,
ifpoll,
gmcgarry_ucred_base,
gmcgarry_ucred,
gmcgarry_ctxsw_base,
gmcgarry_ctxsw,
gehenna-devsw-base,
gehenna-devsw,
fvdl_fs64_base,
eeh-devprop-base,
eeh-devprop
Branch point for: ktrace-lwp
Changes since 1.14: +2 -2
lines
Diff to previous 1.14 (colored)
Give initiali[sz]e all the "i"s it deserves.
Revision 1.14 / (download) - annotate - [select for diffs], Sun Jan 21 13:50:59 2001 UTC (12 years, 5 months ago) by takemura
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.13: +2 -1
lines
Diff to previous 1.13 (colored)
Rasops supports 4bit depth.
Revision 1.13 / (download) - annotate - [select for diffs], Tue Jun 13 13:36:54 2000 UTC (13 years 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.12: +2 -2
lines
Diff to previous 1.12 (colored)
Use my proper name.
Revision 1.12 / (download) - annotate - [select for diffs], Wed Apr 12 14:22:28 2000 UTC (13 years, 2 months ago) by pk
Branch: MAIN
CVS Tags: minoura-xpg4dl-base
Branch point for: minoura-xpg4dl
Changes since 1.11: +11 -11
lines
Diff to previous 1.11 (colored)
* Spell shift counts in decimal and masks in hex * Optimize numerous array references * Cleanup whitespace turds
Revision 1.11 / (download) - annotate - [select for diffs], Tue Dec 14 22:25:13 1999 UTC (13 years, 6 months ago) by ad
Branch: MAIN
CVS Tags: wrstuden-devbsize-base,
wrstuden-devbsize-19991221,
chs-ubc2-newbase
Changes since 1.10: +5 -2
lines
Diff to previous 1.10 (colored)
Note that per-depth initialization functions shouldn't be called by mere mortals.
Revision 1.10 / (download) - annotate - [select for diffs], Tue Dec 14 22:20:28 1999 UTC (13 years, 6 months ago) by ad
Branch: MAIN
Changes since 1.9: +2 -4
lines
Diff to previous 1.9 (colored)
The ri_hw member was added to 'struct rasops_info'. This does the same thing as ri_priv; since ri_priv is not used anywhere in the kernel, nuke it.
Revision 1.9 / (download) - annotate - [select for diffs], Thu Dec 2 22:57:13 1999 UTC (13 years, 6 months ago) by drochner
Branch: MAIN
Changes since 1.8: +5 -3
lines
Diff to previous 1.8 (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.8 / (download) - annotate - [select for diffs], Sat Oct 23 23:14:13 1999 UTC (13 years, 7 months ago) by ad
Branch: MAIN
CVS Tags: fvdl-softdep-base,
comdex-fall-1999-base,
comdex-fall-1999
Changes since 1.7: +9 -1
lines
Diff to previous 1.7 (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.7 / (download) - annotate - [select for diffs], Tue Aug 24 11:07:32 1999 UTC (13 years, 9 months ago) by ad
Branch: MAIN
Branch point for: wrstuden-devbsize,
thorpej_scsipi,
fvdl-softdep
Changes since 1.6: +25 -29
lines
Diff to previous 1.6 (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.6 / (download) - annotate - [select for diffs], Tue May 18 21:51:59 1999 UTC (14 years, 1 month ago) by ad
Branch: MAIN
CVS Tags: chs-ubc2-base
Branch point for: chs-ubc2
Changes since 1.5: +25 -16
lines
Diff to previous 1.5 (colored)
Assign ownership & copyright to TNF. There is probably a procedure for this that I am unaware of. Also some KNF.
Revision 1.5 / (download) - annotate - [select for diffs], Thu Apr 29 02:49:40 1999 UTC (14 years, 1 month ago) by ad
Branch: MAIN
Changes since 1.4: +10 -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: +17 -8
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, 2 months ago) by ad
Branch: MAIN
Changes since 1.2: +6 -6
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, 2 months ago) by ad
Branch: MAIN
Changes since 1.1: +16 -24
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:59 1999 UTC (14 years, 2 months ago) by ad
Branch: MAIN
Initial import of 'rasops', the new raster operations set for wscons/rcons.