| 25ad54ca |
08-Jan-2023 |
mrg <mrg@NetBSD.org> |
merge xf86-video-suncg14 1.1.3, xf86-video-suncg6 1.1.3, xf86-video-sunffb 1.2.3, xf86-video-sunleo 1.2.3, and xf86-video-suntcx 1.1.3. ffb_driver.c probably needs explicit testing that the EXA/XAA code still works properly. |
| cfa76ccd |
08-Jan-2023 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-sunffb-1.2.3 |
| 556200c8 |
15-Jul-2022 |
mrg <mrg@NetBSD.org> |
more xf86RamDac.h vs xf86Cursor.h. |
| 80d4424c |
26-Oct-2016 |
macallan <macallan@NetBSD.org> |
default to exa if we don't have xaa |
| f502a9fa |
27-Sep-2016 |
joerg <joerg@NetBSD.org> |
CARD32 might not be an int, so cast explicitly to uint32_t and print that correctly. |
| 6adb3ac0 |
07-Sep-2016 |
macallan <macallan@NetBSD.org> |
XFree86LOADER is officially no longer optional ( and we didn't treat it as optional for quite some time ) so start nuking it |
| d4df137b |
02-Sep-2016 |
macallan <macallan@NetBSD.org> |
move ffb_fastfill_parms to ffb_accel_common.c so the EXA code can work without XAA |
| f334040f |
22-Aug-2016 |
mrg <mrg@NetBSD.org> |
deal with an issue compat-api.h should deal with. |
| dda79b8e |
22-Aug-2016 |
mrg <mrg@NetBSD.org> |
include config.h #ifdef HAVE_CONFIG_H |
| e831b51b |
20-Aug-2016 |
mrg <mrg@NetBSD.org> |
remove xorg-server.h from all the places we added it recently, as this problem is now fixed more generally and globally. |
| f1295e53 |
19-Aug-2016 |
mrg <mrg@NetBSD.org> |
partial port to xorg-server 1.18. both cg6 and ffb need more help. |
| 504f16bc |
16-Aug-2015 |
macallan <macallan@NetBSD.org> |
- move some routines used by both XAA and EXA to their own file - enable hardware prefetch when reading from video memory - now blits in EXA are no longer slower than in XAA - start fleshing out Xrender routines |
| 89b0bd4c |
11-Aug-2015 |
macallan <macallan@NetBSD.org> |
add basic EXA support |
| 7a5333bc |
04-Jun-2013 |
mrg <mrg@NetBSD.org> |
merge xf86-video-suncg14 1.1.2, xf86-video-suncg6 1.1.2, xf86-video-sunffb 1.2.2, xf86-video-suntcx 1.1.2 and xf86-video-sunleo 1.2.1 XXX: these might need more help |
| e96acad6 |
04-Jun-2013 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-sunffb-1.2.2 |
| cd6fbc61 |
22-May-2011 |
macallan <macallan@NetBSD.org> |
declare VISmoveImageRL() and VISmoveImageLR() |
| 71f5331d |
05-Feb-2011 |
jdc <jdc@NetBSD.org> |
When restoring the screen ("DPMS On") in FFBDacDPMSMode(), use the saved state to restore the timing generator control register. This restores the correct hsync and vsync values, and fixes a bug that caused the screen not to be restored for graphics modes where vsync is normally disabled. |
| 5d1b25cd |
01-Feb-2011 |
macallan <macallan@NetBSD.org> |
add FFBDriverFunc() so we can tell the Xserver that we do not need PIO access enabled, now this works again. We'll probably need this on all non-PCI drivers. |
| 5c14222e |
13-Nov-2009 |
macallan <macallan@NetBSD.org> |
reapply 64bit fixes |
| 731e20d8 |
12-Nov-2009 |
macallan <macallan@NetBSD.org> |
reapply 64bit fixes |
| e33a93fd |
09-Nov-2009 |
mrg <mrg@NetBSD.org> |
merge xf86-video-sunffb 0.2.1 |
| 1c397cba |
09-Nov-2009 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-sunffb-1.2.1 |
| 6adf905b |
03-Feb-2009 |
macallan <macallan@NetBSD.org> |
Get rid of gratuitious calls to FFBSaveScreen() during driver setup. This should avoid a crash on ffb1 boards where we need to redraw the screen on unblank which would happen when we're not ready to do so with above mentioned calls in place. Blanking there is pointless anyway - we don't ever switch video modes so there's nothing 'aesthetic' about it. |
| e44187a3 |
20-Jan-2009 |
martin <martin@NetBSD.org> |
Remove a no longer needed cast |
| 7f8af526 |
16-Jan-2009 |
macallan <macallan@NetBSD.org> |
Catch up with changes in XAA that rendered our RENDER acceleration code non-functional. While there, fix VSCROLL support to disable alpha blending in order to avoid those bluish-greenish artifacts we'd get otherwise when doing a VSCROLL right after a RENDER op. |
| ec319841 |
16-Jan-2009 |
macallan <macallan@NetBSD.org> |
On older FFBs we need to redraw the screen after unblanking. From xsrc/xfree |
| cc45f3ff |
16-Jan-2009 |
macallan <macallan@NetBSD.org> |
turn off the hw cursor on exit |
| dbbd9e4b |
29-Oct-2008 |
macallan <macallan@NetBSD.org> |
the sunffb driver |