index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
ic
/
igsfb.c
Age
Commit message (
Expand
)
Author
2006-08-18
G/c unnecessary includes.
uwe
2006-05-20
initialise pos.x and pos.y to appease GCC4.
mrg
2006-04-12
Add an extra cookie to the ioctl and mmap wsdisplay accessops that points
jmmv
2006-04-05
KNF: no parentheses around return value.
uwe
2006-04-05
ANSI'ify.
uwe
2006-04-04
Add dc_stride member to igsfb_devconfig.
uwe
2006-04-04
Use bus_space_vaddr() to get the address of the framebuffer.
uwe
2006-04-04
Use designated initializers for wsscreen structs. It takes less space
uwe
2006-04-04
Nuke delay() that sneaked in with one of old revisions. It's not
uwe
2006-04-03
Fix indentation nits.
uwe
2006-04-03
Honor RI_FULLCLEAR in igsfb_accel_eraserows.
uwe
2006-04-03
Properly fix cursor sprite endianness problems: always build
uwe
2006-02-24
clear the whole screen on startup, fix an endianness mismatch when creating
macallan
2006-02-23
Add support for virtual consoles to igsfb.
macallan
2005-12-11
merge ktrace-lwp.
christos
2005-10-01
revert unnecessary geometry changes, add missing {} so turning off the
macallan
2005-09-30
Minor KNF police.
uwe
2005-09-30
- turn off the hardware cursor when leaving WSDISPLAYIO_MODE_EMUL
macallan
2005-09-12
add a blank line before case WSDISPLAYIO_LINEBYTES
macallan
2005-09-12
add ioctl(WSDISPLAYIO_LINEBYTES) - needed by XFree's wsfb
macallan
2005-02-27
nuke trailing whitespace
perry
2004-11-26
Use standard uintN_t types instead of home-grown u_intN_t types.
uwe
2004-11-26
Fix several typos in comments.
uwe
2003-11-13
eliminate uvm_useracc() in favor of checking the return value of
chs
2003-11-07
Supress bogus -Wuninitialized warnings.
uwe
2003-08-31
Comment change only, the ioctl is WSDISPLAYIO_PUTCMAP, not ..._SETCMAP.
uwe
2003-06-24
Only install accelerated rasops for CyberPro, we don't know yet how to
uwe
2003-06-10
Correct calculation of the blit src/dst for blits we do backwards.
uwe
2003-05-31
Implement accelerated text ops using graphic coprocessor.
uwe
2003-05-11
Use hardware sprite for the text mode cursor.
uwe
2003-05-10
Don't need a separate bit expansion table for the cursor mask.
uwe
2003-05-10
Enforce that the cursor position and the hot spot are within bounds.
uwe
2003-05-10
Redo attachment to support proper cnattach.
uwe
2003-01-12
Quick patch to allow the (only) screen to be configured with
uwe
2002-09-24
Add some preliminary support for setting up the CyberPro in Netwinder.
uwe
2002-08-03
correct range check, have overflow check, fix type mismatches,
itojun
2002-07-21
Add definitions of IGS coprocessor registers (not used yet).
uwe
2002-07-04
alloc_attr -> allocattr
junyoung
2002-04-05
Clean up includes.
uwe
2002-03-30
First cut at framebuffer driver for Integraphics Systems IGA1682.
uwe