index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
rasops
/
rasops24.c
Age
Commit message (
Expand
)
Author
2023-01-18
Instead of mapping WSEMUL_UNDERLINE to a different bit in rasops, use
Nicholas Marriott
2020-05-25
change wsdisplay attribute type from long to uint32_t
Jonathan Gray
2018-12-26
Remove the rasops24_erasecols and rasops24_eraserows functions from
Frederic Cambus
2014-12-19
Use <sys/endian.h> instead of <machine/endian.h>
Philip Guenther
2010-08-28
ansify function definitions, and constify a few arrays while there.
Miod Vallat
2009-09-05
Change the wsdisplay_emulops return types from void to int; emulops will now
Miod Vallat
2008-06-26
First pass at removing clauses 3 and 4 from NetBSD licenses.
Ray Lai
2007-09-01
Fix space and underline handling in rasops24_putchar(), spotted by Leon Zadorin.
Miod Vallat
2002-07-27
Unstaticize functions, for my ddb sessions pleasure.
Miod Vallat
2002-05-28
o spaces, tabs, spelling cleanup.
Federico G. Schwindt
2002-05-28
make this compile; jason@ ok.
Federico G. Schwindt
2002-03-14
First round of __P removal in sys
Todd C. Miller
2001-03-18
Import rasops from NetBSD. This gives improved performance for raster
Nathan Binkert