| 6e60514d |
01-Aug-2022 |
macallan <macallan@NetBSD.org> |
more xf86SetModeDefaultName( after xf86CVTMode() |
| ad01e365 |
31-May-2021 |
joerg <joerg@NetBSD.org> |
Avoid multiple definitions of the same variable. |
| 861b9fee |
01-Jan-2019 |
mrg <mrg@NetBSD.org> |
fix various errors and warnings with xorg-server 1.20: - no Error() in scope - more wakeup/blockhandler ABI changes - more notify fd API changes - more xf86CursorResetCursor changes - lots of char* -> const char* - fix ati kms config.h now HAVE_XF86_CURSOR_RESET_CURSOR is available - another xf86GetOS() is removed fix - OsBlockSIGIO() etc, -> old, but still around API until properly converted - don't free const char * data owned by some other system |
| fe196524 |
31-Dec-2018 |
mrg <mrg@NetBSD.org> |
mostly fix amd64 xorg-server 1.20 builds: - avoid bswap_16 etc defines for now. ends up with code-in-decl - more ABI_VERSION 23 fixes (BlockHandler/WakeHandler) including re-fix from previous - more Notify API - more shadowUpdatePackedWeak() removal - remove fd_set handling from intel driver (part of ABI_VERSION 23) - cope better with PixMap/Drawable separation in new server - remove support for maxHValue and maxVValue (XXX?) - hide drmmode_udev_notify() when not building udev - comment out nouveau 'wfb' support, xorg-server 1.20 only supplies either 'wfb' or 'fb' interface, not both, and we choose 'fb' - define 'pointer' in nv_proto.h rather than relying upon Xdefs.h - normalise the value of _XTYPEDEF_POINTER - EGL is broken (missing) in xsrc currently |
| 1090d90a |
29-Aug-2017 |
mrg <mrg@NetBSD.org> |
merge xf86-video-amdgpu-1.3.0, xf86-video-ati-7.9.0, xf86-video-nouveau-1.0.15, and xf86-video-openchrome-0.6.0. |
| 983b4bf2 |
29-Aug-2017 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-openchrome-0.6.0 |
| d4d71474 |
27-Aug-2016 |
joerg <joerg@NetBSD.org> |
Since CARD32 and uint32_t don't necessarily use the same underlaying type, e.g. on i386, add an explicit cast as well. |
| abfddc15 |
21-Aug-2016 |
joerg <joerg@NetBSD.org> |
Fix format strings. |
| f4dbeecd |
20-Aug-2016 |
jakllsch <jakllsch@NetBSD.org> |
align format string with argument type |
| 03bd066f |
19-Aug-2016 |
mrg <mrg@NetBSD.org> |
merge xf86-video-openchrome 0.5.0 |
| 1a337bac |
19-Aug-2016 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-openchrome-0.5.0 |
| 4dc64ea9 |
19-Aug-2016 |
mrg <mrg@NetBSD.org> |
include "xf86fbman.h" |
| 44802259 |
19-Aug-2016 |
mrg <mrg@NetBSD.org> |
merge xf86-video-geode 2.11.18, xf86-video-openchrome 0.4.0, xf86-video-rendition 4.2.6, and xf86-video-s3virge 1.10.7. |
| 963d66ac |
19-Aug-2016 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-openchrome-0.4.0 |
| 2246e0b6 |
28-Jun-2013 |
wiz <wiz@NetBSD.org> |
Use correct format string. |
| c966d6f7 |
04-Jun-2013 |
wiz <wiz@NetBSD.org> |
Remove some prototypes (reduce diff to upstream) where I can't find the corresponding functions. |
| abbd3acb |
04-Jun-2013 |
christos <christos@NetBSD.org> |
fix another useless (and incorrect) variable stack size allocation |
| 5b405e1a |
03-Jun-2013 |
christos <christos@NetBSD.org> |
PR/47884: Brad Harder: Avoid variable stack allocation, use malloc for SSP. |
| 7024fa79 |
01-Jun-2013 |
mrg <mrg@NetBSD.org> |
make a prototype match the actual function. |
| 8aedb4f6 |
01-Jun-2013 |
mrg <mrg@NetBSD.org> |
merge xf86-video-openchrome 0.3.3. |
| 90b17f1b |
01-Jun-2013 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-openchrome-0.3.3 |
| 40889701 |
02-Aug-2011 |
mrg <mrg@NetBSD.org> |
disable ReputImage API call -- these drivers use an older version of this call that no longer matches the caller. XXX: most drivers simply removed the call like this change does, but not all. |
| d89f4815 |
15-May-2011 |
christos <christos@NetBSD.org> |
Add missing prototypes and fix calling args. |
| 782274f7 |
13-Feb-2011 |
jmcneill <jmcneill@NetBSD.org> |
Remove a couple '#ifdef linux's to let the driver use optimized memcpy functions on NetBSD for video copy. Gives nearly 2x performance on my test system (previously "kernel" memcpy was always used): CHROME(0): Benchmarking video copy. Less time is better. CHROME(0): Timed libc YUV420 copy... 3000272. Throughput: 315.6 MiB/s. CHROME(0): Timed kernel YUV420 copy... 3024946. Throughput: 313.0 MiB/s. CHROME(0): Timed SSE YUV420 copy... 1591352. Throughput: 595.0 MiB/s. CHROME(0): Timed MMX YUV420 copy... 2566279. Throughput: 369.0 MiB/s. CHROME(0): Ditching 3DNow! YUV420 copy. Not supported by CPU. CHROME(0): Timed MMX2 YUV420 copy... 1696662. Throughput: 558.1 MiB/s. CHROME(0): Using SSE YUV42X copy for video. |
| 485acf3e |
20-Jan-2011 |
jmcneill <jmcneill@NetBSD.org> |
Use DRICreatePCIBusID if present instead of building the Bus ID string manually. |
| fe81469e |
18-Aug-2010 |
jmcneill <jmcneill@NetBSD.org> |
openchrome r848: Improve 2d performance on chipsets without AGP/PCIe |
| 7e6fb56f |
27-May-2010 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-openchrome-0.2.904 |