Age | Commit message (Expand) | Author |
2009-12-16 | - use nitems() inside a descriptive macro name | Jasper Lievisse Adriaanse |
2009-12-02 | no firmware on ramdisks; ok kettenis | Theo de Raadt |
2009-11-30 | Load firmware that is needed for accelerated X on Elite3D boards. | Mark Kettenis |
2009-09-05 | Change the wsdisplay_emulops return types from void to int; emulops will now | Miod Vallat |
2009-07-16 | Clean up after X. | Mark Kettenis |
2008-12-27 | Sync the sparc64 fb* api with the recent changes done on sparc. | Miod Vallat |
2007-03-06 | Implement WSDISPLAYIO_GETSUPPORTEDDEPTH; makes X actually work if you follow | Mark Kettenis |
2006-12-17 | Remove unnecessary <dev/wscons/wscons_raster.h> inclusion. | Miod Vallat |
2006-12-02 | Use the unpack_attr emulops instead of doing an inline rasops_unpack_attr. | Miod Vallat |
2006-06-30 | For 32bit sun frame buffers, tweak ri_devcmap to get the BoW palette instead | Miod Vallat |
2006-05-15 | Merge creator attachment code again, it turns out the upa/mainbus attachment | Miod Vallat |
2005-04-05 | Off-by-ones in register comparisons. | Miod Vallat |
2005-03-15 | Take care of updating the PROMs view of the cursor position in the common fb | Miod Vallat |
2005-03-07 | Do not bother passing the blanking routine to fbwscons_console_init(), | Miod Vallat |
2005-01-05 | Let wsdisplay drivers return zero for WSDISPLAYIO_[GS]VIDEO ioctls - most | Miod Vallat |
2004-11-29 | Move the struct wsscreen_descr from a per-driver global to a per-instance | Miod Vallat |
2003-06-24 | Revert the addition of the blanking code - it will corrupt displays after long | Miod Vallat |
2003-06-23 | Remove some debugging cruft. | Jason Wright |
2003-06-20 | Screen blanker routine for Creator, adapted from the X11 sunffb driver code. | Miod Vallat |
2003-06-17 | Extend the sunfb structure to take care of the PROM cursor position | Miod Vallat |
2003-06-02 | nuke terms 3 & 4 | Jason Wright |
2003-05-12 | use new display types | Jason Wright |
2003-03-27 | - Add support for the *CURS* ioctls (requires mapping the DAC registers | Jason Wright |
2002-09-10 | Register more wsscreen properties to take advantage of wsemul_sun changes. | Jason Wright |
2002-08-19 | Take advantage of rasops.updatecursor to keep the prom cursor up to date | Jason Wright |
2002-07-30 | allow cf_flags to determine whether console acceleration should be used (defa... | Jason Wright |
2002-07-29 | use ROP_OLD for VSCROLL, with this, vertical scroll (copyrows) works (and it'... | Jason Wright |
2002-07-29 | - cache the last value written to FBC_FG and avoid unnecessary fifo writes | Jason Wright |
2002-07-28 | more registers; jason@ ok. | Federico G. Schwindt |
2002-07-26 | fifo needs 6 entries before we feed it rectangle command | Jason Wright |
2002-07-26 | - add hardware support for eraserows and erasecols | Jason Wright |
2002-07-26 | - remove duplicate defns | Jason Wright |
2002-07-25 | Adapt the framebuffer code to the WSDISPLAY_TYPE constant changes, and | Miod Vallat |
2002-06-11 | split creator driver into bus specific and common code. | Federico G. Schwindt |
2002-06-03 | - use the 24 bits dumb frame buffer reg. instead of the 32 one, but return | Federico G. Schwindt |
2002-05-22 | Match on "SUNW,afb" as well, a guess to make Elite3D cards work and print | Federico G. Schwindt |
2002-05-22 | - Allow matching of devices with fewer than 24 register sets | Jason Wright |
2002-05-22 | Copy only the register paddrs/lens that we have room for | Jason Wright |
2002-05-22 | Only map in DFB32 during attach, other stuff will be mapped by _mmap as | Jason Wright |
2002-05-22 | return mappings from DFB24 for DUMBFB mode mmap requests (this makes unaccele... | Jason Wright |
2002-05-21 | Remove some debugging code and generally clean things up. | Jason Wright |
2002-05-21 | Get the initial cursor position correct so we don't start back at 0,0 when | Jason Wright |
2002-05-21 | Remove last vestiges of rcons and now it appears to work. | Jason Wright |
2002-05-21 | Use rasops alloc_attr in alloc_screen so it doesn't crash when a screen is | Jason Wright |
2002-05-21 | Skeleton driver for the Creator/Creator3D framebuffer (doesn't do much | Jason Wright |