| cf0238e3 |
18-Oct-2025 |
nia <nia@NetBSD.org> |
geode: Avoid reading /dev/cpu/0/msr, which does not exist. This is another sneaky patch posted online by RVP. XXX it should be verified whether changing _PATH_MSRDEV to /dev/cpuctl works on NetBSD (instead of this patch), but for now this is known to work. I don't have access to the hardware to test an alternative solution (neither does RVP). |
| dbded5c2 |
20-Sep-2025 |
christos <christos@NetBSD.org> |
revert previous, fixed in the Makefile (we don't want to change 3rd party code) |
| f7139527 |
20-Sep-2025 |
christos <christos@NetBSD.org> |
gcc 14 thinks that needed is 0x7fffffffffffffff and bails out. |
| 00c1132b |
26-Jul-2025 |
wiz <wiz@NetBSD.org> |
pixman: fix debug build Following a suggestion by mrg. |
| 14a48eb1 |
23-Jul-2025 |
kre <kre@NetBSD.org> |
Provide a fallback timercmp() definition (PR misc/59543) timercmp() isn't a standard function (macro in this case) so isn't guaranteed to exist on some random system that we need to be able to build this on (since it is part of the NetBSD tools setup). So just provide a local copy of the definition, used in the event that nothing else has already defined it. |
| f766d2f6 |
22-Jul-2025 |
mrg <mrg@NetBSD.org> |
merge pixman 0.46.4. |
| 14b11b2b |
22-Jul-2025 |
mrg <mrg@NetBSD.org> |
initial import of pixman-0.46.4 |
| c87a3a8a |
20-Jul-2025 |
christos <christos@NetBSD.org> |
fix compilation |
| b66deae1 |
15-Jul-2025 |
mrg <mrg@NetBSD.org> |
merge twm 1.0.13.1. |
| 6d8e82c3 |
15-Jul-2025 |
mrg <mrg@NetBSD.org> |
initial import of twm-1.0.13.1 |
| 3aa48e16 |
15-Jul-2025 |
mrg <mrg@NetBSD.org> |
merge sessreg 1.1.4. |
| 7015785a |
15-Jul-2025 |
mrg <mrg@NetBSD.org> |
initial import of smproxy-1.0.8 |
| a0cd246f |
15-Jul-2025 |
mrg <mrg@NetBSD.org> |
initial import of showfont-1.0.7 |
| 838f5b0b |
15-Jul-2025 |
mrg <mrg@NetBSD.org> |
initial import of sessreg-1.1.4 |
| de301c82 |
15-Jul-2025 |
mrg <mrg@NetBSD.org> |
initial import of libXft-2.3.9 |
| a3cee91a |
24-Jun-2025 |
tsutsui <tsutsui@NetBSD.org> |
Register XFree86 DDX specific "XFree86_VT" Atom to appease xinit(1). |
| 381f08b9 |
24-Jun-2025 |
tsutsui <tsutsui@NetBSD.org> |
Make sure to initialize default XKB rules earlier for Core Keyboard. |
| 2f76b07d |
24-Jun-2025 |
mrg <mrg@NetBSD.org> |
merge xorg-server 21.1.18. |
| 54b5899c |
24-Jun-2025 |
mrg <mrg@NetBSD.org> |
initial import of xorg-server-21.1.18 |
| 59a1f54a |
22-Jun-2025 |
tsutsui <tsutsui@NetBSD.org> |
Make sure the keyboard device is actually enabled in DDXRingBell(). Also use consistent variable names for readability. |
| 62918564 |
22-Jun-2025 |
tsutsui <tsutsui@NetBSD.org> |
Allocate keyboard and mouse event buffers in the device private structures. Also simplify GetEvents functions. |
| 9decb2cd |
22-Jun-2025 |
tsutsui <tsutsui@NetBSD.org> |
Allocate X68kKbdPriv dynamically to make it really private. DEVICE_OFF and DEVICE_CLOSE operations are adjusted accordingly. x68kGetKbdType() function is also added to get keyboard map type specified in the config file. |
| 3ec86d60 |
22-Jun-2025 |
tsutsui <tsutsui@NetBSD.org> |
Allocate X68kMousePriv dynamically to avoid static buffers. DEVICE_OFF and DEVICE_CLOSE operations are also adjusted. |
| 4ff7d041 |
22-Jun-2025 |
tsutsui <tsutsui@NetBSD.org> |
Reduce references to x68kKbdPriv and x68kMousePriv for readability. |
| 45f60b5b |
22-Jun-2025 |
tsutsui <tsutsui@NetBSD.org> |
Refactor X68k input device handling to remove SIGIO based event processing. The keyboard and pointer input events are now processed directly using fd event notifications registered via DIX SetNotifyFd(), instead of the legacy SIGIO-based asynchronous I/O. |
| b0c54374 |
22-Jun-2025 |
tsutsui <tsutsui@NetBSD.org> |
Use consistent name for DeviceIntPtr variables among keyboard and mouse. |
| f8338865 |
21-Jun-2025 |
tsutsui <tsutsui@NetBSD.org> |
Make sure the keyboard device is actually enabled in DDXRingBell(). Also use consistent variable names for readability. |
| 2eda485b |
21-Jun-2025 |
tsutsui <tsutsui@NetBSD.org> |
No need to check if the device is enabled in event handler functions. These event handlers are activated by SetNotifyFd() only after DXX deviceProc() functions are called with DEVICE_ON from DIX EnableDevice() function. |
| 685bea66 |
21-Jun-2025 |
tsutsui <tsutsui@NetBSD.org> |
Remove unused variables. |
| 8931864a |
21-Jun-2025 |
tsutsui <tsutsui@NetBSD.org> |
Add a static function declaration in sunMouse.c. |
| 7ec0c9b9 |
21-Jun-2025 |
tsutsui <tsutsui@NetBSD.org> |
Add and sort static function declarations in sunKbd.c. |
| e83940e6 |
21-Jun-2025 |
tsutsui <tsutsui@NetBSD.org> |
Allocate keyboard and mouse event buffers in the device private structures. Also simplify GetEvents functions. Tested on Sun 3/60 with bwtwo. |
| c38b1532 |
21-Jun-2025 |
tsutsui <tsutsui@NetBSD.org> |
Replace old FNDELAY for fcntl(2) with O_NONBLOCK defined in POSIX. |
| 32b6075a |
21-Jun-2025 |
tsutsui <tsutsui@NetBSD.org> |
Also Refactor sunKbdPrivRec in sunKbd.c to make it private. Now the keyboard device is opened and sunKbdPrivRec is dynamically allocated within the DEVICE_INIT phase of sunKbdProc(). DEVICE_OFF and DEVICE_CLOSE operations are also adjusted accordingly. Tested on Sun 3/60. |
| 2da8aa69 |
21-Jun-2025 |
tsutsui <tsutsui@NetBSD.org> |
Refactor sunPtrPrivRec in sunMouse.c to make it really private. The mouse device is now opened and sunPtrPrivRec is allocated within the DEVICE_INIT phase of sunMouseProc(). DEVICE_OFF and DEVICE_CLOSE operations are also adjusted accordingly. Tested on Sun 3/60. |
| 48c4760e |
21-Jun-2025 |
tsutsui <tsutsui@NetBSD.org> |
Reduce global references to sunPtrPriv, as sunKbd.c does. |
| 177290df |
21-Jun-2025 |
tsutsui <tsutsui@NetBSD.org> |
Refactor Xsun input device handling to remove SIGIO based event processing. The keyboard and pointer input events are now processed directly using fd event notifications registered via DIX SetNotifyFd(), instead of the legacy SIGIO-based asynchronous I/O. This refactoring improves the maintainability and portability of the code by aligning with modern Xorg server practices. Tested on Sun 3/60 with bwtwo, Type-4 keyboard and mouse. |
| d8389a6e |
17-Jun-2025 |
tsutsui <tsutsui@NetBSD.org> |
Initialize DDX pointer valuators consistently with other drivers/servers. This may not be strictly necessary, since InitValuatorAxisStruct() for all axes is also called from the DIX InitPointerDeviceStruct() via InitValuatorClassDeviceStruct() with default values. However, for future X.Org updates, it is beneficial to keep the DIX-DDX interface implementation in MouseProc's DEVICE_INIT operation consistent with the official xf86-input-mouse driver, xquartz DDX server, and others. |
| 1406604b |
17-Jun-2025 |
tsutsui <tsutsui@NetBSD.org> |
Properly apply DIX locking to input events in NetBSD-specific DDX servers. This thread-based DIX locking approach using input_lock() and input_unlock() has been available since X.Org 1.19.0: https://gitlab.freedesktop.org/xorg/xserver/-/commit/30ac7567980a1eb79d084a63e0e74e1d9a3af673 All xfree86 DDX implementations have switched to using these new DIX locks instead of the old OsBlockSIGIO() / OsReleaseSIGIO() methods: https://gitlab.freedesktop.org/xorg/xserver/-/commit/6a5a4e60373c1386b311b2a8bb666c32d68a9d99 The xquartz DDX (an official X.Org server implementation) also uses these locks for input events: https://gitlab.freedesktop.org/xorg/xserver/-/commit/7d6ebf3f4e4d517bb846d15a5deb131da19a267c This should resolve occasional SIGSEGVs in the Xsun server caused by NULL pointer dereferences around the event queue handlers under heavy load. Should be pulled up to netbsd-10. |
| 002e1bad |
10-Jun-2025 |
macallan <macallan@NetBSD.org> |
Xorg removed the ramdac module and related stuff, but the only part of this driver that depends on it is support for older GLINTs, and what we're interested in is permedia2 ( for sparc64, aka Sun PGX32 ) and permedia3. Therefore, disable all the old GLINT support, only leave permedia 2/3 support, and we have working X on PGX32 again. |
| 4ddc96cf |
31-Mar-2025 |
hans <hans@NetBSD.org> |
xf86-input-keyboard: add DEC LK401 keyboard map and WSKBD_TYPE_LK401 |
| c5739aaa |
31-Mar-2025 |
hans <hans@NetBSD.org> |
xf86-input-keyboard: fix DEC LK201 layout On the LK201, the F11 serves as Escape by default. The key that's currently defined as Escape is actually grave/tilde. Also, the Delete key above Enter is actually a Backspace. |
| 190d7dce |
09-Mar-2025 |
mrg <mrg@NetBSD.org> |
merge xterm 397. |
| 5104ee6e |
09-Mar-2025 |
mrg <mrg@NetBSD.org> |
initial import of xterm-397 |
| a5560a61 |
09-Mar-2025 |
mrg <mrg@NetBSD.org> |
merge xf86-video-nouveau 1.0.18 |
| 33adc6ac |
09-Mar-2025 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-nouveau-1.0.18 |
| f696e765 |
09-Mar-2025 |
mrg <mrg@NetBSD.org> |
bump versions in fake configure. |
| b0b61055 |
09-Mar-2025 |
mrg <mrg@NetBSD.org> |
merge libdrm 2.4.124. |
| 6acbc0e0 |
09-Mar-2025 |
mrg <mrg@NetBSD.org> |
initial import of libdrm-2.4.124 |
| 06dc2f4a |
09-Mar-2025 |
mrg <mrg@NetBSD.org> |
revert a portion of the previous, which ends up failing with our MK_COOKIE definition now being a variable instead of cpp expanded directly into the script. startx now starts up the X server again. XXX. |
| ea972ba2 |
09-Mar-2025 |
mrg <mrg@NetBSD.org> |
initial import of util-macros-1.20.2 |
| ac57ed83 |
09-Mar-2025 |
mrg <mrg@NetBSD.org> |
merge xauth-1.1.4, xdm-1.1.17, xinit-1.4.3, and xtrans-1.6.0. |
| a1910677 |
09-Mar-2025 |
mrg <mrg@NetBSD.org> |
initial import of xtrans-1.6.0 |
| fd549268 |
09-Mar-2025 |
mrg <mrg@NetBSD.org> |
initial import of xinit-1.4.3 |
| 1d778f8e |
09-Mar-2025 |
mrg <mrg@NetBSD.org> |
initial import of xdm-1.1.17 |
| f6d57fde |
09-Mar-2025 |
mrg <mrg@NetBSD.org> |
initial import of xauth-1.1.4 |
| 7628da56 |
09-Mar-2025 |
mrg <mrg@NetBSD.org> |
merge oclock 1.0.6. |
| 8bfe6add |
09-Mar-2025 |
mrg <mrg@NetBSD.org> |
initial import of xkbevd-1.1.6 |
| 8b5ec993 |
09-Mar-2025 |
mrg <mrg@NetBSD.org> |
initial import of transset-1.0.4 |
| e32e2dab |
09-Mar-2025 |
mrg <mrg@NetBSD.org> |
initial import of oclock-1.0.6 |
| 742aa962 |
09-Mar-2025 |
mrg <mrg@NetBSD.org> |
initial import of fslsfonts-1.0.7 |
| a3680546 |
09-Mar-2025 |
mrg <mrg@NetBSD.org> |
initial import of libxshmfence-1.3.3 |
| 8db88b12 |
09-Mar-2025 |
mrg <mrg@NetBSD.org> |
initial import of libxcvt-0.1.3 |
| 8f9fac4a |
09-Mar-2025 |
mrg <mrg@NetBSD.org> |
initial import of libXxf86vm-1.1.6 |
| dc088bc7 |
09-Mar-2025 |
mrg <mrg@NetBSD.org> |
initial import of libXv-1.0.13 |
| ae545d91 |
09-Mar-2025 |
mrg <mrg@NetBSD.org> |
initial import of libXau-1.0.12 |
| 6bea0e4f |
09-Mar-2025 |
mrg <mrg@NetBSD.org> |
initial import of libSM-1.2.6 |
| 3bf3b463 |
09-Mar-2025 |
mrg <mrg@NetBSD.org> |
initial import of libICE-1.1.2 |
| 41e04fc9 |
09-Mar-2025 |
mrg <mrg@NetBSD.org> |
merge libXrender 0.9.12. |
| 6ee7d557 |
09-Mar-2025 |
mrg <mrg@NetBSD.org> |
initial import of libXrender-0.9.12 |
| d5e6aabb |
09-Mar-2025 |
mrg <mrg@NetBSD.org> |
merge libX11 1.8.12. |
| 07fb9b8f |
09-Mar-2025 |
mrg <mrg@NetBSD.org> |
initial import of libX11-1.8.12 |
| e4f83f77 |
05-Mar-2025 |
macallan <macallan@NetBSD.org> |
drop the rectangle fill workaround here as well |
| d566a54b |
26-Feb-2025 |
mrg <mrg@NetBSD.org> |
merge xorg-server 21.1.16. |
| f2346221 |
26-Feb-2025 |
mrg <mrg@NetBSD.org> |
initial import of xorg-server-21.1.16 |
| 292c7c59 |
25-Feb-2025 |
macallan <macallan@NetBSD.org> |
- properly clip glyphs drawn into off-screen memory - when drawing glyphs skip pixels with zero alpha |
| 1ce73134 |
22-Feb-2025 |
macallan <macallan@NetBSD.org> |
remove unintended duplicate |
| 9c037af6 |
21-Feb-2025 |
macallan <macallan@NetBSD.org> |
this should have went in with the previous commit |
| 6d300f0a |
20-Feb-2025 |
christos <christos@NetBSD.org> |
Fix the build. Commented out code that is missing #defines |
| bf977f5f |
18-Feb-2025 |
macallan <macallan@NetBSD.org> |
use the hardware to draw anti-aliased text visible speedup The problem is that HP didn't implement full alpha blending support on the FX4, just what's needed to draw anti-aliased lines and edges, and no upper byte in 32bit buffers, which means we can't have anything with alpha in video memory but we can apply alpha blending when scribbling into video memory using BINC, therefore we do *not* want out glyph sources in VRAM... |
| a6437d19 |
26-Jan-2025 |
macallan <macallan@NetBSD.org> |
adjust FIFO slots in SummitWaitFifo() calls |
| 437a79ef |
24-Jan-2025 |
macallan <macallan@NetBSD.org> |
some updates: - turn pixel processing off for GXcopy - small speedup - remove unnecessary exaMarkSync() calls - set prefetch hint in SummitDownloadFromScreen() - *big* speedup |
| 7a5287f7 |
22-Jan-2025 |
macallan <macallan@NetBSD.org> |
add direct support for hardware cursor on Summit |
| 97ec0dae |
15-Jan-2025 |
macallan <macallan@NetBSD.org> |
some udates: - don't use hwmode, just track read- and write mode directly - use FIFO pacing now that we know how, only stall the engine if we need to access video memory or change buffer access modes - use a back buffer as off-screen memory, modify Prepare*() etc. accordingly |
| c3c27e4f |
11-Jan-2025 |
wiz <wiz@NetBSD.org> |
twm: fix sub-menu handling Patch from RVP. Fixes PR 58979. |
| da676487 |
27-Dec-2024 |
macallan <macallan@NetBSD.org> |
this should have went in with the last summit_accel.c commit.. |
| 5ec9a660 |
26-Dec-2024 |
macallan <macallan@NetBSD.org> |
use ROPs now that we know how |
| ea396379 |
25-Dec-2024 |
macallan <macallan@NetBSD.org> |
support 24bit |
| 3441c0ed |
10-Dec-2024 |
macallan <macallan@NetBSD.org> |
make sure we log a found message for every device: [ 2209.958] (II) NGLEPreInit: found Visualize FX 2/4/6 ( GID 2fc1066b ) [ 2209.971] (II) NGLEPreInit: found HCRX ( GID 2bcb015a ) |
| 77e25d50 |
10-Dec-2024 |
macallan <macallan@NetBSD.org> |
allow more than one device section |
| 7517da51 |
07-Dec-2024 |
macallan <macallan@NetBSD.org> |
add *very* experimental Visualize FX support |
| 6e467124 |
17-Nov-2024 |
mrg <mrg@NetBSD.org> |
merge libX11 1.8.10 |
| 3b4ba46c |
17-Nov-2024 |
mrg <mrg@NetBSD.org> |
initial import of libX11-1.8.10 |
| 7854a16a |
17-Nov-2024 |
mrg <mrg@NetBSD.org> |
merge libXt 1.3.1. |
| 35525df4 |
17-Nov-2024 |
mrg <mrg@NetBSD.org> |
initial import of libXt-1.3.1 |
| e3ad3f46 |
16-Nov-2024 |
mrg <mrg@NetBSD.org> |
merge xkbprint 1.0.7. |
| 8b648e79 |
16-Nov-2024 |
mrg <mrg@NetBSD.org> |
initial import of xkbprint-1.0.7 |
| d3173433 |
16-Nov-2024 |
mrg <mrg@NetBSD.org> |
initial import of fonttosfnt-1.2.4 |
| eb323118 |
16-Nov-2024 |
mrg <mrg@NetBSD.org> |
initial import of bdftopcf-1.1.2 |
| 94f982db |
16-Nov-2024 |
mrg <mrg@NetBSD.org> |
merge x11perf 1.7.0, xfs 1.2.2, xrandr 1.5.3, and xtrans 1.5.2. |
| 47a4502c |
16-Nov-2024 |
mrg <mrg@NetBSD.org> |
initial import of xtrans-1.5.2 |
| b96bd083 |
16-Nov-2024 |
mrg <mrg@NetBSD.org> |
initial import of xrandr-1.5.3 |
| e1db7cd1 |
16-Nov-2024 |
mrg <mrg@NetBSD.org> |
initial import of xfs-1.2.2 |
| c1e8faa6 |
16-Nov-2024 |
mrg <mrg@NetBSD.org> |
initial import of xcmsdb-1.0.7 |
| dfac8f13 |
16-Nov-2024 |
mrg <mrg@NetBSD.org> |
initial import of x11perf-1.7.0 |
| e2f3d188 |
16-Nov-2024 |
mrg <mrg@NetBSD.org> |
merge xclipboard 1.1.5, xlogo 1.0.7, xmag 1.0.8, and xprop 1.2.8. |
| a2394c98 |
16-Nov-2024 |
mrg <mrg@NetBSD.org> |
initial import of xwud-1.0.7 |
| c8df0c59 |
16-Nov-2024 |
mrg <mrg@NetBSD.org> |
initial import of xprop-1.2.8 |
| 46374b8d |
16-Nov-2024 |
mrg <mrg@NetBSD.org> |
initial import of xmag-1.0.8 |
| 1e42c052 |
16-Nov-2024 |
mrg <mrg@NetBSD.org> |
initial import of xlogo-1.0.7 |
| bbfad078 |
16-Nov-2024 |
mrg <mrg@NetBSD.org> |
initial import of xclipboard-1.1.5 |
| 5bc19eeb |
15-Nov-2024 |
mrg <mrg@NetBSD.org> |
merge libXcursor 1.2.3, libXi 1.8.2, libFS 1.0.10, libXfont2 2.0.7, and libXtst 1.2.5. |
| 10f94802 |
15-Nov-2024 |
mrg <mrg@NetBSD.org> |
initial import of libXtst-1.2.5 |
| c6b4a769 |
15-Nov-2024 |
mrg <mrg@NetBSD.org> |
initial import of libXi-1.8.2 |
| 6a46240f |
15-Nov-2024 |
mrg <mrg@NetBSD.org> |
initial import of libXfont2-2.0.7 |
| 6b7436ae |
15-Nov-2024 |
mrg <mrg@NetBSD.org> |
initial import of libXcursor-1.2.3 |
| 00ca1914 |
15-Nov-2024 |
mrg <mrg@NetBSD.org> |
initial import of libFS-1.0.10 |
| dd8addee |
06-Nov-2024 |
mrg <mrg@NetBSD.org> |
port xorg-server change 26769aa71fcbe0a8403b7fb13b7c9010cc07c3a8 there are two chunks in this change, and while they apply fine to the old xorg-server 1.10 tree (unlike _most_), they do not build due to using new identifiers. the first chunk uses a new MASTER_ATTACHED argument to GetMaster(), which avoids finding paired devices. the only answer it can give with the setup of already testing !IsMaster(other) is "other->u.master", so just use that directly instead if calling GetMaster(). the second chunk uses a new single-line IsFloating() function, and if you expand it's use here to the full expression, it ends up just being: if (!IsMaster(dev) && dev->u.master) (which just happens to match the same line a few above, for the loop of not-off "devices".) testing this code path is a little tricky. Subject: [PATCH] dix: when disabling a master, float disabled slaved devices too Disabling a master device floats all slave devices but we didn't do this to already-disabled slave devices. As a result those devices kept their reference to the master device resulting in access to already freed memory if the master device was removed before the corresponding slave device. And to match this behavior, also forcibly reset that pointer during CloseDownDevices(). Related to CVE-2024-21886, ZDI-CAN-22840 |
| 15d5bffa |
03-Nov-2024 |
mrg <mrg@NetBSD.org> |
apply upstream change 3e77295f888c67fc7645db5d0c00926a29ffecee Subject: [PATCH] Xi: ProcXIPassiveGrabDevice needs to use unswapped length to send reply CVE-2024-31081 |
| 19bbc2cf |
03-Nov-2024 |
mrg <mrg@NetBSD.org> |
apply upstream change 96798fc1967491c80a4d0c8d9e0a80586cb2152b Subject: [PATCH] Xi: ProcXIGetSelectedEvents needs to use unswapped length to send reply CVE-2024-31080 |
| 91d321ac |
03-Nov-2024 |
mrg <mrg@NetBSD.org> |
merge upstream change bc1fdbe46559dd947674375946bbef54dd0ce36b Subject: [PATCH] Xi: do not keep linked list pointer during recursion The `DisableDevice()` function is called whenever an enabled device is disabled and it moves the device from the `inputInfo.devices` linked list to the `inputInfo.off_devices` linked list. However, its link/unlink operation has an issue during the recursive call to `DisableDevice()` due to the `prev` pointer pointing to a removed device. This issue leads to a length mismatch between the total number of devices and the number of device in the list, leading to a heap overflow and, possibly, to local privilege escalation. Simplify the code that checked whether the device passed to `DisableDevice()` was in `inputInfo.devices` or not and find the previous device after the recursion. CVE-2024-21886, ZDI-CAN-22840 This vulnerability was discovered by: Jan-Niklas Sohn working with Trend Micro Zero Day Initiative |
| 7b5ab33a |
02-Nov-2024 |
mrg <mrg@NetBSD.org> |
merge upstream change 4a5e9b1895627d40d26045bd0b7ef3dce503cbd1 Subject: [PATCH] Xi: flush hierarchy events after adding/removing master devices The `XISendDeviceHierarchyEvent()` function allocates space to store up to `MAXDEVICES` (256) `xXIHierarchyInfo` structures in `info`. If a device with a given ID was removed and a new device with the same ID added both in the same operation, the single device ID will lead to two info structures being written to `info`. Since this case can occur for every device ID at once, a total of two times `MAXDEVICES` info structures might be written to the allocation. To avoid it, once one add/remove master is processed, send out the device hierarchy event for the current state and continue. That event thus only ever has exactly one of either added/removed in it (and optionally slave attached/detached). CVE-2024-21885, ZDI-CAN-22744 This vulnerability was discovered by: Jan-Niklas Sohn working with Trend Micro Zero Day Initiative |
| a2f091b7 |
02-Nov-2024 |
mrg <mrg@NetBSD.org> |
merge upstream change e5e8586a12a3ec915673edffa10dc8fe5e15dac3 Subject: [PATCH] glx: Call XACE hooks on the GLX buffer The XSELINUX code will label resources at creation by checking the access mode. When the access mode is DixCreateAccess, it will call the function to label the new resource SELinuxLabelResource(). However, GLX buffers do not go through the XACE hooks when created, hence leaving the resource actually unlabeled. When, later, the client tries to create another resource using that drawable (like a GC for example), the XSELINUX code would try to use the security ID of that object which has never been labeled, get a NULL pointer and crash when checking whether the requested permissions are granted for subject security ID. To avoid the issue, make sure to call the XACE hooks when creating the GLX buffers. Credit goes to Donn Seeley <donn@xmission.com> for providing the patch. CVE-2024-0408 |
| f5d46ea4 |
02-Nov-2024 |
mrg <mrg@NetBSD.org> |
merge upstream change ece23be888a93b741aa1209d1dbf64636109d6a5 but into Xi/exevents.c instead of dix/enterleave.c. Subject: [PATCH] dix: Allocate sufficient xEvents for our DeviceStateNotify If a device has both a button class and a key class and numButtons is zero, we can get an OOB write due to event under-allocation. This function seems to assume a device has either keys or buttons, not both. It has two virtually identical code paths, both of which assume they're applying to the first event in the sequence. A device with both a key and button class triggered a logic bug - only one xEvent was allocated but the deviceStateNotify pointer was pushed on once per type. So effectively this logic code: int count = 1; if (button && nbuttons > 32) count++; if (key && nbuttons > 0) count++; if (key && nkeys > 32) count++; // this is basically always true // count is at 2 for our keys + zero button device ev = alloc(count * sizeof(xEvent)); FixDeviceStateNotify(ev); if (button) FixDeviceStateNotify(ev++); if (key) FixDeviceStateNotify(ev++); // santa drops into the wrong chimney here If the device has more than 3 valuators, the OOB is pushed back - we're off by one so it will happen when the last deviceValuator event is written instead. Fix this by allocating the maximum number of events we may allocate. Note that the current behavior is not protocol-correct anyway, this patch fixes only the allocation issue. Note that this issue does not trigger if the device has at least one button. While the server does not prevent a button class with zero buttons, it is very unlikely. CVE-2024-0229, ZDI-CAN-22678 This vulnerability was discovered by: Jan-Niklas Sohn working with Trend Micro Zero Day Initiative |
| bde01a6b |
02-Nov-2024 |
mrg <mrg@NetBSD.org> |
merge upstream change 9e2ecb2af8302dedc49cb6a63ebe063c58a9e7e3 though the enterleave.c portion msut be applied to Xi/exevents.c:DeviceFocusEvent(). Subject: [PATCH] dix: allocate enough space for logical button maps Both DeviceFocusEvent and the XIQueryPointer reply contain a bit for each logical button currently down. Since buttons can be arbitrarily mapped to anything up to 255 make sure we have enough bits for the maximum mapping. CVE-2023-6816, ZDI-CAN-22664, ZDI-CAN-22665 This vulnerability was discovered by: Jan-Niklas Sohn working with Trend Micro Zero Day Initiative |
| 64af8fac |
02-Nov-2024 |
mrg <mrg@NetBSD.org> |
merge upstream change 14f480010a93ff962fef66a16412fafff81ad632: Subject: [PATCH] randr: avoid integer truncation in length check of ProcRRChange*Property Affected are ProcRRChangeProviderProperty and ProcRRChangeOutputProperty. See also xserver@8f454b79 where this same bug was fixed for the core protocol and XI. This fixes an OOB read and the resulting information disclosure. Length calculation for the request was clipped to a 32-bit integer. With the correct stuff->nUnits value the expected request size was truncated, passing the REQUEST_FIXED_SIZE check. The server then proceeded with reading at least stuff->num_items bytes (depending on stuff->format) from the request and stuffing whatever it finds into the property. In the process it would also allocate at least stuff->nUnits bytes, i.e. 4GB. CVE-2023-6478, ZDI-CAN-22561 This vulnerability was discovered by: Jan-Niklas Sohn working with Trend Micro Zero Day Initiative |
| c8c3bf63 |
02-Nov-2024 |
mrg <mrg@NetBSD.org> |
merge upstream change 8f454b793e1f13c99872c15f0eed1d7f3b823fe8: Subject: [PATCH] Xi: avoid integer truncation in length check of ProcXIChangeProperty This fixes an OOB read and the resulting information disclosure. Length calculation for the request was clipped to a 32-bit integer. With the correct stuff->num_items value the expected request size was truncated, passing the REQUEST_FIXED_SIZE check. The server then proceeded with reading at least stuff->num_items bytes (depending on stuff->format) from the request and stuffing whatever it finds into the property. In the process it would also allocate at least stuff->num_items bytes, i.e. 4GB. The same bug exists in ProcChangeProperty and ProcXChangeDeviceProperty, so let's fix that too. CVE-2022-46344, ZDI-CAN 19405 |
| 59ca590c |
30-Oct-2024 |
mrg <mrg@NetBSD.org> |
merge xorg-server 21.1.14. |
| 58cf2af7 |
30-Oct-2024 |
mrg <mrg@NetBSD.org> |
initial import of xorg-server-21.1.14 |
| f8e8ce30 |
27-Oct-2024 |
macallan <macallan@NetBSD.org> |
due to the strange way colour maps and cursor bitmaps are accessed on at least some cards, make sure we do not skip the PrepareAccess() dance after those. |
| 852b373f |
25-Oct-2024 |
macallan <macallan@NetBSD.org> |
Set S bit in IBOvals in NGLEPrepareCopy_EG() - without it we get garbage on the right border. Don't seem to need it on HCRX. While there, don't blindly assume 8bit colour when accessing off-screen memory. Shouldn't make a difference now but we may eventually support 24bit devices that have off-screen memory ( or figure out how to access it on HCRX ) |
| 88c8ff34 |
25-Oct-2024 |
macallan <macallan@NetBSD.org> |
set the right visual type for 8bit colour |
| 9f844d85 |
25-Oct-2024 |
macallan <macallan@NetBSD.org> |
comment cleanup, magic number reduction |
| ce159321 |
22-Oct-2024 |
macallan <macallan@NetBSD.org> |
add HCRX support |
| bc460d0d |
22-Oct-2024 |
macallan <macallan@NetBSD.org> |
some cleanup: - consistetly use buffer 0 - makes no difference when double buffering is disabled ( which it should be ) but may bite us if it isn't - add some comments on why we do what we do |
| 771c18a5 |
22-Oct-2024 |
mrg <mrg@NetBSD.org> |
sort-of-fix Mesa on most 32-bit platforms. the new sparse_array implementation in Mesa 21 (not present in Mesa 19, as shipped with netbsd-10) triggers it asking for an __atomic_load_8() function, alongside it's __atomic_fetch_add_8/__atomic_fetch_sub_8/ __sync_val_compare_and_swap_8 versions on 32-bit platforms, so add a __atomic_load_8() workaround that uses the same method as the others to provide sync. (i did check, and almost the accesses in mesa that this accessor is used with do go via the API, the only ones not used are as part setup/clean up. tested by rin@ on macppc. |
| 727c6de2 |
21-Oct-2024 |
macallan <macallan@NetBSD.org> |
add acceleration, Visualize EG only for now |
| a7fd8e5e |
16-Oct-2024 |
macallan <macallan@NetBSD.org> |
very humble beginnings of a native driver for HP's NGLE family of graphics devices |
| 297463f9 |
22-Sep-2024 |
mrg <mrg@NetBSD.org> |
initial import of font-xfree86-type1-1.0.5 |
| 38b41dab |
22-Sep-2024 |
mrg <mrg@NetBSD.org> |
initial import of font-winitzki-cyrillic-1.0.4 |
| bb068e1d |
22-Sep-2024 |
mrg <mrg@NetBSD.org> |
initial import of font-sun-misc-1.0.4 |
| def0d0f3 |
22-Sep-2024 |
mrg <mrg@NetBSD.org> |
initial import of font-screen-cyrillic-1.0.5 |
| 023b3b36 |
22-Sep-2024 |
mrg <mrg@NetBSD.org> |
initial import of font-schumacher-misc-1.1.3 |
| 75b29833 |
22-Sep-2024 |
mrg <mrg@NetBSD.org> |
initial import of font-misc-cyrillic-1.0.4 |
| 93249ebf |
22-Sep-2024 |
mrg <mrg@NetBSD.org> |
initial import of font-micro-misc-1.0.4 |
| b35cf2c0 |
22-Sep-2024 |
mrg <mrg@NetBSD.org> |
initial import of font-cronyx-cyrillic-1.0.4 |
| a64a7ac0 |
22-Sep-2024 |
mrg <mrg@NetBSD.org> |
initial import of font-arabic-misc-1.0.4 |
| a8c27980 |
02-Sep-2024 |
macallan <macallan@NetBSD.org> |
we need NVDMA*() even when building without XAA support |
| 78f6f648 |
24-Jul-2024 |
mrg <mrg@NetBSD.org> |
don't run on netbsd if booted from UEFI. it doesn't work, and genfb should. XXX: pullup-10, maybe pullup-9 |
| aed6ad56 |
05-Jul-2024 |
mrg <mrg@NetBSD.org> |
apply some ugly (char *) cast when calling vgaHWSetMmioFuncs(). |
| 875c6e4f |
04-Jul-2024 |
mrg <mrg@NetBSD.org> |
merge xorg-server 21.1.13. |
| d9252ffb |
04-Jul-2024 |
mrg <mrg@NetBSD.org> |
initial import of xorg-server-21.1.13 |
| 96f30226 |
04-Jul-2024 |
mrg <mrg@NetBSD.org> |
re-turn off NLS and a couple of other things here (also used by tools build.) |
| b5b73dd3 |
04-Jul-2024 |
mrg <mrg@NetBSD.org> |
add new generated files. |
| 32c2f8ae |
04-Jul-2024 |
mrg <mrg@NetBSD.org> |
merge fontconfig 2.15.0. |
| ae02b298 |
04-Jul-2024 |
mrg <mrg@NetBSD.org> |
initial import of fontconfig-2.15.0 |
| 48246ce7 |
04-Jul-2024 |
mrg <mrg@NetBSD.org> |
merge libdrm 2.4.122 |
| bbff01ce |
04-Jul-2024 |
mrg <mrg@NetBSD.org> |
initial import of libdrm-2.4.122 |
| 980988ae |
04-Jul-2024 |
mrg <mrg@NetBSD.org> |
merge xterm 392. |
| 04b94745 |
04-Jul-2024 |
mrg <mrg@NetBSD.org> |
initial import of xterm-392 |
| c06e8ac6 |
04-Jul-2024 |
mrg <mrg@NetBSD.org> |
merge xauth 1.1.3, and xdm 1.1.16. |
| 4901b09e |
04-Jul-2024 |
mrg <mrg@NetBSD.org> |
initial import of xdm-1.1.16 |
| 273c00b8 |
04-Jul-2024 |
mrg <mrg@NetBSD.org> |
initial import of xauth-1.1.3 |
| 187ef25f |
04-Jul-2024 |
mrg <mrg@NetBSD.org> |
initial import of encodings-1.1.0 |
| 7fabf1db |
04-Jul-2024 |
mrg <mrg@NetBSD.org> |
re-merge properly |
| 50642943 |
04-Jul-2024 |
mrg <mrg@NetBSD.org> |
pkgconfig hack. |
| 845f12d7 |
04-Jul-2024 |
mrg <mrg@NetBSD.org> |
merge fonttosfnt 1.2.3, and libpciaccess 0.18.1. |
| 5ad99bdf |
04-Jul-2024 |
mrg <mrg@NetBSD.org> |
initial import of libpciaccess-0.18.1 |
| fbfaf8f3 |
04-Jul-2024 |
mrg <mrg@NetBSD.org> |
initial import of fonttosfnt-1.2.3 |
| b7d0e977 |
04-Jul-2024 |
mrg <mrg@NetBSD.org> |
avoid a redefinition error. |
| 6ae2c069 |
04-Jul-2024 |
mrg <mrg@NetBSD.org> |
merge imake 1.0.10, mkfontscale 1.2.3, and xkbcomp 1.4.7. |
| affd2f3f |
04-Jul-2024 |
mrg <mrg@NetBSD.org> |
initial import of xkbutils-1.0.6 |
| 6930ead5 |
04-Jul-2024 |
mrg <mrg@NetBSD.org> |
initial import of xkbcomp-1.4.7 |
| b2448f93 |
04-Jul-2024 |
mrg <mrg@NetBSD.org> |
initial import of mkfontscale-1.2.3 |
| 43b8458e |
04-Jul-2024 |
mrg <mrg@NetBSD.org> |
initial import of imake-1.0.10 |
| 22281038 |
04-Jul-2024 |
mrg <mrg@NetBSD.org> |
initial import of font-util-1.4.1 |
| 18ea056e |
04-Jul-2024 |
mrg <mrg@NetBSD.org> |
initial import of xcb-proto-1.17.0 |
| b9526c6a |
04-Jul-2024 |
mrg <mrg@NetBSD.org> |
initial import of libxcb-1.17.0 |
| b5154cd8 |
04-Jul-2024 |
mrg <mrg@NetBSD.org> |
fix merge botch. |
| 72320d7b |
04-Jul-2024 |
mrg <mrg@NetBSD.org> |
merge xf86-input-elographics 1.4.4, xf86-video-chips 1.5.0, xf86-video-nv 2.1.23, xf86-video-savage 2.4.1, xf86-video-siliconmotion 1.7.10, xf86-video-vboxvideo 1.0.1. |
| 636c353e |
04-Jul-2024 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-vboxvideo-1.0.1 |
| beef1b22 |
04-Jul-2024 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-siliconmotion-1.7.10 |
| 5c8a776c |
04-Jul-2024 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-savage-2.4.1 |
| dbcfc9ff |
04-Jul-2024 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-nv-2.1.23 |
| 44256261 |
04-Jul-2024 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-chips-1.5.0 |
| 901a7df4 |
04-Jul-2024 |
mrg <mrg@NetBSD.org> |
initial import of xf86-input-elographics-1.4.4 |
| 82d1c0e7 |
04-Jul-2024 |
mrg <mrg@NetBSD.org> |
merge libXaw 1.0.16, libfontenc 1.1.8, libpthread-stubs 0.5, and util-macros 1.20.1. |
| 220ad8cd |
04-Jul-2024 |
mrg <mrg@NetBSD.org> |
initial import of util-macros-1.20.1 |
| fe605390 |
04-Jul-2024 |
mrg <mrg@NetBSD.org> |
initial import of libpthread-stubs-0.5 |
| da2777aa |
04-Jul-2024 |
mrg <mrg@NetBSD.org> |
initial import of libfontenc-1.1.8 |
| efbcb2bf |
04-Jul-2024 |
mrg <mrg@NetBSD.org> |
initial import of libXaw-1.0.16 |
| e2515bd3 |
04-Jul-2024 |
mrg <mrg@NetBSD.org> |
merge xlsfonts 1.0.8, xmh 1.0.5, xorg-docs 1.7.3, and xsm 1.0.6. |
| 8d1e6323 |
04-Jul-2024 |
mrg <mrg@NetBSD.org> |
initial import of xsm-1.0.6 |
| e4efb0bc |
04-Jul-2024 |
mrg <mrg@NetBSD.org> |
initial import of xrefresh-1.1.0 |
| 9dd7914a |
04-Jul-2024 |
mrg <mrg@NetBSD.org> |
initial import of xorg-docs-1.7.3 |
| 66d665a3 |
04-Jul-2024 |
mrg <mrg@NetBSD.org> |
initial import of xmh-1.0.5 |
| 61d7a284 |
04-Jul-2024 |
mrg <mrg@NetBSD.org> |
initial import of xlsfonts-1.0.8 |
| 224bc9c7 |
04-Jul-2024 |
mrg <mrg@NetBSD.org> |
initial import of xfontsel-1.1.1 |
| 772b5186 |
04-Jul-2024 |
mrg <mrg@NetBSD.org> |
initial import of iceauth-1.0.10 |
| 6448b35c |
04-Jul-2024 |
mrg <mrg@NetBSD.org> |
merge xbiff 1.0.5, xconsole 1.1.0, xditview 1.0.7, xedit 1.2.4, xev 1.2.6, xeyes 1.3.0, xload 1.2.0, xman 1.2.0, xmessage 1.0.7, and xmore 1.0.4. |
| ed89697e |
04-Jul-2024 |
mrg <mrg@NetBSD.org> |
initial import of xmore-1.0.4 |
| 14a67432 |
04-Jul-2024 |
mrg <mrg@NetBSD.org> |
initial import of xmessage-1.0.7 |
| a5a2a776 |
04-Jul-2024 |
mrg <mrg@NetBSD.org> |
initial import of xman-1.2.0 |
| 83f4f7f0 |
04-Jul-2024 |
mrg <mrg@NetBSD.org> |
initial import of xload-1.2.0 |
| 3bee1c92 |
04-Jul-2024 |
mrg <mrg@NetBSD.org> |
initial import of xeyes-1.3.0 |
| 99999d39 |
04-Jul-2024 |
mrg <mrg@NetBSD.org> |
initial import of xev-1.2.6 |
| c2cbb186 |
04-Jul-2024 |
mrg <mrg@NetBSD.org> |
initial import of xedit-1.2.4 |
| 00994698 |
04-Jul-2024 |
mrg <mrg@NetBSD.org> |
initial import of xditview-1.0.7 |
| d5e55f73 |
04-Jul-2024 |
mrg <mrg@NetBSD.org> |
initial import of xconsole-1.1.0 |
| 3b83913f |
04-Jul-2024 |
mrg <mrg@NetBSD.org> |
initial import of xbiff-1.0.5 |
| 121633d0 |
03-Jul-2024 |
mrg <mrg@NetBSD.org> |
merge makedepend-1.0.9. |
| fadff096 |
03-Jul-2024 |
mrg <mrg@NetBSD.org> |
initial import of makedepend-1.0.9 |
| baaedd75 |
03-Jul-2024 |
mrg <mrg@NetBSD.org> |
initial import of lndir-1.0.5 |
| b0d3a7b0 |
03-Jul-2024 |
mrg <mrg@NetBSD.org> |
initial import of listres-1.0.6 |
| 38d718bd |
03-Jul-2024 |
mrg <mrg@NetBSD.org> |
initial import of editres-1.0.9 |
| 433d0511 |
03-Jul-2024 |
mrg <mrg@NetBSD.org> |
initial import of bitmap-1.1.1 |
| 9683b4e0 |
03-Jul-2024 |
mrg <mrg@NetBSD.org> |
initial import of appres-1.0.7 |
| 5d8688b9 |
03-Jul-2024 |
mrg <mrg@NetBSD.org> |
merge libXext-1.3.6 and libXvMC-1.0.14. |
| 0f57e2e1 |
03-Jul-2024 |
mrg <mrg@NetBSD.org> |
initial import of libXvMC-1.0.14 |
| 0c674dbd |
03-Jul-2024 |
mrg <mrg@NetBSD.org> |
initial import of libXrandr-1.5.4 |
| 05789e77 |
03-Jul-2024 |
mrg <mrg@NetBSD.org> |
initial import of libXext-1.3.6 |
| e08b657d |
03-Jul-2024 |
mrg <mrg@NetBSD.org> |
initial import of libXdmcp-1.1.5 |
| 0ea508b1 |
03-Jul-2024 |
mrg <mrg@NetBSD.org> |
initial import of libXcursor-1.2.2 |
| c85d0663 |
02-Jul-2024 |
mrg <mrg@NetBSD.org> |
restore vax fp code removed here in libX11 1.8.8. |
| c6e579a2 |
02-Jul-2024 |
mrg <mrg@NetBSD.org> |
merge libX11 1.8.9. |
| ebe525bc |
02-Jul-2024 |
mrg <mrg@NetBSD.org> |
initial import of libX11-1.8.9 |
| 635a5eb8 |
02-Jul-2024 |
mrg <mrg@NetBSD.org> |
initial import of xorgproto-2024.1 |
| c855858b |
21-Jun-2024 |
mrg <mrg@NetBSD.org> |
fix build on alpha. some clean up upstream didn't get tested on alpha it seems, with both missing CARD8 etc identifiers as well as dead/duplicate code. |
| bf7d8d8d |
10-Jun-2024 |
macallan <macallan@NetBSD.org> |
make sure we fill in the name field in generated / converted modes fixes PR 58321, tested by tsutsui@ |
| a61c6651 |
13-May-2024 |
macallan <macallan@NetBSD.org> |
support 16bit colour This requires kernel support, which was committed yesterday. |
| 740d9efe |
09-May-2024 |
nia <nia@NetBSD.org> |
undef HAVE_X11_EXTENSIONS_XF86MISC_H none of our X servers support this extension since 2008 or so. |
| 024565cb |
08-May-2024 |
christos <christos@NetBSD.org> |
Add casts to appease clang |
| cbafdbbf |
24-Apr-2024 |
martin <martin@NetBSD.org> |
fix pasto in previous |
| 6fdc29e9 |
24-Apr-2024 |
macallan <macallan@NetBSD.org> |
don't enable xrender support unless we have 24bit colour |
| 54c3abb5 |
24-Apr-2024 |
martin <martin@NetBSD.org> |
Add dummy cpu feature detection for mipsn64 on NetBSD. XXX seems there is no way to detect mips MSA (SIMD) support currently. |
| fc67b037 |
23-Apr-2024 |
martin <martin@NetBSD.org> |
Do not re-define CACHE_LINE_SIZE |
| bb191807 |
20-Apr-2024 |
maya <maya@NetBSD.org> |
Fix build of mesa 21 This definition is missing from elftoolchain's elfdefinitions.h (via libelf.h), which conflicts with sys/exec_elf.h so we can't get it from sys/exec_elf.h. |
| d9ebab69 |
14-Apr-2024 |
mlelstv <mlelstv@NetBSD.org> |
Only limit the scroll warning, but continue to send the scroll events. |
| 01260a01 |
25-Mar-2024 |
jandberg <jandberg@NetBSD.org> |
xf86-video-wsfb: Add support for 16 color mode on Amiga - Sets up 8bpp shadow framebuffer with depth 4 - Bitplane conversion done in shadow update function - Adds new shadow update function shadowUpdateAfb4x8, which is a slightly modified version of existing shadowUpdateAfb4/8. Discussion on tech-x11: http://mail-index.netbsd.org/tech-x11/2024/02/29/msg002447.html |
| f3a44919 |
07-Feb-2024 |
rhialto <rhialto> |
xf86-input-ws: print log message about touchpad scrolling only once. |
| 0c2341a9 |
26-Jan-2024 |
tsutsui <tsutsui@NetBSD.org> |
Handle "LSBit is left" bitorder VRAM of smg(4) and qv(4) on VAXen. Confirmed on smg(4) on my VAXstation 3100/30. Should be pulled up to netbsd-10. |
| bff82b7e |
22-Jan-2024 |
jmcneill <jmcneill@NetBSD.org> |
xf86-video-wsfb: Add support for Nintendo Wii The Wii's framebuffer is YUY2, so add a custom shadowproc that converts from RGB565 to YUY2 on the fly. |
| d49df8ba |
07-Nov-2023 |
tsutsui <tsutsui@NetBSD.org> |
xf86-input-keyboard: add suppport to get keymap via WSKBDIO_GETMAP ioctl(2). No particular comment on tech-x11@: https://mail-index.netbsd.org/tech-x11/2023/10/31/msg002415.html https://mail-index.netbsd.org/tech-x11/2023/11/04/msg002416.html Tested on NWS-3260 and NWS-3470 with Xorg 1.10 server in netbsd-9. Worth to pullup to netbsd-10 and netbsd-9. |
| f9211c3f |
05-Nov-2023 |
jdc <jdc@NetBSD.org> |
Add NetBSD keyword. |
| b2794957 |
05-Nov-2023 |
jdc <jdc@NetBSD.org> |
Revert r1.4. The changes are minimal and they cause redraw problems (as reported by Maxim Devaev on port-sparc). |
| a95acc01 |
03-Nov-2023 |
prlw1 <prlw1@NetBSD.org> |
We already have libdrm 2.4.114 :-) |
| bc1411c9 |
28-Oct-2023 |
mrg <mrg@NetBSD.org> |
merge security fixes from xorg-server 21.1.9 into xorg-server 10. Fixes CVE-2023-5367 and CVE-2023-5380. |
| f0d0f83f |
25-Oct-2023 |
mrg <mrg@NetBSD.org> |
merge xorg-server 21.1.9. |
| eee80088 |
25-Oct-2023 |
mrg <mrg@NetBSD.org> |
initial import of xorg-server-21.1.9 |
| 054b220a |
20-Oct-2023 |
mlelstv <mlelstv@NetBSD.org> |
Use a SIGCHLD handler instead of ignoring the signal. This avoids lockups when child processes were inherited (e.g. from .xsession) but new children are waited for in system(). |
| 4e08afa9 |
03-Oct-2023 |
mrg <mrg@NetBSD.org> |
merge libX11 1.8.7 and libXpm 3.5.17. |
| 52dc082b |
03-Oct-2023 |
mrg <mrg@NetBSD.org> |
initial import of libXpm-3.5.17 |
| cbfda780 |
03-Oct-2023 |
mrg <mrg@NetBSD.org> |
initial import of libX11-1.8.7 |
| 75cc7136 |
05-Sep-2023 |
mrg <mrg@NetBSD.org> |
adjust the prototype for sm11_hw_metric_calc_result() to reality. it used to say res64[8] but was passed a res64[4], and only accessed the first 4 elements anyway. already fixed the same in newer Mesa. fixes GCC 12 warning. |
| 893028ef |
11-Aug-2023 |
mrg <mrg@NetBSD.org> |
don't try to free(argv) from main. free(child_argv) instead. |
| 29dcb7bf |
11-Aug-2023 |
mrg <mrg@NetBSD.org> |
redo previous change which didn't actually avoid the truncation. increase the definition of MSLEN so that the size check fits the maximum actual string definition. also reduces diff vs upstream to just one 1 line. |
| 65bbbf1b |
28-Jul-2023 |
christos <christos@NetBSD.org> |
Gcc complains about overflow writing 53 bytes into a region of size 35, and it is correct for the alphabet copying line, which correctly comments about the overflow too. |
| 22fc2aa6 |
16-Jul-2023 |
rjs <rjs@NetBSD.org> |
sizeof() returns size_t type. |
| 30147a1f |
16-Jul-2023 |
rjs <rjs@NetBSD.org> |
Fix enum name in cast. |
| 68e1a643 |
16-Jul-2023 |
rjs <rjs@NetBSD.org> |
include cstdarg for va_list Copied from graphics/MesaLib pkg. |
| c6704ba4 |
16-Jul-2023 |
rjs <rjs@NetBSD.org> |
setOverrideStackAlignment() isn't in our llvm runtime library. |
| 96c5ddc4 |
16-Jul-2023 |
rjs <rjs@NetBSD.org> |
Update generated files to match 21.3.7. Created using a dummy pkg. |
| df1c27a6 |
05-Jul-2023 |
nia <nia@NetBSD.org> |
Merge ctwm-4.1.0 |
| b18c2d1e |
05-Jul-2023 |
nia <nia@NetBSD.org> |
ctwm-4.1.0 |
| 46bb3e47 |
20-Jun-2023 |
mrg <mrg@NetBSD.org> |
merge fontconfig 2.14.2. |
| 1cc69409 |
20-Jun-2023 |
mrg <mrg@NetBSD.org> |
initial import of fontconfig-2.14.2 |
| ebac4eb7 |
20-Jun-2023 |
mrg <mrg@NetBSD.org> |
initial import of xf86-input-mouse-1.9.5 |
| d1603bab |
20-Jun-2023 |
mrg <mrg@NetBSD.org> |
merge xterm 382. |
| 5307cd1a |
20-Jun-2023 |
mrg <mrg@NetBSD.org> |
initial import of xterm-382 |
| c744f008 |
19-Jun-2023 |
mrg <mrg@NetBSD.org> |
merge xf86-video-geode 2.11.21, xf86-video-i128 1.4.1, xf86-video-neomagic 1.3.1, and xf86-video-savage 2.4.0. |
| 2b2b4fcb |
19-Jun-2023 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-savage-2.4.0 |
| efb46889 |
19-Jun-2023 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-neomagic-1.3.1 |
| e9f7eabc |
19-Jun-2023 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-i128-1.4.1 |
| 79d5fcd7 |
19-Jun-2023 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-geode-2.11.21 |
| cd2eb4f7 |
19-Jun-2023 |
mrg <mrg@NetBSD.org> |
merge xf86-video-ati 22.0.0. |
| 0a1d3ae0 |
19-Jun-2023 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-ati-22.0.0 |
| 83283e49 |
19-Jun-2023 |
mrg <mrg@NetBSD.org> |
merge xinput 1.6.4, xrdb 1.2.2, xwd 1.0.9, and xwininfo 1.1.6 |
| 2163f7f8 |
19-Jun-2023 |
mrg <mrg@NetBSD.org> |
initial import of xwininfo-1.1.6 |
| 6728f30e |
19-Jun-2023 |
mrg <mrg@NetBSD.org> |
initial import of xwd-1.0.9 |
| 14cde9d3 |
19-Jun-2023 |
mrg <mrg@NetBSD.org> |
initial import of xrdb-1.2.2 |
| 20f5670e |
19-Jun-2023 |
mrg <mrg@NetBSD.org> |
initial import of xinput-1.6.4 |
| 8f67466e |
19-Jun-2023 |
mrg <mrg@NetBSD.org> |
update for new xdpyinfo |
| f303c8d5 |
19-Jun-2023 |
mrg <mrg@NetBSD.org> |
initial import of xdpyinfo-1.3.4 |
| fc5a3af9 |
19-Jun-2023 |
mrg <mrg@NetBSD.org> |
initial import of xcalc-1.1.2 |
| 7f6d8fe2 |
19-Jun-2023 |
mrg <mrg@NetBSD.org> |
initial import of setxkbmap-1.3.4 |
| 81234fe6 |
19-Jun-2023 |
mrg <mrg@NetBSD.org> |
make _port 'const', to match the users. |
| a773ec55 |
19-Jun-2023 |
mrg <mrg@NetBSD.org> |
merge libXfixes 6.0.1, libXft 2.3.8, libXi 1.8.1, libXpm 3.5.16, libXt 1.3.0, and xtrans 1.5.0. |
| e45ace2b |
19-Jun-2023 |
mrg <mrg@NetBSD.org> |
initial import of xtrans-1.5.0 |
| fdf6a26f |
19-Jun-2023 |
mrg <mrg@NetBSD.org> |
initial import of libXt-1.3.0 |
| 74835918 |
19-Jun-2023 |
mrg <mrg@NetBSD.org> |
initial import of libXpm-3.5.16 |
| 4e8f48c7 |
19-Jun-2023 |
mrg <mrg@NetBSD.org> |
initial import of libXi-1.8.1 |
| 0c6340ca |
19-Jun-2023 |
mrg <mrg@NetBSD.org> |
initial import of libXft-2.3.8 |
| a7e741d5 |
19-Jun-2023 |
mrg <mrg@NetBSD.org> |
initial import of libXfixes-6.0.1 |
| 15885c33 |
19-Jun-2023 |
mrg <mrg@NetBSD.org> |
merge libX11 1.8.6. |
| 7d2c738b |
19-Jun-2023 |
mrg <mrg@NetBSD.org> |
initial import of libX11-1.8.6 |
| 437f5d83 |
19-Jun-2023 |
mrg <mrg@NetBSD.org> |
merge xorgproto 2023.02 |
| 68872e7f |
19-Jun-2023 |
mrg <mrg@NetBSD.org> |
initial import of xorgproto-2023.2 |
| 7f60d2b9 |
04-Jun-2023 |
riastradh <riastradh@NetBSD.org> |
mesa: Remove massive kludge that worked around PR toolchain/50277. Now that the underlying bug in ld.elf_so is fixed, the workaround is causing harm. XXX pullup-10 |
| 84795101 |
31-Mar-2023 |
mrg <mrg@NetBSD.org> |
pull across fixes for ZDI-CAN-19866 / CVE-2023-1393: use after free |
| 62379c04 |
30-Mar-2023 |
mrg <mrg@NetBSD.org> |
updates for xorg-server 21.1.8. |
| 66a63a3a |
30-Mar-2023 |
mrg <mrg@NetBSD.org> |
merge xorg-server 21.1.8. |
| 23bc1c4e |
30-Mar-2023 |
mrg <mrg@NetBSD.org> |
initial import of xorg-server-21.1.8 |
| 3de6561f |
23-Mar-2023 |
mrg <mrg@NetBSD.org> |
merge xkeyboard-config 2.38. |
| caa6d561 |
23-Mar-2023 |
mrg <mrg@NetBSD.org> |
initial import of xkeyboard-config-2.38 |
| e4543249 |
23-Mar-2023 |
mrg <mrg@NetBSD.org> |
merge libXaw 1.0.15. |
| 5b16253f |
23-Mar-2023 |
mrg <mrg@NetBSD.org> |
initial import of libXaw-1.0.15 |
| 880d0a0c |
20-Mar-2023 |
mrg <mrg@NetBSD.org> |
merge xbitmaps 1.1.3 and xorg-cf-files 1.0.8. also, fix riscv64 on netbsd to define _XSERVER64. |
| 944bff83 |
20-Mar-2023 |
mrg <mrg@NetBSD.org> |
initial import of xorg-cf-files-1.0.8 |
| e8340fab |
20-Mar-2023 |
mrg <mrg@NetBSD.org> |
initial import of xbitmaps-1.1.3 |
| 6781a5f7 |
20-Mar-2023 |
mrg <mrg@NetBSD.org> |
initial import of util-macros-1.20.0 |
| 867a772d |
19-Mar-2023 |
mrg <mrg@NetBSD.org> |
merge new font packages. |
| c12babeb |
19-Mar-2023 |
mrg <mrg@NetBSD.org> |
initial import of font-util-1.4.0 |
| 7b5fefc8 |
19-Mar-2023 |
mrg <mrg@NetBSD.org> |
initial import of font-sony-misc-1.0.4 |
| 541411ce |
19-Mar-2023 |
mrg <mrg@NetBSD.org> |
initial import of font-mutt-misc-1.0.4 |
| 0cfee914 |
19-Mar-2023 |
mrg <mrg@NetBSD.org> |
initial import of font-misc-misc-1.1.3 |
| 111ba1da |
19-Mar-2023 |
mrg <mrg@NetBSD.org> |
initial import of font-jis-misc-1.0.4 |
| 6c19a6d3 |
19-Mar-2023 |
mrg <mrg@NetBSD.org> |
initial import of font-isas-misc-1.0.4 |
| 06b4e479 |
19-Mar-2023 |
mrg <mrg@NetBSD.org> |
initial import of font-ibm-type1-1.0.4 |
| 87402a6f |
19-Mar-2023 |
mrg <mrg@NetBSD.org> |
initial import of font-dec-misc-1.0.4 |
| 18eba588 |
19-Mar-2023 |
mrg <mrg@NetBSD.org> |
initial import of font-daewoo-misc-1.0.4 |
| d3407da1 |
19-Mar-2023 |
mrg <mrg@NetBSD.org> |
initial import of font-cursor-misc-1.0.4 |
| f080562e |
19-Mar-2023 |
mrg <mrg@NetBSD.org> |
initial import of font-bitstream-type1-1.0.4 |
| 414cce6a |
19-Mar-2023 |
mrg <mrg@NetBSD.org> |
initial import of font-bitstream-75dpi-1.0.4 |
| 7591dea4 |
19-Mar-2023 |
mrg <mrg@NetBSD.org> |
initial import of font-bitstream-100dpi-1.0.4 |
| 3d730be9 |
19-Mar-2023 |
mrg <mrg@NetBSD.org> |
initial import of font-bh-type1-1.0.4 |
| 48e37bc2 |
19-Mar-2023 |
mrg <mrg@NetBSD.org> |
initial import of font-bh-ttf-1.0.4 |
| 82ac4983 |
19-Mar-2023 |
mrg <mrg@NetBSD.org> |
initial import of font-bh-lucidatypewriter-75dpi-1.0.4 |
| cacb27f9 |
19-Mar-2023 |
mrg <mrg@NetBSD.org> |
initial import of font-bh-lucidatypewriter-100dpi-1.0.4 |
| 15adf0bf |
19-Mar-2023 |
mrg <mrg@NetBSD.org> |
initial import of font-bh-75dpi-1.0.4 |
| f403ce92 |
19-Mar-2023 |
mrg <mrg@NetBSD.org> |
initial import of font-bh-100dpi-1.0.4 |
| 0c1e1135 |
19-Mar-2023 |
mrg <mrg@NetBSD.org> |
initial import of font-alias-1.0.5 |
| e5e957df |
19-Mar-2023 |
mrg <mrg@NetBSD.org> |
initial import of font-adobe-utopia-type1-1.0.5 |
| 09924814 |
19-Mar-2023 |
mrg <mrg@NetBSD.org> |
initial import of font-adobe-utopia-100dpi-1.0.5 |
| ef516338 |
19-Mar-2023 |
mrg <mrg@NetBSD.org> |
initial import of font-adobe-75dpi-1.0.4 |
| 5d10e53f |
19-Mar-2023 |
mrg <mrg@NetBSD.org> |
initial import of font-adobe-100dpi-1.0.4 |
| 22138c50 |
19-Mar-2023 |
mrg <mrg@NetBSD.org> |
initial import of encodings-1.0.7 |
| 9775ba4b |
02-Mar-2023 |
mrg <mrg@NetBSD.org> |
fix idempotent check define as noticed by LLVM. |
| 251c8b28 |
26-Feb-2023 |
mrg <mrg@NetBSD.org> |
updates for xf86-video-amdgpu 23.0. |
| a075da42 |
26-Feb-2023 |
mrg <mrg@NetBSD.org> |
work around a local change that enables drivers to work. see 'const' commented in xorg-server/dist/hw/xfree86/common/xf86xv.h. maybe we can clean this up properly now most drivers are updated. |
| e49c54bc |
26-Feb-2023 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-amdgpu-23.0.0 |
| 8d416bed |
26-Feb-2023 |
mrg <mrg@NetBSD.org> |
updates for xf86-video-vmware 13.4.0. |
| 0b7217d9 |
26-Feb-2023 |
mrg <mrg@NetBSD.org> |
merge xf86-video-ark 0.7.6, xf86-video-s3virge 1.11.1, xf86-video-trident 1.4.0, and xf86-video-vmware 13.4.0. |
| 25dbecb6 |
26-Feb-2023 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-vmware-13.4.0 |
| d87a3195 |
26-Feb-2023 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-trident-1.4.0 |
| 22663e35 |
26-Feb-2023 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-s3virge-1.11.1 |
| d514b0f3 |
26-Feb-2023 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-qxl-0.1.6 |
| 15ffece8 |
26-Feb-2023 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-ark-0.7.6 |
| 4fb2404e |
24-Feb-2023 |
mrg <mrg@NetBSD.org> |
arrange for ftoption.h to define FT_CONFIG_OPTION_USE_BROTLI but not for tools guard the definition in ftoption.h with #ifndef TOOL_FCCACHE, and build the tools portions with this defined if not already set. this fixes building pkgsrc blender with native x11. |
| d931189f |
07-Feb-2023 |
mrg <mrg@NetBSD.org> |
pullover fix from xorg-server 21.1.7: https://gitlab.freedesktop.org/xorg/xserver/-/commit/0ba6d8c37071131a49790243cdac55392ecf71ec Xi: fix potential use-after-free in DeepCopyPointerClasses CVE-2023-0494, ZDI-CAN-19596 This vulnerability was discovered by: Jan-Niklas Sohn working with Trend Micro Zero Day Initiative Signed-off-by: Peter Hutterer's avatarPeter Hutterer <peter.hutterer@who-t.net> |
| 84df3cf2 |
07-Feb-2023 |
mrg <mrg@NetBSD.org> |
merge beforelight 1.0.6 |
| e9feffd0 |
07-Feb-2023 |
mrg <mrg@NetBSD.org> |
initial import of beforelight-1.0.6 |
| 3138c4c0 |
07-Feb-2023 |
mrg <mrg@NetBSD.org> |
merge xorg-server 21.1.7. |
| a1e1cf94 |
07-Feb-2023 |
mrg <mrg@NetBSD.org> |
initial import of xorg-server-21.1.7 |
| 0b3dccf2 |
05-Feb-2023 |
mrg <mrg@NetBSD.org> |
avoid redefining xmalloc and xfree. this file defines them with a parameter, but Xthreads.h (which comes from xorgproto) only defines them as names, causing conflicting definitions. fixes build with libX11 1.8.4. |
| 876003ca |
05-Feb-2023 |
mrg <mrg@NetBSD.org> |
merge libX11 1.8.4. |
| 14db512d |
05-Feb-2023 |
mrg <mrg@NetBSD.org> |
initial import of libX11-1.8.4 |
| 7324a715 |
04-Feb-2023 |
wiz <wiz@NetBSD.org> |
xfwp: remove |
| 26fa459c |
29-Jan-2023 |
mrg <mrg@NetBSD.org> |
initial import of brotli 1.0.9. modern blender wants freetype to have brotli support enabled or it won't build. fortunately, enabling the decoder support (all it needs currently) is relatively easy and small (~160k on amd64) without exposing brotli as a first class citizen is easy, so this will be linked into xsrc freetype directly. XXX: pullup-10? or perhaps force -10 to use pkgsrc freetype? from pkgsrc DESCR: Brotli is a generic-purpose lossless compression algorithm that compresses data using a combination of a modern variant of the LZ77 algorithm, Huffman coding and 2nd order context modeling, with a compression ratio comparable to the best currently available general-purpose compression methods. It is similar in speed with deflate but offers more dense compression. |
| df74d854 |
22-Jan-2023 |
rillig <rillig@NetBSD.org> |
revert workaround for lint A simple '-DFC_NO_MT' in the Makefile works even better. |
| cb4e8962 |
22-Jan-2023 |
christos <christos@NetBSD.org> |
deal with vax exponent limit |
| 45180ea6 |
22-Jan-2023 |
rillig <rillig@NetBSD.org> |
fontconfig: fix lint build (GCC internals in <stdatomic.h>) |
| 18181623 |
21-Jan-2023 |
mrg <mrg@NetBSD.org> |
merge fontconfig 2.14.1. |
| eceda581 |
21-Jan-2023 |
mrg <mrg@NetBSD.org> |
initial import of fontconfig-2.14.1 |
| 624e3943 |
20-Jan-2023 |
mrg <mrg@NetBSD.org> |
pull over / convert to upstream fixes for newer binutils https://gitlab.freedesktop.org/xorg/util/cf/-/commit/90b66dc73deb9ef303690370395cf831425547c7 also apply to a couple of other ArCmd uses. thanks tnn@ for pointing me to the above change. |
| 7872e0a1 |
19-Jan-2023 |
mrg <mrg@NetBSD.org> |
merge fontconfig 2.14. |
| a4e54154 |
19-Jan-2023 |
mrg <mrg@NetBSD.org> |
initial import of fontconfig-2.14.0 |
| c378da89 |
19-Jan-2023 |
mrg <mrg@NetBSD.org> |
merge libXpm 3.5.15. |
| 1c235774 |
19-Jan-2023 |
mrg <mrg@NetBSD.org> |
initial import of libXpm-3.5.15 |
| e0bfd4aa |
17-Jan-2023 |
mrg <mrg@NetBSD.org> |
pull over fix from pkgsrc xorg-cf-files and avoid ar's "l" flag. |
| 665b72dd |
11-Jan-2023 |
macallan <macallan@NetBSD.org> |
be more consistent with debug options |
| 698f741c |
09-Jan-2023 |
mrg <mrg@NetBSD.org> |
fix previous - still include xf86Cursor.h |
| 7e806d9d |
09-Jan-2023 |
mrg <mrg@NetBSD.org> |
pull across a fix from upstream to fix clang builds. https://gitlab.freedesktop.org/pixman/pixman/-/merge_requests/16/diffs?commit_id=d60b0af5e32fed034bd163d244148947d3ed91a8 Avoid undefined behavior (left-shifting negative value) in pixman_int_to_fixed Reported in https://bugzilla.mozilla.org/show_bug.cgi?id=1580352. Casting the argument to uint32_t should avoid invoking undefined behavior here. We'll still have *implementation-defined* behavior when casting the result back to pixman_fixed_t, but that's better than *undefined*. |
| 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. |
| bd2ed648 |
08-Jan-2023 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-suntcx-1.1.3 |
| 8fc2d0c6 |
08-Jan-2023 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-sunleo-1.2.3 |
| cfa76ccd |
08-Jan-2023 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-sunffb-1.2.3 |
| 5c30ecad |
08-Jan-2023 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-suncg6-1.1.3 |
| 66ab3337 |
08-Jan-2023 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-suncg14-1.1.3 |
| e8b4ed9f |
08-Jan-2023 |
mrg <mrg@NetBSD.org> |
merge xf86-input-elographics 1.4.3, xf86-video-ast 1.1.6, xf86-video-r128 6.12.1, and xf86-video-vesa 2.6.0. |
| 5e62143b |
08-Jan-2023 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-vesa-2.6.0 |
| 8ce07328 |
08-Jan-2023 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-r128-6.12.1 |
| f010a93d |
08-Jan-2023 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-ast-1.1.6 |
| 621f50c3 |
08-Jan-2023 |
mrg <mrg@NetBSD.org> |
initial import of xf86-input-elographics-1.4.3 |
| 139359d2 |
08-Jan-2023 |
mrg <mrg@NetBSD.org> |
initial import of libxshmfence-1.3.2 |
| 9ab56c27 |
08-Jan-2023 |
mrg <mrg@NetBSD.org> |
initial import of libxkbfile-1.1.2 |
| 43d802fa |
08-Jan-2023 |
mrg <mrg@NetBSD.org> |
initial import of libfontenc-1.1.7 |
| 630e437a |
08-Jan-2023 |
mrg <mrg@NetBSD.org> |
initial import of libXau-1.0.11 |
| ee1eb866 |
08-Jan-2023 |
mrg <mrg@NetBSD.org> |
merge xdriinfo 1.0.7. |
| 138a9f8a |
08-Jan-2023 |
mrg <mrg@NetBSD.org> |
initial import of xvinfo-1.1.5 |
| a57d84fe |
08-Jan-2023 |
mrg <mrg@NetBSD.org> |
initial import of xkbcomp-1.4.6 |
| b71ad168 |
08-Jan-2023 |
mrg <mrg@NetBSD.org> |
initial import of xhost-1.0.9 |
| a0d387c7 |
08-Jan-2023 |
mrg <mrg@NetBSD.org> |
initial import of xdriinfo-1.0.7 |
| 7aed6334 |
08-Jan-2023 |
mrg <mrg@NetBSD.org> |
merge xinit 1.4.2, xprop 1.2.6, xrandr 1.5.2, xset 1.2.5, and xstdcmap 1.0.5 |
| 94c9ab7b |
08-Jan-2023 |
mrg <mrg@NetBSD.org> |
initial import of xstdcmap-1.0.5 |
| 0f5b81e5 |
08-Jan-2023 |
mrg <mrg@NetBSD.org> |
initial import of xset-1.2.5 |
| 09113985 |
08-Jan-2023 |
mrg <mrg@NetBSD.org> |
initial import of xrandr-1.5.2 |
| 49bee38c |
08-Jan-2023 |
mrg <mrg@NetBSD.org> |
initial import of xprop-1.2.6 |
| 7c5adda3 |
08-Jan-2023 |
mrg <mrg@NetBSD.org> |
initial import of xinit-1.4.2 |
| aa3927f2 |
08-Jan-2023 |
mrg <mrg@NetBSD.org> |
merge lndir 1.0.4, transset 1.0.3, xdm 1.1.14, xfd 1.1.4, and xgamma 1.0.7 |
| 7ed541ca |
08-Jan-2023 |
mrg <mrg@NetBSD.org> |
initial import of xgamma-1.0.7 |
| 31e5d586 |
08-Jan-2023 |
mrg <mrg@NetBSD.org> |
initial import of xfd-1.1.4 |
| f9f7a7f2 |
08-Jan-2023 |
mrg <mrg@NetBSD.org> |
initial import of xdm-1.1.14 |
| 9f1d9476 |
08-Jan-2023 |
mrg <mrg@NetBSD.org> |
initial import of transset-1.0.3 |
| 16e5c272 |
08-Jan-2023 |
mrg <mrg@NetBSD.org> |
initial import of lndir-1.0.4 |
| 565394e5 |
08-Jan-2023 |
mrg <mrg@NetBSD.org> |
merge libSM 1.2.4, and libXxf86dga 1.1.6 |
| 27485fbc |
08-Jan-2023 |
mrg <mrg@NetBSD.org> |
initial import of libXxf86dga-1.1.6 |
| 3fb97780 |
08-Jan-2023 |
mrg <mrg@NetBSD.org> |
initial import of libSM-1.2.4 |
| 7bf574cc |
08-Jan-2023 |
mrg <mrg@NetBSD.org> |
merge libXScrnSaver 1.2.4, libXcomposite 0.4.6, libXdamage 1.1.6, libXres 1.2.2, and libXv 1.0.12. |
| 949d0342 |
08-Jan-2023 |
mrg <mrg@NetBSD.org> |
initial import of libXv-1.0.12 |
| a392d4f3 |
08-Jan-2023 |
mrg <mrg@NetBSD.org> |
initial import of libXres-1.2.2 |
| 6c9573ad |
08-Jan-2023 |
mrg <mrg@NetBSD.org> |
initial import of libXdamage-1.1.6 |
| c3e29c03 |
08-Jan-2023 |
mrg <mrg@NetBSD.org> |
initial import of libXcomposite-0.4.6 |
| d5637ae9 |
08-Jan-2023 |
mrg <mrg@NetBSD.org> |
initial import of libXScrnSaver-1.2.4 |
| a5bbb2f1 |
08-Jan-2023 |
mrg <mrg@NetBSD.org> |
fix merge-botch in previous |
| 8b1f82e3 |
08-Jan-2023 |
mrg <mrg@NetBSD.org> |
merge libXft 2.3.7, libXpm 3.5.14, and libXrandr 1.5.3. |
| 8d0bc965 |
08-Jan-2023 |
mrg <mrg@NetBSD.org> |
initial import of libXrandr-1.5.3 |
| 19569120 |
08-Jan-2023 |
mrg <mrg@NetBSD.org> |
initial import of libXpm-3.5.14 |
| 25420f97 |
08-Jan-2023 |
mrg <mrg@NetBSD.org> |
initial import of libXft-2.3.7 |
| 515ec619 |
08-Jan-2023 |
mrg <mrg@NetBSD.org> |
initial import of libXdmcp-1.1.4 |
| 1009a292 |
08-Jan-2023 |
mrg <mrg@NetBSD.org> |
initial import of libICE-1.1.1 |
| 2d19872a |
08-Jan-2023 |
mrg <mrg@NetBSD.org> |
merge xorg-server 21.1.6. |
| d36a1693 |
08-Jan-2023 |
mrg <mrg@NetBSD.org> |
initial import of xorg-server-21.1.6 |
| 9f4f9267 |
19-Dec-2022 |
mrg <mrg@NetBSD.org> |
fix a couple of merge botches (duplicated) delete #if 0'd sections. reduces diffs vs upstream. |
| b7163d5b |
19-Dec-2022 |
martin <martin@NetBSD.org> |
Fix broken revert commit part #2 |
| 0efe039a |
19-Dec-2022 |
martin <martin@NetBSD.org> |
Argh, undo "revert" commit to wrong branch |
| 1ccffcbd |
19-Dec-2022 |
martin <martin@NetBSD.org> |
Try to revert partial previous commit (ssh connection dropped) |
| e383896c |
19-Dec-2022 |
mrg <mrg@NetBSD.org> |
merge xorg-server 1.21.1.5 |
| c82838c1 |
19-Dec-2022 |
mrg <mrg@NetBSD.org> |
initial import of xorg-server-21.1.5 |
| 507fd43f |
19-Dec-2022 |
mrg <mrg@NetBSD.org> |
initial import of libX11-1.8.3 |
| ee0db89d |
19-Dec-2022 |
mrg <mrg@NetBSD.org> |
initial import of makedepend-1.0.8 |
| 3bea7804 |
19-Dec-2022 |
mrg <mrg@NetBSD.org> |
revert previous: recently release makedepend fixes it better. |
| a1d8a91d |
17-Dec-2022 |
mrg <mrg@NetBSD.org> |
un-merge pixman 0.42.2 and re-merge 0.38.4. |
| 101944cf |
17-Dec-2022 |
mrg <mrg@NetBSD.org> |
initial import of revert to pixman-0.38.4. see arm64 neon issues, and other issues (eg, PR#57108) |
| 7dd2a3ff |
16-Dec-2022 |
mrg <mrg@NetBSD.org> |
bump MAXFILES. xmcd in pkgsrc triggers this limit ... XXX: pullup? |
| a0f5681e |
06-Dec-2022 |
martin <martin@NetBSD.org> |
Undo upstream commit b4a105d77232a87304b7b621e2f99e699a8eebd3, it breaks colours on big endian machines. Also reported upstream. |
| da4b5163 |
14-Nov-2022 |
mrg <mrg@NetBSD.org> |
initial import of xlsclients-1.1.5 |
| 74b35aa8 |
14-Nov-2022 |
mrg <mrg@NetBSD.org> |
initial import of xlsatoms-1.1.4 |
| 84464ca6 |
13-Nov-2022 |
mrg <mrg@NetBSD.org> |
merge xkbevd 1.1.5, xkill 1.0.6, and xlogo 1.0.6 |
| 3a99fc18 |
13-Nov-2022 |
mrg <mrg@NetBSD.org> |
initial import of xlogo-1.0.6 |
| 1c145c9f |
13-Nov-2022 |
mrg <mrg@NetBSD.org> |
initial import of xkill-1.0.6 |
| a67f45c3 |
13-Nov-2022 |
mrg <mrg@NetBSD.org> |
initial import of xkbevd-1.1.5 |
| 6f13e4f1 |
13-Nov-2022 |
mrg <mrg@NetBSD.org> |
merge x11perf 1.6.2. |
| c9e4df9b |
13-Nov-2022 |
mrg <mrg@NetBSD.org> |
initial import of x11perf-1.6.2 |
| d2fd9018 |
12-Nov-2022 |
mrg <mrg@NetBSD.org> |
remove unused file. |
| 430c6832 |
12-Nov-2022 |
mrg <mrg@NetBSD.org> |
merge pixman 0.42.2. this reverts a local change to pixman.h as upstream have fixed it in a different way. |
| a156c6bd |
12-Nov-2022 |
mrg <mrg@NetBSD.org> |
initial import of pixman-0.42.2 |
| 3b115362 |
12-Nov-2022 |
mrg <mrg@NetBSD.org> |
merge libdrm 2.4.114. |
| b0ab5608 |
12-Nov-2022 |
mrg <mrg@NetBSD.org> |
initial import of libdrm-2.4.114 |
| a01999d7 |
12-Nov-2022 |
mrg <mrg@NetBSD.org> |
merge libpciaccess 0.17. |
| 48becaf0 |
12-Nov-2022 |
mrg <mrg@NetBSD.org> |
initial import of libpciaccess-0.17 |
| 4d6d3f96 |
11-Nov-2022 |
mrg <mrg@NetBSD.org> |
merge xf86-input-mouse 1.9.4. |
| 370b807f |
11-Nov-2022 |
mrg <mrg@NetBSD.org> |
initial import of xf86-input-mouse-1.9.4 |
| 7fb93f23 |
11-Nov-2022 |
mrg <mrg@NetBSD.org> |
merge rgb 1.1.0, sessreg 1.1.3, xfsinfo 1.0.7, and xsetroot 1.1.3 |
| 0f595aed |
11-Nov-2022 |
mrg <mrg@NetBSD.org> |
initial import of xsetroot-1.1.3 |
| 58105723 |
11-Nov-2022 |
mrg <mrg@NetBSD.org> |
initial import of xfsinfo-1.0.7 |
| 92e95ad1 |
11-Nov-2022 |
mrg <mrg@NetBSD.org> |
initial import of sessreg-1.1.3 |
| afb14e9b |
11-Nov-2022 |
mrg <mrg@NetBSD.org> |
initial import of rgb-1.1.0 |
| df8faf95 |
11-Nov-2022 |
mrg <mrg@NetBSD.org> |
update for imake 1.0.9. |
| 4f87a9f1 |
11-Nov-2022 |
mrg <mrg@NetBSD.org> |
merge imake 1.0.9. |
| 74901992 |
11-Nov-2022 |
mrg <mrg@NetBSD.org> |
initial import of makedepend-1.0.7 |
| e5db2183 |
11-Nov-2022 |
mrg <mrg@NetBSD.org> |
initial import of imake-1.0.9 |
| 459bbf49 |
11-Nov-2022 |
mrg <mrg@NetBSD.org> |
merge libXinerama 1.1.5 |
| c30f5000 |
11-Nov-2022 |
mrg <mrg@NetBSD.org> |
initial import of libXinerama-1.1.5 |
| ff3f3c6f |
11-Nov-2022 |
mrg <mrg@NetBSD.org> |
merge libX11 1.8.2. |
| 5efbdfc3 |
11-Nov-2022 |
mrg <mrg@NetBSD.org> |
initial import of libX11-1.8.2 |
| 53bb355a |
29-Oct-2022 |
mrg <mrg@NetBSD.org> |
merge libXext 1.3.5, libbXmu 1.1.4, libXrender 1.0.1, libxkbfile 1.1.1 and libxshmfence 1.3.1. |
| 3d05230f |
29-Oct-2022 |
mrg <mrg@NetBSD.org> |
initial import of libxshmfence-1.3.1 |
| 54cef2dd |
29-Oct-2022 |
mrg <mrg@NetBSD.org> |
initial import of libxkbfile-1.1.1 |
| d21ab8bc |
29-Oct-2022 |
mrg <mrg@NetBSD.org> |
initial import of libXrender-0.9.11 |
| a33c354d |
29-Oct-2022 |
mrg <mrg@NetBSD.org> |
initial import of libXpresent-1.0.1 |
| 9dedec0c |
29-Oct-2022 |
mrg <mrg@NetBSD.org> |
initial import of libXmu-1.1.4 |
| 0760f5d2 |
29-Oct-2022 |
mrg <mrg@NetBSD.org> |
initial import of libXext-1.3.5 |
| 46c6bffe |
18-Oct-2022 |
mrg <mrg@NetBSD.org> |
add fake file to find version. XXX: we need a new solution to this as xorg moves further and further away from autoconf to meson. |
| bf7055d6 |
17-Oct-2022 |
mrg <mrg@NetBSD.org> |
merge xkeyboard-config 2.37. |
| 46185892 |
17-Oct-2022 |
mrg <mrg@NetBSD.org> |
initial import of xkeyboard-config-2.37 |
| 729075a4 |
16-Oct-2022 |
mrg <mrg@NetBSD.org> |
merge xkbprint 1.0.6. |
| e6bced22 |
16-Oct-2022 |
mrg <mrg@NetBSD.org> |
initial import of xkbprint-1.0.6 |
| 084f91cc |
16-Oct-2022 |
mrg <mrg@NetBSD.org> |
initial import of xf86-input-vmmouse-13.2.0 |
| f3dfb571 |
16-Oct-2022 |
mrg <mrg@NetBSD.org> |
merge smproxy 1.0.7, viewres 1.0.7, xditview 1.0.6, and xgc 1.0.6. |
| e53c48bf |
16-Oct-2022 |
mrg <mrg@NetBSD.org> |
initial import of xgc-1.0.6 |
| 8c7c3c7e |
16-Oct-2022 |
mrg <mrg@NetBSD.org> |
initial import of xditview-1.0.6 |
| 051ceee6 |
16-Oct-2022 |
mrg <mrg@NetBSD.org> |
initial import of viewres-1.0.7 |
| bdc460c5 |
16-Oct-2022 |
mrg <mrg@NetBSD.org> |
initial import of smproxy-1.0.7 |
| c1ca42f1 |
16-Oct-2022 |
mrg <mrg@NetBSD.org> |
merge bdftopcf 1.1.1 and fstobdf 1.0.7. |
| 889a2364 |
16-Oct-2022 |
mrg <mrg@NetBSD.org> |
initial import of fstobdf-1.0.7 |
| e24f450b |
16-Oct-2022 |
mrg <mrg@NetBSD.org> |
initial import of bdftopcf-1.1.1 |
| de79cf69 |
28-Sep-2022 |
mrg <mrg@NetBSD.org> |
re-port christos' fix for memory leak. also, fix build. |
| 072eb593 |
27-Sep-2022 |
mrg <mrg@NetBSD.org> |
merge libXtst-1.2.4 and libXxf86vm-1.1.5 |
| ee3e8c14 |
27-Sep-2022 |
mrg <mrg@NetBSD.org> |
initial import of libXxf86vm-1.1.5 |
| b41a30aa |
27-Sep-2022 |
mrg <mrg@NetBSD.org> |
initial import of libXtst-1.2.4 |
| 8a91a6eb |
16-Sep-2022 |
mrg <mrg@NetBSD.org> |
initial import of libXft-2.3.6 |
| 5903e163 |
11-Sep-2022 |
mrg <mrg@NetBSD.org> |
merge fslsfonts-1.0.6, ico-1.0.6, oclock-1.0.5, showfont-1.0.6, and xmh-1.0.4 |
| d859ff80 |
11-Sep-2022 |
mrg <mrg@NetBSD.org> |
initial import of xmh-1.0.4 |
| 1a28b98b |
11-Sep-2022 |
mrg <mrg@NetBSD.org> |
initial import of showfont-1.0.6 |
| f3e6ffc5 |
11-Sep-2022 |
mrg <mrg@NetBSD.org> |
initial import of oclock-1.0.5 |
| ebcdf611 |
11-Sep-2022 |
mrg <mrg@NetBSD.org> |
initial import of ico-1.0.6 |
| d04472e1 |
11-Sep-2022 |
mrg <mrg@NetBSD.org> |
initial import of fslsfonts-1.0.6 |
| 5a609870 |
10-Sep-2022 |
tsutsui <tsutsui@NetBSD.org> |
wsfb: disable xf86DisableRandR() only on newer X.org Servers. ABI_VIDEODRV_VERSION has been bumped to 24.0 since xorg-server-1.20.0: https://gitlab.freedesktop.org/xorg/xserver/-/commit/3f9507ed2f7246b2c8cf2bbc430cc99c5f35c92a https://gitlab.freedesktop.org/xorg/xserver/-/commit/dd00e5466a0e4ea313d1860824da4123692827ed |
| 8a4fa5cd |
10-Sep-2022 |
tsutsui <tsutsui@NetBSD.org> |
wsfb: reduce diffs from upstream. Mostly pulled/merged from the following upstream changes: - Fix for dlopen() -based module loader. https://gitlab.freedesktop.org/xorg/driver/xf86-video-wsfb/-/commit/b77092858a178aa169ed4c1c7fe733d5cd355702 - Remove useless loader symbol lists. https://gitlab.freedesktop.org/xorg/driver/xf86-video-wsfb/-/commit/bce9fd21483fbeddc84672a1ef01fdd9b58c88ed - Add compat-api.h for compatibility with xserver 1.13 https://gitlab.freedesktop.org/xorg/driver/xf86-video-wsfb/-/commit/586b722fb17b3eb0ab776c170ee21e6a66fc7f22 - Use own thunk functions instead of shadow*Weak https://gitlab.freedesktop.org/xorg/driver/xf86-video-wsfb/-/commit/fa9aabe95a65c4dd12008e16ad66d5c773a7993a - Remove obsolete #ifdef HAVE_XF1BPP and #ifdef HAVE_XF4BPP blocks, https://gitlab.freedesktop.org/xorg/driver/xf86-video-wsfb/-/commit/16ac29883cb80053fb0b973166a3f664cae1fa44 - Remove unused variables https://gitlab.freedesktop.org/xorg/driver/xf86-video-wsfb/-/commit/1c1bf30b612933a3303d414c75671c9a05ec450a - Suppress a bunch of compiler warnings for using constant strings https://gitlab.freedesktop.org/xorg/driver/xf86-video-wsfb/-/commit/1ff2e87ea1c19d1417b11886d940e205be376d78 - Replace LoaderGetOS with ifdef https://gitlab.freedesktop.org/xorg/driver/xf86-video-wsfb/-/commit/8069c6970c731c38e105f5dddd5ce83ba88b0773 - Fix spelling/wording issues https://gitlab.freedesktop.org/xorg/driver/xf86-video-wsfb/-/commit/27c2d76404c7b440a6662446b189fa257c4cebfc With minor adjustments: - sync order of members in private struct WsfbRec - add more const to avoid warning - add newlines properly to xf86Msg() messages No particular objection on tech-x11@: https://mail-index.netbsd.org/tech-x11/2022/06/thread1.html#002311 |
| 120fad34 |
09-Sep-2022 |
mrg <mrg@NetBSD.org> |
merge libXft 2.3.5. |
| de3c0529 |
09-Sep-2022 |
mrg <mrg@NetBSD.org> |
initial import of libXft-2.3.5 |
| e3bef998 |
09-Sep-2022 |
mrg <mrg@NetBSD.org> |
remove obsolete file. |
| d6a4c6d9 |
09-Sep-2022 |
mrg <mrg@NetBSD.org> |
merge libFS 1.0.9. also, obsolete the local config.h since only one file needed, and replace with the pattern in every other .c file here - #ifdef HAVE_CONFIG_H around the #include. |
| 2a53b785 |
09-Sep-2022 |
mrg <mrg@NetBSD.org> |
initial import of libfontenc-1.1.6 |
| 9c9cb266 |
09-Sep-2022 |
mrg <mrg@NetBSD.org> |
initial import of libXfont2-2.0.6 |
| 95b7a5c8 |
09-Sep-2022 |
mrg <mrg@NetBSD.org> |
initial import of libXau-1.0.10 |
| da1f2d5d |
09-Sep-2022 |
mrg <mrg@NetBSD.org> |
initial import of libFS-1.0.9 |
| c2056409 |
30-Aug-2022 |
tsutsui <tsutsui@NetBSD.org> |
wsfb: add 8bpp planar support for LUNA using amiga's Afb. Reviewed on tech-x11@: https://mail-index.netbsd.org/tech-x11/2022/08/23/msg002311.html Confirmed on my LUNA-II with 8bpp board. |
| 3e8a0de0 |
30-Aug-2022 |
tsutsui <tsutsui@NetBSD.org> |
wsfb: fix mmap size in Afb planar case. Reviewed on tech-x11@: https://mail-index.netbsd.org/tech-x11/2022/08/23/msg002311.html "Looks like good improvement" from jandberg@ and also confirmed by rin@. |
| dc9c99a5 |
30-Aug-2022 |
tsutsui <tsutsui@NetBSD.org> |
wsfb: reorganize implementation of Afb support. - use XORG_VERSION_NUMERIC() to check if Afb is avaiable and define and use explicit HAVE_SHADOW_AFB macro - disable all Afb references if it is not available Reviewed on tech-x11@: https://mail-index.netbsd.org/tech-x11/2022/08/23/msg002311.html "Looks like good improvement" from jandberg@ and also confirmed by rin@. |
| 9ea41cea |
15-Aug-2022 |
macallan <macallan@NetBSD.org> |
force software fallback for drawing rectangles into offscreen memory only on NV_ARCH_40 and up |
| dd7a8049 |
12-Aug-2022 |
mrg <mrg@NetBSD.org> |
avoid variable stack arrays. USE_SSP=yes builds don't work with this new xorg-server version, adjust the drmmode_set_gamma_lut() call to use malloc() instead of the stack, and pass down a higher level pointer to gain access to the screen index so error messages with xf86DrvMsg() work. tested on pinebookpro. |
| 452262e1 |
11-Aug-2022 |
mrg <mrg@NetBSD.org> |
initial import of xorgproto-2022.2 |
| 6e60514d |
01-Aug-2022 |
macallan <macallan@NetBSD.org> |
more xf86SetModeDefaultName( after xf86CVTMode() |
| 9d25673e |
01-Aug-2022 |
macallan <macallan@NetBSD.org> |
sprinkle xf86SetModeDefaultName() since apparently xf86CVTMode() no longer sets a mode's .name now this works again on macppc |
| 2725fb97 |
30-Jul-2022 |
mrg <mrg@NetBSD.org> |
merge xf86-video-nv 2.1.22 |
| d422ce2e |
30-Jul-2022 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-nv-2.1.22 |
| af632f0a |
30-Jul-2022 |
tsutsui <tsutsui@NetBSD.org> |
Pull an upstream (post-21.1) fix for xf86CompatOutput(). https://gitlab.freedesktop.org/xorg/xserver/-/commit/75d70612888f18339703315549db781a22c0cb23 This is an additional fix against the previous revision that is avaiable in 21.1 branch: https://gitlab.freedesktop.org/xorg/xserver/-/commit/80eeff3ebac772e25c9107199989e677457dbe06 and may avoid a possible out of bounds access at least on dumb wsfb servers. ok'ed by mrg@ on current-users@: https://mail-index.netbsd.org/current-users/2022/07/24/msg042731.html |
| 9b06bd19 |
30-Jul-2022 |
tsutsui <tsutsui@NetBSD.org> |
Restore -flipPixels option removed in upstream server-21.1-branch. https://gitlab.freedesktop.org/xorg/xserver/-/commit/d1c00c859c6676fbb540420c9055788bc19cb18f Note ScrnInfoRec structure in hw/xfree86/common/xf86str.h isn't reverted because it isn't used by -flipPixels option so that we can keep ABI compatibility among xf86-video-foo drivers. This -flipPixels is mandatory at least by Xorg server users with xf86-video-wsfb driver on NetBSD/mac68k and SE/30 mono screen that has "black=1 and white=0" VRAM. "go for it" by mrg@ on current-users@: https://mail-index.netbsd.org/current-users/2022/07/24/msg042731.html |
| 469425b0 |
28-Jul-2022 |
macallan <macallan@NetBSD.org> |
if we add a mode for the DFP port, make sure it has a name so we don't crash later on now this works again on my 12" powerbook |
| 56e2be01 |
20-Jul-2022 |
mrg <mrg@NetBSD.org> |
initial import of libxcvt-0.1.2 |
| b4ad08b8 |
20-Jul-2022 |
mrg <mrg@NetBSD.org> |
use PRIu64 and hopefully fix some clang builds. |
| dab0be4e |
19-Jul-2022 |
nia <nia@NetBSD.org> |
Fix path in man page to system.ctwmrc. |
| 357cbbce |
16-Jul-2022 |
tsutsui <tsutsui@NetBSD.org> |
Merge AbortDDX() into ddxGiveUp() as other upstream DDX servers. https://gitlab.freedesktop.org/xorg/xserver/-/commit/a23eba2a91024d27da45e5aee1f4215f7ec2ae82 > These are so close to identical that most DDXes implement one in terms > of the other. All the relevant cases can be distinguished by the error > code, so merge the functions together to make things simpler. |
| 6b007147 |
15-Jul-2022 |
mrg <mrg@NetBSD.org> |
couple of changes needed for xorg-server 21.1.4. - AbortDDX() is removed, make it static to avoid code churn since it is used by internal code now - LegalModifier() is gone - if the PRESENT extension isn't included, don't enable the -fakescreenfps option since it require PRESENT. fixes builds for sun3 and x68k. |
| de14de6a |
15-Jul-2022 |
mrg <mrg@NetBSD.org> |
update for xorg-server 21.1.4. |
| 90bea6a0 |
15-Jul-2022 |
mrg <mrg@NetBSD.org> |
merge xorg-server 21.1.4. |
| dc61d50d |
15-Jul-2022 |
mrg <mrg@NetBSD.org> |
initial import of xorg-server-21.1.4 |
| b6e9998c |
15-Jul-2022 |
mrg <mrg@NetBSD.org> |
make this actually build again on arm/mips. |
| d1207fdd |
15-Jul-2022 |
mrg <mrg@NetBSD.org> |
use "1ULL << 32" for a 64 bit member, not 1UL. |
| 556200c8 |
15-Jul-2022 |
mrg <mrg@NetBSD.org> |
more xf86RamDac.h vs xf86Cursor.h. |
| a7f02474 |
15-Jul-2022 |
mrg <mrg@NetBSD.org> |
various updates to build against xorg-server 21.1.3. - avoid a const issue with an expanded __UNCONST(). - cope with renamed member names - deal with "xf86RamDac.h" going away (now use "xf86Cursor.h") |
| af30ca4b |
15-Jul-2022 |
mrg <mrg@NetBSD.org> |
update these for xorg-server 21.1.3. |
| ee704fb5 |
15-Jul-2022 |
mrg <mrg@NetBSD.org> |
fix merge botch. |
| 5a112b11 |
15-Jul-2022 |
mrg <mrg@NetBSD.org> |
merge xorg-serer 21.1.3. |
| ed6184df |
15-Jul-2022 |
mrg <mrg@NetBSD.org> |
initial import of xorg-server-21.1.3 |
| d9d3a8d2 |
13-Jul-2022 |
mrg <mrg@NetBSD.org> |
initial import of libxcvt-0.1.1 |
| 0ef0e59a |
13-Jul-2022 |
mrg <mrg@NetBSD.org> |
merge libX11 1.8.1. |
| e9628295 |
13-Jul-2022 |
mrg <mrg@NetBSD.org> |
initial import of libX11-1.8.1 |
| f5087fa3 |
13-Jul-2022 |
mrg <mrg@NetBSD.org> |
merge xkbutils 1.0.5, xmag 1.0.7, xmessage 1.0.6, and xrefresh 1.0.7. |
| e4b60806 |
13-Jul-2022 |
mrg <mrg@NetBSD.org> |
initial import of xrefresh-1.0.7 |
| 0103645b |
13-Jul-2022 |
mrg <mrg@NetBSD.org> |
initial import of xmessage-1.0.6 |
| e39ce84c |
13-Jul-2022 |
mrg <mrg@NetBSD.org> |
initial import of xmag-1.0.7 |
| 945aa7e3 |
13-Jul-2022 |
mrg <mrg@NetBSD.org> |
initial import of xkbutils-1.0.5 |
| 98d75b17 |
13-Jul-2022 |
mrg <mrg@NetBSD.org> |
initial import of xev-1.2.5 |
| bc77032b |
13-Jul-2022 |
mrg <mrg@NetBSD.org> |
initial import of font-util-1.3.3 |
| 3d13e800 |
13-Jul-2022 |
mrg <mrg@NetBSD.org> |
initial import of encodings-1.0.6 |
| 49b9db38 |
12-Jul-2022 |
mrg <mrg@NetBSD.org> |
update for libxcb 1.15. |
| 1fda38d4 |
12-Jul-2022 |
mrg <mrg@NetBSD.org> |
merge libxcb 1.15. |
| d5c9b07b |
12-Jul-2022 |
mrg <mrg@NetBSD.org> |
initial import of xcb-proto-1.15.2 |
| 8ffb90f1 |
12-Jul-2022 |
mrg <mrg@NetBSD.org> |
initial import of libxcb-1.15 |
| 552605c1 |
12-Jul-2022 |
mrg <mrg@NetBSD.org> |
more updates for xfs 1.2.1, xdpyinfo 1.3.3, and libXcursor 1.2.1. |
| 4e5182b7 |
12-Jul-2022 |
mrg <mrg@NetBSD.org> |
merge libXvMC 1.0.13. |
| 40613eb2 |
12-Jul-2022 |
mrg <mrg@NetBSD.org> |
initial import of libXvMC-1.0.13 |
| 4d939ec7 |
12-Jul-2022 |
mrg <mrg@NetBSD.org> |
initial import of libXcursor-1.2.1 |
| 004db1f1 |
12-Jul-2022 |
mrg <mrg@NetBSD.org> |
updates for xfs 1.2.1, and xdpyinfo 1.3.3 |
| d2b10af6 |
12-Jul-2022 |
mrg <mrg@NetBSD.org> |
xf86-input-keyboard 2.0.0, xf86-video-cirrus 1.6.0, xf86-video-mach64 6.9.7, and xf86-video-mga 2.0.1. |
| 1e423a8f |
12-Jul-2022 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-mga-2.0.1 |
| 0b0ce0bf |
12-Jul-2022 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-mach64-6.9.7 |
| 0814a2ba |
12-Jul-2022 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-cirrus-1.6.0 |
| 8d623946 |
12-Jul-2022 |
mrg <mrg@NetBSD.org> |
initial import of xf86-input-keyboard-2.0.0 |
| 87fb7d39 |
11-Jul-2022 |
mrg <mrg@NetBSD.org> |
merge xsm 1.0.5. |
| 99c4c48a |
11-Jul-2022 |
mrg <mrg@NetBSD.org> |
initial import of xsm-1.0.5 |
| 887b99ce |
11-Jul-2022 |
mrg <mrg@NetBSD.org> |
update for xterm 372. |
| 50027b5b |
11-Jul-2022 |
mrg <mrg@NetBSD.org> |
merge libdrm 2.4.112, and xterm-372. |
| 4419d26b |
11-Jul-2022 |
mrg <mrg@NetBSD.org> |
initial import of xterm-372 |
| 0ed5401b |
11-Jul-2022 |
mrg <mrg@NetBSD.org> |
initial import of libdrm-2.4.112 |
| 329eaa64 |
11-Jul-2022 |
mrg <mrg@NetBSD.org> |
merge mkfontscale 1.2.2, twm 1.0.12, xauth 1.1.2, and xdm 1.1.13. |
| da2e2ef6 |
11-Jul-2022 |
mrg <mrg@NetBSD.org> |
initial import of xdm-1.1.13 |
| 765b7306 |
11-Jul-2022 |
mrg <mrg@NetBSD.org> |
initial import of xauth-1.1.2 |
| f66df612 |
11-Jul-2022 |
mrg <mrg@NetBSD.org> |
initial import of twm-1.0.12 |
| 764c86d1 |
11-Jul-2022 |
mrg <mrg@NetBSD.org> |
initial import of mkfontscale-1.2.2 |
| bfce1ac2 |
11-Jul-2022 |
mrg <mrg@NetBSD.org> |
merge xcmsdb 1.0.6, xconsole 1.0.8, xmodmap 1.0.11, and xwud 1.0.6. |
| ec318dbf |
11-Jul-2022 |
mrg <mrg@NetBSD.org> |
initial import of xwud-1.0.6 |
| 6eaa481c |
11-Jul-2022 |
mrg <mrg@NetBSD.org> |
initial import of xmodmap-1.0.11 |
| 63323ee5 |
11-Jul-2022 |
mrg <mrg@NetBSD.org> |
initial import of xconsole-1.0.8 |
| 3458e6c2 |
11-Jul-2022 |
mrg <mrg@NetBSD.org> |
initial import of xcmsdb-1.0.6 |
| 5212f86f |
11-Jul-2022 |
mrg <mrg@NetBSD.org> |
initial import of setxkbmap-1.3.3 |
| 8ae5c7d9 |
11-Jul-2022 |
mrg <mrg@NetBSD.org> |
merge xdpyinfo 1.3.3, xedit 1.2.3, xfontsel 1.1.0, xfs 1.2.1, xload 1.1.4, and xlsfonts 1.0.7. |
| 6d1874b2 |
11-Jul-2022 |
mrg <mrg@NetBSD.org> |
initial import of xlsfonts-1.0.7 |
| 43ecf206 |
11-Jul-2022 |
mrg <mrg@NetBSD.org> |
initial import of xload-1.1.4 |
| 76028eb6 |
11-Jul-2022 |
mrg <mrg@NetBSD.org> |
initial import of xfs-1.2.1 |
| 0d6f290a |
11-Jul-2022 |
mrg <mrg@NetBSD.org> |
initial import of xfontsel-1.1.0 |
| 96d43ffd |
11-Jul-2022 |
mrg <mrg@NetBSD.org> |
initial import of xedit-1.2.3 |
| d67195da |
11-Jul-2022 |
mrg <mrg@NetBSD.org> |
initial import of xdpyinfo-1.3.3 |
| ac5d998a |
11-Jul-2022 |
mrg <mrg@NetBSD.org> |
merge bitmap 1.1.0, iceauth 1.0.9, xclipboard 1.1.4, and xclock 1.1.1. |
| 14bc0770 |
11-Jul-2022 |
mrg <mrg@NetBSD.org> |
initial import of xclock-1.1.1 |
| 219ffec0 |
11-Jul-2022 |
mrg <mrg@NetBSD.org> |
initial import of xclipboard-1.1.4 |
| ddb28773 |
11-Jul-2022 |
mrg <mrg@NetBSD.org> |
initial import of xcalc-1.1.1 |
| c048b52e |
11-Jul-2022 |
mrg <mrg@NetBSD.org> |
initial import of iceauth-1.0.9 |
| 7515ee80 |
11-Jul-2022 |
mrg <mrg@NetBSD.org> |
initial import of bitmap-1.1.0 |
| 2aafc1e6 |
11-Jul-2022 |
mrg <mrg@NetBSD.org> |
merge appres 1.0.6, editres 1.0.8, and listres 1.0.5. |
| a4a4261f |
11-Jul-2022 |
mrg <mrg@NetBSD.org> |
initial import of listres-1.0.5 |
| 352bf44e |
11-Jul-2022 |
mrg <mrg@NetBSD.org> |
initial import of editres-1.0.8 |
| 291ca6f5 |
11-Jul-2022 |
mrg <mrg@NetBSD.org> |
initial import of appres-1.0.6 |
| ffe57424 |
11-Jul-2022 |
mrg <mrg@NetBSD.org> |
initial import of xorgproto-2022.1 |
| 85050a07 |
07-Jul-2022 |
rin <rin@NetBSD.org> |
For xorg-server 1.10, do not require shadowUpdateAfb8() as a runtime dependency. |
| 0bb1e2ad |
07-Jul-2022 |
rin <rin@NetBSD.org> |
Fix build for xorg-server 1.10, which doesn't have shadowUpdateAfb8(). For amiga, fall back to 1-bpp on xorg-server 1.10. NFC for xorg-server 1.20 and higher. |
| b4fe077e |
07-Jul-2022 |
rin <rin@NetBSD.org> |
For WSDISPLAY_TYPE_AMIGACC, no need to check ifdef __NetBSD__. Note that similar block for WSDISPLAY_TYPE_LUNA should be guarded by ``#if defined(__NetBSD__) && defined(WSDISPLAY_TYPE_LUNA)'' on the other hand; this is intended to distinguish NetBSD and OpenBSD. |
| bb2f4479 |
07-Jul-2022 |
rin <rin@NetBSD.org> |
Style. NFC. |
| 3306a6a4 |
06-Jul-2022 |
jandberg <jandberg@NetBSD.org> |
Add support for 8bpp with Amiga native graphics. Conversion to bitplane format is done in shadowfb update proc. |
| 539dc72f |
29-May-2022 |
nia <nia@NetBSD.org> |
Expand and escape comments. One minor change to variable expansion as requested by uwe. |
| fee370f9 |
29-May-2022 |
nia <nia@NetBSD.org> |
Avoid exec'ing bc. Pointed out by uwe. |
| ac0e0112 |
29-May-2022 |
nia <nia@NetBSD.org> |
Explanations requested by uwe... |
| 6669ae16 |
27-May-2022 |
nia <nia@NetBSD.org> |
Only set dpi when necessary to avoid divide by zero on very small screens |
| 6abeab63 |
27-May-2022 |
nia <nia@NetBSD.org> |
Import xcursor-themes-1.0.6 |
| c469b50c |
27-May-2022 |
nia <nia@NetBSD.org> |
More DPI magic... allow most modern GTK and Qt apps to automatically scale |
| a0609b14 |
27-May-2022 |
nia <nia@NetBSD.org> |
In xterm, use TrueType fonts rather than Spleen at higher DPIs. Requested by jmcneill. |
| 6cc8c0d3 |
24-May-2022 |
mlelstv <mlelstv@NetBSD.org> |
Position input fields without overlap. |
| 3a2c2bca |
11-May-2022 |
macallan <macallan@NetBSD.org> |
fix tpyo thanks rin@ |
| 3be5cdcc |
11-May-2022 |
macallan <macallan@NetBSD.org> |
treat PictOpOver with a solid source and an empty mask as simple fill somewhat less glitchiness in gtk3 but we're not quite there yet |
| b0f02aef |
11-May-2022 |
macallan <macallan@NetBSD.org> |
disable accidentally committed debug goop |
| 2066ab30 |
11-May-2022 |
macallan <macallan@NetBSD.org> |
make debug output a bit more manageable |
| 6fd6e0f4 |
11-May-2022 |
macallan <macallan@NetBSD.org> |
don't pretend to support PictOpSrc - those can be quite a bit more complicated than simple copy ops With this gtk3 buttons are still occasionally glitchy but at least we don't crash anymore |
| ad6af7a7 |
11-May-2022 |
macallan <macallan@NetBSD.org> |
consistently use SX_RENDER_DEBUG, hide some more debug goop |
| a9499109 |
09-May-2022 |
uwe <uwe@NetBSD.org> |
Xsession: Use #ifdef to test for COLOR in xrdb input. |
| 070b8b84 |
09-May-2022 |
nia <nia@NetBSD.org> |
Default X session: In xterm and xman at lower DPIs, use misc-fixed instead of spleen for greater readability. Reasoning: misc-fixed has native bold variants. At higher DPIs, xterm can suitably 'enbolden' spleen without losing significant aspects of the letter shape, so the text remains readable. Requested by uwe and jmcneill. |
| 1463c08d |
09-May-2022 |
mrg <mrg@NetBSD.org> |
merge mesa 21.3.7. |
| 7ec681f3 |
09-May-2022 |
mrg <mrg@NetBSD.org> |
initial import of mesa 21.3.7 main changes since 19.1.7 include: - more support for Vulkan functions - better supported for newer radeonsi (both amdgpu and radeon backends) - various bug fixes in many drivers - many fixes and enhancements for intel drivers - some fixes for nvidia - OpenGL 4.6 for some drivers (intel, radeonsi) - intel Tigerlake and Rocketlake support - Vulkan 1.2 for some drivers - OpenGL 4.5, GLES 3.2, and more on llvmpipe - working Panfrost and Midgard drivers - fix warnings in radeonsi vs newer llvm |
| 26fe6ebd |
08-May-2022 |
nia <nia@NetBSD.org> |
Make the xterm font size selection menu work in a reasonably expected way |
| 44a9cfa4 |
08-May-2022 |
nia <nia@NetBSD.org> |
want more default xorg font resource definitions, and a clock on ctwm startup |
| 9e5a404e |
01-May-2022 |
uwe <uwe@NetBSD.org> |
libXi: Fix typo in __libmansuffix_ |
| a8eb8bc0 |
07-Apr-2022 |
nia <nia@NetBSD.org> |
Do not attempt to trap SIGKILL |
| b5a9ac6a |
17-Mar-2022 |
mrg <mrg@NetBSD.org> |
update this for libdrm 2.4.109. should fix problem reported on pkgsrc-users by Chavdar Ivanov "MesaLib vs. libdrm". XXX: need to fix this better (auto) for the next update |
| 9edbf502 |
09-Mar-2022 |
macallan <macallan@NetBSD.org> |
Check the PROM for the amount of available VRAM instead of guessing, and use it all, now that we know we can. thanks foo bar |
| 031e8e94 |
04-Mar-2022 |
macallan <macallan@NetBSD.org> |
fix calculation for start of off-screen memory in 24bit colour |
| d6bcf95a |
03-Feb-2022 |
mrg <mrg@NetBSD.org> |
apply upstream fix for CVE-2022-24130. |
| f8d5af14 |
14-Jan-2022 |
macallan <macallan@NetBSD.org> |
add flag to disable blindly enabling memory and IO access on everything we find |
| b27e4b0f |
09-Jan-2022 |
mrg <mrg@NetBSD.org> |
merge xkeyboard-config 2.34. |
| 92ddea16 |
09-Jan-2022 |
mrg <mrg@NetBSD.org> |
initial import of xkeyboard-config-2.34 |
| c48a5815 |
09-Jan-2022 |
mrg <mrg@NetBSD.org> |
merge xauth 1.1.1 and xterm 370. |
| a5ae21e4 |
09-Jan-2022 |
mrg <mrg@NetBSD.org> |
initial import of xterm-370 |
| 0d22642b |
09-Jan-2022 |
mrg <mrg@NetBSD.org> |
initial import of xauth-1.1.1 |
| adfa0b0c |
09-Jan-2022 |
mrg <mrg@NetBSD.org> |
merge libXi 1.8 and libdrm 2.4.109. updated generated_static_table_fourcc.h generated with: python3.9 gen_table_fourcc.py include/drm/drm_fourcc.h ../include/generated_static_table_fourcc.h |
| 49ef06a4 |
09-Jan-2022 |
mrg <mrg@NetBSD.org> |
initial import of libdrm-2.4.109 |
| 87404ef7 |
09-Jan-2022 |
mrg <mrg@NetBSD.org> |
initial import of libXi-1.8 |
| f2ea6e01 |
09-Jan-2022 |
mrg <mrg@NetBSD.org> |
initial import of xorgproto-2021.5 |
| 23117e9a |
29-Dec-2021 |
uwe <uwe@NetBSD.org> |
xinitrc: delay preprocessing of COLOR in xrdb input Revert previous and fix it properly. #ifdef COLOR is intended to be processed by xrdb, but the script source itself is processed by the C preprocessor at build time. Spell that # as XHASH to protect the conditional. |
| eb09e4ba |
28-Dec-2021 |
nia <nia@NetBSD.org> |
COLOR is not a C preprocessor macro :| |
| d83464d9 |
25-Dec-2021 |
nia <nia@NetBSD.org> |
Use a white on black terminal regardless of whether we're COLOR or not |
| c6c8ebe6 |
25-Dec-2021 |
nia <nia@NetBSD.org> |
Run the .profile script in the default xsession to ensure that the PATH is set properly when starting X from xdm. |
| 0b762603 |
24-Dec-2021 |
macallan <macallan@NetBSD.org> |
add some comments |
| 230e26c7 |
24-Dec-2021 |
macallan <macallan@NetBSD.org> |
make ALU instructions use the same format as load/store instructions same binary generated |
| 72fd264f |
24-Dec-2021 |
macallan <macallan@NetBSD.org> |
add macros to simplify issuing SX instructions, hide the address alignment / displacement shenanigans SX needs, and make the code more resemble the inline assembler source it arguably is |
| c1537409 |
19-Dec-2021 |
macallan <macallan@NetBSD.org> |
always drain the pipeline before writing SX_ROP_CONTROL |
| d4248a18 |
14-Dec-2021 |
christos <christos@NetBSD.org> |
lint fixes: 1. avoid typedef re-definitions (perhaps introduce c11 mode for lint) 2. add __lint__ wherever __GNUC__ is defined. |
| 86527ef6 |
10-Dec-2021 |
macallan <macallan@NetBSD.org> |
break down large, unaligned copies into chunks that CG14Copy8_short_*() can handle, make sure destinations are aligned whenever possible now we only fall back to byte-wise access for really small copies, which we probably shouldn't bother throwing at SX in the first place |
| 76a85281 |
10-Dec-2021 |
macallan <macallan@NetBSD.org> |
skip reading destination fb if we're going to overwrite it, only read words we need to partially write while there write mask registers only if we're actually going to need them another 20% speedup |
| 9d7fb28b |
10-Dec-2021 |
macallan <macallan@NetBSD.org> |
CG14Copy8_short_rop(): skip the funnel shifter if source and destination are aligned. Small but measurable speedup. |
| f787bc61 |
10-Dec-2021 |
macallan <macallan@NetBSD.org> |
add another Copy8() variant: - supports unaligned source and destination - uses all 32bit accesses - supports copies up to 124 pixels wide so an entire line fits into registers and we can ignore x direction ... mostly an exercise in learning how to use the funnel shifter TODO: - skip the funnel shifter if source and destination are aligned - skip fb reads where possible, like straight GXcopy |
| faf11d72 |
09-Dec-2021 |
christos <christos@NetBSD.org> |
Pixel == unsigned long, fix format. |
| 2e51902d |
05-Dec-2021 |
nia <nia@NetBSD.org> |
Follow the error path if asprintf fails, not if it succeeds. |
| 136eb1c6 |
04-Dec-2021 |
jmcneill <jmcneill@NetBSD.org> |
Assume WSMOUSE_TYPE_TPANEL if calibration data is present and the device is in raw mode. The WSMOUSEIO_GTYPE ioctl may not return the correct type on a wsmux if there is a mix of absolute and relative pointers attached. Reverts "xf86-input-ws: Port auto-calibration bits from xf86-input-mouse". Suggested by uwe@ |
| 8c65af2d |
03-Dec-2021 |
macallan <macallan@NetBSD.org> |
shutup debug goop |
| 81c68cf8 |
03-Dec-2021 |
macallan <macallan@NetBSD.org> |
start optimizing Copy8() operations - only go right to left if srcY == dstY in the same pixmap - special case copy where src and dst X have the same alignment - special case the above where we don't need to read dst scrolling should now be about as fast as SX can go |
| dbf8597c |
03-Dec-2021 |
macallan <macallan@NetBSD.org> |
use 32bit accesses for non-trivial cases in Solid8() as well while there make GXset and GXclear special cases of GXcopy with this we only ever read the destination pixmap if we really need to |
| b46cab2a |
03-Dec-2021 |
macallan <macallan@NetBSD.org> |
draw very narrow rectangles correctly |
| af51b663 |
02-Dec-2021 |
macallan <macallan@NetBSD.org> |
fix shadow fb geometry calculations ... not that a shadow fb helps much on this hardware. |
| b8ad197a |
02-Dec-2021 |
macallan <macallan@NetBSD.org> |
first step towards acceleration in 8 bit colour - Copy() uses byte mode - Solid() uses 32bit writes where possible for plain fills ... mostly works, but could be quite a bit faster |
| 2870aaa1 |
02-Dec-2021 |
macallan <macallan@NetBSD.org> |
support 8 bit colour no acceleration yet, the code is riddled with 32bit per pixel assumptions |
| 246c8063 |
01-Dec-2021 |
macallan <macallan@NetBSD.org> |
remove old guesswork code to determine VRAM size - we can rely on OBP now |
| 2bd86b6d |
21-Nov-2021 |
uwe <uwe@NetBSD.org> |
wsReadInput: fix pasto, wsTranslate absolute y position to screen height, not width. While here, use consistent layout for both calls. |
| 6057a846 |
12-Nov-2021 |
macallan <macallan@NetBSD.org> |
fix license |
| 898d24fd |
12-Nov-2021 |
macallan <macallan@NetBSD.org> |
crude beginnings of a driver for the Southland Media / Quantum 3D MGX basic acceleration mostly works in 24bit colour needs native hw cursor code windowmaker produces visible artifacts, but it's good enough to run amiwm and a few xterms |
| 320ec9fe |
22-Oct-2021 |
macallan <macallan@NetBSD.org> |
recognize Southland Media MGX |
| 5ab83d5b |
15-Oct-2021 |
tsutsui <tsutsui@NetBSD.org> |
Handle restoring keyboard state via AbortDevices() rather than AbortDDX(). Tested on 3/60. Note AbortDevices() and DEVICE_ABORT in deviceProc functions were introduced after Xorg 1.14.0: https://gitlab.freedesktop.org/xorg/xserver/-/commit/9f79e93b6b3416055d08a0e8f9f16d5fd0649e36 |
| e0490348 |
08-Oct-2021 |
nia <nia@NetBSD.org> |
xf86-input-ws: Port auto-calibration bits from xf86-input-mouse. Needed for absolute input devices where pointer coordinates do not match the display size. Tested by jmcneill. |
| a616bb77 |
02-Oct-2021 |
tsutsui <tsutsui@NetBSD.org> |
Handle DEVICE_ABORT to restore the original keyboard state after crash. No particular comment in PR xsrc/56415. |
| 30bf185b |
01-Oct-2021 |
nia <nia@NetBSD.org> |
xf86-input-ws: fix building on xorg-server.old (vax, etc) not entirely sure that the ABI version check is spot on, but the relevant changes were made in 2011 so hopefully we only have to support one old xinput API here. |
| c95cc6a4 |
28-Sep-2021 |
nia <nia@NetBSD.org> |
Switch to xf86-input-ws for mouse by default, to allow more advanced input devices to Just Work. |
| 5eb33880 |
28-Sep-2021 |
nia <nia@NetBSD.org> |
xf86-input-ws: implement support for WSCONS_EVENT_(H|V)SCROLL. adapted from the OpenBSD code. |
| ac028361 |
05-Sep-2021 |
mrg <mrg@NetBSD.org> |
avoid xnack, and -fp32-denormals, and +fp64-denormals options for amdgpu / radeonsi driver. these options don't work with llvm 13, and generate warnings for all GL apps. mesa 21 has entirely different code here. |
| 96e22664 |
28-Aug-2021 |
maya <maya@NetBSD.org> |
Remove unused standalone modesetting driver. We use the one embedded into xorg-server. |
| c848b5f6 |
27-Aug-2021 |
mrg <mrg@NetBSD.org> |
sync with generated config.h turns on HAVE_FBGLYPHS and HAVE_GBM_BO_USE_LINEAR. |
| 33a2f185 |
27-Aug-2021 |
mrg <mrg@NetBSD.org> |
restore the set version call in amdgpu_open_drm_master(). now this works again with reredrum branch. |
| 520480d6 |
24-Aug-2021 |
mrg <mrg@NetBSD.org> |
update for new amdgpu. |
| d85461d1 |
24-Aug-2021 |
mrg <mrg@NetBSD.org> |
merge glu 9.0.2. |
| e7980a23 |
24-Aug-2021 |
mrg <mrg@NetBSD.org> |
initial import of glu-9.0.2 |
| 74883404 |
23-Aug-2021 |
mrg <mrg@NetBSD.org> |
updates for xorg-server 1.20.13. |
| b3a28be8 |
23-Aug-2021 |
mrg <mrg@NetBSD.org> |
merge xorg-server 1.20.13. |
| feca226d |
23-Aug-2021 |
mrg <mrg@NetBSD.org> |
initial import of xorg-server-1.20.13 |
| 443a1adb |
23-Aug-2021 |
mrg <mrg@NetBSD.org> |
keep ProjectRoot at the old default of /usr/X11R7. |
| b8df70be |
23-Aug-2021 |
mrg <mrg@NetBSD.org> |
initial import of xorg-cf-files-1.0.7 |
| 12d41351 |
23-Aug-2021 |
mrg <mrg@NetBSD.org> |
merge xeyes 1.2.0, xrdb 1.2.1, and xwd 1.0.8. |
| 74b97a6c |
23-Aug-2021 |
mrg <mrg@NetBSD.org> |
initial import of xwd-1.0.8 |
| 9e1184fe |
23-Aug-2021 |
mrg <mrg@NetBSD.org> |
initial import of xrdb-1.2.1 |
| 26df5c7c |
23-Aug-2021 |
mrg <mrg@NetBSD.org> |
initial import of xeyes-1.2.0 |
| 1b7ce8ce |
23-Aug-2021 |
mrg <mrg@NetBSD.org> |
merge xf86-video-amdgpu 21.0.0. |
| 0e988261 |
23-Aug-2021 |
mrg <mrg@NetBSD.org> |
update for libXfont2 2.0.5. |
| 46845023 |
23-Aug-2021 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-amdgpu-21.0.0 |
| 0e0b1094 |
23-Aug-2021 |
mrg <mrg@NetBSD.org> |
merge libXfont2 2.0.5 and libXft 2.3.4. |
| 84febdac |
23-Aug-2021 |
mrg <mrg@NetBSD.org> |
initial import of libXft-2.3.4 |
| 60da515c |
23-Aug-2021 |
mrg <mrg@NetBSD.org> |
initial import of libXfont2-2.0.5 |
| 14032a88 |
22-Aug-2021 |
macallan <macallan@NetBSD.org> |
set EXA_MIXED_PIXMAPS so we don't get pixmaps we can't handle in NVSolid() while there shut up some related debug output and remove unused variables |
| 04238922 |
19-Aug-2021 |
mrg <mrg@NetBSD.org> |
don't disable DRI3 here. |
| fb5ac0be |
12-Jul-2021 |
mrg <mrg@NetBSD.org> |
initial import of Mesa 19.1.7 into MesaLib.old. add missed files due to being in subdir called 'core'. this time into the right place. |
| b338b52f |
11-Jul-2021 |
mrg <mrg@NetBSD.org> |
fix a couple of issues found while testing new drm. - actually check the return value of radeon_bo_open() in a three places - for create_pixmap_for_fbcon(), release the bo when jumping to 'out_free_fb'. fixes memory leak. |
| 3013a86d |
11-Jul-2021 |
mrg <mrg@NetBSD.org> |
merge mesa 19.1.7 into MesaLib.old. |
| b8e80941 |
11-Jul-2021 |
mrg <mrg@NetBSD.org> |
initial import of Mesa 19.1.7 into MesaLib.old. |
| 19f7d2e0 |
11-Jul-2021 |
mrg <mrg@NetBSD.org> |
remove dead mesa7 dist. |
| 02fa736b |
11-Jul-2021 |
mrg <mrg@NetBSD.org> |
avoid 'visibility' attribute on static functions. |
| 636d5e9f |
11-Jul-2021 |
mrg <mrg@NetBSD.org> |
merge xterm 368 and libdrm 2.4.107. |
| ae137402 |
11-Jul-2021 |
mrg <mrg@NetBSD.org> |
initial import of xterm-368 |
| 4babd585 |
11-Jul-2021 |
mrg <mrg@NetBSD.org> |
initial import of libdrm-2.4.107 |
| d44ca368 |
11-Jul-2021 |
mrg <mrg@NetBSD.org> |
merge xorg-server 1.20.12 and xkeyboard-config 2.33. |
| a035e2b2 |
11-Jul-2021 |
mrg <mrg@NetBSD.org> |
initial import of xorg-server-1.20.12 |
| 9ea7388f |
11-Jul-2021 |
mrg <mrg@NetBSD.org> |
initial import of xkeyboard-config-2.33 |
| 5395ea76 |
10-Jul-2021 |
mrg <mrg@NetBSD.org> |
initial import of xorgproto-2021.4 |
| e4e01221 |
10-Jul-2021 |
mrg <mrg@NetBSD.org> |
merge libX11 1.7.2, and libXfixes 6.0.0. |
| b0a0317a |
10-Jul-2021 |
mrg <mrg@NetBSD.org> |
initial import of libXfixes-6.0.0 |
| 03ea5dc6 |
10-Jul-2021 |
mrg <mrg@NetBSD.org> |
initial import of libX11-1.7.2 |
| 0d229e23 |
10-Jul-2021 |
mrg <mrg@NetBSD.org> |
initial import of fonttosfnt-1.2.2 |
| 9a60bbbb |
04-Jul-2021 |
christos <christos@NetBSD.org> |
elide cast warning: error: cast from pointer to integer of different size |
| f1696b1f |
03-Jul-2021 |
martin <martin@NetBSD.org> |
Add missing include of compiler.h and make all declarations of IOPortBase consistent. |
| a8855338 |
02-Jul-2021 |
christos <christos@NetBSD.org> |
use PORT_SIZE from compiler.h instead of int. |
| ae7dafb3 |
09-Jun-2021 |
jdc <jdc@NetBSD.org> |
Add some acceleration using the P9100 quad and blit commands: - for solid fill (quad) - for pixmap copy (blit) when source and destination pitch are the same |
| b5e5dfe2 |
02-Jun-2021 |
rin <rin@NetBSD.org> |
Declare IOPortBase for mips, as done for xorg-server. Fix build for sgimips, which still uses xorg-server.old. |
| 9ada8dbe |
02-Jun-2021 |
joerg <joerg@NetBSD.org> |
Provide canonical declaration of IOPortBase for MIPS here, too. |
| ad01e365 |
31-May-2021 |
joerg <joerg@NetBSD.org> |
Avoid multiple definitions of the same variable. |
| 903e6521 |
30-May-2021 |
joerg <joerg@NetBSD.org> |
Support LLVM 13, mostly from upstream. |
| e65e6328 |
27-May-2021 |
joerg <joerg@NetBSD.org> |
Don't nest comments. |
| 61d63f49 |
27-May-2021 |
joerg <joerg@NetBSD.org> |
Don't define MaxClip and junk twice, fixing build with -fno-common. |
| f55eacde |
27-May-2021 |
jdc <jdc@NetBSD.org> |
Add support for EXA, so that the pnozz driver works again with Xorg. Note, that only minimal acceleration is currently supported. Thanks to macallan for the pointers to get this working. |
| 763f432a |
21-May-2021 |
rillig <rillig@NetBSD.org> |
xf86-video-nv: fix Clang build on amd64, i386, macppc xsrc/external/mit/xf86-video-nv/dist/src/nv_setup.c:258:49: error: passing 'char *' to parameter of type 'Uchar *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Werror,-Wpointer-sign] tmp = xf86InterpretEEDID(pScrn->scrnIndex, buffer); ^~~~~~ |
| 654c9cfc |
19-May-2021 |
mrg <mrg@NetBSD.org> |
include <limits.h> always, not if HAVE_CONFIG_H is set. |
| 5c4cfbd9 |
19-May-2021 |
mrg <mrg@NetBSD.org> |
merge libX11 1.7.1. |
| 9c927599 |
19-May-2021 |
mrg <mrg@NetBSD.org> |
initial import of libX11-1.7.1 |
| 4c49aaa5 |
15-May-2021 |
rillig <rillig@NetBSD.org> |
xterm: fix Clang build on i386 xsrc/external/mit/xterm/dist/misc.c:3250:47: error: format specifies type 'unsigned long' but the argument has type 'size_t' (aka 'unsigned int') [-Werror,-Wformat] |
| 728ff447 |
10-May-2021 |
christos <christos@NetBSD.org> |
revert previous, do it differently and explain why. |
| b0c1e30a |
09-May-2021 |
christos <christos@NetBSD.org> |
fix casts and types to make it compile with clang |
| a8a0b225 |
09-May-2021 |
christos <christos@NetBSD.org> |
make this compile again under clang: - factor out duplicated code - add casts - plug memory leak |
| 9b77fce7 |
09-May-2021 |
christos <christos@NetBSD.org> |
make xt_error() dead for the benefit of clang |
| 7eaabb56 |
09-May-2021 |
christos <christos@NetBSD.org> |
Use __noreturn__ instead of noreturn because <stdnoreturn.h> #defines noreturn _Noreturn and this gives clang a heartache. |
| 15c3e985 |
27-Apr-2021 |
mrg <mrg@NetBSD.org> |
merge libX11 1.7.0. |
| d4a3aaf4 |
27-Apr-2021 |
mrg <mrg@NetBSD.org> |
initial import of libX11-1.7.0 |
| c023c32c |
27-Apr-2021 |
mrg <mrg@NetBSD.org> |
pull across the fixes for CVE-2021-3472. |
| ec36d6ae |
27-Apr-2021 |
mrg <mrg@NetBSD.org> |
update for xorg-server 1.20.11. |
| 5fad172e |
27-Apr-2021 |
mrg <mrg@NetBSD.org> |
merge xorg-server 1.20.11. |
| c8548ba8 |
27-Apr-2021 |
mrg <mrg@NetBSD.org> |
initial import of xorg-server-1.20.11 |
| 20417a1c |
27-Apr-2021 |
mrg <mrg@NetBSD.org> |
merge xkeyboard-config 2.32, reduce local diffs |
| bb3a541c |
27-Apr-2021 |
mrg <mrg@NetBSD.org> |
initial import of xkeyboard-config-2.32 |
| 4b3d3f37 |
27-Apr-2021 |
mrg <mrg@NetBSD.org> |
merge libdrm 2.4.105. |
| 41687f09 |
27-Apr-2021 |
mrg <mrg@NetBSD.org> |
initial import of libdrm-2.4.105 |
| 9f2c8493 |
27-Apr-2021 |
mrg <mrg@NetBSD.org> |
fix the value of STDC_NORETURN |
| 8f44fb3b |
27-Apr-2021 |
mrg <mrg@NetBSD.org> |
merge xterm 367. |
| ad37e533 |
27-Apr-2021 |
mrg <mrg@NetBSD.org> |
initial import of xterm-367 |
| 370d0a5e |
27-Apr-2021 |
mrg <mrg@NetBSD.org> |
merge util-macros 1.19.3 and xkbcomp 1.4.5. |
| bfe6082c |
27-Apr-2021 |
mrg <mrg@NetBSD.org> |
initial import of xkbcomp-1.4.5 |
| 45aa2fbf |
27-Apr-2021 |
mrg <mrg@NetBSD.org> |
initial import of util-macros-1.19.3 |
| 2a7e9763 |
27-Apr-2021 |
mrg <mrg@NetBSD.org> |
merge xf86-video-nouveau 1.0.17 and xprop 1.2.5. |
| f9c28e31 |
27-Apr-2021 |
mrg <mrg@NetBSD.org> |
initial import of xprop-1.2.5 |
| 92405695 |
27-Apr-2021 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-nouveau-1.0.17 |
| d2f28e1b |
27-Apr-2021 |
mrg <mrg@NetBSD.org> |
initial import of fonttosfnt-1.2.1 |
| 362b94d5 |
26-Apr-2021 |
mrg <mrg@NetBSD.org> |
merge libXaw 1.0.14, libXres 1.2.1, and libXt 1.2.1. |
| a3bd7f05 |
26-Apr-2021 |
mrg <mrg@NetBSD.org> |
initial import of libXt-1.2.1 |
| 6ad5a0e2 |
26-Apr-2021 |
mrg <mrg@NetBSD.org> |
initial import of libXres-1.2.1 |
| 5ec34c4c |
26-Apr-2021 |
mrg <mrg@NetBSD.org> |
initial import of libXaw-1.0.14 |
| d63b911f |
26-Apr-2021 |
mrg <mrg@NetBSD.org> |
initial import of xorgproto-2021.3 |
| a9547d44 |
12-Apr-2021 |
mlelstv <mlelstv@NetBSD.org> |
Reapply font calculation fix. |
| a159e96d |
11-Apr-2021 |
nia <nia@NetBSD.org> |
Remove some files we don't need, add a prepare-import script to automate it |
| 08bdbd89 |
11-Apr-2021 |
nia <nia@NetBSD.org> |
Remove accidental duplicates of autogenerated files |
| 7d8a9cc2 |
11-Apr-2021 |
nia <nia@NetBSD.org> |
Merge ctwm-4-0-3 # CTWM Change History ## 4.0.3 (2019-07-21) ### Bugfixes 1. Perform various manipulations and overrides of `WM_HINTS` property when it gets reset during runtime, like we do when initially adopting the window. The most visible effect of this was in windows that don't give a focus hint (which we override to give focus), but then reset `WM_HINTS` later and still don't give us a hint, where we wound up not re-overriding previously. Reported for `xvile` by Wayne Cuddy. 1. The font height estimation changes in 4.0.0 were not applied correctly when UseThreeDMenus was set, leading to some odd vertical misalignment of the text with some fonts. Reported by Wayne Cuddy. 1. A failure in OTP consistency checks caused by the handling of transients of fullscreen windows has been fixed. This manifested as failures in OtpCheckConsistencyVS() assertions. ## 4.0.2 (2018-08-25) ### Backward-Incompatible Changes And Removed Features 1. The `UseThreeDIconBorders` config var has been removed. It came in silently and undocumented in 3.4 and has never done anything. 1. The attempts to use DNS lookups for setting the `HOSTNAME` `m4` variable have been removed; it is now just a duplicate of `CLIENTHOST`. ### New Features 1. The EWMH `_NET_WM_NAME` property is now supported, and used for the window name in place of the ICCCM `WM_NAME` when set. By default, we also accept `UTF8_STRING` encoded `WM_NAME` as a result of this change; see below for var to restore historical strictness. 1. The EWMH `_NET_WM_ICON_NAME` property is now supported, and used for the icon name in place of the ICCCM `WM_ICON_NAME` when set. Similar comments as above apply to the encodings. 1. Support has been added for `CTWM_WM_NAME` and `CTWM_WM_ICON_NAME` properties, which will override any window/icon names otherwise specified. This may be useful for applications that set unhelpful names themselves, or for manually adjusting labelling. These properties can be set from the command line via `xprop`; as an example, `xprop -f CTWM_WM_NAME 8u -set CTWM_WM_NAME "awesome windowsauce"`. See `xprop(1)` manual for details; the `s`, `t`, and `u` field type specifiers will all work. 1. When no icon name is set for a window, we've always used the window name for the icon name as well. But that only happened the first time the window name is set; after that, the icon name is stuck at the first name. It now updates along with the window name, if no icon name is set. 1. All icon manager windows will now have the `TwmIconManager` class set on them, so they can be addressed en mass by other config like `NoTitle` by that class name. ### New Config Options 1. Added `DontNameDecorations` config option to disable setting names on the X windows we create for window decoration (added in 4.0.0). These have been reported to confuse `xwit`, and might do the same for other tools that don't expect to find them on non-end-app windows. Reported by Frank Steiner. 1. Added `StrictWinNameEncoding` config option to enable historical behavior, where we're reject invalid property encoding for window naming properties (like a `UTF8_STRING` encoded `WM_NAME`). ### Bugfixes 1. Fix up broken parsing of `IconifyStyle "sweep"`. Bug was introduced in 4.0.0. 1. When multiple X Screens are used, building the temporary file for m4 definitions could fail with an error from `mkstemp()`. Reported by Manfred Knick. 1. When multiple X Screens are used, the OTP code didn't recognize the difference, and kept everything in one list. This caused the internal consistency checks to trip when it didn't find all the windows it expected. Reported by Terran Melconian. 1. When `ReverseCurrentWorkspace` is set, mapping windows not on the current workspace (e.g., via restarting ctwm, or creating new windows with the desktop set via EWMH properties) could segfault. Reported by Sean McAllister. 1. Fix some edge cases where we'd fight other apps' focus handling. When an application moved focus itself to an unrelated (in X terms) window, our processing would often race and re-move the focus to the root ourselves. This was visible with e.g. sub-windows in Firefox for context menu and urlbar dropdown, which would flash on and then disappear. 1. When creating a new transient window of an existing full-screen window, the OTP stacking may cause it to be stuck below the main window due to the special handling of full-screen focused windows in EWMH. It should now be forced to the top. 1. Building ctwm since 4.0.0 in certain locales could misorder functions in the lookup table, leading to troubles parsing the config file. You'd get some loud "INTERNAL ERROR" lines from ctwm when running it if this were the case. Now fixed. Reported by Richard Levitte. ## 4.0.1 (2017-06-05) ### User Visible Changes 1. Fix a bug where fullscreen windows could sometimes wind up incorrectly stacked due to a focus-handling issue. This would lead to ctwm aborting with an assertion failure in the OTP code, like `Assertion failed: (PRI(owl) >= priority), function OtpCheckConsistencyVS`. 1. Fix an edge case (probably only triggerable via manual work with EWMH messages) where a window could wind up resized down to nothing. ### Internals 1. Systems with the ctfconvert/ctfmerge tools available will now use them to include CTF info in the compiled binary. This allows more detailed inspection of the running process via DTrace (e.g., the layout of the structs). 1. The initial rumblings of a Developer's Manual are now in `doc/devman/`. This isn't tied into the main build, and there's no real reason it ever will be. Things of interest to _users_ should wind up in the main manual; this should only have things of interest to people _developing_ ctwm. ## 4.0.0 (2017-05-24) ### Build System Change The old `imake` build system has been replaced by a new structure using `cmake`. This makes [cmake](https://cmake.org/) a requirement to build ctwm. See the `README.md` file for how to run it. A fallback minimal build system is available in the `minibuild/` directory for environments that can't use the main one. This is likely to need some manual adjustment on many systems, and the main build is strongly preferred. But it should suffice to get a runnable binary if all else fails. ### Platform Support Support for many non-current platforms has been dropped. In particular, remnants of special-case VMS support have been removed. Many old and now dead Unix variants have been similarly desupported. Generally, platforms without support for C99 and mid-2000's POSIX are increasingly less likely to work. ### Backward-Incompatible Changes And Removed Features 1. Argument parsing has been rewritten to use `getopt_long()`. All `-long` options are now `--long` instead. `-version`, `-info`, `-cfgchk`, and `-display` are still accepted if they're the first option given, to make it easier for scripts to simultaneously support before/after versions; this shim will be removed in a later version. 1. Support for the SDSC imconv library, and the IMCONV options related to it, has been removed. The last release is almost 20 years old, and doesn't support any remotely recent platforms. 1. The USE_SIGNALS code to use signal-driven animations has been removed. It's been non-default since 3.2 (more than 20 years ago), and not documented anywhere but in the code and a comment in this file. 1. The USE_GNOME option and code for GNOME1 support has been removed. 1. The old-style title button action specifications (without an `=` in them) deprecated since 3.8 are no longer supported. Just replacing the "`:`" with "`= :`" should suffice to make it work right in 3.8+. If you need to share configs with older versions, you'll have to conditionalize the syntax with m4 or some other preprocessing. 1. The `f.cut` (and `^` alias for it), `f.cutfile`, and `f.file` functions have been removed. These functions for messing with the clipboard were never visibly documented, and came into the manpage in 3.0 already commented-out and saying they were obsolete. 1. The `f.source` function has been removed. It's never done anything (except beep) as far back as 1.1 and has never been documented. 1. The `f.movemenu` function has been removed. It was added silently in 2.1, has never done anything, and has never been documented. 1. The `NoVersion` config parameter has been removed. It's been undocumented, obsoleted, and done absolutely nothing since 1.1. 1. Support for non-flex versions of lex(1) is deprecated, and will take some manual work to build. Note that release tarballs include prebuild lexers, so this probably only matters to people building from a development tree. (And if you are, and really need AT&T or some other lex to work, talk to us!) 1. Support for building with internal regex implementation has been disabled; we now require regex support from libc. It is still possible to enable by manually editing files, but this will be removed in the future. If you have to mess with this, please bring it up on the mailing list so we can figure out a long-term solution. 1. Parsing of the `ctwm.workspaces` X resource (i.e., setting `-xrm "ctwm.workspaces: something"` on program command-lines) since 3.0 has collapsed doubled backslashes (`\\`) into a single (`\`). However, there were no other escapes, so this didn't gain anything. Using a single will work with both variants, unless you need multiple backslashes in a row in your workspace names. 1. The `IconRegion` and `WindowRegion` config params both take a `vgrav hgrav` pair of parameters to control layout. Previous versions would accept a `hgrav vgrav` ordering in the parsing, and would mostly work by odd quirks of the code. The parsing has been made stricter, so only the documented `vgrav hgrav` ordering is accepted now. ### User Visible Changes 1. The default install locations have been changed. See the README for details about where things are installed and how to change them. 1. Several default settings have been changed. ctwm now defaults to acting as though `RestartPreviousState`, `NoGrabServer`, `DecorateTransients`, `NoBackingStore`, `RandomPlacement`, `OpaqueMove`, `OpaqueResize`, `SortIconManager`, and `StartInMapState` have been set. Those settings that didn't previously have an inverse (to get the behavior previously seen when they weren't specified) have such added; see below. 1. Added various config parameters as inverses of existing params. New params (with existing param they invert in parens): * `BackingStore` (`NoBackingStore`) * `GrabServer` (`NoGrabServer`) * `StartInButtonState` (`StartInMapState`) * `NoSortIconManager` (`SortIconManager`) * `NoRestartPreviousState` (`RestartPreviousState`) * `NoDecorateTransients` (`DecorateTransients`) 1. Added `DontShowWelcomeWindow` config option to not show welcome splashscreen image. 1. Selected a number of cleanups from Stefan Monnier <<monnier@IRO.UMontreal.CA>>, including rate-limiting of animations using a new `_XA_WM_END_OF_ANIMATION` message. Font height is estimated based on used characters only. Added some similar changes, improved the prevention of placing windows off-screen, the `f.rescuewindows` function for emergencies, a hack-fix for `f.adoptwindow`. More virtual screen tweaks/fixes. 1. Added the remaining OnTopPriority changes from Stefan Monnier <<monnier@IRO.UMontreal.CA>>: `AutoPopup`, `AutoPriority`, `OnTopPriority`, `PrioritySwitching`, `f.changepriority`, `f.priorityswitching`, `f.setpriority`, `f.switchpriority`, `f.tinylower`, `f.tinyraise`. Currently consistency checking code is enabled, which will terminate with an assertion failure if something unexpected happens. Smoothed out various inconsistencies that this check discovered when virtual screens are used. 1. Basic support for EWMH (Extended Window Manager Hints) added and enabled by default. `EWMHIgnore {}` config option allows selectively disabling bits. [Olaf "Rhialto" Seibert, Matthew Fuller] 1. Icon manager windows are no longer included in the window ring (that had confusing effects on the focus sequence). 1. Added `--dumpcfg` command-line option to print out the compiled-in fallback config file. 1. The `Occupy {}` specification now accepts "ws:" as a prefix for workspaces. This may break things if you have workspaces with names that differ only by that prefix (e.g., you have workspaces "abc" and "ws:abc", and your `Occupy {}` declarations affects both. 1. If ctwm is built with rplay support, sounds may now be configured with the RplaySounds {} parameter in the config file in place of the `~/.ctwm-sounds` file. If so, ctwm will give a warning if `.ctwm-sounds` exists; support for the external file will be removed in a future version. Also the `SoundHost` config parameter is replaced by `RplaySoundHost`; the old name is still accepted, but will be removed in a future version. 1. Added `MWMIgnore {}` config option to allow selectively disabling honoring of some Motif WM hints. 1. Warping to a window now explicitly sets focus on that window. This would generally (but not always, in the presence of odd X server behavior) have already happened for users with focus following mouse, but now occurs for `ClickToFocus` users as well. [Alexander Klein] 1. Several bugs relating to the Occupy window were fixed. Iconifying the Occupy window no longer loses it and leaves you unable to pull it up again. Minor undersizing in some cases fixed. 1. Windows which fail to use the `WM_HINTS` property to tell us things like whether they want us to give them focus are now explicitly given focus anyway. This should fix focus problems with some apps (Chromium is a common example). 1. Added `ForceFocus {}` config option to forcibly give focus to all (or specified) windows, whether they request it or not. Previously the code did this unconditionally (except when no `WM_HINTS` were provided; x-ref previous), but this causes problems with at least some programs that tell us they don't want focus, and mean it (some Java GUI apps are common examples). 1. `OpaqueMoveThreshold` values >= 200 (the default) are now treated as infinite, and so will always cause opaque moving. ### Internals 1. A new code style has been chosen and the entire codebase reformatted into it. Configs for [Artistic Style](http://astyle.sourceforge.net/) to generate the proper output are in the source tree. 1. The `full_name` element of the TwmWindow structure has been removed. Consumers should just use the `name` element instead. |
| 0bbfda8a |
11-Apr-2021 |
nia <nia@NetBSD.org> |
ctwm-4.0.3 |
| 230e8389 |
25-Mar-2021 |
macallan <macallan@NetBSD.org> |
try WSDISPLAYIO_GET_EDID if DDC2 fails now my iMac G5 correctly identifies its display |
| 26f5ec08 |
22-Mar-2021 |
tsutsui <tsutsui@NetBSD.org> |
Explicitly include dix-config.h for HAVE_foo definitions referred in os.h. |
| 2aa2a51f |
17-Mar-2021 |
tsutsui <tsutsui@NetBSD.org> |
Fixes "FatalError re-entered, aborting" error when Xservers get SIGSEGV. Handle a new DEVICE_ABORT mode perperly in deviceProc funtions. Also don't exit via FatalError() on an unknown mode because it looks upstream assumes DDX deviceProc functions don't treat it fatal: https://gitlab.freedesktop.org/xorg/xserver/-/commit/9f79e93b6b3416055d08a0e8f9f16d5fd0649e36 |
| 8e6ade5b |
11-Mar-2021 |
tsutsui <tsutsui@NetBSD.org> |
Avoid polluting console on non-fatal errors. |
| 9c576acf |
11-Mar-2021 |
tsutsui <tsutsui@NetBSD.org> |
ErrorF() doesn't append newlines at the end of messages. |
| 6ac74b23 |
02-Mar-2021 |
nia <nia@NetBSD.org> |
Restore defaults. The actual config now lives in src and we don't want merge conflicts. |
| 50355399 |
27-Feb-2021 |
mlelstv <mlelstv@NetBSD.org> |
Use font height to compute height of resize popup for placing a window. |
| 7fafb930 |
27-Feb-2021 |
christos <christos@NetBSD.org> |
Provide an escape ifdef to avoid all the X headers |
| a01167fa |
17-Feb-2021 |
mrg <mrg@NetBSD.org> |
define OPT_SIXEL_GRAPHICS here like everything else, rather than than Makefile. (OPT_GRAPHICS is already defined here.) |
| d4fba8b9 |
11-Feb-2021 |
mrg <mrg@NetBSD.org> |
merge xterm-366. this includes the fix for CVE-2021-27135. (note that testing so far has not revealed this problem on netbsd, though i have not heard about pkgsrc x11 users.) |
| f2e35a3a |
11-Feb-2021 |
mrg <mrg@NetBSD.org> |
initial import of xterm-366 |
| e8a9312a |
07-Feb-2021 |
tsutsui <tsutsui@NetBSD.org> |
Add "Emulate3Buttons" support to the X68k Xorg based monolithic server. Based on "Emulate3Buttons" functions in the xf86-input-mouse driver, with various refactoring and cleanups: - rewrite a magic three-dimensional array for a finate state machine with proper named structures etc. - separate 3 button emulation functions from other stuff See my post on port-x68k@ (and tech-x11@) for more details: https://mail-index.netbsd.org/port-x68k/2021/02/05/msg000074.html |
| 188cbdcf |
23-Jan-2021 |
tsutsui <tsutsui@NetBSD.org> |
Fix "no output of xdpyinfo(1) on redirect or pipe" problem. XF86cleanup() in libXxf86dga invoked via atexit(3) (or __attribute__((__destructor__)) in NetBSD xsrc) calls _exit(2) directly so fflush(3) via normal exit(3) is not called. Analyzed by rin@, ryo@, and soda@: https://mail-index.netbsd.org/tech-x11/2021/01/20/msg002192.html Should be pulled up to netbsd-9. XXX1: The original XF86cleanup() is not async-signale-safe. XXX2: XF86DGAGetVideo() implicitly overrides signal handlers. |
| 09f8ca91 |
08-Dec-2020 |
mrg <mrg@NetBSD.org> |
add dummy ddxInputThreadInit() if INPUTTHREAD is defined. fixes sun3 build and should fix x68k build too. |
| 9add69de |
05-Dec-2020 |
mrg <mrg@NetBSD.org> |
merge security fixes for xkb, as found in these xserver gitlab commits: 270e439739e023463e7e0719a4eede69d45f7a3f - xkb: only swap once in XkbSetMap 446ff2d3177087b8173fa779fa5b77a2a128988b - Check SetMap request length carefully 87c64fc5b0db9f62f4e361444f4b60501ebf67b9 - Fix XkbSetDeviceInfo() and SetDeviceIndicators() heap overflows de940e06f8733d87bbb857aef85d830053442cfe - xkb: fix key type index check in _XkbSetMapChecks f7cd1276bbd4fe3a9700096dec33b52b8440788d - Correct bounds checking in XkbSetNames() i haven't tested these run OK, and it was a 33 out of 34 hunks did not apply cleanly, but they merge was still largely the same (patch failed due to whitespace changes mostly), and i am able to build-test successfully. |
| a7a6c75e |
05-Dec-2020 |
mrg <mrg@NetBSD.org> |
bump version for xorg-server 1.20.10. |
| 806e81e9 |
05-Dec-2020 |
mrg <mrg@NetBSD.org> |
merge xorg-server 1.20.10. |
| 5a7dfde8 |
05-Dec-2020 |
mrg <mrg@NetBSD.org> |
initial import of xorg-server-1.20.10 |
| 19d1127d |
21-Nov-2020 |
tsutsui <tsutsui@NetBSD.org> |
valuator_mask_zero() is enough for mouse button events. |
| b83276b4 |
20-Nov-2020 |
tsutsui <tsutsui@NetBSD.org> |
valuator_mask_zero() is enough for mouse button events. |
| 9c7a2625 |
20-Nov-2020 |
tsutsui <tsutsui@NetBSD.org> |
Sync with xorg-server: Report which settings are chosen per a config file in the log file. |
| 15b0c026 |
16-Nov-2020 |
tsutsui <tsutsui@NetBSD.org> |
Report which settings are chosen per a config file in the log file. Also reorganize a logging strategy in parseError() and make several variables and functions static or const. |
| 3260a199 |
13-Nov-2020 |
tsutsui <tsutsui@NetBSD.org> |
Sync with xorg-server: Fix typo in comment. |
| c77af8b1 |
13-Nov-2020 |
tsutsui <tsutsui@NetBSD.org> |
Fix typo in comment. |
| 53a603dc |
07-Nov-2020 |
mrg <mrg@NetBSD.org> |
add minimal 'configure' script that finds the versions, and doesn't end up with an empty version in the .pc file. pointed out by Michael Scholz in private email. |
| 84d30d9d |
05-Nov-2020 |
tsutsui <tsutsui@NetBSD.org> |
Cherry-pick Xorg version independent changes from xorg-server. Normalize #include paths. Call LogInit() for logging to /var/log/X68k.%s.log as Xorg and Xsun servers. Fix a suspicious chunk disabled on xfree 4.x migration as sunKbd.c does. Restore video mode properly on exit even on CRT Mode 19 (640x480 31kHz VGA). Add ModeDef for 640x480x4bit PseudoColor. Avoid a use of __UNVOLATILE(3). Remove unnecessary pointer casts from malloc(3). Use exact-width interger types properly for register accesses etc. |
| d9f93712 |
04-Nov-2020 |
christos <christos@NetBSD.org> |
fix lint build |
| 9b65525f |
04-Nov-2020 |
tsutsui <tsutsui@NetBSD.org> |
Use exact-width interger types properly for register accesses etc. No binary changes. |
| d998ab55 |
03-Nov-2020 |
tsutsui <tsutsui@NetBSD.org> |
Remove unnecessary pointer casts from malloc(3). |
| 1fca83cb |
03-Nov-2020 |
tsutsui <tsutsui@NetBSD.org> |
Avoid a use of __UNVOLATILE(3). Tested on XM6i. |
| c22c75e2 |
03-Nov-2020 |
tsutsui <tsutsui@NetBSD.org> |
Add ModeDef for 640x480x4bit PseudoColor. |
| d2b73a16 |
03-Nov-2020 |
tsutsui <tsutsui@NetBSD.org> |
Restore video mode properly on exit even on CRT Mode 19 (640x480 31kHz VGA). |
| 0fd67f1c |
02-Nov-2020 |
mrg <mrg@NetBSD.org> |
ensure PLATFORM_HAS_EGL and ENABLE_EGL are set consistently. |
| 133e50cb |
02-Nov-2020 |
mrg <mrg@NetBSD.org> |
new generated files for libepoxy 1.5.4. update the fake configure version. |
| b94deca5 |
02-Nov-2020 |
mrg <mrg@NetBSD.org> |
merge libepoxy 1.5.4. |
| ca86eba8 |
02-Nov-2020 |
mrg <mrg@NetBSD.org> |
initial import of libepoxy-1.5.4 |
| 8157b447 |
01-Nov-2020 |
mrg <mrg@NetBSD.org> |
initial import of xkeyboard-config-2.31 |
| bd299232 |
01-Nov-2020 |
tsutsui <tsutsui@NetBSD.org> |
Fix a suspicious chunk disabled on xfree 4.x migration as sunKbd.c does. |
| 9979d90a |
01-Nov-2020 |
tsutsui <tsutsui@NetBSD.org> |
Call LogInit() for logging to /var/log/X68k.%s.log as Xorg and Xsun servers. |
| a0c41156 |
01-Nov-2020 |
mrg <mrg@NetBSD.org> |
merge xf86-video-vesa 2.5.0. |
| ce66db1f |
01-Nov-2020 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-vesa-2.5.0 |
| 73167859 |
01-Nov-2020 |
mrg <mrg@NetBSD.org> |
merge libxcb and xcb-proto 1.14. |
| 8d8e295f |
01-Nov-2020 |
mrg <mrg@NetBSD.org> |
initial import of xcb-proto-1.14 |
| aa30ed02 |
01-Nov-2020 |
mrg <mrg@NetBSD.org> |
initial import of libxcb-1.14 |
| 3ef3f551 |
01-Nov-2020 |
mrg <mrg@NetBSD.org> |
merge font-alias 1.0.4 and fonttosfnt 1.2.0. |
| c813b494 |
01-Nov-2020 |
mrg <mrg@NetBSD.org> |
initial import of fonttosfnt-1.2.0 |
| 18b08247 |
01-Nov-2020 |
mrg <mrg@NetBSD.org> |
initial import of font-alias-1.0.4 |
| 77e87e13 |
01-Nov-2020 |
mrg <mrg@NetBSD.org> |
fix build cornflakes from libdrm 2.4.102. |
| 87bf8e7c |
01-Nov-2020 |
mrg <mrg@NetBSD.org> |
merge libdrm 2.4.102. |
| 9bd392ad |
01-Nov-2020 |
mrg <mrg@NetBSD.org> |
initial import of libdrm-2.4.102 |
| 4da3402d |
22-Oct-2020 |
thorpej <thorpej@NetBSD.org> |
Rename vboxvideo.h -> vboxvideo_drv.h, so that this can be built on a host with a case-insensitive + case-preserving file system. |
| 16f0be2f |
21-Oct-2020 |
maya <maya@NetBSD.org> |
Merge freetype 2.10.4 |
| 50df499c |
21-Oct-2020 |
maya <maya@NetBSD.org> |
Initial import of freetype-2.10.4 |
| 2007c8b2 |
14-Oct-2020 |
nia <nia@NetBSD.org> |
Import xcompmgr-1.1.8 (hopefully correctly this time) |
| 51a6438c |
14-Oct-2020 |
nia <nia@NetBSD.org> |
Remove incorrectly imported files |
| a0e80b30 |
14-Oct-2020 |
nia <nia@NetBSD.org> |
Import xcompmgr-1.1.8 |
| a0a5c96c |
12-Oct-2020 |
nia <nia@NetBSD.org> |
Scale XTerm and other X11 apps using the same DPI detection as ctwm |
| e564fee6 |
12-Oct-2020 |
nia <nia@NetBSD.org> |
more 'welcoming' default root window pointer |
| c739f31b |
11-Oct-2020 |
nia <nia@NetBSD.org> |
nice default xsetroot |
| 216a823b |
10-Oct-2020 |
jmcneill <jmcneill@NetBSD.org> |
If we get an absolute pointer event and we can query the min/max X and Y values reported and it is in raw mode, use the screen dimensions to scale the coordinates to fit the screen before feeding the event to the X server. |
| 5cfc5640 |
09-Oct-2020 |
jmcneill <jmcneill@NetBSD.org> |
Oops, avoid shadow declaration (fixes pci_system_netbsd_count_buses) |
| 56db2c9d |
08-Oct-2020 |
jmcneill <jmcneill@NetBSD.org> |
Fix crash when more than 32 pci(4) devices are attached. |
| b205cadf |
02-Oct-2020 |
nia <nia@NetBSD.org> |
Slightly nicer default colors for various X11 apps |
| b761167d |
02-Oct-2020 |
nia <nia@NetBSD.org> |
remove redundant $ |
| c3ac8d1b |
24-Sep-2020 |
nia <nia@NetBSD.org> |
volume key bindings |
| e0da7f10 |
23-Sep-2020 |
nia <nia@NetBSD.org> |
enable the ctwm applications menu |
| 6a9f9e17 |
23-Sep-2020 |
nia <nia@NetBSD.org> |
fix syntax. it only wants the number of columns. |
| 9d5b6566 |
23-Sep-2020 |
nia <nia@NetBSD.org> |
fix syntax. ctwm does not use , |
| f29e5ae9 |
22-Sep-2020 |
nia <nia@NetBSD.org> |
avoid stippling effect in titlebars |
| 7c7eec6f |
22-Sep-2020 |
nia <nia@NetBSD.org> |
add menu entries for workspace occupation |
| 2f8bbde1 |
22-Sep-2020 |
nia <nia@NetBSD.org> |
replace default ctwmrc by mine from tech-x11 |
| 182895d9 |
22-Sep-2020 |
nia <nia@NetBSD.org> |
update the default xsm session to ctwm/uxterm |
| 10be09c1 |
22-Sep-2020 |
nia <nia@NetBSD.org> |
turn off the ctwm "welcome" screen while this is nice for Branding(tm), it adds a slight delay to startup, which is slightly annoying, and a departure from how we've done things previously. |
| 9d53d412 |
22-Sep-2020 |
nia <nia@NetBSD.org> |
spawn ctwm in the default xdm Xsession |
| 537b755d |
22-Sep-2020 |
nia <nia@NetBSD.org> |
make the default xinitrc a bit nicer spawn only one xterm in unicode mode and use ctwm instead of twm ctwm is a backwards compatible fork of twm that includes some extra features like virtual desktops |
| 2601b8e6 |
15-Sep-2020 |
nia <nia@NetBSD.org> |
Dynamically load an unversioned libXcursor. The version number is wrong for NetBSD (we have libXcursor.so.2 instead of libXcursor.so.1) and this makes things fail. |
| cb543c5f |
07-Sep-2020 |
christos <christos@NetBSD.org> |
Limit the number of visuals to 64K |
| 16add077 |
30-Aug-2020 |
mrg <mrg@NetBSD.org> |
merge libX11 1.6.12. |
| d7c63e31 |
30-Aug-2020 |
mrg <mrg@NetBSD.org> |
initial import of libX11-1.6.12 |
| bf75540f |
29-Aug-2020 |
mrg <mrg@NetBSD.org> |
merge xorgproto 2020.1. |
| 4627b59c |
29-Aug-2020 |
mrg <mrg@NetBSD.org> |
initial import of xorgproto-2020.1 |
| 85d6961b |
13-Aug-2020 |
tsutsui <tsutsui@NetBSD.org> |
More cherry-picks to sync with xorg-server: Remove more redundant command option arg checks. Avoid dumb DevicePtr casts. |
| 9679a91b |
13-Aug-2020 |
tsutsui <tsutsui@NetBSD.org> |
Avoid dumb DevicePtr casts. |
| aa86acb5 |
11-Aug-2020 |
tsutsui <tsutsui@NetBSD.org> |
Remove more redundant command option arg checks. |
| e199ea96 |
09-Aug-2020 |
tsutsui <tsutsui@NetBSD.org> |
Cherry-pick to sync with xorg-server: Inform detected keyboard type and layout via LogMessage(). Remove a leftover variable for non-XKB autorepeat. Remove redundant command option arg checks. Put probed framebuffer info to a log file by default. |
| 427d0583 |
09-Aug-2020 |
tsutsui <tsutsui@NetBSD.org> |
Revert upstream "fb: Remove even/odd tile slow-pathing" changes. https://gitlab.freedesktop.org/xorg/xserver/-/commit/e572bcc7f4236b7e0f23ab762f225b3bce37db59 >> fb: Remove even/odd tile slow-pathing >> >> Again, clearly meant to be a fast path, but this turns out not to be the >> case. This causes serious performance regression on 1bpp servers. Ok'ed by mrg@. See my post on tech-x11@ for more details: https://mail-index.netbsd.org/tech-x11/2020/08/07/msg002115.html |
| a401fbd7 |
09-Aug-2020 |
tsutsui <tsutsui@NetBSD.org> |
Put probed framebuffer info to a log file by default. |
| c46e3e8e |
09-Aug-2020 |
tsutsui <tsutsui@NetBSD.org> |
Remove redundant command option arg checks. |
| 99d8145c |
09-Aug-2020 |
tsutsui <tsutsui@NetBSD.org> |
Remove a leftover variable for non-XKB autorepeat. |
| 64ca0c98 |
09-Aug-2020 |
tsutsui <tsutsui@NetBSD.org> |
Inform detected keyboard type and layout via LogMessage(). |
| 72837c87 |
04-Aug-2020 |
maya <maya@NetBSD.org> |
From 93fce3f4e79cbc737d6468a4f68ba3de1b83953b Mon Sep 17 00:00:00 2001 From: Yichao Yu <yyc1992@gmail.com> Date: Sun, 2 Aug 2020 13:43:58 -0400 Subject: [PATCH] Fix size calculation in `_XimAttributeToValue`. The check here guards the read below. For `XimType_XIMStyles`, these are `num` of `CARD32` and for `XimType_XIMHotKeyTriggers` these are `num` of `XIMTRIGGERKEY` ref[1] which is defined as 3 x `CARD32`. (There are data after the `XIMTRIGGERKEY` according to the spec but they are not read by this function and doesn't need to be checked.) The old code here used the native datatype size instead of the wire protocol size causing the check to always fail. Also fix the size calculation for the header (size). It is 2 x CARD16 for both types despite the unused `CARD16` for `XimType_XIMStyles`. [1] https://www.x.org/releases/X11R7.6/doc/libX11/specs/XIM/xim.html#Input_Method_Styles This fixes a regression caused by 388b303c62aa35a245f1704211a023440ad2c488 in 1.6.10. |
| f89f2ff9 |
04-Aug-2020 |
tsutsui <tsutsui@NetBSD.org> |
Sync with xorg-server: > Call LogInit() for logging to /var/log/Xsun.%s.log as Xorg server. |
| 1f29ee3a |
04-Aug-2020 |
tsutsui <tsutsui@NetBSD.org> |
Call LogInit() for logging to /var/log/Xsun.%s.log as Xorg server. |
| 5ca846b1 |
01-Aug-2020 |
tsutsui <tsutsui@NetBSD.org> |
Replace 'pointer' type with 'void *' to sync with upstream manner. https://cgit.freedesktop.org/xorg/xserver/commit/?id=60014a4a98ff924ae7f6840781f768c1cc93bbab |
| ab290810 |
01-Aug-2020 |
tsutsui <tsutsui@NetBSD.org> |
TAB/space cleanup. |
| cb17d216 |
01-Aug-2020 |
tsutsui <tsutsui@NetBSD.org> |
Cherry-pick non-Xorg-1.20-specific fixes from xorg-server dir. Use proper ANSI offsetof(3) to specify framebuffer offset in struct. Add prototype declarations for CG2 functions. Implement functions to restore palette settings on exiting Xserver. Explicitly initialize origColormapValid for readability. Fix LED defintions to match xkb/xkbInit.c. Remove unused functions required to handle non-XKB autorepeat. Initialize ModMap dynamically using keymap data per each keyboard. Remove now unused ModMap data for each keyboard. Use "empty" for rmlvo model and layout to avoid lingering default settings. Trailing whitespace. Note it looks there is some serious performance regression between Xorg 1.10 and 1.20 on rendering root_weave to root window on 3/60 bwtwo mono server. |
| 0ea8fa60 |
01-Aug-2020 |
tsutsui <tsutsui@NetBSD.org> |
Trailing whitespace. |
| eec3c82f |
01-Aug-2020 |
tsutsui <tsutsui@NetBSD.org> |
Use "empty" for rmlvo model and layout to avoid lingering default settings. Now all modifier keys (CTRL, SHIFT, and NumLock) work as expected. It seems XkbApplyMappingChange() doesn't update some XKB modifier settings even if new modmap data is specified. |
| 32414907 |
31-Jul-2020 |
maya <maya@NetBSD.org> |
Backport the only patch from xorg-server 1.20.9 as I can't find a tarball. From aac28e162e5108510065ad4c323affd6deffd816 Mon Sep 17 00:00:00 2001 From: Matthieu Herrb <matthieu@herrb.eu> Date: Sat, 25 Jul 2020 19:33:50 +0200 Subject: [PATCH] fix for ZDI-11426 Avoid leaking un-initalized memory to clients by zeroing the whole pixmap on initial allocation. This vulnerability was discovered by: Jan-Niklas Sohn working with Trend Micro Zero Day Initiative Signed-off-by: Matthieu Herrb <matthieu@herrb.eu> Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com> |
| e90f245c |
31-Jul-2020 |
maya <maya@NetBSD.org> |
Merge libX11 1.6.10 |
| 9c019ec5 |
31-Jul-2020 |
maya <maya@NetBSD.org> |
initial import of libX11-1.6.10 |
| 83a24582 |
30-Jul-2020 |
tsutsui <tsutsui@NetBSD.org> |
Remove now unused ModMap data for each keyboard. |
| b6209069 |
30-Jul-2020 |
tsutsui <tsutsui@NetBSD.org> |
Initialize ModMap dynamically using keymap data per each keyboard. Now ScrollLock LED works properly. |
| a740dc46 |
29-Jul-2020 |
tsutsui <tsutsui@NetBSD.org> |
Remove unused functions required to handle non-XKB autorepeat. |
| 2f5704f8 |
29-Jul-2020 |
tsutsui <tsutsui@NetBSD.org> |
Fix LED defintions to match xkb/xkbInit.c. Now CapsLock and NumLock LEDs work correctly. XXX: No ScrollLock LED |
| 1a0e0615 |
26-Jul-2020 |
tsutsui <tsutsui@NetBSD.org> |
Explicitly initialize origColormapValid for readability. |
| 97c02368 |
26-Jul-2020 |
tsutsui <tsutsui@NetBSD.org> |
Implement functions to restore palette settings on exiting Xserver. |
| 89cbd610 |
26-Jul-2020 |
tsutsui <tsutsui@NetBSD.org> |
Add prototype declarations for CG2 functions. |
| 9cee2e5c |
24-Jul-2020 |
tsutsui <tsutsui@NetBSD.org> |
Use proper args for dixLookupResourceByType() to get defcolormap. Botched in mechanical 1.20 updates. |
| 183a9b73 |
24-Jul-2020 |
tsutsui <tsutsui@NetBSD.org> |
Apply upstream "free the EQ allocated memory on shutdown" fixes. This should be updated before 1.20 import: https://cgit.freedesktop.org/xorg/xserver/commit/?id=87d4f90bfcb509471ac9e7886e14a92b33223fd7 |
| 526cfe04 |
23-Jul-2020 |
tsutsui <tsutsui@NetBSD.org> |
Use proper ANSI offsetof(3) to specify framebuffer offset in struct. Fixes build error on sparc64. No binary change on sun3. |
| 47cf8911 |
22-Jul-2020 |
tsutsui <tsutsui@NetBSD.org> |
Normalize #include paths. |
| ee7c6486 |
22-Jul-2020 |
tsutsui <tsutsui@NetBSD.org> |
Import WIP Xorg-Server-1.20'fied monolithic Xsun servers. This is based on 1.10 version imported into xorg-server.old and all upstream API changes between xorg-server 1.10 and 1.20 are applied almost mechanically. https://github.com/tsutsui/xorg-server-Xsun/commits/xorg-server-1.20 Xsun and XsunMono servers are also confirmed working with bwtwo on 3/60 and tme, and cgtwo on tme. XKB stuff is still to be resolved. |
| b9325ec5 |
22-Jul-2020 |
tsutsui <tsutsui@NetBSD.org> |
Import WIP Xorg-Server-1.10'fied ancient monolithic Xsun servers. There are still several issue especially around XKB stuff, but both Xsun and XsunMono servers are confirmed working with bwtwo on 3/60 and tme, and also cgtwo on tme. See my port-sun3@ posts for more details: https://mail-index.netbsd.org/port-sun3/2020/07/17/msg000157.html Note a newer Xorg Server 1.20 based version is also ready so these 1.10 sources are imported as referenece for people who will try to port other X11R6 servers. |
| 1179ded1 |
19-Jul-2020 |
tsutsui <tsutsui@NetBSD.org> |
Sync with xorg-server.old: Remove #ifdef XKB conditional. > It has been mandatory on Xorg: > https://cgit.freedesktop.org/xorg/xserver/commit/?id=40877c6680863bd6a8475f2bb0c54df55bcf0b0e |
| 9b01426a |
19-Jul-2020 |
tsutsui <tsutsui@NetBSD.org> |
Remove #ifdef XKB conditional. It has been mandatory on Xorg: https://cgit.freedesktop.org/xorg/xserver/commit/?id=40877c6680863bd6a8475f2bb0c54df55bcf0b0e |
| b2450a3a |
18-Jul-2020 |
tsutsui <tsutsui@NetBSD.org> |
Pull 1bpp server fixes from xorg-server.old: https://mail-index.netbsd.org/source-changes/2020/07/18/msg119488.html > Fix 1bpp Xservers on "whitePixel=0, blackPixel=1" VRAMs. > > - Don't override pScreen->blackPixel and pScreen->whitePixel > (set in MD server Init functions per -filpPixels option) > on 1bpp servers in merged fbSetupScreen() (merged one > from cfbSetupScrenn and mfbSetupScreen() in old xsrc/xfree) > - Pull mfbCreateColormap() function from old xsrc/xfree tree > and use it on 1bpp servers Confirmed on luna68k 1bpp Xorg 1.20 server using xf86-video-wsfb with "-flipPixels" option. |
| 88c603c7 |
18-Jul-2020 |
tsutsui <tsutsui@NetBSD.org> |
Fix 1bpp Xservers on "whitePixel=0, blackPixel=1" VRAMs. - Don't override pScreen->blackPixel and pScreen->whitePixel (set in MD server Init functions per -filpPixels option) on 1bpp servers in merged fbSetupScreen() (merged one from cfbSetupScrenn and mfbSetupScreen() in old xsrc/xfree) - Pull mfbCreateColormap() function from old xsrc/xfree tree and use it on 1bpp servers Required by forthcoming X11R7'fied ancient Xsun and XsunMono servers: https://mail-index.netbsd.org/port-sun3/2020/07/17/msg000157.html Without these fixes, mouse pointers and twm window titlebar etc. are rendered inverted. |
| 01f81e7b |
18-Jul-2020 |
tsutsui <tsutsui@NetBSD.org> |
Add a stub for miinitext of GLX. As per upstream commits for Xnest: https://cgit.freedesktop.org/xorg/xserver/commit/?id=67c303fff303f94b62f03a76de97116c6ebcfda9 Note GLXEXT is defined as 1 in xorg-server/include/xorg-server.h (i.e. /usr/X11R7/include/xorg/xorg-server.h) so no proper way to disable it on building MD servers per ${MACHINE} basis. |
| 72502d70 |
18-Jul-2020 |
tsutsui <tsutsui@NetBSD.org> |
Update for removal of AddEnabledDevice and RemoveEnabledDevice. Use the NotifyFd API instead as per upstream commits: https://cgit.freedesktop.org/xorg/xserver/commit/?id=55c2e1a3aa587c58a74066724e11e30b3df267b8 https://cgit.freedesktop.org/xorg/xserver/commit/?id=be5a513fee6cbf29ef7570e57eb0436d70fbd88c https://cgit.freedesktop.org/xorg/xserver/commit/?id=60a91031d13e4d29c383087120e318f6b528b6e5 https://cgit.freedesktop.org/xorg/xserver/commit/?id=7def2fea30060d47780dc1eedc91fada5ae1934f |
| 1dfa130e |
18-Jul-2020 |
tsutsui <tsutsui@NetBSD.org> |
Pull changes of x68kInit.c rev 1.3 from xorg-server.old. https://mail-index.netbsd.org/source-changes/2020/07/18/msg119473.html > Use AllocDevicePair() to initialize input devices in InitInput(). Untested, but I'll re-visit on migrating to HAVE_XORG_SERVER_VER=120. |
| b59408c7 |
18-Jul-2020 |
tsutsui <tsutsui@NetBSD.org> |
Use AllocDevicePair() to initialize input devices in InitInput(). This should have been done on the initial X11R7'fied imoprt as upstream xnest did: https://cgit.freedesktop.org/xorg/xserver/commit?id=32ce5c83a504d2cafd2b19ed628b40032ef347b3 Tested and no visible regression on XM6i. |
| d7a5c675 |
27-Jun-2020 |
tsutsui <tsutsui@NetBSD.org> |
Use UXA (not SNA) by default on Intel Gen3/4/5 chipsets (except 915). This works around PR/54995 (screen corruption on N455) and PR/55198 (X freezes/hangs on 965GM). Ok'ed by mrg@. Should be pulled up to netbsd-9. |
| 80c54d45 |
10-Apr-2020 |
tsutsui <tsutsui@NetBSD.org> |
Remove clause 3 and 4 from X68k server files written by Yasushi Yamasaki. I've finally contacted with Yamasaki-san and he kindly answered "no objection to change them to 2 clause license" in private mail. Diffs to be committed have also been confirmed by him. We appreciate all his contribution to early NetBSD/x68k. |
| 72f1971a |
22-Mar-2020 |
martin <martin@NetBSD.org> |
PR 48569: avoid unaligned access. OK mrg@ |
| 7d032622 |
08-Mar-2020 |
maya <maya@NetBSD.org> |
Backport upstream commits (there is no newer release yet): From c0eb5dbd9c1db6b6d5b1574bcd8c584170d7ab54 Mon Sep 17 00:00:00 2001 From: Alexey Sheplyakov <asheplyakov@altlinux.org> Date: Wed, 27 Nov 2019 20:50:58 +0400 Subject: Don't crash X server if GPU acceleration is not available From 4d84cf438e7f1bebf0053035ef0292e9fed257d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michel=20D=C3=A4nzer?= <mdaenzer@redhat.com> Date: Fri, 29 Nov 2019 16:37:32 +0100 Subject: Handle NULL fb_ptr in pixmap_get_fb This can happen when HW acceleration is disabled. From Onno van der Linden in xsrc/55059. |
| 4090900b |
24-Feb-2020 |
mrg <mrg@NetBSD.org> |
for now, limit glamor to TAHITI and newer chipsets only. |
| 5a4966d2 |
23-Feb-2020 |
tnn <tnn@NetBSD.org> |
sync from pkgsrc: > libxshmfence: improve performance of semaphore backend. Bump rev. > > It used more locking than necessary. We only need two semaphores. > One to tell waiters to wake up and one to let the last waiter that > wakes up notify xshmfence_trigger() it may now return. |
| 7edd284e |
23-Feb-2020 |
mrg <mrg@NetBSD.org> |
merge xf86-video-sis 0.12.0 |
| 74fcc364 |
23-Feb-2020 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-sis-0.12.0 |
| 33213467 |
23-Feb-2020 |
mrg <mrg@NetBSD.org> |
merge xkeyboard-config 2.29. |
| 1c606da7 |
23-Feb-2020 |
mrg <mrg@NetBSD.org> |
initial import of xkeyboard-config-2.29 |
| 1c66a406 |
23-Feb-2020 |
mrg <mrg@NetBSD.org> |
and one more version here too.. |
| d2ee8f5a |
23-Feb-2020 |
mrg <mrg@NetBSD.org> |
update version here too. |
| b974f53c |
23-Feb-2020 |
mrg <mrg@NetBSD.org> |
missed one version update. |
| 356a307c |
23-Feb-2020 |
mrg <mrg@NetBSD.org> |
fix merge botch in previous |
| e780029e |
23-Feb-2020 |
mrg <mrg@NetBSD.org> |
updates for xorg-server 1.20.6. |
| 4e185dc0 |
23-Feb-2020 |
mrg <mrg@NetBSD.org> |
merge xorg-server 1.20.6. |
| 25da500f |
23-Feb-2020 |
mrg <mrg@NetBSD.org> |
initial import of xorg-server-1.20.6 |
| eb5ace75 |
23-Feb-2020 |
mrg <mrg@NetBSD.org> |
merge font-util 1.3.2 and fonttosfnt 1.1.0. |
| ea148d1d |
23-Feb-2020 |
mrg <mrg@NetBSD.org> |
initial import of fonttosfnt-1.1.0 |
| 38c51623 |
23-Feb-2020 |
mrg <mrg@NetBSD.org> |
initial import of font-util-1.3.2 |
| 82025ec7 |
23-Feb-2020 |
mrg <mrg@NetBSD.org> |
merge libdrm 2.4.100 and libpciaccess 0.16. |
| dc7d6647 |
23-Feb-2020 |
mrg <mrg@NetBSD.org> |
initial import of libpciaccess-0.16 |
| 88f8a8d2 |
23-Feb-2020 |
mrg <mrg@NetBSD.org> |
initial import of libdrm-2.4.100 |
| 1ea6cbfe |
23-Feb-2020 |
mrg <mrg@NetBSD.org> |
merge viewres 1.0.6 and xkbprint 1.0.5. |
| fc34a306 |
23-Feb-2020 |
mrg <mrg@NetBSD.org> |
initial import of xkbprint-1.0.5 |
| 2464907f |
23-Feb-2020 |
mrg <mrg@NetBSD.org> |
initial import of viewres-1.0.6 |
| d96bf886 |
23-Feb-2020 |
mrg <mrg@NetBSD.org> |
update for libXfont2 2.0.4. |
| 9d6fedf0 |
23-Feb-2020 |
mrg <mrg@NetBSD.org> |
initial import of xorgproto-2019.2 |
| 0ba404d1 |
23-Feb-2020 |
mrg <mrg@NetBSD.org> |
merge libX11 1.6.9, libXfont2 2.0.4, libXpm 3.5.13, and libXvMC 1.0.12. |
| cfcf9057 |
23-Feb-2020 |
mrg <mrg@NetBSD.org> |
initial import of libXvMC-1.0.12 |
| edce3322 |
23-Feb-2020 |
mrg <mrg@NetBSD.org> |
initial import of libXpm-3.5.13 |
| c7b4381a |
23-Feb-2020 |
mrg <mrg@NetBSD.org> |
initial import of libXfont2-2.0.4 |
| 5afda2e6 |
23-Feb-2020 |
mrg <mrg@NetBSD.org> |
initial import of libX11-1.6.9 |
| 5748e6ec |
23-Feb-2020 |
mrg <mrg@NetBSD.org> |
merge xf86-video-ati 19.1.0, xf86-video-amdgpu 19.1.0, xf86-video-geode 2.11.20, and xf86-video-s3 0.7.0. |
| 1d3211a3 |
23-Feb-2020 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-s3-0.7.0 |
| 05cf1079 |
23-Feb-2020 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-geode-2.11.20 |
| 0d2a5547 |
23-Feb-2020 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-ati-19.1.0 |
| 77d6d1ec |
23-Feb-2020 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-amdgpu-19.1.0 |
| f1d7adee |
22-Feb-2020 |
tnn <tnn@NetBSD.org> |
mesa: sync w/ pkgsrc: don't assume the current gl dispatch table points to noop if NULL, instead call the ENTRY_CURRENT_TABLE_GET function. Additionally the previous i386 implementation probably never worked because it looks like it used the wrong asm label when computing GOT ptr. Likely relevant to PR port-i386/54782. XXX pullup -9 |
| 0b3f0b9f |
09-Feb-2020 |
jmcneill <jmcneill@NetBSD.org> |
Revert previous two commits, will fix this another way. |
| cb37ba78 |
09-Feb-2020 |
jmcneill <jmcneill@NetBSD.org> |
Don't autoload vesa on x86 at all as it conflicts with wsfb. |
| bd0a8214 |
09-Feb-2020 |
jmcneill <jmcneill@NetBSD.org> |
Try wsfb before vesa on x86. Modern video cards may not support VBE at all. |
| d1d00eb7 |
07-Feb-2020 |
jmcneill <jmcneill@NetBSD.org> |
When adding an FB, don't assume that the front buffer is a radeon buffer (it could be GBM managed instead). |
| b3c77fcc |
30-Dec-2019 |
tsutsui <tsutsui@NetBSD.org> |
Add missing newlines in log messages. |
| fe5fcf53 |
25-Dec-2019 |
tsutsui <tsutsui@NetBSD.org> |
Fix Xorg wsfb server "Rotate" corruption problem. PR xsrc/54167 Confirmed on zaurus SL-C1000, SL-C3000 (CW) and hpcarm WS003SH (CCW). Should be pulled up to netbsd-8 and netbsd-9. |
| abaf7e73 |
18-Dec-2019 |
macallan <macallan@NetBSD.org> |
add some missing translations for japanese keyboards from Yasushi Oshima via PR54784 |
| 757f638f |
05-Dec-2019 |
maya <maya@NetBSD.org> |
Wherever we test for setuid, also test for setgid. Inspired by a diff to openbsd but with a few more instances. |
| d7cb65e3 |
01-Dec-2019 |
maya <maya@NetBSD.org> |
From 02c3dad0f3b4d26e0faa5cc51d06bc50d693dcdc Mon Sep 17 00:00:00 2001 From: Brian Paul <brianp@vmware.com> Date: Wed, 9 Oct 2019 12:05:16 -0600 Subject: [PATCH] Call shmget() with permission 0600 instead of 0777 A security advisory (TALOS-2019-0857/CVE-2019-5068) found that creating shared memory regions with permission mode 0777 could allow any user to access that memory. Several Mesa drivers use shared- memory XImages to implement back buffers for improved performance. This path changes the shmget() calls to use 0600 (user r/w). Tested with legacy Xlib driver and llvmpipe. Cc: mesa-stable@lists.freedesktop.org Reviewed-by: Kristian H. Kristensen <hoegsberg@google.com> |
| 005535d2 |
28-Oct-2019 |
christos <christos@NetBSD.org> |
use asprintf() to avoid strncpy warning (as the newer version does) |
| 19108c71 |
27-Oct-2019 |
maya <maya@NetBSD.org> |
Use a case insensitive comparison. Add ExtraBold. Fixes PR xsrc/40609: Problem with mkfontscale and fonts/freefonts with xfree/xorg |
| 857c29c5 |
24-Oct-2019 |
kamil <kamil@NetBSD.org> |
Adapt xwininfo for POSIX iconv(3) |
| 97f927b5 |
23-Oct-2019 |
kamil <kamil@NetBSD.org> |
Switch strncpy(3) with length of source to strlcpy(3) in xedit Fixes build with gcc8. |
| 691993b4 |
25-Sep-2019 |
maya <maya@NetBSD.org> |
Avoid truncating int64_t to int. Found by clang. |
| e64d31b9 |
24-Sep-2019 |
maya <maya@NetBSD.org> |
Add more generated files from mesa 19.1.7. Generated by doing a regular build using pkgsrc. |
| 0f464174 |
24-Sep-2019 |
maya <maya@NetBSD.org> |
import mesa-19.1.7 (for pathnames including the word 'core') Now with the correct paths... |
| 4d3af7dc |
24-Sep-2019 |
maya <maya@NetBSD.org> |
import mesa-19.1.7 (for pathnames including the word 'core') |
| a54d1988 |
24-Sep-2019 |
maya <maya@NetBSD.org> |
Avoid conflict with netbsd's highly visible bswap32 definition. Re-patching, patch was lost in a rename. |
| 188bf57b |
24-Sep-2019 |
maya <maya@NetBSD.org> |
Remove now unused generated files. |
| d03f69fb |
24-Sep-2019 |
maya <maya@NetBSD.org> |
Apply u_queue.c patch from pkgsrc: atexit is not a good idea in shared libraries. attempt to port cpuset logic to netbsd |
| 0c3f8b09 |
24-Sep-2019 |
maya <maya@NetBSD.org> |
Provide a bogus definition of NAN for vax. ifdef __vax__ rather than ifndef NAN to ensure it is never accidentally picked up for non-VAX. |
| d8407755 |
24-Sep-2019 |
maya <maya@NetBSD.org> |
Merge mesa 19.1.7 |
| 10e230b6 |
24-Sep-2019 |
maya <maya@NetBSD.org> |
Update generated files from a regular build of mesa 19.1.7. The pkgconfig files are now generated using meson, no more .pc.in files, so I made my own using the result of the pkgsrc build. |
| 8a1362ad |
24-Sep-2019 |
maya <maya@NetBSD.org> |
Import mesa 19.1.7 New features in mesa 19.1.0: GL_ARB_parallel_shader_compile on all drivers. GL_EXT_gpu_shader4 on all GL 3.1 drivers. GL_EXT_shader_image_load_formatted on radeonsi. GL_EXT_texture_buffer_object on all GL 3.1 drivers. GL_EXT_texture_compression_s3tc_srgb on Gallium drivers and i965 (ES extension). GL_NV_compute_shader_derivatives on iris and i965. GL_KHR_parallel_shader_compile on all drivers. VK_EXT_buffer_device_address on Intel and RADV. VK_EXT_depth_clip_enable on Intel and RADV. VK_KHR_ycbcr_image_arrays on Intel. VK_EXT_inline_uniform_block on Intel and RADV. VK_EXT_external_memory_host on Intel. VK_EXT_host_query_reset on Intel and RADV. VK_KHR_surface_protected_capabilities on Intel and RADV. VK_EXT_pipeline_creation_feedback on Intel and RADV. VK_KHR_8bit_storage on RADV. VK_AMD_gpu_shader_int16 on RADV. VK_AMD_gpu_shader_half_float on RADV. VK_NV_compute_shader_derivatives on Intel. VK_KHR_shader_float16_int8 on Intel and RADV (RADV only supports int8). VK_KHR_shader_atomic_int64 on Intel. VK_EXT_descriptor_indexing on Intel. VK_KHR_shader_float16_int8 on Intel and RADV. GL_INTEL_conservative_rasterization on iris. VK_EXT_memory_budget on Intel. New features in mesa 19.0.0: GL_AMD_texture_texture4 on all GL 4.0 drivers. GL_EXT_shader_implicit_conversions on all drivers (ES extension). GL_EXT_texture_compression_bptc on all GL 4.0 drivers (ES extension). GL_EXT_texture_compression_rgtc on all GL 3.0 drivers (ES extension). GL_EXT_render_snorm on gallium drivers (ES extension). GL_EXT_texture_view on drivers supporting texture views (ES extension). GL_OES_texture_view on drivers supporting texture views (ES extension). GL_NV_shader_atomic_float on nvc0 (Fermi/Kepler only). Shader-based software implementations of GL_ARB_gpu_shader_fp64, GL_ARB_gpu_shader_int64, GL_ARB_vertex_attrib_64bit, and GL_ARB_shader_ballot on i965. VK_ANDROID_external_memory_android_hardware_buffer on Intel Fixed and re-exposed VK_EXT_pci_bus_info on Intel and RADV VK_EXT_scalar_block_layout on Intel and RADV VK_KHR_depth_stencil_resolve on Intel VK_KHR_draw_indirect_count on Intel VK_EXT_conditional_rendering on Intel VK_EXT_memory_budget on RADV Also, bug fixes. |
| b9abf16e |
24-Sep-2019 |
maya <maya@NetBSD.org> |
Import mesa 19.1.7 New features in mesa 19.1.0: GL_ARB_parallel_shader_compile on all drivers. GL_EXT_gpu_shader4 on all GL 3.1 drivers. GL_EXT_shader_image_load_formatted on radeonsi. GL_EXT_texture_buffer_object on all GL 3.1 drivers. GL_EXT_texture_compression_s3tc_srgb on Gallium drivers and i965 (ES extension). GL_NV_compute_shader_derivatives on iris and i965. GL_KHR_parallel_shader_compile on all drivers. VK_EXT_buffer_device_address on Intel and RADV. VK_EXT_depth_clip_enable on Intel and RADV. VK_KHR_ycbcr_image_arrays on Intel. VK_EXT_inline_uniform_block on Intel and RADV. VK_EXT_external_memory_host on Intel. VK_EXT_host_query_reset on Intel and RADV. VK_KHR_surface_protected_capabilities on Intel and RADV. VK_EXT_pipeline_creation_feedback on Intel and RADV. VK_KHR_8bit_storage on RADV. VK_AMD_gpu_shader_int16 on RADV. VK_AMD_gpu_shader_half_float on RADV. VK_NV_compute_shader_derivatives on Intel. VK_KHR_shader_float16_int8 on Intel and RADV (RADV only supports int8). VK_KHR_shader_atomic_int64 on Intel. VK_EXT_descriptor_indexing on Intel. VK_KHR_shader_float16_int8 on Intel and RADV. GL_INTEL_conservative_rasterization on iris. VK_EXT_memory_budget on Intel. New features in mesa 19.0.0: GL_AMD_texture_texture4 on all GL 4.0 drivers. GL_EXT_shader_implicit_conversions on all drivers (ES extension). GL_EXT_texture_compression_bptc on all GL 4.0 drivers (ES extension). GL_EXT_texture_compression_rgtc on all GL 3.0 drivers (ES extension). GL_EXT_render_snorm on gallium drivers (ES extension). GL_EXT_texture_view on drivers supporting texture views (ES extension). GL_OES_texture_view on drivers supporting texture views (ES extension). GL_NV_shader_atomic_float on nvc0 (Fermi/Kepler only). Shader-based software implementations of GL_ARB_gpu_shader_fp64, GL_ARB_gpu_shader_int64, GL_ARB_vertex_attrib_64bit, and GL_ARB_shader_ballot on i965. VK_ANDROID_external_memory_android_hardware_buffer on Intel Fixed and re-exposed VK_EXT_pci_bus_info on Intel and RADV VK_EXT_scalar_block_layout on Intel and RADV VK_KHR_depth_stencil_resolve on Intel VK_KHR_draw_indirect_count on Intel VK_EXT_conditional_rendering on Intel VK_EXT_memory_budget on RADV Also, bug fixes. |
| a8bb7a65 |
24-Sep-2019 |
maya <maya@NetBSD.org> |
Import mesa 19.1.7 New features in mesa 19.1.0: GL_ARB_parallel_shader_compile on all drivers. GL_EXT_gpu_shader4 on all GL 3.1 drivers. GL_EXT_shader_image_load_formatted on radeonsi. GL_EXT_texture_buffer_object on all GL 3.1 drivers. GL_EXT_texture_compression_s3tc_srgb on Gallium drivers and i965 (ES extension). GL_NV_compute_shader_derivatives on iris and i965. GL_KHR_parallel_shader_compile on all drivers. VK_EXT_buffer_device_address on Intel and RADV. VK_EXT_depth_clip_enable on Intel and RADV. VK_KHR_ycbcr_image_arrays on Intel. VK_EXT_inline_uniform_block on Intel and RADV. VK_EXT_external_memory_host on Intel. VK_EXT_host_query_reset on Intel and RADV. VK_KHR_surface_protected_capabilities on Intel and RADV. VK_EXT_pipeline_creation_feedback on Intel and RADV. VK_KHR_8bit_storage on RADV. VK_AMD_gpu_shader_int16 on RADV. VK_AMD_gpu_shader_half_float on RADV. VK_NV_compute_shader_derivatives on Intel. VK_KHR_shader_float16_int8 on Intel and RADV (RADV only supports int8). VK_KHR_shader_atomic_int64 on Intel. VK_EXT_descriptor_indexing on Intel. VK_KHR_shader_float16_int8 on Intel and RADV. GL_INTEL_conservative_rasterization on iris. VK_EXT_memory_budget on Intel. New features in mesa 19.0.0: GL_AMD_texture_texture4 on all GL 4.0 drivers. GL_EXT_shader_implicit_conversions on all drivers (ES extension). GL_EXT_texture_compression_bptc on all GL 4.0 drivers (ES extension). GL_EXT_texture_compression_rgtc on all GL 3.0 drivers (ES extension). GL_EXT_render_snorm on gallium drivers (ES extension). GL_EXT_texture_view on drivers supporting texture views (ES extension). GL_OES_texture_view on drivers supporting texture views (ES extension). GL_NV_shader_atomic_float on nvc0 (Fermi/Kepler only). Shader-based software implementations of GL_ARB_gpu_shader_fp64, GL_ARB_gpu_shader_int64, GL_ARB_vertex_attrib_64bit, and GL_ARB_shader_ballot on i965. VK_ANDROID_external_memory_android_hardware_buffer on Intel Fixed and re-exposed VK_EXT_pci_bus_info on Intel and RADV VK_EXT_scalar_block_layout on Intel and RADV VK_KHR_depth_stencil_resolve on Intel VK_KHR_draw_indirect_count on Intel VK_EXT_conditional_rendering on Intel VK_EXT_memory_budget on RADV Also, bug fixes. |
| 9f464c52 |
24-Sep-2019 |
maya <maya@NetBSD.org> |
Import mesa 19.1.7 New features in mesa 19.1.0: GL_ARB_parallel_shader_compile on all drivers. GL_EXT_gpu_shader4 on all GL 3.1 drivers. GL_EXT_shader_image_load_formatted on radeonsi. GL_EXT_texture_buffer_object on all GL 3.1 drivers. GL_EXT_texture_compression_s3tc_srgb on Gallium drivers and i965 (ES extension). GL_NV_compute_shader_derivatives on iris and i965. GL_KHR_parallel_shader_compile on all drivers. VK_EXT_buffer_device_address on Intel and RADV. VK_EXT_depth_clip_enable on Intel and RADV. VK_KHR_ycbcr_image_arrays on Intel. VK_EXT_inline_uniform_block on Intel and RADV. VK_EXT_external_memory_host on Intel. VK_EXT_host_query_reset on Intel and RADV. VK_KHR_surface_protected_capabilities on Intel and RADV. VK_EXT_pipeline_creation_feedback on Intel and RADV. VK_KHR_8bit_storage on RADV. VK_AMD_gpu_shader_int16 on RADV. VK_AMD_gpu_shader_half_float on RADV. VK_NV_compute_shader_derivatives on Intel. VK_KHR_shader_float16_int8 on Intel and RADV (RADV only supports int8). VK_KHR_shader_atomic_int64 on Intel. VK_EXT_descriptor_indexing on Intel. VK_KHR_shader_float16_int8 on Intel and RADV. GL_INTEL_conservative_rasterization on iris. VK_EXT_memory_budget on Intel. New features in mesa 19.0.0: GL_AMD_texture_texture4 on all GL 4.0 drivers. GL_EXT_shader_implicit_conversions on all drivers (ES extension). GL_EXT_texture_compression_bptc on all GL 4.0 drivers (ES extension). GL_EXT_texture_compression_rgtc on all GL 3.0 drivers (ES extension). GL_EXT_render_snorm on gallium drivers (ES extension). GL_EXT_texture_view on drivers supporting texture views (ES extension). GL_OES_texture_view on drivers supporting texture views (ES extension). GL_NV_shader_atomic_float on nvc0 (Fermi/Kepler only). Shader-based software implementations of GL_ARB_gpu_shader_fp64, GL_ARB_gpu_shader_int64, GL_ARB_vertex_attrib_64bit, and GL_ARB_shader_ballot on i965. VK_ANDROID_external_memory_android_hardware_buffer on Intel Fixed and re-exposed VK_EXT_pci_bus_info on Intel and RADV VK_EXT_scalar_block_layout on Intel and RADV VK_KHR_depth_stencil_resolve on Intel VK_KHR_draw_indirect_count on Intel VK_EXT_conditional_rendering on Intel VK_EXT_memory_budget on RADV Also, bug fixes. |
| 361fc4cb |
24-Sep-2019 |
maya <maya@NetBSD.org> |
Import mesa 19.1.7 New features in mesa 19.1.0: GL_ARB_parallel_shader_compile on all drivers. GL_EXT_gpu_shader4 on all GL 3.1 drivers. GL_EXT_shader_image_load_formatted on radeonsi. GL_EXT_texture_buffer_object on all GL 3.1 drivers. GL_EXT_texture_compression_s3tc_srgb on Gallium drivers and i965 (ES extension). GL_NV_compute_shader_derivatives on iris and i965. GL_KHR_parallel_shader_compile on all drivers. VK_EXT_buffer_device_address on Intel and RADV. VK_EXT_depth_clip_enable on Intel and RADV. VK_KHR_ycbcr_image_arrays on Intel. VK_EXT_inline_uniform_block on Intel and RADV. VK_EXT_external_memory_host on Intel. VK_EXT_host_query_reset on Intel and RADV. VK_KHR_surface_protected_capabilities on Intel and RADV. VK_EXT_pipeline_creation_feedback on Intel and RADV. VK_KHR_8bit_storage on RADV. VK_AMD_gpu_shader_int16 on RADV. VK_AMD_gpu_shader_half_float on RADV. VK_NV_compute_shader_derivatives on Intel. VK_KHR_shader_float16_int8 on Intel and RADV (RADV only supports int8). VK_KHR_shader_atomic_int64 on Intel. VK_EXT_descriptor_indexing on Intel. VK_KHR_shader_float16_int8 on Intel and RADV. GL_INTEL_conservative_rasterization on iris. VK_EXT_memory_budget on Intel. New features in mesa 19.0.0: GL_AMD_texture_texture4 on all GL 4.0 drivers. GL_EXT_shader_implicit_conversions on all drivers (ES extension). GL_EXT_texture_compression_bptc on all GL 4.0 drivers (ES extension). GL_EXT_texture_compression_rgtc on all GL 3.0 drivers (ES extension). GL_EXT_render_snorm on gallium drivers (ES extension). GL_EXT_texture_view on drivers supporting texture views (ES extension). GL_OES_texture_view on drivers supporting texture views (ES extension). GL_NV_shader_atomic_float on nvc0 (Fermi/Kepler only). Shader-based software implementations of GL_ARB_gpu_shader_fp64, GL_ARB_gpu_shader_int64, GL_ARB_vertex_attrib_64bit, and GL_ARB_shader_ballot on i965. VK_ANDROID_external_memory_android_hardware_buffer on Intel Fixed and re-exposed VK_EXT_pci_bus_info on Intel and RADV VK_EXT_scalar_block_layout on Intel and RADV VK_KHR_depth_stencil_resolve on Intel VK_KHR_draw_indirect_count on Intel VK_EXT_conditional_rendering on Intel VK_EXT_memory_budget on RADV Also, bug fixes. |
| 7e102996 |
24-Sep-2019 |
maya <maya@NetBSD.org> |
Import mesa 19.1.7 New features in mesa 19.1.0: GL_ARB_parallel_shader_compile on all drivers. GL_EXT_gpu_shader4 on all GL 3.1 drivers. GL_EXT_shader_image_load_formatted on radeonsi. GL_EXT_texture_buffer_object on all GL 3.1 drivers. GL_EXT_texture_compression_s3tc_srgb on Gallium drivers and i965 (ES extension). GL_NV_compute_shader_derivatives on iris and i965. GL_KHR_parallel_shader_compile on all drivers. VK_EXT_buffer_device_address on Intel and RADV. VK_EXT_depth_clip_enable on Intel and RADV. VK_KHR_ycbcr_image_arrays on Intel. VK_EXT_inline_uniform_block on Intel and RADV. VK_EXT_external_memory_host on Intel. VK_EXT_host_query_reset on Intel and RADV. VK_KHR_surface_protected_capabilities on Intel and RADV. VK_EXT_pipeline_creation_feedback on Intel and RADV. VK_KHR_8bit_storage on RADV. VK_AMD_gpu_shader_int16 on RADV. VK_AMD_gpu_shader_half_float on RADV. VK_NV_compute_shader_derivatives on Intel. VK_KHR_shader_float16_int8 on Intel and RADV (RADV only supports int8). VK_KHR_shader_atomic_int64 on Intel. VK_EXT_descriptor_indexing on Intel. VK_KHR_shader_float16_int8 on Intel and RADV. GL_INTEL_conservative_rasterization on iris. VK_EXT_memory_budget on Intel. New features in mesa 19.0.0: GL_AMD_texture_texture4 on all GL 4.0 drivers. GL_EXT_shader_implicit_conversions on all drivers (ES extension). GL_EXT_texture_compression_bptc on all GL 4.0 drivers (ES extension). GL_EXT_texture_compression_rgtc on all GL 3.0 drivers (ES extension). GL_EXT_render_snorm on gallium drivers (ES extension). GL_EXT_texture_view on drivers supporting texture views (ES extension). GL_OES_texture_view on drivers supporting texture views (ES extension). GL_NV_shader_atomic_float on nvc0 (Fermi/Kepler only). Shader-based software implementations of GL_ARB_gpu_shader_fp64, GL_ARB_gpu_shader_int64, GL_ARB_vertex_attrib_64bit, and GL_ARB_shader_ballot on i965. VK_ANDROID_external_memory_android_hardware_buffer on Intel Fixed and re-exposed VK_EXT_pci_bus_info on Intel and RADV VK_EXT_scalar_block_layout on Intel and RADV VK_KHR_depth_stencil_resolve on Intel VK_KHR_draw_indirect_count on Intel VK_EXT_conditional_rendering on Intel VK_EXT_memory_budget on RADV Also, bug fixes. |
| ed98bd31 |
24-Sep-2019 |
maya <maya@NetBSD.org> |
Import mesa 19.1.7 New features in mesa 19.1.0: GL_ARB_parallel_shader_compile on all drivers. GL_EXT_gpu_shader4 on all GL 3.1 drivers. GL_EXT_shader_image_load_formatted on radeonsi. GL_EXT_texture_buffer_object on all GL 3.1 drivers. GL_EXT_texture_compression_s3tc_srgb on Gallium drivers and i965 (ES extension). GL_NV_compute_shader_derivatives on iris and i965. GL_KHR_parallel_shader_compile on all drivers. VK_EXT_buffer_device_address on Intel and RADV. VK_EXT_depth_clip_enable on Intel and RADV. VK_KHR_ycbcr_image_arrays on Intel. VK_EXT_inline_uniform_block on Intel and RADV. VK_EXT_external_memory_host on Intel. VK_EXT_host_query_reset on Intel and RADV. VK_KHR_surface_protected_capabilities on Intel and RADV. VK_EXT_pipeline_creation_feedback on Intel and RADV. VK_KHR_8bit_storage on RADV. VK_AMD_gpu_shader_int16 on RADV. VK_AMD_gpu_shader_half_float on RADV. VK_NV_compute_shader_derivatives on Intel. VK_KHR_shader_float16_int8 on Intel and RADV (RADV only supports int8). VK_KHR_shader_atomic_int64 on Intel. VK_EXT_descriptor_indexing on Intel. VK_KHR_shader_float16_int8 on Intel and RADV. GL_INTEL_conservative_rasterization on iris. VK_EXT_memory_budget on Intel. New features in mesa 19.0.0: GL_AMD_texture_texture4 on all GL 4.0 drivers. GL_EXT_shader_implicit_conversions on all drivers (ES extension). GL_EXT_texture_compression_bptc on all GL 4.0 drivers (ES extension). GL_EXT_texture_compression_rgtc on all GL 3.0 drivers (ES extension). GL_EXT_render_snorm on gallium drivers (ES extension). GL_EXT_texture_view on drivers supporting texture views (ES extension). GL_OES_texture_view on drivers supporting texture views (ES extension). GL_NV_shader_atomic_float on nvc0 (Fermi/Kepler only). Shader-based software implementations of GL_ARB_gpu_shader_fp64, GL_ARB_gpu_shader_int64, GL_ARB_vertex_attrib_64bit, and GL_ARB_shader_ballot on i965. VK_ANDROID_external_memory_android_hardware_buffer on Intel Fixed and re-exposed VK_EXT_pci_bus_info on Intel and RADV VK_EXT_scalar_block_layout on Intel and RADV VK_KHR_depth_stencil_resolve on Intel VK_KHR_draw_indirect_count on Intel VK_EXT_conditional_rendering on Intel VK_EXT_memory_budget on RADV Also, bug fixes. |
| 53c12917 |
24-Sep-2019 |
maya <maya@NetBSD.org> |
Import mesa 19.1.7 New features in mesa 19.1.0: GL_ARB_parallel_shader_compile on all drivers. GL_EXT_gpu_shader4 on all GL 3.1 drivers. GL_EXT_shader_image_load_formatted on radeonsi. GL_EXT_texture_buffer_object on all GL 3.1 drivers. GL_EXT_texture_compression_s3tc_srgb on Gallium drivers and i965 (ES extension). GL_NV_compute_shader_derivatives on iris and i965. GL_KHR_parallel_shader_compile on all drivers. VK_EXT_buffer_device_address on Intel and RADV. VK_EXT_depth_clip_enable on Intel and RADV. VK_KHR_ycbcr_image_arrays on Intel. VK_EXT_inline_uniform_block on Intel and RADV. VK_EXT_external_memory_host on Intel. VK_EXT_host_query_reset on Intel and RADV. VK_KHR_surface_protected_capabilities on Intel and RADV. VK_EXT_pipeline_creation_feedback on Intel and RADV. VK_KHR_8bit_storage on RADV. VK_AMD_gpu_shader_int16 on RADV. VK_AMD_gpu_shader_half_float on RADV. VK_NV_compute_shader_derivatives on Intel. VK_KHR_shader_float16_int8 on Intel and RADV (RADV only supports int8). VK_KHR_shader_atomic_int64 on Intel. VK_EXT_descriptor_indexing on Intel. VK_KHR_shader_float16_int8 on Intel and RADV. GL_INTEL_conservative_rasterization on iris. VK_EXT_memory_budget on Intel. New features in mesa 19.0.0: GL_AMD_texture_texture4 on all GL 4.0 drivers. GL_EXT_shader_implicit_conversions on all drivers (ES extension). GL_EXT_texture_compression_bptc on all GL 4.0 drivers (ES extension). GL_EXT_texture_compression_rgtc on all GL 3.0 drivers (ES extension). GL_EXT_render_snorm on gallium drivers (ES extension). GL_EXT_texture_view on drivers supporting texture views (ES extension). GL_OES_texture_view on drivers supporting texture views (ES extension). GL_NV_shader_atomic_float on nvc0 (Fermi/Kepler only). Shader-based software implementations of GL_ARB_gpu_shader_fp64, GL_ARB_gpu_shader_int64, GL_ARB_vertex_attrib_64bit, and GL_ARB_shader_ballot on i965. VK_ANDROID_external_memory_android_hardware_buffer on Intel Fixed and re-exposed VK_EXT_pci_bus_info on Intel and RADV VK_EXT_scalar_block_layout on Intel and RADV VK_KHR_depth_stencil_resolve on Intel VK_KHR_draw_indirect_count on Intel VK_EXT_conditional_rendering on Intel VK_EXT_memory_budget on RADV Also, bug fixes. |
| 4e5bd49e |
13-Sep-2019 |
maya <maya@NetBSD.org> |
Use the upstream-friendly version sent upstream. Upstream would prefer to use __datadir__ because it's defined by automake, and the default path used for installing system.twmrc. |
| e0f957b2 |
11-Sep-2019 |
maya <maya@NetBSD.org> |
Use the correct path for the twm.systemrc file. Thanks robert for the heads up. |
| ac2a9f9b |
30-Aug-2019 |
maya <maya@NetBSD.org> |
Try modesetting on x86, too. Not the best option without functional GLAMOR, but it does work. |
| 7a3fb2fa |
30-Aug-2019 |
maya <maya@NetBSD.org> |
Match wsfb on x86, too. When uefi booting without driver-specific GPU support, wsfb is the only choice for a graphical driver. While here, combine the wsfb cases. |
| fd815b59 |
07-Aug-2019 |
maya <maya@NetBSD.org> |
Undo local diffs. Whitespace, and header not needed. |
| cb07ae2c |
06-Aug-2019 |
maya <maya@NetBSD.org> |
Undo local diff in file we don't use. |
| c2193d98 |
24-Jul-2019 |
macallan <macallan@NetBSD.org> |
avoid stalling the CPU by letting the SX instruction FIFO drain every couple of memory instructions. No more missed IPIs when building stuff in an xterm so far... |
| 8fbcba3d |
23-Jul-2019 |
rin <rin@NetBSD.org> |
Correctly support the case of fbi->fbi_fboffset != 0, which means base address of framebuffer is not page-aligned: - When mmap framebuffer, fbi->fbi_fboffset is added to the length of framebuffer. Otherwise, the last page of framebuffer is not mapped properly if (size of framebuffer) <= (page boundary) < (size of framebuffer + fbi->fbi_fboffset), since length of mapped area is counted from page-truncated address. This results in memory corruption in the upper adjacent page, or SEGV. - Use fPtr->fbstart (real base address of framebuffer) instead of fPtr->fbmem (return value of mmap, i.e., page-aligned base address) where appropriate. Tested on genfb(4) on Cubietruck, where fbi->fbi_fboffset = 4096. No functional changes for majority of framebuffer drivers, whose base address is page-aligned. |
| e686e132 |
23-Jul-2019 |
rin <rin@NetBSD.org> |
Add support for 15-bpp framebuffer. |
| 8abac3da |
20-Jul-2019 |
mrg <mrg@NetBSD.org> |
merge freetype 2.10.0. |
| 687968f3 |
20-Jul-2019 |
mrg <mrg@NetBSD.org> |
initial import of freetype-2.10.0 |
| c6c862ba |
19-Jul-2019 |
mrg <mrg@NetBSD.org> |
merge xinput 1.6.3 |
| a570218a |
19-Jul-2019 |
mrg <mrg@NetBSD.org> |
initial import of xinput-1.6.3 |
| 930cc3a9 |
18-Jul-2019 |
macallan <macallan@NetBSD.org> |
remove unused xaaSymbols[] |
| 777a60cd |
18-Jul-2019 |
macallan <macallan@NetBSD.org> |
adjust comment to reality NFC |
| 15406635 |
15-Jul-2019 |
mrg <mrg@NetBSD.org> |
merge xauth 1.1. |
| 6c3c2bce |
15-Jul-2019 |
mrg <mrg@NetBSD.org> |
initial import of xauth-1.1 |
| a7ac0ae2 |
15-Jul-2019 |
mrg <mrg@NetBSD.org> |
merge libpciaccess 0.15. |
| 2029f493 |
15-Jul-2019 |
mrg <mrg@NetBSD.org> |
initial import of libpciaccess-0.15 |
| bf6cc7dc |
15-Jul-2019 |
mrg <mrg@NetBSD.org> |
merge libdrm 2.4.99 |
| 5324fb0d |
15-Jul-2019 |
mrg <mrg@NetBSD.org> |
initial import of libdrm-2.4.99 |
| d159dfe1 |
15-Jul-2019 |
mrg <mrg@NetBSD.org> |
merge libICE 1.0.10. |
| a3129944 |
15-Jul-2019 |
mrg <mrg@NetBSD.org> |
initial import of libICE-1.0.10 |
| e8f4a63f |
15-Jul-2019 |
mrg <mrg@NetBSD.org> |
merge setxkbmap 1.3.2, xbiff 1.0.4, xclock 1.0.9, xman 1.1.5, and xwininfo 1.1.5. |
| c175af84 |
15-Jul-2019 |
mrg <mrg@NetBSD.org> |
initial import of xwininfo-1.1.5 |
| ae5a67ad |
15-Jul-2019 |
mrg <mrg@NetBSD.org> |
initial import of xman-1.1.5 |
| 00ea61e8 |
15-Jul-2019 |
mrg <mrg@NetBSD.org> |
initial import of xclock-1.0.9 |
| a39bb051 |
15-Jul-2019 |
mrg <mrg@NetBSD.org> |
initial import of xbiff-1.0.4 |
| 13e6bc1c |
15-Jul-2019 |
mrg <mrg@NetBSD.org> |
initial import of setxkbmap-1.3.2 |
| 2bcb3ebf |
13-Jul-2019 |
christos <christos@NetBSD.org> |
Fix lint build. |
| e8264990 |
11-Jul-2019 |
mrg <mrg@NetBSD.org> |
update for libXt 1.2.0 const/noreturnification: - define GCC_* as supported by all our compilers - mark xt_error as noreturn - clear the error handler with XtSetErrorHandler(NULL) vs ((XtErrorHandler) 0) which avoids missing noreturn issue |
| 72af6995 |
11-Jul-2019 |
mrg <mrg@NetBSD.org> |
merge libXt 1.2.0 |
| 0568f49b |
11-Jul-2019 |
mrg <mrg@NetBSD.org> |
initial import of libXt-1.2.0 |
| a3105fe4 |
10-Jul-2019 |
mrg <mrg@NetBSD.org> |
update fake configure to libepoxy 1.4.3. |
| 8c7a0568 |
10-Jul-2019 |
mrg <mrg@NetBSD.org> |
fix conditional to avoid redefinition. |
| edd9e0ad |
09-Jul-2019 |
mrg <mrg@NetBSD.org> |
merge and update for libepoxy 1.4.3. |
| de84f9a0 |
09-Jul-2019 |
mrg <mrg@NetBSD.org> |
merge libepoxy 1.4.3. |
| f71742df |
09-Jul-2019 |
mrg <mrg@NetBSD.org> |
initial import of libepoxy-1.4.3 |
| f2d49d05 |
08-Jul-2019 |
mrg <mrg@NetBSD.org> |
merge libX11 1.6.8 and libXi 1.7.10. |
| 4940c694 |
08-Jul-2019 |
mrg <mrg@NetBSD.org> |
initial import of libXi-1.7.10 |
| 258a0ebe |
08-Jul-2019 |
mrg <mrg@NetBSD.org> |
initial import of libX11-1.6.8 |
| 96834ec3 |
08-Jul-2019 |
mrg <mrg@NetBSD.org> |
merge sessreg 1.1.2 and xf86-input-elographics 1.4.2. |
| 1a9c160a |
08-Jul-2019 |
mrg <mrg@NetBSD.org> |
initial import of xf86-input-elographics-1.4.2 |
| 2256ab8c |
08-Jul-2019 |
mrg <mrg@NetBSD.org> |
initial import of xcalc-1.1.0 |
| 8b8e729c |
08-Jul-2019 |
mrg <mrg@NetBSD.org> |
initial import of sessreg-1.1.2 |
| 549c0c5b |
08-Jul-2019 |
mrg <mrg@NetBSD.org> |
merge libvdpau 1.2. |
| fb570538 |
08-Jul-2019 |
mrg <mrg@NetBSD.org> |
initial import of libvdpau-1.2 |
| b54d2093 |
08-Jul-2019 |
mrg <mrg@NetBSD.org> |
merge xorgproto 2019.1 and encodings 1.0.5 |
| ea1d6981 |
08-Jul-2019 |
mrg <mrg@NetBSD.org> |
initial import of xorgproto-2019.1 |
| 01395c31 |
08-Jul-2019 |
mrg <mrg@NetBSD.org> |
initial import of encodings-1.0.5 |
| 1cacedb1 |
07-Jun-2019 |
mlelstv <mlelstv@NetBSD.org> |
Center padding around edit fields. Correct greeting text horizontal position for Logo padding. |
| 09dea964 |
07-Jun-2019 |
mlelstv <mlelstv@NetBSD.org> |
Add visible padding to edit fields. Vertically: 25% of field height. Horizontally: 25% of character width. |
| d44fbef5 |
07-Jun-2019 |
mlelstv <mlelstv@NetBSD.org> |
Respect the outer border width for sizing the widget horizontally. Add it twice so that the greeting text can neither trash nor touch the border. |
| 3f10d660 |
07-Jun-2019 |
mlelstv <mlelstv@NetBSD.org> |
Cursor position was two pixels off to the left. |
| 026e32a9 |
01-Jun-2019 |
mlelstv <mlelstv@NetBSD.org> |
fix geometry calculations so that entered text doesn't clobber the input field borders. scroll non-empty input when cursor deletes first position so that one character stays visible. |
| 80f7abad |
01-Jun-2019 |
mrg <mrg@NetBSD.org> |
merge mesa 18.3.6. |
| 993e1d59 |
01-Jun-2019 |
mrg <mrg@NetBSD.org> |
initial import of mesa-18.3.6 |
| f2b8d91d |
01-Jun-2019 |
mrg <mrg@NetBSD.org> |
merge xf86-video-ati 19.0.1. |
| 446f62d6 |
01-Jun-2019 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-ati-19.0.1 |
| 86b6140d |
01-Jun-2019 |
mrg <mrg@NetBSD.org> |
merge xkeyboard-config 2.27. |
| ee0df474 |
01-Jun-2019 |
mrg <mrg@NetBSD.org> |
initial import of xkeyboard-config-2.27 |
| 15af7600 |
01-Jun-2019 |
mrg <mrg@NetBSD.org> |
merge xorg-server 1.20.5. |
| 3517b66b |
01-Jun-2019 |
mrg <mrg@NetBSD.org> |
initial import of xorg-server-1.20.5 |
| 2b036045 |
01-Jun-2019 |
mrg <mrg@NetBSD.org> |
merge for pixman 0.38.4. |
| f8cc1056 |
01-Jun-2019 |
mrg <mrg@NetBSD.org> |
initial import of pixman-0.38.4 |
| bd8ad950 |
01-Jun-2019 |
mrg <mrg@NetBSD.org> |
initial import of mkfontscale-1.2.1 |
| 58c6badd |
01-Jun-2019 |
mrg <mrg@NetBSD.org> |
update for xf86-video-amdgpu 19.0.1. |
| 852bcc3b |
01-Jun-2019 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-amdgpu-19.0.1 |
| a259eee8 |
31-May-2019 |
maya <maya@NetBSD.org> |
Undo local diff. It was introduced as one of the patches fixing https://bugs.freedesktop.org/show_bug.cgi?id=28181 This is marked fixed upstream, and was spotted on non-NetBSD, so it's very likely to be unnecessary. This diff was causing a double-free, causing Xorg to crash when closing pkgsrc/emulators/{retroarch,nestopia}. This is most likely a problem that became more evident from jemalloc debug which is filling free'd memory with 0x5a5a5a... Fixes PR xsrc/54246. |
| 37d6d98f |
16-May-2019 |
nakayama <nakayama@NetBSD.org> |
Do not remove UUID file when a scanned directory is empty. pulled from the following upstream change: https://gitlab.freedesktop.org/fontconfig/fontconfig/commit/5f12f564f8748deaa603adb7a4b8f616b6390ad4 It fixes that a cache file for an empty font directory is created every time fc-cache is executed. |
| 5afdf157 |
15-May-2019 |
christos <christos@NetBSD.org> |
fix variable stack allocation for ssp |
| d4151dd8 |
11-May-2019 |
christos <christos@NetBSD.org> |
try again to get it working for clang |
| 428d7b3d |
10-May-2019 |
mrg <mrg@NetBSD.org> |
import our slightly older intel xf86 driver as "intel-2014". this driver works better on older systems, but doesn't support gen9 as well. |
| 40b23707 |
02-May-2019 |
christos <christos@NetBSD.org> |
fix for clang. |
| 66d8f6e3 |
21-Apr-2019 |
christos <christos@NetBSD.org> |
The third argument of mincore(2) is unsigned only on linux. |
| 691c5f5d |
18-Apr-2019 |
christos <christos@NetBSD.org> |
all we are saying is, give lint a chance |
| 4b97debb |
18-Apr-2019 |
mrg <mrg@NetBSD.org> |
on NetBSD, don't define PLATFORM_HAS_EGL if it is already defined |
| 67e2f351 |
16-Apr-2019 |
mrg <mrg@NetBSD.org> |
- enable EGL on x86/arm64 (XXX also do evbarm32) - enable gbm/glamor in the server. |
| b4219da8 |
15-Apr-2019 |
christos <christos@NetBSD.org> |
use long long and volatile consistently. |
| e81a0f50 |
09-Apr-2019 |
maya <maya@NetBSD.org> |
Add workaround for non-zero initialized initial-exec TLS variables. NetBSD doesn't support these with dlopen. Ref: https://bugs.freedesktop.org/show_bug.cgi?id=35268 https://mail-index.netbsd.org/pkgsrc-users/2015/09/11/msg022180.html http://gnats.netbsd.org/50277 Fixes dlopen of libGL reported by prlw1 on current users. From tnn, via pkgsrc/graphics/MesaLib*. |
| 382a3c73 |
07-Apr-2019 |
christos <christos@NetBSD.org> |
don't return void |
| bf246d0e |
07-Apr-2019 |
christos <christos@NetBSD.org> |
- we re-define u{int,short,char} in types.h - handle lint |
| 7d084a0e |
07-Apr-2019 |
christos <christos@NetBSD.org> |
prevent re-definitions from drm.h |
| 7354a465 |
07-Apr-2019 |
christos <christos@NetBSD.org> |
VAXinate (No IEEE math) |
| 9d3d7ada |
06-Apr-2019 |
maya <maya@NetBSD.org> |
Use a name for the largest representable float Actually intended to appease vax which has a floating point format that doesn't match the same range as IEEE754 float. (why not exp2f?) |
| 603fc0a3 |
20-Mar-2019 |
mrg <mrg@NetBSD.org> |
fix merge botches. re-add files autoconf files that the build sort of needs at least configure for. command used: % cd /usr/xsrc/external/mit/xf86-video-intel/dist % autoreconf -I m4 -I /usr/xsrc/external/mit/xorg-server/dist -i tested on sandy bridge and kaby lake. |
| 63ef14f0 |
20-Mar-2019 |
mrg <mrg@NetBSD.org> |
merge xf86-video-intel 6afed33b2d673d88674f0c76efe500ae414e8e1b. |
| fe8aea9e |
20-Mar-2019 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-intel git version 6afed33b2d673d88674f0c76efe500ae414e8e1b |
| 44c395d5 |
18-Mar-2019 |
mrg <mrg@NetBSD.org> |
merge imake 1.0.8. |
| 8a954913 |
18-Mar-2019 |
mrg <mrg@NetBSD.org> |
initial import of imake-1.0.8 |
| cac16e44 |
18-Mar-2019 |
mrg <mrg@NetBSD.org> |
merge makedepend 1.0.6 and x11perf 1.6.1. |
| 65c1f7cf |
18-Mar-2019 |
mrg <mrg@NetBSD.org> |
initial import of x11perf-1.6.1 |
| b2f5b1db |
18-Mar-2019 |
mrg <mrg@NetBSD.org> |
initial import of makedepend-1.0.6 |
| 7448d6e9 |
18-Mar-2019 |
mrg <mrg@NetBSD.org> |
merge libXvMC 1.0.11, libXxf86dga 1.1.5, libxkbfile 1.1.0, and xtrans 1.4.0. |
| 3d2ed3e3 |
18-Mar-2019 |
mrg <mrg@NetBSD.org> |
initial import of xtrans-1.4.0 |
| 54044362 |
18-Mar-2019 |
mrg <mrg@NetBSD.org> |
initial import of libxkbfile-1.1.0 |
| c1d6e445 |
18-Mar-2019 |
mrg <mrg@NetBSD.org> |
initial import of libXxf86dga-1.1.5 |
| c1e3c5d0 |
18-Mar-2019 |
mrg <mrg@NetBSD.org> |
initial import of libXvMC-1.0.11 |
| 16b8d512 |
18-Mar-2019 |
mrg <mrg@NetBSD.org> |
merge libXdmcp 1.1.3, libXext 1.3.4, libXft 2.3.3, libXmu 1.1.3 and libXrandr 1.5.2. |
| 3169be4b |
18-Mar-2019 |
mrg <mrg@NetBSD.org> |
initial import of libXrandr-1.5.2 |
| 198e4c3c |
18-Mar-2019 |
mrg <mrg@NetBSD.org> |
initial import of libXmu-1.1.3 |
| 8292847c |
18-Mar-2019 |
mrg <mrg@NetBSD.org> |
initial import of libXft-2.3.3 |
| cc4920e5 |
18-Mar-2019 |
mrg <mrg@NetBSD.org> |
initial import of libXext-1.3.4 |
| 6fc0178d |
18-Mar-2019 |
mrg <mrg@NetBSD.org> |
initial import of libXdmcp-1.1.3 |
| 3d456b80 |
18-Mar-2019 |
mrg <mrg@NetBSD.org> |
merge changes from xorg-server 1.20 list.h into this older version. fixes sandy bridge crashing problems for me. |
| 86eabd66 |
15-Mar-2019 |
mrg <mrg@NetBSD.org> |
spell it defined(__NetBSD__) so it actually matches and we skip this pragma warning during the build: Warning: Per application configuration won't work with your OS version. |
| c6b30a21 |
11-Mar-2019 |
mrg <mrg@NetBSD.org> |
remove files not wanted for mesa 18. |
| 70e6a958 |
11-Mar-2019 |
mrg <mrg@NetBSD.org> |
merge mesa-demos 8.4.0. |
| 7ec3b29a |
11-Mar-2019 |
mrg <mrg@NetBSD.org> |
initial import of mesa-demos-8.4.0 |
| e1a74cae |
11-Mar-2019 |
mrg <mrg@NetBSD.org> |
merge xfd 1.1.3 and xprop 1.2.4. |
| b5cf802f |
11-Mar-2019 |
mrg <mrg@NetBSD.org> |
initial import of xprop-1.2.4 |
| b78bb896 |
11-Mar-2019 |
mrg <mrg@NetBSD.org> |
initial import of xfd-1.1.3 |
| f33d31a3 |
11-Mar-2019 |
mrg <mrg@NetBSD.org> |
initial import of transset-1.0.2 |
| 03f25350 |
11-Mar-2019 |
mrg <mrg@NetBSD.org> |
merge libFS 1.0.8, libXcomposite 0.4.5, and libXcursor 1.2.0. |
| cdce750a |
11-Mar-2019 |
mrg <mrg@NetBSD.org> |
initial import of libXcursor-1.2.0 |
| 26372658 |
11-Mar-2019 |
mrg <mrg@NetBSD.org> |
initial import of libXcomposite-0.4.5 |
| fe4c343a |
11-Mar-2019 |
mrg <mrg@NetBSD.org> |
initial import of libFS-1.0.8 |
| cbfeacdb |
11-Mar-2019 |
mrg <mrg@NetBSD.org> |
remove reference to non existance sys.startxrc. |
| 84734e60 |
11-Mar-2019 |
mrg <mrg@NetBSD.org> |
restore change lost in Xservers.ws.cpp -> Xservers.ws.in rename: http://mail-index.netbsd.org/source-changes/2012/02/18/msg031930.html Add -noretro as default server arg in configuration files where we are sure the user will get a visible window "soon". The sole reason we backed out the "retro" change from upstream was to avoid an empty black screen after manualy starting just "X". With these preconfigured startup mehtods, this confusion can not happen. pointed out by jmcneill. |
| a551a712 |
10-Mar-2019 |
mrg <mrg@NetBSD.org> |
merge this change from maya@: commit 4fa18f04dce5333189004834c1183d7a14ee0ef5 Author: Maya Rashish <maya@NetBSD.org> Date: Sun Feb 24 09:32:11 2019 +0200 Don't warn (-Werror) about secure_getenv, use getenv_wrapper. Does the same thing for netbsd. |
| 0690100a |
10-Mar-2019 |
mrg <mrg@NetBSD.org> |
generated files for mesa 18.3.4. this work from maya@ via this github commit: commit 9eeee3fcb33a84ebc1653c032f57e7193b7b7236 Author: Maya Rashish <maya@NetBSD.org> Date: Sat Feb 23 23:14:48 2019 +0200 Generated files for mesa 18.3.4 |
| 7e995a2e |
10-Mar-2019 |
mrg <mrg@NetBSD.org> |
merge Mesa 18.3.4. this work is mostly from maya@ with a little help from myself via these github commits: commit 57df9d9b59df14fd6ac8e30832ce4f29572a33c0 Author: coypu <coypu@sdf.org> Date: Mon Mar 4 12:24:37 2019 +0200 Make GCC happier about prototype, include right header for __HAVE_ATOMIC64_OPS commit 93c2f416aa316cc3d0665661c9f927f6949cdd37 Author: coypu <coypu@sdf.org> Date: Mon Mar 4 12:16:56 2019 +0200 Make the u_atomic.c fallback locked 64bit atomics more suited for the netbsd case: we are using __GNUC__ compilers, but without libatomic. so we are emitting the __GNUC__ names. Use __HAVE_ATOMIC64_OPS which is the netbsd name for this condition (we don't run configure) commit 84c2bf2f622f8a78f68ad1ca35b90bb991bdaab0 Author: coypu <coypu@sdf.org> Date: Sun Mar 3 20:02:38 2019 +0200 Remove unused padding to struct. The extra space is in the flexible array member at the end of struct drm_i915_query_topology_info. Clang dislikes having an extra member to the struct after the flexible array member. commit 00f432b0edf95a6e292e8259ad3096a07966b53c Author: Maya Rashish <maya@NetBSD.org> Date: Sun Feb 24 23:36:09 2019 +0200 Avoid left-shifting a negative, for clang commit 84881d47e674b93b79f405326b3ae43af53fe611 Author: Maya Rashish <maya@NetBSD.org> Date: Sun Feb 24 21:30:43 2019 +0200 avoid conflict with netbsd bswap32 commit d9bd43728cb5cf161d8501be6d53dee50f094df0 Author: Maya Rashish <maya@NetBSD.org> Date: Sun Feb 24 21:30:30 2019 +0200 cast enum to appease clang commit a84ec26c89d08028800e74313ccbbf0a1a0753ed Author: Maya Rashish <maya@NetBSD.org> Date: Wed Feb 6 13:07:55 2019 +0200 Apply patches from pkgsrc mesa to avoid atexit on a library. This isn't safe to do on netbsd and results in segfaults on program exit. commit 335ea9c725374db31fe809a7d7f33ad8a83edd3e Author: Maya Rashish <maya@NetBSD.org> Date: Sat Jan 19 16:32:28 2019 +0200 Avoid left-shifting a negative (UB), appeases clang commit 452e5dc79ee89292fe771cf0e1066d1fad55adfa Author: Maya Rashish <maya@NetBSD.org> Date: Sat Jan 12 17:02:04 2019 +0200 radeon picture_type is h264 and the enums match, cast to avoid clang warning (we use -Werror) commit 61b4bc2f7ca8d78bd4092df76daeb27621d2ea7d Author: Maya Rashish <maya@NetBSD.org> Date: Fri Jan 11 19:57:34 2019 +0200 Avoid redefinition, for clang. commit c73fac417444cd79ee5a7a89b4a0fdf931e5122d Author: Maya Rashish <maya@NetBSD.org> Date: Sun Jan 6 19:52:12 2019 +0200 Fix some printf specifiers. XXX more upstreaming radeon_dma.c: https://gitlab.freedesktop.org/mesa/mesa/merge_requests/68 commit 09341f929e9d3b03a3caacaa630521bc76680344 Author: Maya Rashish <maya@NetBSD.org> Date: Sat Feb 23 11:51:50 2019 +0200 |
| 54f308b1 |
10-Mar-2019 |
mrg <mrg@NetBSD.org> |
from maya: Import mesa 18.3.4. Mesa 18.3.4 implements the OpenGL 4.5 API. Some drivers don't support all the features required in OpenGL 4.5. (this time, get the subdirs called "core".) |
| 01e04c3f |
10-Mar-2019 |
mrg <mrg@NetBSD.org> |
from maya: Import mesa 18.3.4. Mesa 18.3.4 implements the OpenGL 4.5 API. Some drivers don't support all the features required in OpenGL 4.5. |
| a4f78def |
10-Mar-2019 |
mrg <mrg@NetBSD.org> |
initial import of libvdpau-1.1.1 |
| 639750fc |
08-Mar-2019 |
mrg <mrg@NetBSD.org> |
fix merge botch in previous. |
| 848b8605 |
08-Mar-2019 |
mrg <mrg@NetBSD.org> |
import the existing Mesa 10.x sources as MesaLib.old while we handle the upgrade to Mesa 18.x. |
| b4361794 |
08-Mar-2019 |
mrg <mrg@NetBSD.org> |
merge xf86-video-amdgpu 19.0.0. |
| 90f2b693 |
08-Mar-2019 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-amdgpu-19.0.0 |
| e5d21662 |
08-Mar-2019 |
mrg <mrg@NetBSD.org> |
turn on execinfo support. |
| f2e0b8c3 |
08-Mar-2019 |
mrg <mrg@NetBSD.org> |
regen for fontconfig 2.13.1. |
| 1887081f |
08-Mar-2019 |
mrg <mrg@NetBSD.org> |
merge fontconfig 2.13.1. |
| a32e9e42 |
08-Mar-2019 |
mrg <mrg@NetBSD.org> |
initial import of fontconfig-2.13.1 |
| 0da68bfd |
06-Mar-2019 |
mrg <mrg@NetBSD.org> |
merge xkeyboard-config 2.26. |
| 9d99ee05 |
06-Mar-2019 |
mrg <mrg@NetBSD.org> |
initial import of xkeyboard-config-2.26 |
| 81e7e014 |
06-Mar-2019 |
christos <christos@NetBSD.org> |
openpam includes |
| dfe7682d |
05-Mar-2019 |
mrg <mrg@NetBSD.org> |
merge xdm 1.1.12. |
| b7d26471 |
05-Mar-2019 |
mrg <mrg@NetBSD.org> |
initial import of xdm-1.1.12 |
| daa73ada |
05-Mar-2019 |
mrg <mrg@NetBSD.org> |
merge xf86-video-tdfx 1.5.0. |
| f3f7d111 |
05-Mar-2019 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-tdfx-1.5.0 |
| 4545e80c |
04-Mar-2019 |
mrg <mrg@NetBSD.org> |
merge libdrm 2.4.97 and pixman 0.38.0. |
| 6a9ab117 |
04-Mar-2019 |
mrg <mrg@NetBSD.org> |
- add likely missing () around || expression. - use fabsl() not abs(). both picked up by clang and the new xclock. |
| 338bf337 |
04-Mar-2019 |
mrg <mrg@NetBSD.org> |
initial import of pixman-0.38.0 |
| 6532f28e |
04-Mar-2019 |
mrg <mrg@NetBSD.org> |
initial import of libdrm-2.4.97 |
| ddc55980 |
03-Mar-2019 |
mrg <mrg@NetBSD.org> |
make BUILD_TIME be something that can have existed :-) |
| bf8e669c |
03-Mar-2019 |
mrg <mrg@NetBSD.org> |
merge xorg-server 1.20.4. |
| e23ec014 |
03-Mar-2019 |
mrg <mrg@NetBSD.org> |
initial import of xorg-server-1.20.4 |
| 5c47cad4 |
03-Mar-2019 |
mrg <mrg@NetBSD.org> |
merge xditview 1.0.5, xinit 1.4.1, xlogo 1.0.5, and xmore 1.0.3. |
| 76c9c3ba |
03-Mar-2019 |
mrg <mrg@NetBSD.org> |
initial import of xmore-1.0.3 |
| 3e999d35 |
03-Mar-2019 |
mrg <mrg@NetBSD.org> |
initial import of xlogo-1.0.5 |
| 08c9c616 |
03-Mar-2019 |
mrg <mrg@NetBSD.org> |
initial import of xinit-1.4.1 |
| 09bee7c9 |
03-Mar-2019 |
mrg <mrg@NetBSD.org> |
initial import of xditview-1.0.5 |
| c694fe25 |
03-Mar-2019 |
mrg <mrg@NetBSD.org> |
put drmmode_udev_notify() under HAVE_LIBUDEV. |
| 22d74663 |
03-Mar-2019 |
mrg <mrg@NetBSD.org> |
merge xf86-video-nouveau 1.0.16. |
| dd52494d |
03-Mar-2019 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-nouveau-1.0.16 |
| 3a2d322d |
03-Mar-2019 |
mrg <mrg@NetBSD.org> |
merge xf86-video-apm 1.3.0, xf86-video-chips 1.4.0, and xf86-video-s3virge 1.11.0. |
| 024581f2 |
03-Mar-2019 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-s3virge-1.11.0 |
| f7da1573 |
03-Mar-2019 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-chips-1.4.0 |
| 36e956c5 |
03-Mar-2019 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-apm-1.3.0 |
| 8b165ca7 |
03-Mar-2019 |
mrg <mrg@NetBSD.org> |
protect config.h include with HAVE_CONFIG_H. pass const char * to things wanting const not non-const. |
| 7c5a9b20 |
03-Mar-2019 |
mrg <mrg@NetBSD.org> |
merge bitmap 1.0.9 and mkfontscale 1.2.0. |
| 12458b28 |
03-Mar-2019 |
mrg <mrg@NetBSD.org> |
initial import of mkfontscale-1.2.0 |
| 6654de8b |
03-Mar-2019 |
mrg <mrg@NetBSD.org> |
initial import of bitmap-1.0.9 |
| 0c30e250 |
03-Mar-2019 |
mrg <mrg@NetBSD.org> |
merge xhost 1.0.8 and xvinfo 1.1.4. |
| d71d4977 |
03-Mar-2019 |
mrg <mrg@NetBSD.org> |
initial import of xvinfo-1.1.4 |
| aadd013e |
03-Mar-2019 |
mrg <mrg@NetBSD.org> |
initial import of xhost-1.0.8 |
| e3e77a2a |
03-Mar-2019 |
mrg <mrg@NetBSD.org> |
merge xmodmap 1.0.10, xrdb 1.2.0, and xstdcmap 1.0.4. |
| 04449c54 |
03-Mar-2019 |
mrg <mrg@NetBSD.org> |
initial import of xstdcmap-1.0.4 |
| 8e74c62d |
03-Mar-2019 |
mrg <mrg@NetBSD.org> |
initial import of xrdb-1.2.0 |
| 423b239c |
03-Mar-2019 |
mrg <mrg@NetBSD.org> |
initial import of xmodmap-1.0.10 |
| d0e6c7bf |
03-Mar-2019 |
mrg <mrg@NetBSD.org> |
merge xfsinfo 1.0.6, xcalc 1.0.7, xclock 1.0.8, xev 1.2.3 and xlsatoms 1.1.3. |
| 2f6f3826 |
03-Mar-2019 |
mrg <mrg@NetBSD.org> |
initial import of xlsatoms-1.1.3 |
| 4d9306db |
03-Mar-2019 |
mrg <mrg@NetBSD.org> |
initial import of xfsinfo-1.0.6 |
| da39bf31 |
03-Mar-2019 |
mrg <mrg@NetBSD.org> |
initial import of xev-1.2.3 |
| 688b3aec |
03-Mar-2019 |
mrg <mrg@NetBSD.org> |
initial import of xclock-1.0.8 |
| 0df20633 |
03-Mar-2019 |
mrg <mrg@NetBSD.org> |
initial import of xcalc-1.0.7 |
| 5dc1b958 |
03-Mar-2019 |
mrg <mrg@NetBSD.org> |
merge libXau 1.0.9 and libfontenc 1.1.4. |
| 52fd71cd |
03-Mar-2019 |
mrg <mrg@NetBSD.org> |
initial import of libfontenc-1.1.4 |
| 7cea3689 |
03-Mar-2019 |
mrg <mrg@NetBSD.org> |
initial import of libXau-1.0.9 |
| fc473876 |
01-Mar-2019 |
macallan <macallan@NetBSD.org> |
poll SX_BZ instead of SX_MT, also complain and dump register info if CG14Wait() times out. |
| 97f7b0d6 |
06-Feb-2019 |
roy <roy@NetBSD.org> |
modStr needs to be 6 characters to avoid overflow. |
| 2873f895 |
03-Feb-2019 |
jmcneill <jmcneill@NetBSD.org> |
The modesetting driver and wsfb access the same hardware but through different interfaces (/dev/dri/card0 vs /dev/ttyE0). To prevent both drivers from being active at once, skip wsfb probe if the modesetting driver has claimed the fb slot. |
| 15b02b27 |
31-Jan-2019 |
christos <christos@NetBSD.org> |
Don't play smart with the compiler, it complains about unused values. |
| c459fb98 |
31-Jan-2019 |
christos <christos@NetBSD.org> |
using abs on floating point values... |
| 272a227c |
31-Jan-2019 |
christos <christos@NetBSD.org> |
fix wrong printf format. |
| a8a802ea |
31-Jan-2019 |
christos <christos@NetBSD.org> |
explicitly continue. |
| 1cad17e5 |
31-Jan-2019 |
christos <christos@NetBSD.org> |
shifting negative values is not portable. |
| 7421d112 |
31-Jan-2019 |
christos <christos@NetBSD.org> |
Taking the abs() of the difference of two unsigned numbers is probably not what it was intended here :-) |
| acb9e7e9 |
31-Jan-2019 |
christos <christos@NetBSD.org> |
Put all the ugly include order dependent stuff in a separate file and arrange for that to be included first where needed. |
| 2cb0653b |
28-Jan-2019 |
jmcneill <jmcneill@NetBSD.org> |
Try the modesetting driver before wsfb on NetBSD arm and aarch64 |
| b5de93c9 |
25-Jan-2019 |
christos <christos@NetBSD.org> |
Explicitly include the headers in the right sequence to make the magic happen, explaining why. |
| da975d3d |
25-Jan-2019 |
christos <christos@NetBSD.org> |
Use _XTYPEDEF_POINTER directly to determine if the typedef is available. |
| b150493b |
23-Jan-2019 |
christos <christos@NetBSD.org> |
Avoid dup inconsistent definitions. |
| c2166491 |
22-Jan-2019 |
christos <christos@NetBSD.org> |
protect dup typedef. |
| d6e8b34d |
19-Jan-2019 |
tnn <tnn@NetBSD.org> |
reduce diff to upstream |
| 42daf9ee |
18-Jan-2019 |
mrg <mrg@NetBSD.org> |
define HAVE_BACKTRACE 1. now X server crashes have backtraces in the log. |
| 4303943b |
11-Jan-2019 |
macallan <macallan@NetBSD.org> |
- don't try to access a nonexistant video BIOS - don't blindly assume VGA output - on mobility chips assume LVDS and VGA outputs if no other info is available Now this works again on my Pismo |
| 7e21dcc5 |
11-Jan-2019 |
christos <christos@NetBSD.org> |
fix compilation |
| 2f159765 |
10-Jan-2019 |
maya <maya@NetBSD.org> |
Remove duplicate length check (undo diff to upstream) |
| 7c23dbb6 |
10-Jan-2019 |
maya <maya@NetBSD.org> |
Undo merge botch, duplicate length checks |
| 97cbb544 |
10-Jan-2019 |
maya <maya@NetBSD.org> |
pEnt isn't initialized at this point, don't free it Undo diff to upstream. There's a good chance we aren't using this code at all. |
| e005038a |
10-Jan-2019 |
maya <maya@NetBSD.org> |
Undo unnecessary diff to vendor branch. |
| bba633d1 |
10-Jan-2019 |
mrg <mrg@NetBSD.org> |
don't mark a static function with default visibility. (avoids warnings.) |
| 6260e5d5 |
10-Jan-2019 |
mrg <mrg@NetBSD.org> |
merge libdrm 2.4.96. |
| 7cdc0497 |
10-Jan-2019 |
mrg <mrg@NetBSD.org> |
initial import of libdrm-2.4.96 |
| 7de83006 |
10-Jan-2019 |
mrg <mrg@NetBSD.org> |
config.h for vboxvideo driver. |
| e07dc26b |
09-Jan-2019 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-vboxvideo-1.0.0 |
| da01b833 |
04-Jan-2019 |
christos <christos@NetBSD.org> |
use a destructor instead of atexit(3) to prevent SEGV's after dlclose. |
| c41596d7 |
04-Jan-2019 |
christos <christos@NetBSD.org> |
Don't use atexit(3) to free the buffer. Use a destructor instead so we don't segv if someone dlopened and dlclosed the library. Should fix: http://mail-index.netbsd.org/tech-userlevel/2018/12/27/msg011624.html |
| 2bb6dccc |
04-Jan-2019 |
mrg <mrg@NetBSD.org> |
minor style fix for previous. |
| a81462e9 |
04-Jan-2019 |
mrg <mrg@NetBSD.org> |
redo previous slightly: restore packed attribute. |
| be77ea21 |
03-Jan-2019 |
mrg <mrg@NetBSD.org> |
revert some of the previous update to xorg-server 1.20. i forgot that some of them were moved into makefiles so that Xx68k could build without them being defined. |
| d5c798e1 |
03-Jan-2019 |
mrg <mrg@NetBSD.org> |
make the intel driver work again with xorg-server 1.20: - BlockHandler() timeout value changed from struct timeval ** to int ** that has a millisecond value. - avoid a NULL ptr deref in ProcXF86BigfontQueryFont() and make some code actually able to be run. |
| b62099ad |
03-Jan-2019 |
mrg <mrg@NetBSD.org> |
avoid using an uninitialised variable. |
| 1f80ba64 |
02-Jan-2019 |
christos <christos@NetBSD.org> |
make this work with both the old and the new version of compiler.h |
| a7722d20 |
02-Jan-2019 |
christos <christos@NetBSD.org> |
put back compatibility code for now; needed for sparc (from martin@) |
| d793439b |
02-Jan-2019 |
christos <christos@NetBSD.org> |
Remove compatibility code. |
| 6186e504 |
02-Jan-2019 |
christos <christos@NetBSD.org> |
ad provde the cursor function... |
| 66a34d92 |
02-Jan-2019 |
christos <christos@NetBSD.org> |
Add compatibility to xorg-server-120 - Convert display modes arguments to const. - Provive bswap* in misc.h - Provide missing cursor function |
| 33fda08d |
01-Jan-2019 |
christos <christos@NetBSD.org> |
add missing const |
| ab566b77 |
01-Jan-2019 |
mrg <mrg@NetBSD.org> |
s/pointer/void */ in a few places. remove now (void *) casts. |
| 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 |
| 46edf8f1 |
31-Dec-2018 |
mrg <mrg@NetBSD.org> |
various updates for xorg-server 1.20. some of these are work-in-progress, the xsrc build is broken for most ports currently. - xf86DisableRandR() is gone - use HAVE_NOTIFY_FD like other modern drivers in compat-api.h - pRotatedPixmap is done - some PixmanPtr is now DrawablePtr (this one is all over problem with many consumers, and perhaps the major breakage point currently.) |
| 72ee27a2 |
31-Dec-2018 |
mrg <mrg@NetBSD.org> |
updates for xorg-server 1.20: - xf86GetOS()/LoaderGetOS() have been replaced. replace them with direct platform #ifdefs for now. - shadowUpdatePackedWeak() is gone, use local thunks. - xf86DisableRandR() is gone, disable it (should be obsolete) |
| 497507cf |
31-Dec-2018 |
mrg <mrg@NetBSD.org> |
s/inclue/include/ in an error message. |
| efe9ba86 |
31-Dec-2018 |
mrg <mrg@NetBSD.org> |
use xf86AddMatchedDriver(). |
| 1cc82795 |
31-Dec-2018 |
mrg <mrg@NetBSD.org> |
comment VENDOR_NAME here. |
| 43d67022 |
31-Dec-2018 |
mrg <mrg@NetBSD.org> |
disable local reallocarray() for now. |
| 07cc43fb |
31-Dec-2018 |
mrg <mrg@NetBSD.org> |
update for xorg-server 1.20 |
| 7e31ba66 |
31-Dec-2018 |
mrg <mrg@NetBSD.org> |
merge xorg-server 1.20.3. |
| 1b5d61b8 |
31-Dec-2018 |
mrg <mrg@NetBSD.org> |
initial import of xorg-server-1.20.3 |
| 90647781 |
30-Dec-2018 |
mrg <mrg@NetBSD.org> |
merge xkeyboard-config 2.25. |
| 143081ca |
30-Dec-2018 |
mrg <mrg@NetBSD.org> |
initial import of xkeyboard-config-2.25 |
| 7fb3d851 |
30-Dec-2018 |
mrg <mrg@NetBSD.org> |
merge pixman 0.36.0. |
| 4f2886e8 |
30-Dec-2018 |
mrg <mrg@NetBSD.org> |
initial import of pixman-0.36.0 |
| 51b1aeb1 |
30-Dec-2018 |
mrg <mrg@NetBSD.org> |
merge fonttosfnt 1.0.5. |
| 6ef05171 |
30-Dec-2018 |
mrg <mrg@NetBSD.org> |
initial import of fonttosfnt-1.0.5 |
| 569958d0 |
30-Dec-2018 |
mrg <mrg@NetBSD.org> |
avoid using GBM_BO_USE_LINEAR if it isn't defined. XXX: xorg-server 1.18 issue? |
| 2f9bb00c |
30-Dec-2018 |
mrg <mrg@NetBSD.org> |
merge ati driver 18.1.0. |
| 39413783 |
30-Dec-2018 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-ati-18.1.0 |
| de1bf4d2 |
30-Dec-2018 |
mrg <mrg@NetBSD.org> |
fix merge botch -- at least compiles now. |
| 81f79626 |
30-Dec-2018 |
mrg <mrg@NetBSD.org> |
merge mga 2.0.0 and r128 6.12.0 drivers. |
| cd241713 |
30-Dec-2018 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-r128-6.12.0 |
| b0de6900 |
30-Dec-2018 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-mga-2.0.0 |
| 66b956ba |
30-Dec-2018 |
mrg <mrg@NetBSD.org> |
merge libX11 1.6.7. |
| 38ae11fc |
30-Dec-2018 |
mrg <mrg@NetBSD.org> |
initial import of libX11-1.6.7 |
| 9a16b29e |
29-Dec-2018 |
mrg <mrg@NetBSD.org> |
update for 18.1.0. |
| 35d5b7c7 |
29-Dec-2018 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-amdgpu-18.1.0 |
| 8280d184 |
29-Dec-2018 |
mrg <mrg@NetBSD.org> |
merge xf86-video-i128 1.4.0 and xf86-video-i740 1.4.0. |
| 2f60eb46 |
29-Dec-2018 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-neomagic-1.3.0 |
| d94624a0 |
29-Dec-2018 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-i740-1.4.0 |
| 4a8d91dc |
29-Dec-2018 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-i128-1.4.0 |
| 616f0718 |
29-Dec-2018 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-chips-1.3.0 |
| ffd9ced9 |
28-Dec-2018 |
mrg <mrg@NetBSD.org> |
commit missing update from xdpyinfo 1.3.2. |
| ee424013 |
28-Dec-2018 |
mrg <mrg@NetBSD.org> |
merge libxcb 1.13.1, libXinerama 1.1.4, and libXScrnSaver 1.2.3. |
| fe12f63c |
28-Dec-2018 |
mrg <mrg@NetBSD.org> |
initial import of libxcb-1.13.1 |
| 6b526288 |
28-Dec-2018 |
mrg <mrg@NetBSD.org> |
initial import of libXxf86misc-1.0.4 |
| b3a827e2 |
28-Dec-2018 |
mrg <mrg@NetBSD.org> |
initial import of libXinerama-1.1.4 |
| b312a94c |
28-Dec-2018 |
mrg <mrg@NetBSD.org> |
initial import of libXScrnSaver-1.2.3 |
| 99435119 |
28-Dec-2018 |
mrg <mrg@NetBSD.org> |
merge xtrap 1.0.3. |
| d41660be |
28-Dec-2018 |
mrg <mrg@NetBSD.org> |
initial import of xtrap-1.0.3 |
| b60292e0 |
28-Dec-2018 |
mrg <mrg@NetBSD.org> |
initial import of xkbcomp-1.4.2 |
| 300346ae |
28-Dec-2018 |
mrg <mrg@NetBSD.org> |
initial import of libSM-1.2.3 |
| 52605895 |
02-Dec-2018 |
christos <christos@NetBSD.org> |
protect from redefinition |
| 3adb3582 |
26-Oct-2018 |
maya <maya@NetBSD.org> |
If O_RDWR fails, try O_RDONLY. Lets me run unprivileged X. |
| 8dbda7d6 |
26-Oct-2018 |
maya <maya@NetBSD.org> |
Don't error if we are unprivileged |
| c20046b8 |
05-Oct-2018 |
macallan <macallan@NetBSD.org> |
for some reason my 6800 Ultra stalls when drawing *some* off-screen rectangles as a workaround, draw them by software until I figure out what's going on |
| f8b67707 |
21-Sep-2018 |
christos <christos@NetBSD.org> |
- don't return random values to the caller - don't leak fd's. |
| 06815bcb |
09-Sep-2018 |
maya <maya@NetBSD.org> |
include sys/param.h for MIN/MAX, needed when building in pkgsrc tolerate set version failing in another location too. this now works well enough for mesa 18.2.0 to display glxgears followed soon by X crashing and refusing to start again until the machine is rebooted, at least in my case. PR pkg/51795, pkg/51786 |
| 48994cb0 |
09-Sep-2018 |
riastradh <riastradh@NetBSD.org> |
Let's get the sense of strncmp correct, shall we? PR pkg/51795 PR kern/51786 XXX pullup-7 XXX pullup-8 |
| 5046d36b |
09-Sep-2018 |
riastradh <riastradh@NetBSD.org> |
Don't make setversion failure fatal -- only master can set it. PR pkg/51795 PR kern/51786 XXX pullup-7 XXX pullup-8 |
| a970b457 |
09-Sep-2018 |
riastradh <riastradh@NetBSD.org> |
Implement drmParsePciBusInfo and drmParsePciDeviceInfo. Uses drmGetBusid for bus info, and pciN with libpci for device info. Aims to address PR pkg/51795 without needing the kernel changes suggested in PR kern/51786. Compile-tested only sofar -- should confirm before closing any PRs. (Sorry it took so long for me to find a round tuit!) XXX pullup-7 XXX pullup-8 ...along with src/external/mit/xorg/lib/libdrm/Makefile r1.16 for libpci. |
| 2059a301 |
28-Aug-2018 |
mrg <mrg@NetBSD.org> |
set mmap_arg.flags before calling DRM_IOCTL_I915_GEM_MMAP. |
| bd8e7fb0 |
28-Aug-2018 |
mrg <mrg@NetBSD.org> |
merge libX11 1.6.6. |
| 3233502e |
28-Aug-2018 |
mrg <mrg@NetBSD.org> |
initial import of libX11-1.6.6 |
| 092d2b73 |
26-Jul-2018 |
macallan <macallan@NetBSD.org> |
- increase offscreen pixmap alignment - don't pretend to support overlapping pixmaps - reshuffle some register writes - set surface formats every time we Prepare*() -> less garbage, almost works correctly now |
| 9318f94e |
25-Jul-2018 |
kamil <kamil@NetBSD.org> |
Avoid Undefined Behavior in r128_reg.h Specify symbols without altering signed bit. Requested by GCC when building with Undefined Behavior Sanitizer. |
| 5946ac0c |
25-Jul-2018 |
kamil <kamil@NetBSD.org> |
Avoid Undefined Behavior in r300_render.h Specify R300_FALLBACK_INVALID_BUFFERS without altering signed bit. Requested by GCC when building with Undefined Behavior Sanitizer. |
| 14f0c695 |
22-Jul-2018 |
macallan <macallan@NetBSD.org> |
actually use wsdisplayio_fbinfo::fbi_fboffset |
| 2d0d2c2b |
16-Jul-2018 |
macallan <macallan@NetBSD.org> |
fill in PrepareAccess() and FinishAcces() methods |
| 89ea1e80 |
16-Jul-2018 |
rjs <rjs@NetBSD.org> |
Fix cats build. |
| 48d949b6 |
13-Jul-2018 |
mrg <mrg@NetBSD.org> |
add what i believe is the missing part from the previous commit to the old nvidia driver. fixes my build and appears to match intent. |
| 05c1003f |
12-Jul-2018 |
macallan <macallan@NetBSD.org> |
add mostly working EXA support tested on a GeForce 6800 Ultra in a G5 still produces occasional artifacts but good enough to run a bunch of xterms and gtk2 applications |
| 85ccebaa |
12-Jul-2018 |
macallan <macallan@NetBSD.org> |
add powerpc-specific barrier instructions, use them a bit more now this mostly works on G5 |
| 614710fb |
05-Jun-2018 |
snj <snj@NetBSD.org> |
delete some files missed in the last merge of freetype-2.9.1 |
| 1b6fdc8a |
09-May-2018 |
mrg <mrg@NetBSD.org> |
3rd time is the charm? this should now actually match freetype 2.9.1 exactly. |
| af094fe9 |
09-May-2018 |
mrg <mrg@NetBSD.org> |
re-merge freetype 2.9.1. |
| cbe50382 |
09-May-2018 |
maya <maya@NetBSD.org> |
Merge freetype 2.9.1 |
| 679a690d |
09-May-2018 |
maya <maya@NetBSD.org> |
initial import of freetype-2.9.1 |
| 1c89cb70 |
25-Apr-2018 |
kamil <kamil@NetBSD.org> |
Fix the Polish keymap in xkeyboard-config Cherry-pick a patch from upstream BugZilla Bug 104904 - Polish symbols file broken by typo -- https://bugs.freedesktop.org/show_bug.cgi?id=104904 Remove stray "-------" that broke the parser. Patch detected in the Gentoo portage: x11-misc/xkeyboard-config: add patch to fix pl keyboard layout https://github.com/gentoo/gentoo/commit/cba05e849ae9ec7289f44eb2f624030c95b83f4b |
| 2c83f951 |
03-Apr-2018 |
ryo <ryo@NetBSD.org> |
Fix compile error on evbarm-aarch64. (incompatible pointer types initializing 'present_get_ust_msc_ptr') |
| 606863ae |
29-Mar-2018 |
snj <snj@NetBSD.org> |
remove rstart, which hasn't been used since the xfree86 days. |
| 1e036838 |
25-Mar-2018 |
joerg <joerg@NetBSD.org> |
Don't cast around function types incorrectly, but adjust them as appropiate. |
| 809e241a |
14-Mar-2018 |
mrg <mrg@NetBSD.org> |
remove obsolete *proto sources. |
| bd60773f |
14-Mar-2018 |
mrg <mrg@NetBSD.org> |
merge our local fixes for Xpoll.h.in -- moves FD_SETSIZE. |
| 17ca54c3 |
14-Mar-2018 |
mrg <mrg@NetBSD.org> |
initial import of xorgproto-2018.4 |
| 2b90624a |
14-Mar-2018 |
mrg <mrg@NetBSD.org> |
merge libdrm 2.4.91 |
| 00a23bda |
14-Mar-2018 |
mrg <mrg@NetBSD.org> |
initial import of libdrm-2.4.91 |
| d05135cf |
14-Mar-2018 |
mrg <mrg@NetBSD.org> |
merge libxcb 1.13. |
| a27842ff |
14-Mar-2018 |
mrg <mrg@NetBSD.org> |
initial import of xcb-proto-1.13 |
| 245c37e9 |
14-Mar-2018 |
mrg <mrg@NetBSD.org> |
initial import of libxcb-1.13 |
| 1fb848d2 |
14-Mar-2018 |
mrg <mrg@NetBSD.org> |
merge xterm 330. remove files we'll build now. |
| dfb07bc7 |
14-Mar-2018 |
mrg <mrg@NetBSD.org> |
merge xterm 330. |
| 913cc679 |
14-Mar-2018 |
mrg <mrg@NetBSD.org> |
initial import of xterm-330 |
| 7cd5f47c |
11-Mar-2018 |
mrg <mrg@NetBSD.org> |
merge xkeyboard-config 2.23.1. |
| 2ab00627 |
11-Mar-2018 |
mrg <mrg@NetBSD.org> |
initial import of xkeyboard-config-2.23.1 |
| 8a02c2b0 |
11-Mar-2018 |
mrg <mrg@NetBSD.org> |
merge xf86-video-ati 18.0.0. |
| 8bf5c682 |
11-Mar-2018 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-ati-18.0.0 |
| e8e4e91d |
11-Mar-2018 |
mrg <mrg@NetBSD.org> |
merge xf86-video-amdgpu 18.0.0. |
| 24b90cf4 |
11-Mar-2018 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-amdgpu-18.0.0 |
| f2408745 |
11-Mar-2018 |
mrg <mrg@NetBSD.org> |
merge xf86-video-vesa 2.4.0. |
| 54895054 |
11-Mar-2018 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-vesa-2.4.0 |
| d712a854 |
11-Mar-2018 |
mrg <mrg@NetBSD.org> |
merge xinit 1.4.0. |
| d73e0b87 |
11-Mar-2018 |
mrg <mrg@NetBSD.org> |
initial import of xinit-1.4.0 |
| fa2b3b63 |
11-Mar-2018 |
mrg <mrg@NetBSD.org> |
initial import of bdftopcf-1.1 |
| 7deda49c |
11-Mar-2018 |
mrg <mrg@NetBSD.org> |
merge libpciaccess 0.14. |
| fbc03982 |
11-Mar-2018 |
mrg <mrg@NetBSD.org> |
initial import of libxshmfence-1.3 |
| 66337f63 |
11-Mar-2018 |
mrg <mrg@NetBSD.org> |
initial import of libpciaccess-0.14 |
| 30e1ba2c |
11-Mar-2018 |
mrg <mrg@NetBSD.org> |
merge xfs 1.2.0. |
| c05e7a3e |
11-Mar-2018 |
mrg <mrg@NetBSD.org> |
initial import of xlsfonts-1.0.6 |
| 40c5823b |
11-Mar-2018 |
mrg <mrg@NetBSD.org> |
initial import of xfs-1.2.0 |
| d8ae2844 |
11-Mar-2018 |
mrg <mrg@NetBSD.org> |
merge xprop 1.2.3 |
| 81676fe2 |
11-Mar-2018 |
mrg <mrg@NetBSD.org> |
initial import of xprop-1.2.3 |
| 7db70037 |
11-Mar-2018 |
mrg <mrg@NetBSD.org> |
merge libXres 1.2.0. |
| e6d2e958 |
11-Mar-2018 |
mrg <mrg@NetBSD.org> |
initial import of libXres-1.2.0 |
| 7c14a159 |
11-Mar-2018 |
mrg <mrg@NetBSD.org> |
config.h is needed for libXfont2. |
| 96eca5d1 |
11-Mar-2018 |
mrg <mrg@NetBSD.org> |
merge xsetroot 1.1.2, xwininfo 1.1.4 and xsm 1.0.4. |
| 89afc689 |
11-Mar-2018 |
mrg <mrg@NetBSD.org> |
initial import of xwud-1.0.5 |
| 0c91c449 |
11-Mar-2018 |
mrg <mrg@NetBSD.org> |
initial import of xwininfo-1.1.4 |
| 06ef0fec |
11-Mar-2018 |
mrg <mrg@NetBSD.org> |
initial import of xwd-1.0.7 |
| 8a355152 |
11-Mar-2018 |
mrg <mrg@NetBSD.org> |
initial import of xsm-1.0.4 |
| b8f63ae3 |
11-Mar-2018 |
mrg <mrg@NetBSD.org> |
initial import of xsetroot-1.1.2 |
| feee4651 |
11-Mar-2018 |
mrg <mrg@NetBSD.org> |
initial import of xset-1.2.4 |
| 9109d079 |
11-Mar-2018 |
mrg <mrg@NetBSD.org> |
merge xload 1.1.3, xrdb 1.1.1 and xmessage 1.0.5. |
| ff143803 |
11-Mar-2018 |
mrg <mrg@NetBSD.org> |
initial import of xrefresh-1.0.6 |
| c74b14bd |
11-Mar-2018 |
mrg <mrg@NetBSD.org> |
initial import of xrdb-1.1.1 |
| 95cf0c00 |
11-Mar-2018 |
mrg <mrg@NetBSD.org> |
initial import of xmessage-1.0.5 |
| c44a0236 |
11-Mar-2018 |
mrg <mrg@NetBSD.org> |
initial import of xlsclients-1.1.4 |
| 8846b520 |
11-Mar-2018 |
mrg <mrg@NetBSD.org> |
initial import of xload-1.1.3 |
| 4929c8f8 |
11-Mar-2018 |
mrg <mrg@NetBSD.org> |
initial import of xkill-1.0.5 |
| 5c4ee2b5 |
11-Mar-2018 |
mrg <mrg@NetBSD.org> |
initial import of xkbcomp-1.4.1 |
| 132369e0 |
11-Mar-2018 |
mrg <mrg@NetBSD.org> |
merge xeyes 1.1.2 and xfontsel 1.0.6. |
| 376c9fa8 |
11-Mar-2018 |
mrg <mrg@NetBSD.org> |
initial import of xfontsel-1.0.6 |
| 054b3d00 |
11-Mar-2018 |
mrg <mrg@NetBSD.org> |
initial import of xeyes-1.1.2 |
| 130a8081 |
11-Mar-2018 |
mrg <mrg@NetBSD.org> |
initial import of xdriinfo-1.0.6 |
| e1670675 |
11-Mar-2018 |
mrg <mrg@NetBSD.org> |
initial import of xbitmaps-1.1.2 |
| eaa89f16 |
11-Mar-2018 |
mrg <mrg@NetBSD.org> |
merge mkfontscale 1.1.3, twm 1.0.10, oclock 1.0.4 and viewres 1.0.5. |
| e90eff46 |
11-Mar-2018 |
mrg <mrg@NetBSD.org> |
initial import of viewres-1.0.5 |
| 9fa8ffe7 |
11-Mar-2018 |
mrg <mrg@NetBSD.org> |
initial import of util-macros-1.19.2 |
| 4a1eb5db |
11-Mar-2018 |
mrg <mrg@NetBSD.org> |
initial import of twm-1.0.10 |
| b0c24a08 |
11-Mar-2018 |
mrg <mrg@NetBSD.org> |
initial import of oclock-1.0.4 |
| d87830e5 |
11-Mar-2018 |
mrg <mrg@NetBSD.org> |
initial import of mkfontscale-1.1.3 |
| 47a64adf |
11-Mar-2018 |
mrg <mrg@NetBSD.org> |
merge appres 1.0.5 and listres 1.0.4. |
| e7c933f3 |
11-Mar-2018 |
mrg <mrg@NetBSD.org> |
initial import of listres-1.0.4 |
| ae51dfb6 |
11-Mar-2018 |
mrg <mrg@NetBSD.org> |
initial import of ico-1.0.5 |
| 6fbef84a |
11-Mar-2018 |
mrg <mrg@NetBSD.org> |
initial import of iceauth-1.0.8 |
| ad47b356 |
11-Mar-2018 |
mrg <mrg@NetBSD.org> |
initial import of editres-1.0.7 |
| 27935385 |
11-Mar-2018 |
mrg <mrg@NetBSD.org> |
initial import of appres-1.0.5 |
| 22c5f2a2 |
04-Feb-2018 |
mrg <mrg@NetBSD.org> |
fix a signed vs unsigned issue GCC 6.4 picked up. |
| 921206e9 |
28-Jan-2018 |
christos <christos@NetBSD.org> |
CID-1428671: Unchecked malloc/strdup |
| 29c28367 |
28-Jan-2018 |
christos <christos@NetBSD.org> |
CID-1428670: Uncheck malloc |
| 06a15751 |
21-Jan-2018 |
christos <christos@NetBSD.org> |
use __typeof__ instead of typeof |
| af9aa065 |
21-Jan-2018 |
christos <christos@NetBSD.org> |
use __typeof__ instead of typeof. |
| 77d79cad |
20-Dec-2017 |
rin <rin@NetBSD.org> |
Fix debug build with LLVM for ILP32 archs. |
| 78d1a11b |
08-Dec-2017 |
macallan <macallan@NetBSD.org> |
do up to 4 pixels at a time CG14Comp_Over*() |
| e311bbee |
07-Dec-2017 |
macallan <macallan@NetBSD.org> |
RGB/BGR-flip source images in CG14Comp_Over32*() with non-solid sources as well. This takes care of most remaining RGB/BGR issues in xrender. Next step: do more than one pixel at a time in those operations. |
| f262af57 |
29-Nov-2017 |
mrg <mrg@NetBSD.org> |
merge libXcursor 1.1.15, libXfont 1.5.4 and libXfont2 2.0.3. |
| fd60135f |
29-Nov-2017 |
mrg <mrg@NetBSD.org> |
initial import of libXfont2-2.0.3. this fixes CVE-2017-16611. |
| a97c3f35 |
29-Nov-2017 |
mrg <mrg@NetBSD.org> |
initial import of libXfont-1.5.4. this fixes CVE-2017-16611. |
| 9d0ccd10 |
29-Nov-2017 |
mrg <mrg@NetBSD.org> |
initial import of libXcursor-1.1.15. this fixes CVE-2017-16612. |
| 48a68b89 |
04-Nov-2017 |
mrg <mrg@NetBSD.org> |
apply fixes for CVEs 2017-12176 to 2017-12187 to xorg-server 1.10. several of the changes were in new code, and the DGA code had moved. -- From 1b1d4c04695dced2463404174b50b3581dbd857b Mon Sep 17 00:00:00 2001 From: Nathan Kidd <nkidd@opentext.com> Date: Sun, 21 Dec 2014 01:10:03 -0500 Subject: hw/xfree86: unvalidated lengths This addresses: CVE-2017-12180 in XFree86-VidModeExtension CVE-2017-12181 in XFree86-DGA CVE-2017-12182 in XFree86-DRI -- From 211e05ac85a294ef361b9f80d689047fa52b9076 Mon Sep 17 00:00:00 2001 From: Michal Srb <msrb@suse.com> Date: Fri, 7 Jul 2017 17:21:46 +0200 Subject: Xi: Test exact size of XIBarrierReleasePointer Otherwise a client can send any value of num_barriers and cause reading or swapping of values on heap behind the receive buffer. -- From 4ca68b878e851e2136c234f40a25008297d8d831 Mon Sep 17 00:00:00 2001 From: Nathan Kidd <nkidd@opentext.com> Date: Fri, 9 Jan 2015 10:09:14 -0500 Subject: dbe: Unvalidated variable-length request in ProcDbeGetVisualInfo (CVE-2017-12177) v2: Protect against integer overflow (Alan Coopersmith) -- From 55caa8b08c84af2b50fbc936cf334a5a93dd7db5 Mon Sep 17 00:00:00 2001 From: Nathan Kidd <nkidd@opentext.com> Date: Fri, 9 Jan 2015 11:43:05 -0500 Subject: xfixes: unvalidated lengths (CVE-2017-12183) v2: Use before swap (Jeremy Huddleston Sequoia) v3: Fix wrong XFixesCopyRegion checks (Alan Coopersmith) -- From 859b08d523307eebde7724fd1a0789c44813e821 Mon Sep 17 00:00:00 2001 From: Nathan Kidd <nkidd@opentext.com> Date: Wed, 24 Dec 2014 16:22:18 -0500 Subject: Xi: fix wrong extra length check in ProcXIChangeHierarchy (CVE-2017-12178) -- From 9c23685009aa96f4b861dcc5d2e01dbee00c4dd9 Mon Sep 17 00:00:00 2001 From: Michal Srb <msrb@suse.com> Date: Fri, 7 Jul 2017 17:04:03 +0200 Subject: os: Make sure big requests have sufficient length. A client can send a big request where the 32B "length" field has value 0. When the big request header is removed and the length corrected, the value will underflow to 0xFFFFFFFF. Functions processing the request later will think that the client sent much more data and may touch memory beyond the receive buffer. -- From b747da5e25be944337a9cd1415506fc06b70aa81 Mon Sep 17 00:00:00 2001 From: Nathan Kidd <nkidd@opentext.com> Date: Fri, 9 Jan 2015 10:15:46 -0500 Subject: Unvalidated extra length in ProcEstablishConnection (CVE-2017-12176) |
| 6e78d31f |
04-Nov-2017 |
mrg <mrg@NetBSD.org> |
apply fixes for CVEs 2017-12176 to 2017-12187. -- From 1b1d4c04695dced2463404174b50b3581dbd857b Mon Sep 17 00:00:00 2001 From: Nathan Kidd <nkidd@opentext.com> Date: Sun, 21 Dec 2014 01:10:03 -0500 Subject: hw/xfree86: unvalidated lengths This addresses: CVE-2017-12180 in XFree86-VidModeExtension CVE-2017-12181 in XFree86-DGA CVE-2017-12182 in XFree86-DRI -- From 211e05ac85a294ef361b9f80d689047fa52b9076 Mon Sep 17 00:00:00 2001 From: Michal Srb <msrb@suse.com> Date: Fri, 7 Jul 2017 17:21:46 +0200 Subject: Xi: Test exact size of XIBarrierReleasePointer Otherwise a client can send any value of num_barriers and cause reading or swapping of values on heap behind the receive buffer. -- From 4ca68b878e851e2136c234f40a25008297d8d831 Mon Sep 17 00:00:00 2001 From: Nathan Kidd <nkidd@opentext.com> Date: Fri, 9 Jan 2015 10:09:14 -0500 Subject: dbe: Unvalidated variable-length request in ProcDbeGetVisualInfo (CVE-2017-12177) v2: Protect against integer overflow (Alan Coopersmith) -- From 55caa8b08c84af2b50fbc936cf334a5a93dd7db5 Mon Sep 17 00:00:00 2001 From: Nathan Kidd <nkidd@opentext.com> Date: Fri, 9 Jan 2015 11:43:05 -0500 Subject: xfixes: unvalidated lengths (CVE-2017-12183) v2: Use before swap (Jeremy Huddleston Sequoia) v3: Fix wrong XFixesCopyRegion checks (Alan Coopersmith) -- From 859b08d523307eebde7724fd1a0789c44813e821 Mon Sep 17 00:00:00 2001 From: Nathan Kidd <nkidd@opentext.com> Date: Wed, 24 Dec 2014 16:22:18 -0500 Subject: Xi: fix wrong extra length check in ProcXIChangeHierarchy (CVE-2017-12178) -- From 9c23685009aa96f4b861dcc5d2e01dbee00c4dd9 Mon Sep 17 00:00:00 2001 From: Michal Srb <msrb@suse.com> Date: Fri, 7 Jul 2017 17:04:03 +0200 Subject: os: Make sure big requests have sufficient length. A client can send a big request where the 32B "length" field has value 0. When the big request header is removed and the length corrected, the value will underflow to 0xFFFFFFFF. Functions processing the request later will think that the client sent much more data and may touch memory beyond the receive buffer. -- From b747da5e25be944337a9cd1415506fc06b70aa81 Mon Sep 17 00:00:00 2001 From: Nathan Kidd <nkidd@opentext.com> Date: Fri, 9 Jan 2015 10:15:46 -0500 Subject: Unvalidated extra length in ProcEstablishConnection (CVE-2017-12176) |
| d71cb32d |
30-Oct-2017 |
macallan <macallan@NetBSD.org> |
support PictOpAdd with A8 source and ARGB/ABGR destination now labels in windowmaker look right again |
| f832ee3d |
24-Oct-2017 |
macallan <macallan@NetBSD.org> |
deal with firmware that does not set the 'vram' property on the tcx's node |
| 8b9482de |
31-Aug-2017 |
christos <christos@NetBSD.org> |
use static inline |
| f79b9446 |
30-Aug-2017 |
mrg <mrg@NetBSD.org> |
reapply the missing part this patch: >Deal with the limited range of VAX floating point numbers when compiling >for VAX. |
| e93bbf1f |
30-Aug-2017 |
mrg <mrg@NetBSD.org> |
achVendID is an array not a pointer so it is always "true". avoid clang warnings by not testing it. |
| 31b1c75a |
29-Aug-2017 |
maya <maya@NetBSD.org> |
Build fix. don't provide a conflicting declaration of FcObjectTypeHash and FcObjectTypeLookup. they're defined in fcobjshash.h included just after. |
| f757b1e9 |
29-Aug-2017 |
mrg <mrg@NetBSD.org> |
initial import of xkbcomp-1.4.0 |
| 19fc18f5 |
29-Aug-2017 |
mrg <mrg@NetBSD.org> |
oops, update these, not delete them. also add new fcstdint.h |
| 18bd4a06 |
29-Aug-2017 |
mrg <mrg@NetBSD.org> |
merge fontconfig 2.12.4. |
| 953daeba |
29-Aug-2017 |
mrg <mrg@NetBSD.org> |
initial import of fontconfig-2.12.4 |
| 79b5f661 |
29-Aug-2017 |
mrg <mrg@NetBSD.org> |
merge xkeyboard-config 2.21. |
| 9184b9c8 |
29-Aug-2017 |
mrg <mrg@NetBSD.org> |
initial import of xkeyboard-config-2.21 |
| 0655efef |
29-Aug-2017 |
mrg <mrg@NetBSD.org> |
merge libdrm-2.4.83. |
| d8807b2f |
29-Aug-2017 |
mrg <mrg@NetBSD.org> |
initial import of libdrm-2.4.83 |
| 814b5855 |
29-Aug-2017 |
mrg <mrg@NetBSD.org> |
merge libpciaccess-0.13.5. |
| 49310723 |
29-Aug-2017 |
mrg <mrg@NetBSD.org> |
initial import of libpciaccess-0.13.5 |
| a96d7823 |
29-Aug-2017 |
mrg <mrg@NetBSD.org> |
initial import of libXfont2-2.0.1 |
| cbd1cfda |
29-Aug-2017 |
mrg <mrg@NetBSD.org> |
update for amdgpu 1.3.0 |
| 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 |
| cd34e0e1 |
29-Aug-2017 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-nouveau-1.0.15 |
| 3ed65abb |
29-Aug-2017 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-ati-7.9.0 |
| 11bf0794 |
29-Aug-2017 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-amdgpu-1.3.0 |
| f5a99ab6 |
25-Aug-2017 |
macallan <macallan@NetBSD.org> |
fix tpyo |
| ba58b518 |
11-Aug-2017 |
macallan <macallan@NetBSD.org> |
add voodoo to get the Mac model name from OpenFirmware so the driver can automatically enable model specific workarounds Now X works out of the box on my Mini |
| a782ad3b |
05-Aug-2017 |
mrg <mrg@NetBSD.org> |
make this build on netbsd. |
| 2c6c70ed |
07-Jul-2017 |
mrg <mrg@NetBSD.org> |
add missing } from the previous. apparently i mis-tested and it didn't compile. |
| 1cc18b8a |
07-Jul-2017 |
mrg <mrg@NetBSD.org> |
CVE-2017-10971 and CVE-2017-10972: apply fixes to the event loop from https://cgit.freedesktop.org/xorg/xserver/commit/?id=ba336b24052122b136486961c82deac76bbde455 https://cgit.freedesktop.org/xorg/xserver/commit/?id=8caed4df36b1f802b4992edcfd282cbeeec35d9d https://cgit.freedesktop.org/xorg/xserver/commit/?id=215f894965df5fb0bb45b107d84524e700d2073c https://cgit.freedesktop.org/xorg/xserver/commit/?id=05442de962d3dc624f79fc1a00eca3ffc5489ced XXX: pullup-[678] (6/7 also need xfree port.) |
| 0679523a |
07-Jul-2017 |
mrg <mrg@NetBSD.org> |
CVE-2017-10971 and CVE-2017-10972: apply fixes to the event loop from https://cgit.freedesktop.org/xorg/xserver/commit/?id=ba336b24052122b136486961c82deac76bbde455 https://cgit.freedesktop.org/xorg/xserver/commit/?id=8caed4df36b1f802b4992edcfd282cbeeec35d9d https://cgit.freedesktop.org/xorg/xserver/commit/?id=215f894965df5fb0bb45b107d84524e700d2073c https://cgit.freedesktop.org/xorg/xserver/commit/?id=05442de962d3dc624f79fc1a00eca3ffc5489ced XXX: pullup-[678] (6/7 also need xfree port.) |
| dbea9b4b |
16-Jun-2017 |
joerg <joerg@NetBSD.org> |
Do not redefine _MM_DENORMALS_ZERO_MASK if it already exists. |
| c3f1c084 |
30-May-2017 |
christos <christos@NetBSD.org> |
need xorg-server.h |
| 00be8644 |
30-May-2017 |
christos <christos@NetBSD.org> |
need to include xorg-server.h |
| 293de341 |
14-Apr-2017 |
macallan <macallan@NetBSD.org> |
be somewhat smarter with mux devices: - don't trust the device type, if we're on a mux that may not be the whole story - always call ioctl(WSMOUSEIO_GCALIBCOORDS) - check .samplelen to see if we're in raw mode With this touchscreens on mux devices should Just Work(tm) even if they're not the first device on the mux. |
| 7a5e1bd6 |
06-Apr-2017 |
macallan <macallan@NetBSD.org> |
we can get calibration data from the kernel now with this ( and a bunch of previous commits ) the touchscreen on my Acer Aspire V5 works properly |
| cbc9a668 |
24-Mar-2017 |
macallan <macallan@NetBSD.org> |
support WSFB_VRAM_IS_SPLIT workaround for wildcat boards - use a shadow fb and copy dirty areas into both framebuffers now we can use X on Sun XVR-1200 should work on XVR-500 and others as well |
| 74a432e1 |
08-Mar-2017 |
mrg <mrg@NetBSD.org> |
port to xorg-server 1.10: apply https://cgit.freedesktop.org/xorg/xserver/commit/?id=957e8db38f27932d353e86e9aa69cf16778b18f1 -- Use arc4random_buf(3) if available to generate cookies. Reviewed-by: Adam Jackson <ajax@redhat.com> Signed-off-by: Matthieu Herrb <matthieu@herrb.eu> -- |
| 83b573b4 |
08-Mar-2017 |
mrg <mrg@NetBSD.org> |
apply https://cgit.freedesktop.org/xorg/xserver/commit/?id=957e8db38f27932d353e86e9aa69cf16778b18f1 -- Use arc4random_buf(3) if available to generate cookies. Reviewed-by: Adam Jackson <ajax@redhat.com> Signed-off-by: Matthieu Herrb <matthieu@herrb.eu> -- |
| 030cabe0 |
08-Mar-2017 |
mrg <mrg@NetBSD.org> |
port to xorg-server 1.10: -- Log Message: apply https://cgit.freedesktop.org/xorg/xserver/commit/?id=d7ac755f0b618eb1259d93c8a16ec6e39a18627c Use timingsafe_memcmp() to compare MIT-MAGIC-COOKIES CVE-2017-2624 Provide the function definition for systems that don't have it. Signed-off-by: Matthieu Herrb <matthieu@herrb.eu> Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com> and https://cgit.freedesktop.org/xorg/xserver/commit/?id=5c44169caed811e59a65ba346de1cadb46d266ec os: Squash missing declaration warning for timingsafe_memcmp timingsafe_memcmp.c:21:1: warning: no previous prototype for `timingsafe_memcmp' [-Wmissing-prototypes] timingsafe_memcmp(const void *b1, const void *b2, size_t len) Signed-off-by: Adam Jackson <ajax@redhat.com> -- |
| 4059972a |
08-Mar-2017 |
mrg <mrg@NetBSD.org> |
port to xorg-server 1.10: -- Log Message: apply https://cgit.freedesktop.org/xorg/xserver/commit/?id=2855f759b1e7bf7f5e57cac36c1f0d0e5ac1a683 auth: remove AuthToIDFunc and associated functions. Not used anymore. And the current code for MitToId has a use-after-free() issue. [Also remove the actual implementations - ajax] Signed-off-by: Matthieu Herrb <matthieu@herrb.eu> Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com> -- |
| 8199d687 |
08-Mar-2017 |
mrg <mrg@NetBSD.org> |
apply https://cgit.freedesktop.org/xorg/xserver/commit/?id=d7ac755f0b618eb1259d93c8a16ec6e39a18627c Use timingsafe_memcmp() to compare MIT-MAGIC-COOKIES CVE-2017-2624 Provide the function definition for systems that don't have it. Signed-off-by: Matthieu Herrb <matthieu@herrb.eu> Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com> and https://cgit.freedesktop.org/xorg/xserver/commit/?id=5c44169caed811e59a65ba346de1cadb46d266ec os: Squash missing declaration warning for timingsafe_memcmp timingsafe_memcmp.c:21:1: warning: no previous prototype for `timingsafe_memcmp' [-Wmissing-prototypes] timingsafe_memcmp(const void *b1, const void *b2, size_t len) Signed-off-by: Adam Jackson <ajax@redhat.com> |
| 678161bd |
08-Mar-2017 |
mrg <mrg@NetBSD.org> |
apply https://cgit.freedesktop.org/xorg/xserver/commit/?id=2855f759b1e7bf7f5e57cac36c1f0d0e5ac1a683 auth: remove AuthToIDFunc and associated functions. Not used anymore. And the current code for MitToId has a use-after-free() issue. [Also remove the actual implementations - ajax] Signed-off-by: Matthieu Herrb <matthieu@herrb.eu> Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com> |
| 73c5b80b |
08-Mar-2017 |
mrg <mrg@NetBSD.org> |
add new generated files. |
| cdb98002 |
08-Mar-2017 |
mrg <mrg@NetBSD.org> |
update for xterm 327. |
| 037a25dd |
08-Mar-2017 |
mrg <mrg@NetBSD.org> |
merge xterm 327. |
| 2e4f8982 |
08-Mar-2017 |
mrg <mrg@NetBSD.org> |
initial import of xterm-327 |
| 9abb77cb |
07-Mar-2017 |
christos <christos@NetBSD.org> |
we don't need both memset and 0 |
| 9ac5b8b6 |
07-Mar-2017 |
christos <christos@NetBSD.org> |
fix incomplete initializers for clang. |
| e5ad8bdf |
06-Mar-2017 |
christos <christos@NetBSD.org> |
add lint to the bogus test for <stdint.h> |
| e2a49932 |
05-Mar-2017 |
mrg <mrg@NetBSD.org> |
merge libxcb 1.12. |
| 891601f5 |
05-Mar-2017 |
mrg <mrg@NetBSD.org> |
initial import of xcb-proto-1.12 |
| 7204935c |
05-Mar-2017 |
mrg <mrg@NetBSD.org> |
initial import of libxcb-1.12 |
| 1468c73e |
05-Mar-2017 |
mrg <mrg@NetBSD.org> |
merge xf86-input-keyboard 1.9.0 and xf86-input-mouse 1.9.2 |
| e4da38af |
05-Mar-2017 |
mrg <mrg@NetBSD.org> |
initial import of xf86-input-mouse-1.9.2 |
| fe24f8a2 |
05-Mar-2017 |
mrg <mrg@NetBSD.org> |
initial import of xf86-input-keyboard-1.9.0 |
| f994f6bb |
05-Mar-2017 |
mrg <mrg@NetBSD.org> |
update properly for xf86-vide-ati 7.8.0. |
| b88dc722 |
05-Mar-2017 |
mrg <mrg@NetBSD.org> |
now, merge xf86-video-ati 7.8.0 properly. |
| 18781e08 |
05-Mar-2017 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-ati-7.8.0 |
| 4c00f4dc |
05-Mar-2017 |
mrg <mrg@NetBSD.org> |
un-merge the new ati driver from the old location. |
| 7821949a |
05-Mar-2017 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-ati-6.14.6 |
| 7203f7a1 |
05-Mar-2017 |
mrg <mrg@NetBSD.org> |
merge xf86-video-ati 7.8.0. |
| 7314432e |
05-Mar-2017 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-ati-7.8.0 |
| 374ff59d |
05-Mar-2017 |
mrg <mrg@NetBSD.org> |
merge xf86-video-nouveau 1.0.13. |
| c2e4ac43 |
05-Mar-2017 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-nouveau-1.0.13 |
| e3f2c787 |
05-Mar-2017 |
mrg <mrg@NetBSD.org> |
merge xf86-video-nv 2.1.21 and xf86-video-vmware 13.2.1. |
| 34a0776d |
05-Mar-2017 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-vmware-13.2.1 |
| 6257f37d |
05-Mar-2017 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-nv-2.1.21 |
| eee1ded1 |
05-Mar-2017 |
mrg <mrg@NetBSD.org> |
merge xf86-video-siliconmotion 1.7.9, xf86-video-sis 0.10.9, and xf86-video-sunleo 1.2.2. |
| 89b0dc75 |
05-Mar-2017 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-trident-1.3.8 |
| adb5514a |
05-Mar-2017 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-tdfx-1.4.7 |
| 0a392d7e |
05-Mar-2017 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-sunleo-1.2.2 |
| 93d9adc1 |
05-Mar-2017 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-sis-0.10.9 |
| f395c03e |
05-Mar-2017 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-siliconmotion-1.7.9 |
| 300bf1ae |
05-Mar-2017 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-savage-2.3.9 |
| 6f68ce78 |
05-Mar-2017 |
mrg <mrg@NetBSD.org> |
merge xf86-video-chips 1.2.7, xf86-video-glint 1.2.9, xf86-video-mga 1.6.5, and xf86-video-r128 6.10.2. |
| a56d54ac |
05-Mar-2017 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-r128-6.10.2 |
| ee82cb62 |
05-Mar-2017 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-mga-1.6.5 |
| 97ee6427 |
05-Mar-2017 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-i740-1.3.6 |
| 14210e8e |
05-Mar-2017 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-glint-1.2.9 |
| 19b15abd |
05-Mar-2017 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-geode-2.11.19 |
| 4e00c014 |
05-Mar-2017 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-chips-1.2.7 |
| b0d196e1 |
05-Mar-2017 |
mrg <mrg@NetBSD.org> |
merge libXfont 1.5.2. |
| b43acbb4 |
05-Mar-2017 |
mrg <mrg@NetBSD.org> |
initial import of libXfont-1.5.2 |
| 5aa46deb |
05-Mar-2017 |
mrg <mrg@NetBSD.org> |
merge xorg-cf-files 1.0.6 |
| 41fe0c2a |
05-Mar-2017 |
mrg <mrg@NetBSD.org> |
initial import of xorg-cf-files-1.0.6 |
| 67e4e4de |
05-Mar-2017 |
mrg <mrg@NetBSD.org> |
initial import of util-macros-1.19.1 |
| f62b614c |
04-Mar-2017 |
mrg <mrg@NetBSD.org> |
update for pixman 0.34.0 |
| 2ee35494 |
04-Mar-2017 |
mrg <mrg@NetBSD.org> |
merge libdrm 2.4.75 and pixman 0.34.0 |
| 6ca29ff0 |
04-Mar-2017 |
mrg <mrg@NetBSD.org> |
initial import of pixman-0.34.0 |
| 037b3c26 |
04-Mar-2017 |
mrg <mrg@NetBSD.org> |
initial import of libdrm-2.4.75 |
| 6d8010e7 |
04-Mar-2017 |
mrg <mrg@NetBSD.org> |
merge xauth 1.0.10. |
| ebb1c56d |
04-Mar-2017 |
mrg <mrg@NetBSD.org> |
initial import of xconsole-1.0.7 |
| 40c5344f |
04-Mar-2017 |
mrg <mrg@NetBSD.org> |
initial import of xauth-1.0.10 |
| 11a95ff3 |
04-Mar-2017 |
mrg <mrg@NetBSD.org> |
initial import of sessreg-1.1.1 |
| ca2ad7ea |
04-Mar-2017 |
mrg <mrg@NetBSD.org> |
merge our local change to ensure FD_SETSIZE is set before <sys/select.h> is included, using the new version of the code to set XFD_SETSIZE. |
| a910ade1 |
04-Mar-2017 |
mrg <mrg@NetBSD.org> |
initial import of xproto-7.0.31 |
| c9e7fb8d |
04-Mar-2017 |
mrg <mrg@NetBSD.org> |
merge libX11 1.6.5. |
| 862bcd1a |
04-Mar-2017 |
mrg <mrg@NetBSD.org> |
initial import of libX11-1.6.5 |
| d678aadf |
04-Mar-2017 |
mrg <mrg@NetBSD.org> |
merge libXi 1.7.9 and libXpm 3.5.12: merge a local patch. |
| 9f00f3a1 |
04-Mar-2017 |
mrg <mrg@NetBSD.org> |
initial import of libXpm-3.5.12 |
| 48e5ce07 |
04-Mar-2017 |
mrg <mrg@NetBSD.org> |
initial import of libXi-1.7.9 |
| 94088e97 |
04-Mar-2017 |
mrg <mrg@NetBSD.org> |
initial import of presentproto-1.1 |
| e116248c |
20-Feb-2017 |
rin <rin@NetBSD.org> |
Fix -O0 build; <machine/bwx.h> should be included after ".arch ev56" pseudo-op. |
| 81d6fa61 |
20-Feb-2017 |
rin <rin@NetBSD.org> |
appease clang -Wformat errors with MKDEBUG=yes |
| 6843d22e |
16-Feb-2017 |
macallan <macallan@NetBSD.org> |
set pixmap pitch alignment to 8 bytes - the blitter will lock up otherwise which isn't mentioned anywhere in the manual. Leave in #ifdef DEBUG code to trace blitter timeouts just in case |
| 8e5bffe5 |
13-Feb-2017 |
snj <snj@NetBSD.org> |
merge xkeyboard-config 2.20 |
| 66c7633c |
13-Feb-2017 |
snj <snj@NetBSD.org> |
initial import of xkeyboard-config 2.20 |
| 7bf24aa5 |
24-Jan-2017 |
christos <christos@NetBSD.org> |
fix compilation. |
| 50643b48 |
19-Jan-2017 |
macallan <macallan@NetBSD.org> |
hook in EXA acceleration for 65550 / HiQV chips mostly for rev. 4 sharks also, default to 16bit colour since these chips really don't like higher depth all that much |
| f71acd79 |
14-Jan-2017 |
macallan <macallan@NetBSD.org> |
handle 8bit pixmaps in CG14PrepareCopy(), now the glyph cache works properly |
| 4bd47ccf |
13-Jan-2017 |
macallan <macallan@NetBSD.org> |
CG14CheckComposite(): - don't crash with SX_DEBUG set - check destination format |
| 1af24eb0 |
13-Jan-2017 |
macallan <macallan@NetBSD.org> |
setting offScreenBase once is enough |
| 11c53d23 |
13-Jan-2017 |
christos <christos@NetBSD.org> |
Reorder so we don't redefine MAP_FAILED. |
| c6cc440e |
10-Jan-2017 |
christos <christos@NetBSD.org> |
need <sys/stat.h> for umask |
| b55195be |
10-Jan-2017 |
christos <christos@NetBSD.org> |
need <sys/stat.h> |
| f042f5be |
07-Jan-2017 |
macallan <macallan@NetBSD.org> |
first shot at EXA support. Mostly works but needs cleanup and the chip doesn't really support 32bit pixels either. |
| ece632f9 |
05-Jan-2017 |
christos <christos@NetBSD.org> |
be a bit more precise. |
| ff8dafd7 |
05-Jan-2017 |
martin <martin@NetBSD.org> |
Include <sys/mman.h> unconditionally to adapt for last mmap() change. |
| 41fb15e0 |
04-Jan-2017 |
macallan <macallan@NetBSD.org> |
pci_device_map_legacy() doesn't help us when we need to map VL ranges - just call mmap() directly on consoleFd for those. Now this works again on shark. |
| e3a581fb |
28-Dec-2016 |
macallan <macallan@NetBSD.org> |
back out previous - can be worked around elsewhere |
| a3890ad9 |
23-Dec-2016 |
macallan <macallan@NetBSD.org> |
add xrender acceleration for Permedia 2. Needs some EXA change to be useful though, a patch has been sent to xorg-devel@ |
| 64789136 |
22-Dec-2016 |
macallan <macallan@NetBSD.org> |
fix tpyo - now fallback to ARGB masks when rendering glyphs actually works |
| 8c335b54 |
16-Dec-2016 |
martin <martin@NetBSD.org> |
HAVE_SCANDIR_VOID_P -> HAVE_SCANDIR |
| ea107527 |
16-Dec-2016 |
martin <martin@NetBSD.org> |
Undo a local change now that our scandir() signature has been fixed. |
| a0bb6d97 |
14-Dec-2016 |
macallan <macallan@NetBSD.org> |
no more constant pitch, now we can use all video memory |
| c2fa0f52 |
14-Dec-2016 |
macallan <macallan@NetBSD.org> |
appease clang |
| a2587576 |
14-Dec-2016 |
macallan <macallan@NetBSD.org> |
use host blits for image uploads on pm2 |
| ffa1deeb |
14-Dec-2016 |
scole <scole@NetBSD.org> |
Add "define ia64Architecture" for ia64 case; probably more changes needed later. |
| eaa0d4a1 |
10-Dec-2016 |
macallan <macallan@NetBSD.org> |
make sure to hand EXA only whole scanlines of off-screen memory ( wait a minute, that sounds familiar... ) |
| 4bd90d63 |
10-Dec-2016 |
macallan <macallan@NetBSD.org> |
fix some tpyos and leftovers |
| b3d5324c |
10-Dec-2016 |
macallan <macallan@NetBSD.org> |
add crude but working EXA support for Permedia 2 |
| 11d4e95a |
09-Dec-2016 |
macallan <macallan@NetBSD.org> |
enable byte swapping on big endian hardware for some reason this was only enabled for pm2v but not pm2 Now this works properly on sparc64 |
| 13332109 |
08-Dec-2016 |
macallan <macallan@NetBSD.org> |
round pitch up to a multiple of 32 now oddball resolutions like 1366x768 work properly on pm3 ( the other chips enforce that anyway ) |
| 62ef628a |
04-Dec-2016 |
martin <martin@NetBSD.org> |
Remove duplicate function |
| 9d1c4d35 |
03-Dec-2016 |
macallan <macallan@NetBSD.org> |
pull out some function(s) used by both XAA and EXA |
| bdc97df9 |
02-Dec-2016 |
macallan <macallan@NetBSD.org> |
change license since much of the actual acceleration code was adapted from pm3_accel.c |
| d038a282 |
02-Dec-2016 |
macallan <macallan@NetBSD.org> |
add crude but working EXA support for Permedia 3 |
| 7ca3a748 |
23-Nov-2016 |
mrg <mrg@NetBSD.org> |
update for 1.2.0 |
| a7516214 |
22-Nov-2016 |
snj <snj@NetBSD.org> |
merge xkeyboard-config 2.19 |
| 188967be |
22-Nov-2016 |
snj <snj@NetBSD.org> |
initial import of xkeyboard-config 2.19 |
| 6dfbdd3d |
22-Nov-2016 |
snj <snj@NetBSD.org> |
reduce diff to upstream. no functional change. |
| 83cfd353 |
22-Nov-2016 |
snj <snj@NetBSD.org> |
fix "fix merge botch" (no functional change) |
| 504d986f |
22-Nov-2016 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-amdgpu-1.2.0 |
| 3fddf6d2 |
21-Nov-2016 |
snj <snj@NetBSD.org> |
nuke xf86-video-nvxbox, as xbox support went away in 2011. |
| e0b5d487 |
21-Nov-2016 |
snj <snj@NetBSD.org> |
prune xrefs to xorgconfig |
| dcbd449d |
17-Nov-2016 |
snj <snj@NetBSD.org> |
fix misplaced conditionalized } that broke pointer detection under vmware when running X without a config file. |
| f73d6686 |
17-Nov-2016 |
snj <snj@NetBSD.org> |
comment out COMPILEDDEFAULTFONTPATH as in olden days, happy golden days |
| 0d6c9d2d |
02-Nov-2016 |
joerg <joerg@NetBSD.org> |
Add explicit cast before writing to newly allocated memory. XXX Beside the strange allocation size, this could be XNFstrdup. |
| 3e4a4ced |
02-Nov-2016 |
joerg <joerg@NetBSD.org> |
Fix bit checking loop. Use consistent parenthesis. |
| 80d4424c |
26-Oct-2016 |
macallan <macallan@NetBSD.org> |
default to exa if we don't have xaa |
| bf1710e2 |
13-Oct-2016 |
joerg <joerg@NetBSD.org> |
Add explicit char cast to deal with constants being implicitly changed on signed char platforms. |
| 29dbf691 |
13-Oct-2016 |
joerg <joerg@NetBSD.org> |
Using defined() in a macro as condition for another #if is not portable C. |
| 9c974732 |
10-Oct-2016 |
christos <christos@NetBSD.org> |
avoid unsigned < 0 comparisons |
| 5805b606 |
09-Oct-2016 |
macallan <macallan@NetBSD.org> |
default to EXA if no AccelMethod option is given |
| c3459565 |
08-Oct-2016 |
ryoon <ryoon@NetBSD.org> |
Fix segfault when xf86-video-vmware module loads libvgahw |
| 9076ab76 |
07-Oct-2016 |
christos <christos@NetBSD.org> |
CID 1373525: Checking for NULL after deref is kind of late. |
| daf052aa |
07-Oct-2016 |
christos <christos@NetBSD.org> |
CID 1373523: Fix memory leak |
| ec15139c |
07-Oct-2016 |
christos <christos@NetBSD.org> |
CID 1373522: Fix memory leak |
| 61eaade2 |
07-Oct-2016 |
christos <christos@NetBSD.org> |
CID 1373520: Fix memory leak, don't allocate needlessly. CID 1373521: Fix memory leak. |
| 5c2eae41 |
07-Oct-2016 |
christos <christos@NetBSD.org> |
CID 1373518: Memory corruption (off-by-one) |
| 4b9d291a |
07-Oct-2016 |
christos <christos@NetBSD.org> |
CID 1373517: Integer handling issues: Parenthesize. |
| 3105e5eb |
07-Oct-2016 |
christos <christos@NetBSD.org> |
CID 1373515: check return value. |
| dac667f7 |
04-Oct-2016 |
mrg <mrg@NetBSD.org> |
merge libX11 1.6.4. |
| 2d67cb4f |
04-Oct-2016 |
mrg <mrg@NetBSD.org> |
initial import of libX11-1.6.4 |
| f1c62215 |
04-Oct-2016 |
mrg <mrg@NetBSD.org> |
merge libXi 1.7.7, libXrandr 1.5.1, libXrender 0.9.10, libXtst 1.2.3, libXv 1.0.11, libXvMC 1.0.10., and libxcb 1.11.1. |
| 709d36bb |
04-Oct-2016 |
mrg <mrg@NetBSD.org> |
initial import of libxcb-1.11.1 |
| 3aa15f76 |
04-Oct-2016 |
mrg <mrg@NetBSD.org> |
initial import of libXvMC-1.0.10 |
| 444fb138 |
04-Oct-2016 |
mrg <mrg@NetBSD.org> |
initial import of libXv-1.0.11 |
| 31637056 |
04-Oct-2016 |
mrg <mrg@NetBSD.org> |
initial import of libXtst-1.2.3 |
| 2fd96bc7 |
04-Oct-2016 |
mrg <mrg@NetBSD.org> |
initial import of libXrender-0.9.10 |
| b242714c |
04-Oct-2016 |
mrg <mrg@NetBSD.org> |
initial import of libXrandr-1.5.1 |
| 0eb1301b |
04-Oct-2016 |
mrg <mrg@NetBSD.org> |
initial import of libXi-1.7.7 |
| 0f1ac3bc |
04-Oct-2016 |
mrg <mrg@NetBSD.org> |
initial import of libXfixes-5.0.3 |
| 9207c819 |
01-Oct-2016 |
maya <maya@NetBSD.org> |
don't use const char for these types, many drivers write to them. ok mrg |
| 1654201c |
01-Oct-2016 |
maya <maya@NetBSD.org> |
add const. we aren't modifying the values here. fixes new xorg-server build error |
| 118d22e9 |
29-Sep-2016 |
macallan <macallan@NetBSD.org> |
adapt to xorg 1.18 |
| f502a9fa |
27-Sep-2016 |
joerg <joerg@NetBSD.org> |
CARD32 might not be an int, so cast explicitly to uint32_t and print that correctly. |
| a332beb9 |
27-Sep-2016 |
joerg <joerg@NetBSD.org> |
Don't directly use assignments in if (), but add the commonly accepted explicit pair of parenthesis. |
| 464de084 |
27-Sep-2016 |
joerg <joerg@NetBSD.org> |
Silently report success for enabling IO on platforms without it. |
| b6fc90d8 |
24-Sep-2016 |
mrg <mrg@NetBSD.org> |
use PCI_IOC_DRVNAMEONBUS if it exists. |
| d62aaaf2 |
23-Sep-2016 |
macallan <macallan@NetBSD.org> |
provide driverFunc() now this works with xorg 1.18 |
| 091cc113 |
23-Sep-2016 |
macallan <macallan@NetBSD.org> |
sprinkle volatile for gcc 5.4, also include config.h |
| 69251bd9 |
23-Sep-2016 |
christos <christos@NetBSD.org> |
fix printf format. |
| 9a4c0e96 |
23-Sep-2016 |
christos <christos@NetBSD.org> |
{L,R}HS sign agreement. |
| 03230324 |
23-Sep-2016 |
christos <christos@NetBSD.org> |
PRIxPTR is not what is intended. |
| 1c90c60a |
22-Sep-2016 |
christos <christos@NetBSD.org> |
return something. |
| fbbb26a6 |
22-Sep-2016 |
christos <christos@NetBSD.org> |
use fabs |
| e880330c |
22-Sep-2016 |
christos <christos@NetBSD.org> |
Missed one, thanks Rin. |
| 293e56a8 |
21-Sep-2016 |
christos <christos@NetBSD.org> |
PR/51494: Rin Okuyama: Fix MKINET6=no build. |
| a55f3320 |
21-Sep-2016 |
mrg <mrg@NetBSD.org> |
hide RivaSetRopPattern() behind HAVE_XAA_H. |
| 63a93945 |
21-Sep-2016 |
mrg <mrg@NetBSD.org> |
revert the previous; the XAA files need to just always be built even without XAA support itself. |
| 85778a55 |
21-Sep-2016 |
mrg <mrg@NetBSD.org> |
move G80DmaKickoffCallback into g80_dma.c so that it's visible no non-XAA builds. renamed from G80DMAKickoffCallback for consistency. should fix PR#51480. |
| a94eab53 |
18-Sep-2016 |
christos <christos@NetBSD.org> |
There is no X_DEBUG |
| f221549c |
16-Sep-2016 |
macallan <macallan@NetBSD.org> |
do PictOpOver operations 4 pixels at a time - this is a vector processor, let's do some vector processing -> about 40% speed increase |
| fe97f391 |
16-Sep-2016 |
macallan <macallan@NetBSD.org> |
- DPRINTF() some debug output - remove unused #defines |
| c88c16f8 |
16-Sep-2016 |
macallan <macallan@NetBSD.org> |
adapt to xorg 1.18 |
| bddeb3e5 |
11-Sep-2016 |
tsutsui <tsutsui@NetBSD.org> |
Pull more changes from Xnest to adapt X68k to Xorg server 1.18. - use QueueKeyboardEvents() and QueuePointerEvents() which are provided by dix/getevents.c, instead of raw mieqEnqueue() with uninitialized local InternalEvent - remove now actually unused local InternalEvent - explicitly call mieqFini() in DDX CloseInput() Confirmed working on XM6i, and "please commit" from mrg@. |
| bb3c570c |
09-Sep-2016 |
macallan <macallan@NetBSD.org> |
- implement UploadToScreen() using host blits - implement DownloadFromScreen() with memcpy() but sync the engine first - call exaMarkSync() when needed - don't set EXA_OFFSCREEN_ALIGN_POT unless we actually do xrender acceleration |
| 407d2e45 |
08-Sep-2016 |
macallan <macallan@NetBSD.org> |
provide driverFunc() to tell the Xserver that this driver can work without PIO access - sm50x doesn't have any vga compatibility registers problem with that - newer chips do, but xorg 1.18 tries to enable PIO access unconditionally so we should be fine. |
| 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 |
| cdb46081 |
30-Aug-2016 |
mrg <mrg@NetBSD.org> |
move some flags from dix-config.h into X11FLAGS.DIX |
| 909daefd |
30-Aug-2016 |
mrg <mrg@NetBSD.org> |
port to xorg-server 1.18. builds and may work, but not tested. |
| 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. |
| 43a12010 |
27-Aug-2016 |
macallan <macallan@NetBSD.org> |
fix build for powerpc |
| 638e3f96 |
27-Aug-2016 |
joerg <joerg@NetBSD.org> |
Fix memset use. |
| 7170d6f9 |
27-Aug-2016 |
macallan <macallan@NetBSD.org> |
adapt to new xserver API |
| 32e60030 |
27-Aug-2016 |
macallan <macallan@NetBSD.org> |
use PCI_MAGIC_IO_RANGE instead of hardcoding the wrong ( for shark ) offset now things actually have a chance of working |
| 04109a1c |
27-Aug-2016 |
macallan <macallan@NetBSD.org> |
make this work in shark needs testing on other hardware |
| 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 |
| e29e96eb |
21-Aug-2016 |
joerg <joerg@NetBSD.org> |
Avoid undefined behavior by left-shifting negative numbers. |
| abfddc15 |
21-Aug-2016 |
joerg <joerg@NetBSD.org> |
Fix format strings. |
| d7fca364 |
20-Aug-2016 |
mrg <mrg@NetBSD.org> |
port this to xorg-server 1.18 and libpciaccess fully. not tested. |
| 7cbbf761 |
20-Aug-2016 |
mrg <mrg@NetBSD.org> |
fix build issues for sparc64. mostly constification. |
| 0ac4675e |
20-Aug-2016 |
mrg <mrg@NetBSD.org> |
fix the merge botch fix properly. fixes shark builds. |
| d2d44e8a |
20-Aug-2016 |
macallan <macallan@NetBSD.org> |
make this compile |
| f4dbeecd |
20-Aug-2016 |
jakllsch <jakllsch@NetBSD.org> |
align format string with argument type |
| dc1c37bf |
20-Aug-2016 |
mrg <mrg@NetBSD.org> |
apply const |
| cc47c849 |
20-Aug-2016 |
mrg <mrg@NetBSD.org> |
merge xf86-video-ast 1.1.5 |
| 58e54220 |
20-Aug-2016 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-ast-1.1.5 |
| 65d21144 |
20-Aug-2016 |
mrg <mrg@NetBSD.org> |
include config.h if HAVE_CONFIG_H is defined. |
| a437466b |
20-Aug-2016 |
mrg <mrg@NetBSD.org> |
apply const |
| 820a851c |
20-Aug-2016 |
mrg <mrg@NetBSD.org> |
apply const where necessary |
| 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. |
| 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" |
| 21418a13 |
19-Aug-2016 |
mrg <mrg@NetBSD.org> |
fix merge botch in previous |
| 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. |
| 7322289d |
19-Aug-2016 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-s3virge-1.10.7 |
| 4f00d7e1 |
19-Aug-2016 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-rendition-4.2.6 |
| 963d66ac |
19-Aug-2016 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-openchrome-0.4.0 |
| e9a8eab3 |
19-Aug-2016 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-geode-2.11.18 |
| ee6afd07 |
19-Aug-2016 |
mrg <mrg@NetBSD.org> |
merge xf86-video-chips 1.2.6 |
| 7a5ec427 |
19-Aug-2016 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-chips-1.2.6 |
| ad334f80 |
19-Aug-2016 |
macallan <macallan@NetBSD.org> |
adapt to new Xserver untested |
| 4a32b415 |
19-Aug-2016 |
macallan <macallan@NetBSD.org> |
sprinkle const and #include "xorg-server.h" now this builds at least |
| f1295e53 |
19-Aug-2016 |
mrg <mrg@NetBSD.org> |
partial port to xorg-server 1.18. both cg6 and ffb need more help. |
| a6bf028e |
19-Aug-2016 |
mrg <mrg@NetBSD.org> |
make this build with sparc64 and xorg-server 1.18. doesn't quite work. |
| 8cf0c1e1 |
19-Aug-2016 |
macallan <macallan@NetBSD.org> |
move HAVE_XAA_H test further up so this thing now compiles with XAA actually gone |
| 82f995d3 |
19-Aug-2016 |
christos <christos@NetBSD.org> |
play nice with lint |
| b795ef6a |
19-Aug-2016 |
mrg <mrg@NetBSD.org> |
use libfoo.so not libfoo.so.x on netbsd. from prlw1. |
| 3a65919b |
19-Aug-2016 |
mrg <mrg@NetBSD.org> |
add a config.h for amdgpu driver |
| 0623337f |
18-Aug-2016 |
mrg <mrg@NetBSD.org> |
check for __arm__ as well as __arm32__. |
| 7b229493 |
18-Aug-2016 |
mrg <mrg@NetBSD.org> |
s/8/0x8/ and s/9/0x9/ to catch up with libdrm update. |
| ca0efe20 |
18-Aug-2016 |
mrg <mrg@NetBSD.org> |
clean up header files for this (local) driver. don't need a config.h. partly ported to xorg-server 1.18, but needs compat-api.h treatment. |
| e84fe556 |
18-Aug-2016 |
mrg <mrg@NetBSD.org> |
turn off egl for now (we need to enable the mesa parts). add the python generated parts. add a configure so that pkgconfig stuff works properly. |
| e52adb7b |
17-Aug-2016 |
mrg <mrg@NetBSD.org> |
initial import of libepoxy-1.3.1 |
| fe517fc9 |
17-Aug-2016 |
mrg <mrg@NetBSD.org> |
merge libdrm 2.4.70. |
| 3f012e29 |
17-Aug-2016 |
mrg <mrg@NetBSD.org> |
initial import of libdrm-2.4.70 |
| 23439392 |
17-Aug-2016 |
mrg <mrg@NetBSD.org> |
update for xf86-video-ati 7.7.0 |
| 935f1ae0 |
17-Aug-2016 |
mrg <mrg@NetBSD.org> |
merge xf86-video-ati 7.7.0. |
| 0d16fef4 |
17-Aug-2016 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-ati-7.7.0 |
| 43df4709 |
17-Aug-2016 |
mrg <mrg@NetBSD.org> |
oops, put xf86-video-ati 6.x back in place. |
| 6322c902 |
17-Aug-2016 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-ati-7.7.0 |
| efec4573 |
16-Aug-2016 |
mrg <mrg@NetBSD.org> |
NetBSD calls it x86_86_iopl(). disable iopl in xorg-config.h as it is set in the reachover makefile. |
| 04dfa591 |
16-Aug-2016 |
mrg <mrg@NetBSD.org> |
don't define _XTYPEDEF_POINTER or _XITYPEDEF_POINTER for now. XXX: old drivers |
| d136a908 |
16-Aug-2016 |
mrg <mrg@NetBSD.org> |
include xorg-server.h which is normally included by config.h. (this part of the change isn't a candidate for upstream.) xf86GetOptValString() returns const char * |
| a4470643 |
16-Aug-2016 |
mrg <mrg@NetBSD.org> |
include xorg-server.h which is normally included by config.h. (as an unmaintained version, this change doubly isn't a candidate for upstream.) include xf86Privstr.h and switch screenFd to consoleFd. |
| 739a6cd7 |
16-Aug-2016 |
mrg <mrg@NetBSD.org> |
xf86GetOptValString() returns const char * |
| 5f74fd6d |
16-Aug-2016 |
mrg <mrg@NetBSD.org> |
cope with HAS_DIRTYTRACKING_ROTATION issues |
| 479f40c1 |
16-Aug-2016 |
mrg <mrg@NetBSD.org> |
include xorg-server.h which is normally included by config.h. (this change isn't a candidate for upstream.) |
| 53ba5c8b |
16-Aug-2016 |
mrg <mrg@NetBSD.org> |
include xorg-server.h which is normally included by config.h. (as an unmaintained version, this change doubly isn't a candidate for upstream.) |
| 3406bd8e |
16-Aug-2016 |
mrg <mrg@NetBSD.org> |
include xorg-server.h which is normally included by config.h. (this change isn't a candidate for upstream.) |
| 016a45b2 |
16-Aug-2016 |
mrg <mrg@NetBSD.org> |
port to xorg-server 1.18. XXX: fil1236, msp3430, tda9885 and uda1380 drivers are copied from XXX: our xorg-server 1.10.6 and needed for linking. |
| 3cd2e234 |
16-Aug-2016 |
mrg <mrg@NetBSD.org> |
apply const from xorg-server 1.18 |
| 9974adab |
16-Aug-2016 |
mrg <mrg@NetBSD.org> |
port xf86-video-wsfb to compat-api.h style interfaces |
| ce2d3770 |
16-Aug-2016 |
mrg <mrg@NetBSD.org> |
mibstore.h and its miInitializeBackingStore() have been otherwise empty since at least xorg-server 1.10. remove all reference to them as the header is gone in xorg-server 1.18. |
| 0c406316 |
15-Aug-2016 |
mrg <mrg@NetBSD.org> |
update for xf86-video-sis 0.10.8 |
| a3c7d12b |
15-Aug-2016 |
mrg <mrg@NetBSD.org> |
merge xf86-video-sis 0.10.8 |
| 21525869 |
15-Aug-2016 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-sis-0.10.8 |
| ae4ec6d0 |
15-Aug-2016 |
mrg <mrg@NetBSD.org> |
merge xf86-video-r128 6.10.1 |
| e750bace |
15-Aug-2016 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-r128-6.10.1 |
| a33a703b |
15-Aug-2016 |
mrg <mrg@NetBSD.org> |
merge xf86-video-nouveau-1.0.12 |
| 16ee1e9a |
15-Aug-2016 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-nouveau-1.0.12 |
| 54d2d4fa |
14-Aug-2016 |
mrg <mrg@NetBSD.org> |
update for xorg-server 1.18.4. |
| 875bea1a |
14-Aug-2016 |
mrg <mrg@NetBSD.org> |
port across patches from pkgsrc. |
| 8bc9475d |
14-Aug-2016 |
mrg <mrg@NetBSD.org> |
fix merge botches. |
| 6629ff98 |
13-Aug-2016 |
mrg <mrg@NetBSD.org> |
port to NetBSD |
| 91b5503c |
13-Aug-2016 |
mrg <mrg@NetBSD.org> |
fix merge botches. |
| ed6f5d66 |
13-Aug-2016 |
mrg <mrg@NetBSD.org> |
initial import of libxshmfence-1.2 |
| f7df2e56 |
11-Aug-2016 |
mrg <mrg@NetBSD.org> |
first merge of netbsd changes. not tested yet. |
| 35c4bbdf |
10-Aug-2016 |
mrg <mrg@NetBSD.org> |
initial import of xorg-server-1.18.4 |
| bbcda59b |
09-Jul-2016 |
jmcneill <jmcneill@NetBSD.org> |
Avoid legacy VGA I/O port access on MIPS. Xorg converts the I/O port address to a pointer and dereferences it, and then seg faults. This fixes Xorg on my Lemote YeeLoong netbook. |
| 3dd2ccd7 |
01-Jul-2016 |
macallan <macallan@NetBSD.org> |
fix USE_PCIVGAIO usage, allow override from Makefile now this works again on macppc |
| 706f2543 |
09-Jun-2016 |
mrg <mrg@NetBSD.org> |
initial import of existing netbsd xorg-server 1.10 sources in the xorg-server.old subdir. |
| 1f0123a5 |
26-May-2016 |
bouyer <bouyer@NetBSD.org> |
Changing GLU_TESS_MAX_COORD to DBL_MAX causes internal constants derived from GLU_TESS_MAX_COORD used in libtess to be +/-inf, leading to logic errors. See http://mail-index.netbsd.org/tech-x11/2016/05/25/msg001733.html and http://willkamp.com/opencpn/flyspray/index.php?do=details&task_id=2076 for details. Change back GLU_TESS_MAX_COORD to its upstream value if it fits in a double, or 1e15 if DBL_MAX_10_EXP is not large enough (fix proposed by christos@) |
| b6e4ce1f |
16-May-2016 |
christos <christos@NetBSD.org> |
resolve conflicts; move include files back where the distribution has them. |
| 0e4f8fbe |
15-May-2016 |
christos <christos@NetBSD.org> |
CHANGES BETWEEN 2.6.2 and 2.6.3 I. IMPORTANT CHANGES - Khmer, Myanmar, Bengali, and Kannada script support has been added to the auto-hinter. II. MISCELLANEOUS - Better support of Indic scripts like Devanagari by using a top-to-bottom hinting flow. - All FreeType macros starting with two underscores have been renamed to avoid a violation of both the C and C++ standards. Example: Header macros of the form `__FOO_H__' are now called `FOO_H_'. In most cases, this should be completely transparent to the user. The exception to this is `__FTERRORS_H__', which must be sometimes undefined by the user to get FreeType error strings: Both this form and the new `FTERRORS_H_' macro are accepted for backwards compatibility. - Minor improvements mainly to the Type 1 driver. - The new CFF engine now supports all Type 2 operators except `random'. - The macro `_STANDALONE_', used for compiling the B/W and smooth rasterizers as stand-alone modules, has been renamed to `STANDALONE_', since macro names starting with an underscore and followed by an uppercase letter are reserved in both C and C++. - Function `FT_Library_SetLcdFilterWeights' now also activates custom LCD filter weights (instead of just adjusting them). - Support for `unpatented hinting' has been completely removed: Consequently, the two functions `FT_Face_CheckTrueTypePatents' and `FT_Face_SetUnpatentedHinting' now return always false, doing nothing. - The `ftgamma' demo program has been modernized; the gamma grid display has been moved from `ftview' to this program. - It is now possible to cycle through the available LCD fitlering modes. ====================================================================== CHANGES BETWEEN 2.6.1 and 2.6.2 I. IMPORTANT CHANGES - The auto-hinter now supports stem darkening, to be controlled by the new `no-stem-darkening' and `darkening-parameters' properties. This is an experimental feature contributed by Nikolaus Waxweiler, and the interface might change in a future release. - By default, stem darkening is now switched off (for both the CFF engine and the auto-hinter). The main reason is that you need linear alpha blending and gamma correction to get correct rendering results, and the latter is not yet available in most freely available rendering stacks like X11. Applying stem darkening without proper gamma correction leads to far too dark rendering results. - The meaning of `FT_RENDER_MODE_LIGHT' has been slightly modified. It now essentially means `no hinting along the horizontal axis'; in particular, no change of glyph advance widths. Consequently, the auto-hinter is used for all scalable font formats except for CFF. It is planned that other font-specific rendering engines (TrueType, Type 1) will follow. II. MISCELLANEOUS - The default LCD filter has been changed to be normalized and color-balanced. - For better compatibility with FontConfig, function `FT_Library_SetLcdFilter' accepts a new enumeration value `FT_LCD_FILTER_LEGACY1' (which has the same meaning as `FT_LCD_FILTER_LEGACY'). - A large number of bugs have been detected by using the libFuzzer framework, which should further improve handling of invalid fonts. Thanks again to Kostya Serebryany and Bungeman! - `TT_CONFIG_OPTION_MAX_RUNNABLE_OPCODES', a new configuration option, controls the maximum number of executed opcodes within a bytecode program. You don't want to change this except for very special situations (e.g., making a library fuzzer spend less time to handle broken fonts). - The smooth renderer has been made faster. - The `ftstring' demo program now supports sub-pixel rendering; use key `l' to cycle through the LCD modes. - The `ftstring' demo program now supports colour rendering; use the `space' key to cycle through various colour combinations. - The graphical demo programs now use a default gamma value of 1.8 (instead of 1.2). ====================================================================== CHANGES BETWEEN 2.6 and 2.6.1 I. IMPORTANT BUG FIXES - It turned out that for CFFs only the advance widths should be taken from the `htmx' table, not the side bearings. This bug, introduced in version 2.6.0, makes it necessary to upgrade if you are using CFFs; otherwise, you get cropped glyphs with GUI interfaces like GTK or Qt. - Accessing Type 42 fonts returned incorrect results if the glyph order of the embedded TrueType font differs from the glyph order of the Type 42 charstrings table. II. IMPORTANT CHANGES - The header file layout has been changed (again), moving all header files except `ft2build.h' into a subdirectory tree. Doing so reduces the possibility of header file name clashes (e.g., FTGL's `FTGlyph.h' with FreeType's `ftglyph.h') on case insensitive file systems like Mac OS X or Windows. Applications that use (a) the `freetype-config' script or FreeType's `freetype2.pc' file for pkg-config to get the include directory for the compiler, and (b) the documented way for header inclusion like #include <ft2build.h> #include FT_FREETYPE_H ... don't need any change to the source code. - Simple access to named instances in GX variation fonts is now available (in addition to the previous method via FreeType's MM interface). In the `FT_Face' structure, bits 16-30 of the `face_index' field hold the current named instance index for the given face index, and bits 16-30 of `style_flags' contain the number of instances for the given face index. `FT_Open_Face' and friends also understand the extended bits of the face index parameter. You need to enable TT_CONFIG_OPTION_GX_VAR_SUPPORT for this new feature. Otherwise, bits 16-30 of the two fields are zero (or are ignored). - Lao script support has been added to the auto-hinter. III. MISCELLANEOUS - The auto-hinter's Arabic script support has been enhanced. - Superscript-like and subscript-like glyphs as used by various phonetic alphabets like the IPA are now better supported by the auto-hinter. - The TrueType bytecode interpreter now runs slightly faster. - Improved support for builds with cmake. - The function `FT_CeilFix' now always rounds towards plus infinity. - The function `FT_FloorFix' now always rounds towards minus infinity. - A new load flag `FT_LOAD_COMPUTE_METRICS' has been added; it makes FreeType ignore pre-computed metrics, as needed by font validating or font editing programs. Right now, only the TrueType module supports it to ignore data from the `hdmx' table. - Another round of bug fixes to better handle broken fonts, found by Kostya Serebryany <kcc@google.com>. |
| 0790806f |
04-May-2016 |
christos <christos@NetBSD.org> |
fix compilation |
| 35e1b5b7 |
04-May-2016 |
riastradh <riastradh@NetBSD.org> |
Print XID -- which may be unsigned int or unsigned long -- reliably. |
| d6c0b56e |
27-Apr-2016 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-amdgpu-1.1.0 |
| 64276682 |
27-Apr-2016 |
mrg <mrg@NetBSD.org> |
merge libXi 1.7.6 |
| 44584a44 |
27-Apr-2016 |
mrg <mrg@NetBSD.org> |
initial import of libXi-1.7.6 |
| 319fa471 |
27-Apr-2016 |
mrg <mrg@NetBSD.org> |
merge xkbcomp 1.3.1 and xrandr 1.5.0. |
| 4a908991 |
27-Apr-2016 |
mrg <mrg@NetBSD.org> |
initial import of xrandr-1.5.0 |
| 3fb1fa07 |
27-Apr-2016 |
mrg <mrg@NetBSD.org> |
initial import of xkbcomp-1.3.1 |
| e73734d1 |
27-Apr-2016 |
mrg <mrg@NetBSD.org> |
initial import of xinput-1.6.2 |
| 1a023fef |
27-Apr-2016 |
mrg <mrg@NetBSD.org> |
initial import of videoproto-2.3.3 |
| 4475ba15 |
27-Apr-2016 |
mrg <mrg@NetBSD.org> |
initial import of inputproto-2.3.2 |
| aa7a011c |
24-Apr-2016 |
christos <christos@NetBSD.org> |
CID 1358680: Set umask before mkstemp |
| 35e5999f |
24-Apr-2016 |
christos <christos@NetBSD.org> |
CID 1358678: Don't pass -1 to fdopen(3) |
| 3231ecdc |
24-Apr-2016 |
christos <christos@NetBSD.org> |
CID 987986: Set umask before mkstemp |
| 6a088f60 |
24-Apr-2016 |
christos <christos@NetBSD.org> |
CID 987984: set umask before mkstemp |
| cef36cb7 |
13-Apr-2016 |
christos <christos@NetBSD.org> |
use mkstemp/mktemp |
| 0fce332e |
17-Mar-2016 |
christos <christos@NetBSD.org> |
s/auto_ptr/unique_ptr/ |
| dad3ac4c |
17-Mar-2016 |
christos <christos@NetBSD.org> |
fix const issues (Q+D) |
| bccaeef4 |
17-Mar-2016 |
christos <christos@NetBSD.org> |
Fix off-by-one. |
| 24dcb1c7 |
28-Feb-2016 |
joerg <joerg@NetBSD.org> |
Avoid left shifts of negative values. Right shift is implementation defined and consist on all architectures we care about, so no change for the reverse direction. |
| 9fb9d7eb |
28-Feb-2016 |
joerg <joerg@NetBSD.org> |
MMIO32 arguments are CARD32, so cast to the unsigned type before doing left shifts. |
| 3ebd81ec |
28-Feb-2016 |
joerg <joerg@NetBSD.org> |
pixman_int_to_fixed is sometimes used with negative values, so do not use left shift, but the equivalent multiplication. |
| cec190c7 |
28-Feb-2016 |
joerg <joerg@NetBSD.org> |
Left shift of negative values is UB, so just consistently use multiplication. |
| 721a3bc8 |
28-Feb-2016 |
joerg <joerg@NetBSD.org> |
Avoid non-literal format string warnings. |
| 500f9a20 |
28-Feb-2016 |
joerg <joerg@NetBSD.org> |
A negated boolean is either 0 or 1, so no need to explicitly test for positive. |
| 11c9f444 |
26-Feb-2016 |
riastradh <riastradh@NetBSD.org> |
Fix obvious mistake caught by Clang constant-logical-operand warning. |
| d963677b |
26-Feb-2016 |
riastradh <riastradh@NetBSD.org> |
With the other changes in previous commit, these casts are unneeded. |
| b4ad6f7a |
26-Feb-2016 |
riastradh <riastradh@NetBSD.org> |
Don't use (implicit) int as type for values >=2^31. Should fix Clang c++11-narrowing errors. |
| 16572be3 |
26-Feb-2016 |
riastradh <riastradh@NetBSD.org> |
Avoid Clang constant-logical-operand warning. |
| 8a638667 |
26-Feb-2016 |
riastradh <riastradh@NetBSD.org> |
Use -std=c++11 unordered_set, not TR1 unordered_set. |
| bbba13a8 |
26-Feb-2016 |
riastradh <riastradh@NetBSD.org> |
Space between string literals to appease idiotic C++11 breakage. Will be needed to switch on -std=c++11, which is in turn needed for other upcoming changes to get Clang to build this. |
| bd95bb6f |
25-Feb-2016 |
riastradh <riastradh@NetBSD.org> |
The unsigned int object must be volatile-qualified too. |
| a536a66c |
25-Feb-2016 |
riastradh <riastradh@NetBSD.org> |
Use unsigned int, not int, for LIBDRM_ATOMIC_TYPE. Otherwise we pass int * to atomic_..._uint operations that expect unsigned int *. (Not clear to me why GCC doesn't warn about a pointer signedness issue here but Clang does.) |
| a9bcad62 |
23-Feb-2016 |
uwe <uwe@NetBSD.org> |
Use \e for backslash in resource examples. We try to trick the C preprocessor by adding a space after \\ at the end of line, but that doesn't work as it complains and joins those lines anyway, destroying the examples. |
| d3d6dc50 |
22-Feb-2016 |
uwe <uwe@NetBSD.org> |
Protect comments in Xaccess file example from being eaten by the C preprocessor. |
| 0ef55ed1 |
17-Feb-2016 |
macallan <macallan@NetBSD.org> |
add a shadowfb update function which endian-swaps 32bit pixels, use if we have hardware with BGRA pixel format ( like a wrong-endian ARGB framebuffer ) with this applications that use xrender work properly on things like mgx in 32bit colour |
| 07cb282a |
11-Feb-2016 |
riastradh <riastradh@NetBSD.org> |
Try xf86-video-nouveau for nvidia devices by default. Fall back to nv (and then vesa and then wsfb) if it doesn't work. |
| d63b28c1 |
24-Jan-2016 |
martin <martin@NetBSD.org> |
Replace atexit() calls by destructor attributes - this shared library is dlopen/dlclose'd ! |
| 8596b31a |
11-Dec-2015 |
wiz <wiz@NetBSD.org> |
Initialize a variable, for clang. |
| 8794ceb6 |
11-Dec-2015 |
wiz <wiz@NetBSD.org> |
Fix some uninitialized variable warnings with clang. |
| 185b32ea |
27-Nov-2015 |
macallan <macallan@NetBSD.org> |
make this compile without XAA |
| 6d8d5fbf |
26-Nov-2015 |
macallan <macallan@NetBSD.org> |
- round available video memory to full scanlines in order to avoid a bug in EXA - use host blits for UploadToScreen() - no more unaligned accesses needed |
| 70ca4aa4 |
25-Nov-2015 |
macallan <macallan@NetBSD.org> |
support EXA |
| 04febb5e |
14-Nov-2015 |
jmcneill <jmcneill@NetBSD.org> |
Merge upstream commit 91571cce03adc58a10b5d76307629efc7c994c3e Subject: modesetting: Don't pretend to support rotation It only ends in tears Signed-off-by: Rob Clark <robdclark@gmail.com> Reviewed-by: Alex Deucher <alexander.deucher@amd.com> |
| 0eaa3919 |
12-Nov-2015 |
phx <phx@NetBSD.org> |
Scancode translation table for wskbd on Amiga keyboards. |
| 8ae3b938 |
10-Nov-2015 |
jmcneill <jmcneill@NetBSD.org> |
if CTWM_WELCOME_FILE is defined, try that before falling back to welcome.xwd and .xpm |
| bf72c29c |
06-Nov-2015 |
jmcneill <jmcneill@NetBSD.org> |
fix build when XSERVER_PLATFORM_BUS is not defined |
| acd99c79 |
06-Nov-2015 |
jmcneill <jmcneill@NetBSD.org> |
initial import of xf86-video-modesetting-0.9.0 |
| bce81337 |
22-Oct-2015 |
christos <christos@NetBSD.org> |
PR/50356: Rin Okuyama: Arm is not always little endian. |
| 8ceeeaef |
13-Oct-2015 |
mrg <mrg@NetBSD.org> |
add list_append() macro that xf86-video-nouveau 1.0.11 wants. |
| c2de7496 |
13-Oct-2015 |
mrg <mrg@NetBSD.org> |
fix atomic_inc_return() macro that takes an argument. i made this fix but an identical one is commited upstream. |
| fda9279d |
13-Oct-2015 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-nouveau-1.0.11 |
| 7a88d4da |
10-Oct-2015 |
mbalmer <mbalmer@NetBSD.org> |
fox wording and typos |
| b6ffdfe4 |
29-Sep-2015 |
wiz <wiz@NetBSD.org> |
Reduce diffs to upstream: return Bool as function wants. |
| 84fd5825 |
28-Sep-2015 |
wiz <wiz@NetBSD.org> |
Remove diffs to upstream. No change in warnings on amd64. Ok christos |
| c9398294 |
22-Sep-2015 |
christos <christos@NetBSD.org> |
constify to fix build (with minimal changes) |
| b427e94e |
05-Sep-2015 |
christos <christos@NetBSD.org> |
fix typo. |
| 4ff1c2d1 |
05-Sep-2015 |
christos <christos@NetBSD.org> |
CID 1322893: Add missing NULL check |
| d972f7d9 |
05-Sep-2015 |
christos <christos@NetBSD.org> |
CID 1322895: Missing break |
| 99b8c568 |
05-Sep-2015 |
christos <christos@NetBSD.org> |
CID 1322897: Add missing FALLTHROUGH comment |
| b354c45f |
05-Sep-2015 |
christos <christos@NetBSD.org> |
CID 1322890: Add missing NULL checks |
| 7af144c7 |
05-Sep-2015 |
christos <christos@NetBSD.org> |
CID 1322889: Missing check for NULL |
| 15dbb893 |
05-Sep-2015 |
christos <christos@NetBSD.org> |
CID 1322888: Fix NULL pointer check |
| ff3ada1c |
05-Sep-2015 |
christos <christos@NetBSD.org> |
cID 1322887: Fix bogus NULL check and deref. |
| b1568328 |
05-Sep-2015 |
christos <christos@NetBSD.org> |
CID 1322886: Avoid null pointer dereference (missing continue) |
| 347460e8 |
05-Sep-2015 |
christos <christos@NetBSD.org> |
CID 1322885: Comment out dead code |
| 12721629 |
05-Sep-2015 |
christos <christos@NetBSD.org> |
CID 1322884: Annotate random use |
| c0833b5b |
05-Sep-2015 |
christos <christos@NetBSD.org> |
CID 1322883: check error return from XFindContext |
| e064ed25 |
05-Sep-2015 |
christos <christos@NetBSD.org> |
CID 13222882: ignore return |
| fb81d040 |
05-Sep-2015 |
christos <christos@NetBSD.org> |
CID 1322881: check error return of pipe(2) |
| 98c9eae4 |
04-Sep-2015 |
christos <christos@NetBSD.org> |
CID 461508: memory leak |
| 645f5050 |
03-Sep-2015 |
youri <youri@NetBSD.org> |
CTWM is an extension to twm, that support multiple virtual screens, and a lot of other goodies. You can use and manage up to 32 virtual screens called workspaces. You swap from one workspace to another by clicking on a button in an optional panel of buttons (the workspace manager) or by invoking a function. You can custom each workspace by choosing different colors, names and pixmaps for the buttons and background root windows. Main features are: - Optional 3D window titles and border (ala Motif). - Shaped, colored icons. - Multiple icons for clients based on the icon name. - Windows can belong to several workspaces. - A map of your workspaces to move quickly windows between different workspaces. - Animations: icons, root backgrounds and buttons can be animated. - Pinnable and sticky menus. - etc... This commit follows the proposal on retiring twm in favour of something newer, like ctwm. See http://web.zephyrite.net/NetBSD/wm/index.html. ok mrg. |
| 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 |
| ecefe170 |
15-Aug-2015 |
mlelstv <mlelstv@NetBSD.org> |
Use __attribute__((__destructor__)), not atexit, in shared objects. Recovered from our local changes to MesaLib7. |
| 89b0bd4c |
11-Aug-2015 |
macallan <macallan@NetBSD.org> |
add basic EXA support |
| e0f6b804 |
06-Aug-2015 |
wiz <wiz@NetBSD.org> |
Remove unnecessary unistd.h inclusion. Reduces diff to upstream. |
| 5ef9b84e |
29-Jul-2015 |
macallan <macallan@NetBSD.org> |
restore some more registers on exit, now we actually get back to a usable console |
| e1efbb8a |
29-Jul-2015 |
macallan <macallan@NetBSD.org> |
- make sure the wsdisplay we talk to is actually the one handling the chip we're about to use - make sure we habe backlight control via wsdisplay before attempting to use it - use wsdisplay backlight control for blanking if available |
| 449624ca |
29-Jul-2015 |
macallan <macallan@NetBSD.org> |
port static EDID support via WSDISPLAYIO_GET_EDID back, now this works again on my pismo |
| 5dda8871 |
28-Jul-2015 |
wiz <wiz@NetBSD.org> |
Use upstream version for expr fix. |
| 08e87a6c |
26-Jul-2015 |
wiz <wiz@NetBSD.org> |
Reduce diffs to upstream. Probably merge issue, mostly whitespace. |
| 2b437c2e |
23-Jul-2015 |
mrg <mrg@NetBSD.org> |
oops, didn't meant to import this. |
| 0ed7c580 |
23-Jul-2015 |
mrg <mrg@NetBSD.org> |
initial import of showfont-1.0.5 |
| d0da8bbc |
23-Jul-2015 |
mrg <mrg@NetBSD.org> |
initial import of rstart-1.0.5 |
| ba142e83 |
23-Jul-2015 |
mrg <mrg@NetBSD.org> |
initial import of mkcfm-1.0.1 |
| 88cd5fc2 |
23-Jul-2015 |
mrg <mrg@NetBSD.org> |
initial import of libXpresent-1.0.0 |
| 94644356 |
23-Jul-2015 |
mrg <mrg@NetBSD.org> |
merge xterm 318. |
| 01037d57 |
23-Jul-2015 |
mrg <mrg@NetBSD.org> |
initial import of xterm-318 |
| e31fddbe |
23-Jul-2015 |
mrg <mrg@NetBSD.org> |
merge i740 1.3.5, newport 0.2.4 and tdfx 1.4.6. |
| e2463426 |
23-Jul-2015 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-tdfx-1.4.6 |
| aee7dae4 |
23-Jul-2015 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-newport-0.2.4 |
| 493f84f4 |
23-Jul-2015 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-mga-1.6.4 |
| 18552c8a |
23-Jul-2015 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-i740-1.3.5 |
| 3e51e026 |
23-Jul-2015 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-ark-0.7.5 |
| a9fbe3f2 |
23-Jul-2015 |
mrg <mrg@NetBSD.org> |
update for libxcb 1.11. |
| 1c7386f4 |
23-Jul-2015 |
mrg <mrg@NetBSD.org> |
initial import of libxcb-1.11 |
| b26960f7 |
23-Jul-2015 |
mrg <mrg@NetBSD.org> |
initial import of xcb-proto-1.11 |
| 6c337a97 |
22-Jul-2015 |
mrg <mrg@NetBSD.org> |
remove obsolete sources. |
| 2157c923 |
22-Jul-2015 |
mrg <mrg@NetBSD.org> |
remove unused sources. |
| a7e7dd88 |
22-Jul-2015 |
mrg <mrg@NetBSD.org> |
remove now not necessary file. |
| 352aa7ae |
22-Jul-2015 |
mrg <mrg@NetBSD.org> |
merge xf86-input-mouse 1.9.1. |
| 84bf8334 |
22-Jul-2015 |
mrg <mrg@NetBSD.org> |
initial import of xf86-input-mouse-1.9.1 |
| eae8747d |
22-Jul-2015 |
mrg <mrg@NetBSD.org> |
use portable expr(1). fixes, eg: 7oclock ~> startx expr: syntax error |
| 305217b6 |
22-Jul-2015 |
mrg <mrg@NetBSD.org> |
merge xmessage 1.0.4, xrandr 1.4.3 and xwud 1.0.4. |
| 1b1389ee |
22-Jul-2015 |
mrg <mrg@NetBSD.org> |
initial import of xwud-1.0.4 |
| f3dfa9d3 |
22-Jul-2015 |
mrg <mrg@NetBSD.org> |
initial import of xrandr-1.4.3 |
| 8831d3fb |
22-Jul-2015 |
mrg <mrg@NetBSD.org> |
initial import of xmessage-1.0.4 |
| 7d7b7adc |
22-Jul-2015 |
mrg <mrg@NetBSD.org> |
adjust a nul-string assignment to avoid const issues. |
| 41667cea |
22-Jul-2015 |
mrg <mrg@NetBSD.org> |
merge xfsinfo 1.0.5, xinit 1.3.4, xinput 1.6.1 xkbcomp 1.3.0 and xkbevd 1.1.4. |
| 9ff100ac |
22-Jul-2015 |
mrg <mrg@NetBSD.org> |
initial import of xkbevd-1.1.4 |
| c82dfdfb |
22-Jul-2015 |
mrg <mrg@NetBSD.org> |
initial import of xkbcomp-1.3.0 |
| 33734831 |
22-Jul-2015 |
mrg <mrg@NetBSD.org> |
initial import of xinput-1.6.1 |
| 7253c0c7 |
22-Jul-2015 |
mrg <mrg@NetBSD.org> |
initial import of xinit-1.3.4 |
| e7fdea5f |
22-Jul-2015 |
mrg <mrg@NetBSD.org> |
initial import of xfsinfo-1.0.5 |
| a8918085 |
22-Jul-2015 |
mrg <mrg@NetBSD.org> |
merge fstobdf 1.0.6 and ico 1.0.4. |
| 7d8f46f5 |
22-Jul-2015 |
mrg <mrg@NetBSD.org> |
hide config.h behind HAVE_CONFIG_H define. |
| e59757a3 |
22-Jul-2015 |
mrg <mrg@NetBSD.org> |
merge luit 1.1.1. |
| ecb85c42 |
22-Jul-2015 |
mrg <mrg@NetBSD.org> |
initial import of rgb-1.0.6 |
| 4ed31819 |
22-Jul-2015 |
mrg <mrg@NetBSD.org> |
initial import of luit-1.1.1 |
| 1d05b0c9 |
22-Jul-2015 |
mrg <mrg@NetBSD.org> |
initial import of ico-1.0.4 |
| 1b2353db |
22-Jul-2015 |
mrg <mrg@NetBSD.org> |
initial import of fstobdf-1.0.6 |
| 69ef5f27 |
22-Jul-2015 |
mrg <mrg@NetBSD.org> |
initial import of fslsfonts-1.0.5 |
| fb4ebca8 |
22-Jul-2015 |
mrg <mrg@NetBSD.org> |
initial import of bdftopcf-1.0.5 |
| 27506d64 |
22-Jul-2015 |
mrg <mrg@NetBSD.org> |
merge font-sony-misc 1.0.3. |
| 2227fc13 |
22-Jul-2015 |
mrg <mrg@NetBSD.org> |
initial import of font-sony-misc-1.0.3 |
| 27268fb8 |
22-Jul-2015 |
mrg <mrg@NetBSD.org> |
initial import of font-misc-misc-1.1.2 |
| 9b530083 |
22-Jul-2015 |
mrg <mrg@NetBSD.org> |
merge libXext 1.3.3, libXi 1.7.4, libXinerama 1.1.3 and libpthread-stubs 0.3. |
| 63fbae1d |
22-Jul-2015 |
mrg <mrg@NetBSD.org> |
initial import of libpthread-stubs-0.3 |
| 11a29bac |
22-Jul-2015 |
mrg <mrg@NetBSD.org> |
initial import of libXxf86misc-1.0.3 |
| e494fffd |
22-Jul-2015 |
mrg <mrg@NetBSD.org> |
initial import of libXinerama-1.1.3 |
| 2bd699fb |
22-Jul-2015 |
mrg <mrg@NetBSD.org> |
initial import of libXi-1.7.4 |
| e5383a99 |
22-Jul-2015 |
mrg <mrg@NetBSD.org> |
initial import of libXext-1.3.3 |
| 435e8ad1 |
20-Jul-2015 |
mrg <mrg@NetBSD.org> |
remove no longer used files. |
| 15106172 |
20-Jul-2015 |
mrg <mrg@NetBSD.org> |
protect config.h with HAVE_CONFIG_H. |
| 69b441a9 |
20-Jul-2015 |
wiz <wiz@NetBSD.org> |
Remove merge artifact. |
| b096d6f4 |
20-Jul-2015 |
wiz <wiz@NetBSD.org> |
Fix mismerge. |
| f696c2bc |
20-Jul-2015 |
mrg <mrg@NetBSD.org> |
make this work in a config.h-less way. |
| c3d97e26 |
20-Jul-2015 |
mrg <mrg@NetBSD.org> |
merge xkeyboard-config 2.15. |
| 21fe479e |
20-Jul-2015 |
mrg <mrg@NetBSD.org> |
initial import of xkeyboard-config-2.15 |
| 02dd6b3a |
20-Jul-2015 |
mrg <mrg@NetBSD.org> |
merge freetype 2.6. |
| 9676eccb |
20-Jul-2015 |
mrg <mrg@NetBSD.org> |
initial import of freetype-2.6 |
| 3366ab10 |
20-Jul-2015 |
mrg <mrg@NetBSD.org> |
merge randr 1.5. |
| 8dc06f54 |
20-Jul-2015 |
mrg <mrg@NetBSD.org> |
initial import of randrproto-1.5.0 |
| 67594505 |
20-Jul-2015 |
mrg <mrg@NetBSD.org> |
initial import of libXrandr-1.5.0 |
| eca46af7 |
20-Jul-2015 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-trident-1.3.7 |
| 5fbb4066 |
20-Jul-2015 |
mrg <mrg@NetBSD.org> |
merge xlsfonts 1.0.5. |
| 6a45684f |
20-Jul-2015 |
mrg <mrg@NetBSD.org> |
initial import of xlsfonts-1.0.5 |
| 424e9256 |
20-Jul-2015 |
mrg <mrg@NetBSD.org> |
merge libdrm 2.4.62. |
| e6188e58 |
20-Jul-2015 |
mrg <mrg@NetBSD.org> |
initial import of libdrm-2.4.62 |
| 01892ef3 |
20-Jul-2015 |
mrg <mrg@NetBSD.org> |
remove this now unused file. |
| 57ba8e8b |
20-Jul-2015 |
mrg <mrg@NetBSD.org> |
merge xf86-input-keyboard 1.8.1 and xf86-video-vesa 2.3.4. |
| e74557ba |
20-Jul-2015 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-vesa-2.3.4 |
| 8746cb53 |
20-Jul-2015 |
mrg <mrg@NetBSD.org> |
initial import of xf86-input-vmmouse-13.1.0 |
| 414bd68f |
20-Jul-2015 |
mrg <mrg@NetBSD.org> |
initial import of xf86-input-keyboard-1.8.1 |
| 5eeb4e8f |
20-Jul-2015 |
mrg <mrg@NetBSD.org> |
initial import of xorg-docs-1.7.1 |
| 3c921f55 |
20-Jul-2015 |
mrg <mrg@NetBSD.org> |
merge this at least so it builds. |
| f9278711 |
20-Jul-2015 |
mrg <mrg@NetBSD.org> |
fix a merge botch in the previous. |
| b3ff493b |
20-Jul-2015 |
mrg <mrg@NetBSD.org> |
attempt to merge r128 driver. |
| e3d74329 |
20-Jul-2015 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-r128-6.10.0 |
| 621ff18c |
20-Jul-2015 |
mrg <mrg@NetBSD.org> |
merge xf86-video- ast 1.0.1, cirrus 1.5.3, geode 2.11.17, mach64 6.9.5, savage 2.3.8 and siliconmotion 1.7.8. |
| df9ffc95 |
20-Jul-2015 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-siliconmotion-1.7.8 |
| 1e449e82 |
20-Jul-2015 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-savage-2.3.8 |
| 95903e71 |
20-Jul-2015 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-neomagic-1.2.9 |
| 5a81ca49 |
20-Jul-2015 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-mach64-6.9.5 |
| 7f419768 |
20-Jul-2015 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-geode-2.11.17 |
| 9586ba5a |
20-Jul-2015 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-cirrus-1.5.3 |
| cf503b78 |
20-Jul-2015 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-ast-1.0.1 |
| 14e6f28e |
19-Jul-2015 |
mrg <mrg@NetBSD.org> |
merge libpciaccess 0.13.4. |
| 6a94483f |
19-Jul-2015 |
mrg <mrg@NetBSD.org> |
initial import of libpciaccess-0.13.4 |
| e1c0d025 |
19-Jul-2015 |
mrg <mrg@NetBSD.org> |
initial import of libfontenc-1.1.3 |
| adf1ce27 |
19-Jul-2015 |
mrg <mrg@NetBSD.org> |
merge libXxf86vm 1.1.4. |
| 58deefeb |
19-Jul-2015 |
mrg <mrg@NetBSD.org> |
initial import of libXxf86vm-1.1.4 |
| b9867631 |
19-Jul-2015 |
mrg <mrg@NetBSD.org> |
initial import of libXrender-0.9.9 |
| 976cff14 |
19-Jul-2015 |
mrg <mrg@NetBSD.org> |
properly hide config.h behind HAVE_CONFIG_H. |
| 3653852e |
19-Jul-2015 |
mrg <mrg@NetBSD.org> |
merge xlsfonts 1.0.4, xmag 1.0.6, xman 1.1.4 and xmh 1.0.3. |
| 80f56f3a |
19-Jul-2015 |
mrg <mrg@NetBSD.org> |
initial import of xvinfo-1.1.3 |
| 1b983734 |
19-Jul-2015 |
mrg <mrg@NetBSD.org> |
initial import of xmodmap-1.0.9 |
| aef24d58 |
19-Jul-2015 |
mrg <mrg@NetBSD.org> |
initial import of xmh-1.0.3 |
| da4a0041 |
19-Jul-2015 |
mrg <mrg@NetBSD.org> |
initial import of xman-1.1.4 |
| 0c7e83b2 |
19-Jul-2015 |
mrg <mrg@NetBSD.org> |
initial import of xmag-1.0.6 |
| 94a251fd |
19-Jul-2015 |
mrg <mrg@NetBSD.org> |
initial import of xlsfonts-1.0.4 |
| 585aa3f7 |
19-Jul-2015 |
mrg <mrg@NetBSD.org> |
initial import of xlsatoms-1.1.2 |
| f356daab |
19-Jul-2015 |
mrg <mrg@NetBSD.org> |
merge xfindproxy 1.0.4, xgc 1.0.5 and xkbprint 1.0.4. |
| 2f167a42 |
19-Jul-2015 |
mrg <mrg@NetBSD.org> |
initial import of xkbprint-1.0.4 |
| 95fdd44c |
19-Jul-2015 |
mrg <mrg@NetBSD.org> |
initial import of xhost-1.0.7 |
| a9ba4257 |
19-Jul-2015 |
mrg <mrg@NetBSD.org> |
initial import of xgc-1.0.5 |
| 33dddc75 |
19-Jul-2015 |
mrg <mrg@NetBSD.org> |
initial import of xgamma-1.0.6 |
| 8832ea4a |
19-Jul-2015 |
mrg <mrg@NetBSD.org> |
initial import of xfindproxy-1.0.4 |
| 2becc446 |
19-Jul-2015 |
mrg <mrg@NetBSD.org> |
initial import of xcmsdb-1.0.5 |
| 24047306 |
19-Jul-2015 |
mrg <mrg@NetBSD.org> |
initial import of smproxy-1.0.6 |
| b8414663 |
19-Jul-2015 |
mrg <mrg@NetBSD.org> |
initial import of setxkbmap-1.3.1 |
| 1c4d503e |
19-Jul-2015 |
mrg <mrg@NetBSD.org> |
merge xedit 1.2.2, xditview 1.0.4, xdriinfo 1.0.5. |
| 05641e18 |
19-Jul-2015 |
mrg <mrg@NetBSD.org> |
initial import of xev-1.2.2 |
| f765521f |
19-Jul-2015 |
mrg <mrg@NetBSD.org> |
initial import of xedit-1.2.2 |
| f66be5ec |
19-Jul-2015 |
mrg <mrg@NetBSD.org> |
initial import of xdriinfo-1.0.5 |
| 79bbd9e8 |
19-Jul-2015 |
mrg <mrg@NetBSD.org> |
initial import of xdpyinfo-1.3.2 |
| c166fba9 |
19-Jul-2015 |
mrg <mrg@NetBSD.org> |
initial import of xditview-1.0.4 |
| 9321e1b7 |
19-Jul-2015 |
mrg <mrg@NetBSD.org> |
apply const a little more. |
| 19d64aee |
19-Jul-2015 |
mrg <mrg@NetBSD.org> |
initial import of xcalc-1.0.6 |
| 533545b5 |
19-Jul-2015 |
mrg <mrg@NetBSD.org> |
initial import of x11perf-1.6.0 |
| 9cd34f4b |
19-Jul-2015 |
mrg <mrg@NetBSD.org> |
initial import of twm-1.0.9 |
| cf2acdde |
19-Jul-2015 |
mrg <mrg@NetBSD.org> |
merge libX11 1.6.3. this properly fixes src/xkb/XKBMAlloc.c rev 1.2 as well (this probably should be looked at for pull up as patch.) |
| 0f8248bf |
19-Jul-2015 |
mrg <mrg@NetBSD.org> |
initial import of libX11-1.6.3 |
| 82275908 |
19-Jul-2015 |
mrg <mrg@NetBSD.org> |
merge libXt 1.1.5 |
| 339a7c43 |
19-Jul-2015 |
mrg <mrg@NetBSD.org> |
initial import of libXt-1.1.5 |
| c8571806 |
19-Jul-2015 |
mrg <mrg@NetBSD.org> |
initial import of libXaw-1.0.13 |
| 87c518e6 |
19-Jul-2015 |
mrg <mrg@NetBSD.org> |
merge liBFS 1.0.7, libXvMC 1.0.9 and libxkbfile 1.0.9. |
| 70728a38 |
19-Jul-2015 |
mrg <mrg@NetBSD.org> |
initial import of libxkbfile-1.0.9 |
| dcbf891f |
19-Jul-2015 |
mrg <mrg@NetBSD.org> |
initial import of libXvMC-1.0.9 |
| fc544a13 |
19-Jul-2015 |
mrg <mrg@NetBSD.org> |
initial import of libXdmcp-1.1.2 |
| 298453a4 |
19-Jul-2015 |
mrg <mrg@NetBSD.org> |
initial import of libFS-1.0.7 |
| c6a6acfb |
19-Jul-2015 |
mrg <mrg@NetBSD.org> |
initial import of font-util-1.3.1 |
| f30dc278 |
18-Jul-2015 |
mrg <mrg@NetBSD.org> |
move Xpoll.h to ensure its FD_SETSIZE definition is used. |
| 5bd42952 |
17-Jul-2015 |
mrg <mrg@NetBSD.org> |
move X11/Xpoll.h include earlier than sys/select.h to avoid missing out on setting FD_SETSIZE early enough. |
| 4655ac0f |
17-Jul-2015 |
mrg <mrg@NetBSD.org> |
actually move ahead of all the necessary headers. |
| d10ef8eb |
17-Jul-2015 |
mrg <mrg@NetBSD.org> |
move the define of FD_SETSIZE before the include of select.h, so that is actually does something useful. |
| e4e60a2e |
17-Jul-2015 |
mrg <mrg@NetBSD.org> |
iceauth wants a config.h these days. |
| d1e14ce9 |
17-Jul-2015 |
mrg <mrg@NetBSD.org> |
update for mkfontscape 1.1.2 |
| ff4039e0 |
17-Jul-2015 |
mrg <mrg@NetBSD.org> |
update for sessreg 1.1.0. |
| af7d3019 |
17-Jul-2015 |
mrg <mrg@NetBSD.org> |
merge sessreg 1.1.0, mkfontscale 1.1.2 and proxymngr 1.0.4. |
| b91640d3 |
17-Jul-2015 |
mrg <mrg@NetBSD.org> |
initial import of sessreg-1.1.0 |
| cf2f63c2 |
17-Jul-2015 |
mrg <mrg@NetBSD.org> |
initial import of proxymngr-1.0.4 |
| 48f45e26 |
17-Jul-2015 |
mrg <mrg@NetBSD.org> |
initial import of mkfontscale-1.1.2 |
| e8ac26b0 |
17-Jul-2015 |
mrg <mrg@NetBSD.org> |
initial import of iceauth-1.0.7 |
| d1a7ce7b |
17-Jul-2015 |
mrg <mrg@NetBSD.org> |
initial import of bitmap-1.0.8 |
| 582c9923 |
17-Jul-2015 |
mrg <mrg@NetBSD.org> |
initial import of xproto-7.0.28 |
| 7e9651a4 |
17-Jul-2015 |
mrg <mrg@NetBSD.org> |
initial import of kbproto-1.0.7 |
| dac3a5ea |
08-Jul-2015 |
macallan <macallan@NetBSD.org> |
sprintf -> snprintf |
| 081b2aab |
07-Jul-2015 |
macallan <macallan@NetBSD.org> |
don't forget to NULL terminate the mode list when adding a single mode from EDID. Now this works again on my Pismo. |
| be514f52 |
18-May-2015 |
rjs <rjs@NetBSD.org> |
Make it work with xorg-server-1.10.6. |
| fa225cbc |
18-May-2015 |
rjs <rjs@NetBSD.org> |
Initial import of xf86-video-intel 2.9.1. This is the final version of the driver with UMS support. |
| f9070c90 |
09-May-2015 |
christos <christos@NetBSD.org> |
CID 1225080: check getrlimit return. |
| 6338c9e2 |
29-Apr-2015 |
riastradh <riastradh@NetBSD.org> |
Switch #pragma message(...) to #warning so it actually does anything. |
| 4e7b3ded |
17-Mar-2015 |
mrg <mrg@NetBSD.org> |
regen for libXfont 1.5.1. |
| 0d7c9fdb |
17-Mar-2015 |
mrg <mrg@NetBSD.org> |
merge Xfont 1.5.1. |
| 121a5469 |
17-Mar-2015 |
mrg <mrg@NetBSD.org> |
initial import of libXfont-1.5.1 |
| 0ad4c233 |
12-Mar-2015 |
snj <snj@NetBSD.org> |
merge freetype 2.5.5, and bring back a change to freetype-config.in that got lost in a merge a while back: "actually add the calculated rpath to the list of emitted --libs output." |
| 8c051281 |
12-Mar-2015 |
snj <snj@NetBSD.org> |
initial import of freetype-2.5.5 |
| 17fc683f |
05-Mar-2015 |
christos <christos@NetBSD.org> |
lint and pcc don't have xmmintrin.h |
| 5e63a6d3 |
03-Mar-2015 |
christos <christos@NetBSD.org> |
xmmintrin.h is a gcc-specific header |
| b708950b |
03-Mar-2015 |
christos <christos@NetBSD.org> |
void function can't return value. |
| 4d303082 |
01-Mar-2015 |
mrg <mrg@NetBSD.org> |
add generated config.h for xf86-video-ati 7.5.0. |
| e9ed4b75 |
01-Mar-2015 |
mrg <mrg@NetBSD.org> |
port a change back from newer xorg-server, which is needed for xf86-video-ati 7.x. http://lists.x.org/archives/xorg-devel/2011-March/020990.html commit 43e47433cf55c98db5308a51c1c514c59901f598 Author: Søren Sandmann Pedersen <ssp at redhat.com> Date: Tue Mar 29 13:06:36 2011 -0400 Add RegionInitBoxes(), and fix some buggy callers of RegionInit(). The interface to RegionInit(): RegionInit (RegionPtr pReg, BoxPtr rect, int size); is very confusing because it doesn't take a list of boxes, it takes *one* box, but if that box is NULL, it initializes an empty region with 'size' rectangles preallocated. Most callers of this function were correctly passing either NULL or just one box, but there were three confused cases, where the code seems to expect a region to be created from a list of boxes. This patch adds a new function RegionInitBoxes() and fixes those instances to call that instead. And yes, the pixman function to initialize a region from a list of boxes is called init_rects() because pixman is also awesome. V2: Make RegionInitBoxes() return a Bool indicating whether the call succeeded, and fix the callers to check this return value. Signed-off-by: Soren Sandmann <ssp at redhat.com> |
| 81b2c1c9 |
01-Mar-2015 |
mrg <mrg@NetBSD.org> |
remove \n\n that confuses the Xorg log file. |
| de2362d3 |
01-Mar-2015 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-ati 7.5.0 sources, into a new subdir as this only has a chance of working on systems with KMS -- -7 on x86 only, so we need to keep the 6.x around for everyone else. |
| 2bc08f26 |
28-Feb-2015 |
wiz <wiz@NetBSD.org> |
Switch to the version of the close-on-exec patch that was committed upstream. |
| cb33df7e |
26-Feb-2015 |
snj <snj@NetBSD.org> |
we've been happily using bsdPciInit since xorg was first imported. remove local changes that were only relevant in the xfree86 days. |
| 511b8de7 |
26-Feb-2015 |
snj <snj@NetBSD.org> |
don't look for _drv.o files. we haven't built any since the bad old days when all the world was xfree86. |
| 771c2eff |
26-Feb-2015 |
snj <snj@NetBSD.org> |
remove two local headers that have been unused since revision 1.7 of sync.c (nov 2010). |
| 84514b48 |
26-Feb-2015 |
snj <snj@NetBSD.org> |
remove file that disappeared upstream in xproto-7.0.15 |
| 5607ad65 |
26-Feb-2015 |
snj <snj@NetBSD.org> |
remove empty files that disappeared in luit-1.0.5 |
| 280d891f |
26-Feb-2015 |
snj <snj@NetBSD.org> |
delete MesaDemos (8.1.0), which is no longer used. |
| b2ac5627 |
26-Feb-2015 |
snj <snj@NetBSD.org> |
nuke old files that disappeared upstream in 1.0.5. |
| 7c99f92a |
25-Feb-2015 |
snj <snj@NetBSD.org> |
remove file that was last included in libXext-1.0.4 |
| 6dfd3922 |
25-Feb-2015 |
snj <snj@NetBSD.org> |
re-add these two useless files from fontsproto-2.1.3. |
| 14d3123b |
25-Feb-2015 |
snj <snj@NetBSD.org> |
update for 1.1.4 |
| 8f34cbf9 |
25-Feb-2015 |
snj <snj@NetBSD.org> |
initial import of xfs-1.1.4 |
| 601fe8dc |
25-Feb-2015 |
snj <snj@NetBSD.org> |
update for 1.5.0 |
| 0b332824 |
25-Feb-2015 |
snj <snj@NetBSD.org> |
merge libXfont-1.5.0 |
| 0145ab54 |
25-Feb-2015 |
snj <snj@NetBSD.org> |
initial import of libXfont-1.5.0 |
| ecfcda71 |
25-Feb-2015 |
snj <snj@NetBSD.org> |
delete old files |
| bde37ef6 |
25-Feb-2015 |
snj <snj@NetBSD.org> |
initial import of fontsproto-2.1.3 |
| e5b5eb19 |
24-Feb-2015 |
snj <snj@NetBSD.org> |
nuke an old and unused copy of font-bh-lucidatypewriter-75dpi-1.0.0. a current version of this font now lives in the font-bh-lucidatypewriter-75dpi directory now. |
| f9071301 |
23-Feb-2015 |
wiz <wiz@NetBSD.org> |
Restore part of previous to fix xf86-video-mga/dist/src/mga_dac3026.c: In function 'MGA3026Save': xf86-video-mga/dist/src/mga_dac3026.c:856:5: error: passing argument 2 of 'pci_device_cfg_read_u32' from incompatible pointer type [-Werror] on i386. |
| 6a8804bb |
23-Feb-2015 |
wiz <wiz@NetBSD.org> |
Make local patch smaller. |
| c75cf22c |
23-Feb-2015 |
wiz <wiz@NetBSD.org> |
Reduce diff to upstream (whitespace only). |
| cc92fc76 |
23-Feb-2015 |
wiz <wiz@NetBSD.org> |
Remove unneeded diffs to upstream. Tested with gcc and clang on amd64. |
| dc4d0c4d |
19-Feb-2015 |
snj <snj@NetBSD.org> |
remove files that were last included in xtrans-1.2.1 |
| 6a3641a6 |
19-Feb-2015 |
snj <snj@NetBSD.org> |
initial import of xtrans-1.3.5 |
| 480d6912 |
13-Feb-2015 |
snj <snj@NetBSD.org> |
update for xf86-video-vmware-13.1.0 |
| 591e32d7 |
13-Feb-2015 |
snj <snj@NetBSD.org> |
initial import of xf86-video-vmware-13.1.0 |
| 1e26616a |
11-Feb-2015 |
mrg <mrg@NetBSD.org> |
apply fixes for CVE-2015-0255: Information leak in the XkbSetGeometry request of X servers http://www.x.org/wiki/Development/Security/Advisory-2015-02-10/ ported to xorg-server 1.10 and xfree myself. |
| ec80f0e9 |
09-Feb-2015 |
christos <christos@NetBSD.org> |
remove superfluous casts. |
| 84d2488f |
06-Feb-2015 |
christos <christos@NetBSD.org> |
fix previous. |
| c1d44f47 |
06-Feb-2015 |
christos <christos@NetBSD.org> |
fix signed/unsigned comparison. |
| b7926a35 |
06-Feb-2015 |
christos <christos@NetBSD.org> |
fix cut-n-paste error |
| 0822fd64 |
29-Jan-2015 |
nat <nat@NetBSD.org> |
Fixes segfaults and crashing in applications that use libGLU. This commit was approved by wiz@ |
| 42d6f789 |
28-Jan-2015 |
prlw1 <prlw1@NetBSD.org> |
Remove differences with upstream xf86-video-intel which are no longer necessary. (Use do_ioctl and mmap rather than drmIoct and drmMap.) http://mail-index.netbsd.org/tech-x11/2015/01/25/msg001486.html |
| 4797d7a3 |
28-Jan-2015 |
prlw1 <prlw1@NetBSD.org> |
Fix i386 build - reported and tested by Hisashi T Fujinaka |
| 188eae84 |
25-Jan-2015 |
prlw1 <prlw1@NetBSD.org> |
Remove some redundant function redeclarations, as noted in http://mail-index.netbsd.org/tech-x11/2015/01/09/msg001452.html The changes come from upstream in commits: * xserver: ecf62755 Define prototypes for hw/xfree86/modes/xf86Modes.c only in xf86Modes.h. - didn't add xf86SaveModeContents which isn't defined in our version 0bc41d5f Remove redundant redeclarations of functions in the same header file 5595e7ce randr: Remove redundant declaration. 471e5373 Remove duplicate declaration of xf86ValidateModesFlags in xf86Modes.h 9ef53e22 include: GetClientResolutions is declared in font.h 8b6a7500 Fix gcc warnings about redundant declarations of fallback functions - just took ffs() #ifdef defense, so most not applied * xf86-video-nv: 49ee1c26 Include xf86Modes.h to use functions from hw/xfree86/modes/xf86Modes.c. * xf86-video-savage: 2e9217bb Include xf86Modes.h to use functions from hw/xfree86/modes/xf86Modes.c. |
| 0f50a781 |
23-Jan-2015 |
joerg <joerg@NetBSD.org> |
Don't declare zero sized static objects, which is invalid in C. Inline assembler is used to populate them, which is a horrible hack. Make the hack work with clang by declaring the objects as hidden instead. |
| cee0d691 |
23-Jan-2015 |
joerg <joerg@NetBSD.org> |
clang 3.6 checks that immediate constraints for inline asm actually get a constant expression, so use the macro version for clang. |
| 3c748557 |
23-Jan-2015 |
snj <snj@NetBSD.org> |
merge libdrm-2.4.59 |
| 08d7334d |
23-Jan-2015 |
snj <snj@NetBSD.org> |
initial import of libdrm-2.4.59 |
| e1ee01a7 |
22-Jan-2015 |
mrg <mrg@NetBSD.org> |
disable the use of 32 bit x86 asm code here, it (like the 64 bit code), does not work on netbsd and probably needs an x86 guru to fix. |
| cbdaa46f |
16-Jan-2015 |
snj <snj@NetBSD.org> |
apply upstream revision e143ce600af286ed9ad9d47afc22dbfbb66628dc to fix building with x servers as ancient as ours |
| 813957e3 |
16-Jan-2015 |
snj <snj@NetBSD.org> |
merge conflicts |
| 13496ba1 |
16-Jan-2015 |
snj <snj@NetBSD.org> |
initial import of xf86-video-intel-2.99.917 |
| 69e6fa5c |
16-Jan-2015 |
joerg <joerg@NetBSD.org> |
Fix format strings for ILP32 machines. |
| 3b879e35 |
16-Jan-2015 |
joerg <joerg@NetBSD.org> |
Remove tautologic check. |
| b6050dc5 |
08-Jan-2015 |
christos <christos@NetBSD.org> |
don't bring in all the x crap for string.h |
| 390a917f |
05-Jan-2015 |
mrg <mrg@NetBSD.org> |
merge our changes into MesaLib 7.11.2. |
| 71a8e930 |
05-Jan-2015 |
mrg <mrg@NetBSD.org> |
add a __driDriverGetExtensions_r300() that new libGL wants. |
| 911a4189 |
05-Jan-2015 |
christos <christos@NetBSD.org> |
fix text relocations. |
| 13776def |
05-Jan-2015 |
mrg <mrg@NetBSD.org> |
re-import parts of the Mesa 7.11.2 code for the r300 DRI driver (which is disabled in our Mesa 10.x due to LLVM issues.) |
| 05211950 |
05-Jan-2015 |
joerg <joerg@NetBSD.org> |
One const ought to be enough for everyone. |
| 8c67a682 |
05-Jan-2015 |
joerg <joerg@NetBSD.org> |
As const const makes little sense, assume that the pointer itself was supposed to be constant, too. |
| 72b8d1fa |
05-Jan-2015 |
joerg <joerg@NetBSD.org> |
Fix format string. |
| 2c9b47a2 |
04-Jan-2015 |
christos <christos@NetBSD.org> |
add forward declaration for yylex. |
| 2c702a0e |
04-Jan-2015 |
joerg <joerg@NetBSD.org> |
Avoid __UNVOLATILE here, just inline the cast. We don't have src/tools/compat's header here. |
| 427dc834 |
30-Dec-2014 |
christos <christos@NetBSD.org> |
The macros in this file generate a gigantic function that takes a long time to compile and a ton of memory. Split it per datatype so that each is 1/8th the size. On my 48GB amd64 box this results in 3x speedup. XXX: wiz, please feed upstream; I kept the formatting so that the diff is really small. |
| 90fc26f8 |
22-Dec-2014 |
mrg <mrg@NetBSD.org> |
fixes for CVE CVE-2013-6424: If t->bottom is close to MIN_INT, removing top can wraparound, so do the check properly. |
| e4ae85df |
20-Dec-2014 |
mrg <mrg@NetBSD.org> |
fix my prior hack here to only apply on platforms that need it. namely, any current netbsd 64 bit platform besides x86. (i meant to do this before merging.) the problem here is the "Node" type is only 4 bytes, an allocation is assigned to a "Node *node", and then "node + 1" is returned. this returns a 4-byte aligned pointer, and some callers expect to be able to store 64-bit (pointer, at least) values there and demand that the structure be properly aligned. this change forces Node to be 8-byte aligned on all-but-x86 64 bit netbsd platforms. |
| b69beb7d |
19-Dec-2014 |
christos <christos@NetBSD.org> |
use DBL_MAX instead of 1.0e150... |
| ed50a476 |
19-Dec-2014 |
christos <christos@NetBSD.org> |
Only test NAN's if we have them. |
| d71d8e66 |
19-Dec-2014 |
christos <christos@NetBSD.org> |
Use FLT_MAX if possible (fix VAX) |
| e60bb22c |
19-Dec-2014 |
christos <christos@NetBSD.org> |
on vax mutexes are volatile. |
| dfd11cdb |
18-Dec-2014 |
mrg <mrg@NetBSD.org> |
various generated files needed for mesa 10.3.5. most are generated from python, a couple of app generators (hard to run as they output offsets for objects), and a bison output yacc didn't like the input for.. |
| a12cd26a |
18-Dec-2014 |
mrg <mrg@NetBSD.org> |
merge netbsd fixes. |
| b167d5e7 |
18-Dec-2014 |
mrg <mrg@NetBSD.org> |
merge Mesa 10.3.5. |
| af69d88d |
18-Dec-2014 |
mrg <mrg@NetBSD.org> |
initial import of MesaLib-10.3.5 |
| 32001f49 |
16-Dec-2014 |
mrg <mrg@NetBSD.org> |
initial import of mesa-demos-8.2.0 |
| 40dd5a57 |
16-Dec-2014 |
mrg <mrg@NetBSD.org> |
initial import of glw-8.0.0 |
| f220fa62 |
16-Dec-2014 |
mrg <mrg@NetBSD.org> |
initial import of glu-9.0.0 |
| d66c838a |
14-Dec-2014 |
chs <chs@NetBSD.org> |
remove the interim code to create mappings via ioctl(), mmap() works fine now. |
| e05f3551 |
13-Dec-2014 |
mrg <mrg@NetBSD.org> |
fix a merge botch. |
| a884aba1 |
13-Dec-2014 |
mrg <mrg@NetBSD.org> |
merge libdrm 2.4.58. |
| baaff307 |
13-Dec-2014 |
mrg <mrg@NetBSD.org> |
initial import of libdrm-2.4.58 |
| 37d298df |
10-Dec-2014 |
mrg <mrg@NetBSD.org> |
apply two more parts of CVE-2014-8092: Missing parens in REQUEST_FIXED_SIZE macro [CVE-2014-8092 pt. 5] dix: GetHosts bounds check using wrong pointer value [CVE-2014-8092 pt. 6] |
| 0b0d8713 |
09-Dec-2014 |
mrg <mrg@NetBSD.org> |
apply fixes for: X.Org Security Advisory: Dec. 9, 2014 Protocol handling issues in X Window System servers backported to 1.10.x by myself. included are fixes for: denial of service due to unchecked malloc in client authentication CVE-2014-8091 integer overflows calculating memory needs for requests CVE-2014-8092 CVE-2014-8093 CVE-2014-8094 out of bounds access due to not validating length or offset values in requests CVE-2014-8095 CVE-2014-8096 CVE-2014-8097 CVE-2014-8098 CVE-2014-8099 CVE-2014-8100 CVE-2014-8101 CVE-2014-8102 CVE-2014-8103 |
| d9bef059 |
05-Nov-2014 |
snj <snj@NetBSD.org> |
convert to drmMap. say hello to a visible cursor! |
| 9a906b70 |
05-Nov-2014 |
christos <christos@NetBSD.org> |
merge conflicts |
| 42542f5f |
05-Nov-2014 |
christos <christos@NetBSD.org> |
Import the latest from x.org; no improvement over the current screen corruption. |
| 051b6151 |
05-Nov-2014 |
christos <christos@NetBSD.org> |
Add RRSetChanged from more recent versions of xorg-server. |
| 9780259d |
01-Oct-2014 |
mlelstv <mlelstv@NetBSD.org> |
do not try to extend the font-pattern with a wild-card. This will almost always select the wrong fontset and use wrong metrics. |
| c2843da4 |
18-Sep-2014 |
christos <christos@NetBSD.org> |
Set close-on-exec for font file i/o. |
| 7e748ac2 |
18-Sep-2014 |
christos <christos@NetBSD.org> |
set close-on-exec for all fds opened... |
| db0f996a |
25-Aug-2014 |
macallan <macallan@NetBSD.org> |
clang appeasement |
| e89c59a9 |
25-Aug-2014 |
christos <christos@NetBSD.org> |
don't return after exit. |
| 47b1ecdc |
20-Aug-2014 |
macallan <macallan@NetBSD.org> |
more clang appeasement |
| 42860f0c |
20-Aug-2014 |
macallan <macallan@NetBSD.org> |
add -1 to enum ORNum to make clang happy |
| d3bafde3 |
17-Aug-2014 |
joerg <joerg@NetBSD.org> |
CARD32 uses non-canonical typedefs on i386, so explicitly cast to uint32_t to fix build with clang. |
| 4a14d410 |
15-Aug-2014 |
riastradh <riastradh@NetBSD.org> |
Nuke bogus redefinitions of uint32/64_t. |
| e27aa972 |
15-Aug-2014 |
riastradh <riastradh@NetBSD.org> |
Fix format strings for uint32_t. |
| aaf225db |
14-Aug-2014 |
mrg <mrg@NetBSD.org> |
convert an mmap() to drmMap(). |
| d40bf4f6 |
13-Aug-2014 |
macallan <macallan@NetBSD.org> |
put pci_device_has_kernel_driver(dev) into #if NV_TEST_FOR_KERNEL_DRIVER at least for now there is nothing that keeps the nv driver from running if a kernel driver other than vga is attached Now this works again on macppc ( and x86 if you use for example genfb ) |
| 0f2f4e17 |
10-Aug-2014 |
joerg <joerg@NetBSD.org> |
Fix format string. |
| fdb9fcb3 |
07-Aug-2014 |
jmcneill <jmcneill@NetBSD.org> |
for i386 and amd64, append vesa to the end of the possible video driver list. makes "startx" without a config file work on systems where there is a known native driver, but it is not installed (like "vboxvideo"). |
| c73da4db |
29-Jul-2014 |
mrg <mrg@NetBSD.org> |
make sure all the KMS code is only ever run when in KMS mode. fixes problems with the UMS (aka existing) driver type when KMS is enabled. |
| 73ade301 |
25-Jul-2014 |
mrg <mrg@NetBSD.org> |
implement the kernel_has_driver() method. this has the benefit of stopping the "vesa" driver from loading on hardware that has been claimed by a kernel driver and thus shouldn't be using "vesa". |
| 7b613f18 |
21-Jul-2014 |
tsutsui <tsutsui@NetBSD.org> |
Add kludge to use luna68k 4/8bpp framebuffers as a monochrome server. The idea is taken from mlterm-fb --depth option implementation. This change should not affect other framebuffer types. Tested on 4bpp on LUNA and 1bpp/8bpp on LUNA-II. |
| 371b4ab3 |
20-Jul-2014 |
tsutsui <tsutsui@NetBSD.org> |
Add one more cmsize == 0 check before PUTCMAP ioctl. |
| b8199fcb |
20-Jul-2014 |
tsutsui <tsutsui@NetBSD.org> |
No need to handle colormap ioctls if cmsize == 0 even in WSFB_CI case. |
| 0d003323 |
20-Jul-2014 |
tsutsui <tsutsui@NetBSD.org> |
Fix wrong VRAM size calculation on old drivers without GET_FBINFO ioctl. The linebytes is a byte number of width so it should be (linebytes * height), not (width * linebytes). XXX: I'm not sure where WSDISPLAYIO_GET_FBINFO implementation was discussed but I wonder if we should use proper ifdef or macro to share this third party Xorg driver with OpenBSD... |
| 9cb50a0e |
16-Jul-2014 |
dholland <dholland@NetBSD.org> |
Because of the way we do substitutions we (currently anyway) need to set prefix=@prefix@ and includedir=@includedir@ here. Fixes PR 48991. |
| ccfd94fb |
13-Jul-2014 |
joerg <joerg@NetBSD.org> |
Fix compare to actually do the right thing. |
| 52b75117 |
13-Jul-2014 |
riastradh <riastradh@NetBSD.org> |
Remove bogus self-assigned loop field. From upstream. |
| 1b10b351 |
12-Jul-2014 |
mrg <mrg@NetBSD.org> |
update for xf86-video-vmware 13.0.2. |
| 22f7e8e5 |
12-Jul-2014 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-vmware-13.0.2 |
| 67be9c47 |
12-Jul-2014 |
mrg <mrg@NetBSD.org> |
merge pixman 0.32.6. |
| b0854d6a |
12-Jul-2014 |
mrg <mrg@NetBSD.org> |
initial import of pixman-0.32.6 |
| c8bda6e0 |
12-Jul-2014 |
mrg <mrg@NetBSD.org> |
regen for fontconfig 2.11.1 |
| b2a52337 |
12-Jul-2014 |
mrg <mrg@NetBSD.org> |
merge fontconfig-2.11.1 |
| b09479dc |
12-Jul-2014 |
mrg <mrg@NetBSD.org> |
initial import of fontconfig-2.11.1 |
| becaf760 |
11-Jul-2014 |
mrg <mrg@NetBSD.org> |
fix merge botch botch. |
| 2c1966ff |
11-Jul-2014 |
mrg <mrg@NetBSD.org> |
reduce diffs to upstream |
| b5a8e02b |
11-Jul-2014 |
mrg <mrg@NetBSD.org> |
fix a merge botch |
| a7d7de1e |
11-Jul-2014 |
mrg <mrg@NetBSD.org> |
merge libdrm 2.4.54. |
| 857b0bc6 |
11-Jul-2014 |
mrg <mrg@NetBSD.org> |
initial import of libdrm-2.4.54 |
| 9a64e1c5 |
11-Jul-2014 |
mrg <mrg@NetBSD.org> |
merge xterm 308. |
| 894e0ac8 |
11-Jul-2014 |
mrg <mrg@NetBSD.org> |
initial import of xterm-308 |
| bac85965 |
11-Jul-2014 |
mrg <mrg@NetBSD.org> |
merge revert fontsproto to 2.1.1 |
| 7f537cc9 |
11-Jul-2014 |
mrg <mrg@NetBSD.org> |
initial import of fontsproto-2.1.1 |
| 4f123e25 |
11-Jul-2014 |
mrg <mrg@NetBSD.org> |
merge xkeyboard-config 2.12. |
| 52a82186 |
11-Jul-2014 |
mrg <mrg@NetBSD.org> |
initial import of xkeyboard-config-2.12 |
| e7ec8439 |
11-Jul-2014 |
mrg <mrg@NetBSD.org> |
initial import of fontsproto-2.1.3 |
| 7673729a |
11-Jul-2014 |
mrg <mrg@NetBSD.org> |
merge libXfont 1.4.8. |
| 9ffc6098 |
11-Jul-2014 |
mrg <mrg@NetBSD.org> |
merge libFS 1.0.6. |
| 61b3db43 |
11-Jul-2014 |
mrg <mrg@NetBSD.org> |
initial import of libXfont-1.4.8 |
| fb5e8d76 |
11-Jul-2014 |
mrg <mrg@NetBSD.org> |
initial import of libICE-1.0.9 |
| 6af7124f |
11-Jul-2014 |
mrg <mrg@NetBSD.org> |
initial import of libFS-1.0.6 |
| 7bbb83ba |
11-Jul-2014 |
mrg <mrg@NetBSD.org> |
merge libXft 2.3.2. |
| 32ed59c1 |
11-Jul-2014 |
mrg <mrg@NetBSD.org> |
merge libXi 1.7.3. |
| 8a0d9095 |
11-Jul-2014 |
mrg <mrg@NetBSD.org> |
initial import of xtrans-1.3.4 |
| dc9477be |
11-Jul-2014 |
mrg <mrg@NetBSD.org> |
initial import of libXi-1.7.3 |
| dff01e5a |
11-Jul-2014 |
mrg <mrg@NetBSD.org> |
initial import of libXft-2.3.2 |
| d8c8b046 |
11-Jul-2014 |
mrg <mrg@NetBSD.org> |
new config.h for imake 1.0.7. |
| 7936445d |
11-Jul-2014 |
mrg <mrg@NetBSD.org> |
merge xrandr 1.4.2. |
| 26472619 |
11-Jul-2014 |
mrg <mrg@NetBSD.org> |
merge xauth 1.0.9. |
| fa120d7c |
11-Jul-2014 |
mrg <mrg@NetBSD.org> |
initial import of xrandr-1.4.2 |
| 9a011757 |
11-Jul-2014 |
mrg <mrg@NetBSD.org> |
initial import of xauth-1.0.9 |
| c1197e68 |
11-Jul-2014 |
mrg <mrg@NetBSD.org> |
initial import of util-macros-1.19.0 |
| 7af227c3 |
11-Jul-2014 |
mrg <mrg@NetBSD.org> |
initial import of imake-1.0.7 |
| 88e76a4b |
11-Jul-2014 |
mrg <mrg@NetBSD.org> |
initial import of xproto-7.0.26 |
| 7444fba0 |
11-Jul-2014 |
mrg <mrg@NetBSD.org> |
initial import of inputproto-2.3.1 |
| 498a22d5 |
10-Jul-2014 |
riastradh <riastradh@NetBSD.org> |
Add pre-generated builtin_function.cpp. Normally this is created by the Mesa build process by running a Python program, but we don't have that vice^Wluxury here, so we'll make do with a pre-generated version. This file is going away in a later Mesa version anyway... |
| 9056cefe |
09-Jul-2014 |
riastradh <riastradh@NetBSD.org> |
Revert stop-gap in 1.2 now that Mesa is updated. |
| eabf4f72 |
09-Jul-2014 |
riastradh <riastradh@NetBSD.org> |
Use __attribute__((__destructor__)), not atexit, in shared objects. |
| a3bef408 |
09-Jul-2014 |
riastradh <riastradh@NetBSD.org> |
Define CPU_TO_LE16/LE16_TO_CPU consistently in main/compiler.h. |
| 01340ad4 |
09-Jul-2014 |
riastradh <riastradh@NetBSD.org> |
Fix types and omit needless casts in mesa/main/mipmap.c. |
| 771b4a14 |
09-Jul-2014 |
riastradh <riastradh@NetBSD.org> |
Define CPU_TO_LE16/LE16_TO_CPU consistently in main/compiler.h. |
| d3eec32b |
09-Jul-2014 |
riastradh <riastradh@NetBSD.org> |
Cast pointers to uintptr_t, not random integer types. |
| 594ee996 |
09-Jul-2014 |
riastradh <riastradh@NetBSD.org> |
Declare intel_emit_depth_stall_flushes in intel_batchbuffer.h. |
| 4601af3e |
09-Jul-2014 |
riastradh <riastradh@NetBSD.org> |
Need a void * cast here too. |
| 15b0ecf1 |
09-Jul-2014 |
riastradh <riastradh@NetBSD.org> |
Add stub git_sha1.h. |
| ac997013 |
09-Jul-2014 |
riastradh <riastradh@NetBSD.org> |
merge MesaLib 7.11.2 |
| 3464ebd5 |
09-Jul-2014 |
riastradh <riastradh@NetBSD.org> |
import MesaLib 7.11.2 Brings in support for Intel Sandy Bridge and Ivy Bridge hardware, a new shader language compiler, and various other improvements too numerous to list here; see <http://www.mesa3d.org/relnotes.html> for details. |
| 6f15ca90 |
09-Jul-2014 |
riastradh <riastradh@NetBSD.org> |
Fix libdrm's atomic_dec_and_test on NetBSD (and Solaris, while here). _nv means new value, not old value! This may help to fix various instability in userland graphics, now that we aren't freeing stuff with a reference count of 1 any more. |
| 67a60641 |
08-Jul-2014 |
riastradh <riastradh@NetBSD.org> |
merge mesa-demos 8.1.0 |
| df766782 |
08-Jul-2014 |
riastradh <riastradh@NetBSD.org> |
import mesa-demos-8.1.0 glxinfo and glxgears only, since that's all we build. This is a test run to make sure I don't make a hash of the repository before I import MesaLib and MesaGLUT updates. mesa-demos-8.2.0 requires newer Mesa APIs, so we'll defer importing that until the rest of Mesa is updated. |
| 4525cf0b |
08-Jul-2014 |
macallan <macallan@NetBSD.org> |
if the hardware supports stipples with ROPs, use them while there, downgrade some config output from X_ERROR to X_PROBED |
| 59d6bc2b |
02-Jul-2014 |
macallan <macallan@NetBSD.org> |
detect and (attempt to) deal with 8bit TCX with 2MB VRAM TODO: get one of these VRAM modules... |
| e1503376 |
01-Jul-2014 |
riastradh <riastradh@NetBSD.org> |
Disable DRI for Ivy Bridge (and later) until we update Mesa. This is a stop-gap for PR 48916. |
| ccae0d10 |
18-Jun-2014 |
macallan <macallan@NetBSD.org> |
make this work properly on 8bit SUNW,tcx |
| b14970e6 |
18-Jun-2014 |
macallan <macallan@NetBSD.org> |
OFIOCNEXTPROP -> OFIOCGET now this can actually work |
| 47cb5690 |
17-Jun-2014 |
christos <christos@NetBSD.org> |
Fix "cast from pointer to integer of different size". |
| 691fe653 |
04-Jun-2014 |
macallan <macallan@NetBSD.org> |
don't bail if the video mode is something else than 1280x1024 1024x768 works fine |
| 9d21a897 |
13-May-2014 |
spz <spz@NetBSD.org> |
Fix multiple vulnerabilities in libXfont: - CVE-2014-0209: integer overflow of allocations in font metadata file parsing When a local user who is already authenticated to the X server adds a new directory to the font path, the X server calls libXfont to open the fonts.dir and fonts.alias files in that directory and add entries to the font tables for every line in it. A large file (~2-4 gb) could cause the allocations to overflow, and allow the remaining data read from the file to overwrite other memory in the heap. Affected functions: FontFileAddEntry(), lexAlias() - CVE-2014-0210: unvalidated length fields when parsing xfs protocol replies When parsing replies received from the font server, these calls do not check that the lengths and/or indexes returned by the font server are within the size of the reply or the bounds of the memory allocated to store the data, so could write past the bounds of allocated memory when storing the returned data. Affected functions: _fs_recv_conn_setup(), fs_read_open_font(), fs_read_query_info(), fs_read_extent_info(), fs_read_glyphs(), fs_read_list(), fs_read_list_info() - CVE-2014-0211: integer overflows calculating memory needs for xfs replies These calls do not check that their calculations for how much memory is needed to handle the returned data have not overflowed, so can result in allocating too little memory and then writing the returned data past the end of the allocated buffer. Affected functions: fs_get_reply(), fs_alloc_glyphs(), fs_read_extent_info() See also: http://lists.x.org/archives/xorg-announce/2014-May/002431.html |
| d82d45b3 |
07-May-2014 |
joerg <joerg@NetBSD.org> |
Fix format strings. |
| b9dbfdcf |
30-Apr-2014 |
wiz <wiz@NetBSD.org> |
Bugfix from upstream: commit 5dcb40f28d59587597d2ff6e6ac64c71cfe6ff7b Author: James Cloos <cloos@jhcloos.com> Date: Tue Sep 17 12:50:42 2013 -0400 nls/en_US.UTF-8/Compose.pre: Fix typo. Fix typo added in 215ce6a67863, s/actute/acute/. Fixes bug #69476. Reported by Jean Krohn. Signed-off-by: James Cloos <cloos@jhcloos.com> |
| 5272ebe0 |
29-Apr-2014 |
macallan <macallan@NetBSD.org> |
write all SX commands to 64bit-aligned addresses now this works on rev. 27 hardware |
| 8e3c6fe8 |
04-Apr-2014 |
christos <christos@NetBSD.org> |
PR/48347: Yasushi Oshima: Cannot input Japanese special keys of JP106 keyboard with NetBSD/evbarm(RPI) or some arch. |
| b0e0fa9d |
04-Apr-2014 |
riastradh <riastradh@NetBSD.org> |
Back out unintended part of last commit. |
| 7d13a5d0 |
04-Apr-2014 |
riastradh <riastradh@NetBSD.org> |
Oops... Fix sense of test in drmCheckModesettingSupported. |
| 3d02bce8 |
03-Apr-2014 |
riastradh <riastradh@NetBSD.org> |
Use drmMap rather than mmap directly, to invoke the ioctl on NetBSD. |
| 64b81f0a |
03-Apr-2014 |
riastradh <riastradh@NetBSD.org> |
merge xf86-video-intel-2.21.15 |
| 467bed7c |
30-Mar-2014 |
wiz <wiz@NetBSD.org> |
ifdef out senseless code that clang complains about with -Wtautological-pointer-compare. I've asked upstream what check was really intended here. |
| 7620c8a7 |
30-Mar-2014 |
wiz <wiz@NetBSD.org> |
Add cast to fix -Wpointer-sign warning with clang. |
| aad13f10 |
30-Mar-2014 |
wiz <wiz@NetBSD.org> |
Remove superfluous parentheses. (already sent upstream) |
| 2d10dcbb |
22-Mar-2014 |
riastradh <riastradh@NetBSD.org> |
Constify list_is_empty. With apologies to whoever will merge a newer version. Fortunately, this file is getting replaced wholesale. |
| d485a2c2 |
22-Mar-2014 |
riastradh <riastradh@NetBSD.org> |
Use DRM_IOCTL_MODE_GETRESOURCES to detect KMS on any non-Linux. |
| 237f1da6 |
22-Mar-2014 |
riastradh <riastradh@NetBSD.org> |
Use #ifdef DRM_IOCTL_MMAP, not #ifdef __NetBSD__. Initialize with `= {0}' rather than a temporary static constant variable. Requested by christos@. |
| 03b705cf |
21-Mar-2014 |
riastradh <riastradh@NetBSD.org> |
initial import of xf86-video-intel-2.21.15 |
| aec75c42 |
21-Mar-2014 |
riastradh <riastradh@NetBSD.org> |
Switch intel_bufmgr_gem to use drmMap instead of mmap directly. |
| 7811b380 |
21-Mar-2014 |
riastradh <riastradh@NetBSD.org> |
Use ioctl, not sysfs, to detect KMS support on NetBSD. |
| 74266a88 |
21-Mar-2014 |
riastradh <riastradh@NetBSD.org> |
Use the NetBSD-specific mmapping ioctl for drmMap. |
| ab81fb3b |
20-Mar-2014 |
wiz <wiz@NetBSD.org> |
Remove obsolete chunk. No diffs to upstream remaining :) |
| 12d4a5f4 |
20-Mar-2014 |
mrg <mrg@NetBSD.org> |
pull over pkgsrc patch patch-src_xftglyphs.c to work with modern freetype. |
| 86162e20 |
20-Mar-2014 |
mrg <mrg@NetBSD.org> |
delete PaxHeader garbage that got imported accidentally. |
| 94f8aabb |
20-Mar-2014 |
mrg <mrg@NetBSD.org> |
merge freetype 2.5.3. |
| 74966952 |
20-Mar-2014 |
mrg <mrg@NetBSD.org> |
initial import of freetype-2.5.3 |
| cc1bebd6 |
20-Mar-2014 |
mrg <mrg@NetBSD.org> |
avoid CPP when the C compiler can do it more sanely. |
| d91dd368 |
20-Mar-2014 |
mrg <mrg@NetBSD.org> |
merge fontconfig 2.11.0. |
| 6fc018e4 |
20-Mar-2014 |
mrg <mrg@NetBSD.org> |
initial import of fontconfig-2.11.0 |
| bdbe8896 |
20-Mar-2014 |
mrg <mrg@NetBSD.org> |
new generated file for xterm. |
| fa3f02f3 |
20-Mar-2014 |
mrg <mrg@NetBSD.org> |
merge xterm 303. |
| e0a2b6df |
20-Mar-2014 |
mrg <mrg@NetBSD.org> |
initial import of xterm-303 |
| ca5a50fe |
20-Mar-2014 |
mrg <mrg@NetBSD.org> |
re-do the previous correctly. |
| ea7e5fe0 |
20-Mar-2014 |
mrg <mrg@NetBSD.org> |
merge xf86-video-geode 2.11.15. |
| 04007eba |
20-Mar-2014 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-geode-2.11.15 |
| c97b1c41 |
20-Mar-2014 |
mrg <mrg@NetBSD.org> |
merge xf86-video-vesa 2.3.3. |
| d9f69461 |
20-Mar-2014 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-vesa-2.3.3 |
| aa8e367b |
20-Mar-2014 |
mrg <mrg@NetBSD.org> |
merge xf86-input-keyboard 1.8.0. |
| 26b1ff4e |
20-Mar-2014 |
mrg <mrg@NetBSD.org> |
initial import of xf86-input-keyboard-1.8.0 |
| f16404e1 |
20-Mar-2014 |
mrg <mrg@NetBSD.org> |
xkbutils needs a config.h now. |
| 256c1e2b |
20-Mar-2014 |
mrg <mrg@NetBSD.org> |
- avoid casting from int to a pointer. - call miPointerSetPosition() correctly for this ABI. |
| 4f73b455 |
20-Mar-2014 |
mrg <mrg@NetBSD.org> |
move a extern decl into the scope it is used. |
| a0e1ef58 |
19-Mar-2014 |
mrg <mrg@NetBSD.org> |
merge xf86-video-ast 0.98.0, xf86-video-mga 1.6.3, xf86-video-neomagic 1.2.8, xf86-video-r128 6.9.2, and xf86-video-savage 2.3.7. |
| 38770048 |
19-Mar-2014 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-savage-2.3.7 |
| 0496e070 |
19-Mar-2014 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-r128-6.9.2 |
| eaa3dbe0 |
19-Mar-2014 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-neomagic-1.2.8 |
| acd6767f |
19-Mar-2014 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-mga-1.6.3 |
| 7fe5393c |
19-Mar-2014 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-ast-0.98.0 |
| c5867c1c |
19-Mar-2014 |
mrg <mrg@NetBSD.org> |
merge util-macros 1.18.0, xkbutils 1.0.4, xkill 1.0.4, and xorg-cf-files 1.0.5. |
| 1c80d5b0 |
19-Mar-2014 |
mrg <mrg@NetBSD.org> |
initial import of xorg-cf-files-1.0.5 |
| df58931a |
19-Mar-2014 |
mrg <mrg@NetBSD.org> |
initial import of xkill-1.0.4 |
| b4485a66 |
19-Mar-2014 |
mrg <mrg@NetBSD.org> |
initial import of xkbutils-1.0.4 |
| 43c16309 |
19-Mar-2014 |
mrg <mrg@NetBSD.org> |
initial import of util-macros-1.18.0 |
| b3ac8bc6 |
18-Mar-2014 |
wiz <wiz@NetBSD.org> |
Reduce unnecessary diffs to upstream. |
| 10019316 |
17-Mar-2014 |
mrg <mrg@NetBSD.org> |
avoid using __force_align_arg_pointer__ on non-x86, where it does not exist. |
| f86b2e6c |
17-Mar-2014 |
mrg <mrg@NetBSD.org> |
merge xmessage 1.0.3, xmodmap 1.0.8, xprop 1.2.2, xrandr 1.4.1, xrdb 1.1.0, xset 1.2.3, xvinfo 1.1.2, and xwd 1.0.6. |
| 74a3f230 |
17-Mar-2014 |
mrg <mrg@NetBSD.org> |
initial import of xwd-1.0.6 |
| 405c8079 |
17-Mar-2014 |
mrg <mrg@NetBSD.org> |
initial import of xvinfo-1.1.2 |
| 40a76396 |
17-Mar-2014 |
mrg <mrg@NetBSD.org> |
initial import of xset-1.2.3 |
| f126e068 |
17-Mar-2014 |
mrg <mrg@NetBSD.org> |
initial import of xrdb-1.1.0 |
| da4266ff |
17-Mar-2014 |
mrg <mrg@NetBSD.org> |
initial import of xrandr-1.4.1 |
| 576bbdfc |
17-Mar-2014 |
mrg <mrg@NetBSD.org> |
initial import of xprop-1.2.2 |
| a733a5bf |
17-Mar-2014 |
mrg <mrg@NetBSD.org> |
initial import of xmodmap-1.0.8 |
| 36ffeb23 |
17-Mar-2014 |
mrg <mrg@NetBSD.org> |
merge xfindproxy 1.0.3, xfwp 1.0.3, xhost 1.0.6, xinit 1.3.3, xload 1.1.2, xlsclients 1.1.3, and xman 1.1.3. |
| 6d36ef34 |
17-Mar-2014 |
mrg <mrg@NetBSD.org> |
initial import of xman-1.1.3 |
| 9511053f |
17-Mar-2014 |
mrg <mrg@NetBSD.org> |
initial import of xlsclients-1.1.3 |
| 953c684b |
17-Mar-2014 |
mrg <mrg@NetBSD.org> |
initial import of xload-1.1.2 |
| 6f02d4e9 |
17-Mar-2014 |
mrg <mrg@NetBSD.org> |
initial import of xinit-1.3.3 |
| 81440437 |
17-Mar-2014 |
mrg <mrg@NetBSD.org> |
initial import of xhost-1.0.6 |
| 1a4b93b6 |
17-Mar-2014 |
mrg <mrg@NetBSD.org> |
initial import of xfwp-1.0.3 |
| 8e4923e5 |
17-Mar-2014 |
mrg <mrg@NetBSD.org> |
initial import of xfindproxy-1.0.3 |
| eaad2c89 |
17-Mar-2014 |
mrg <mrg@NetBSD.org> |
merge xauth 1.0.7, xclipboard 1.1.2, xclock 1.0.6, xconsole 1.0.4 and xfd 1.1.2. |
| 1afad795 |
17-Mar-2014 |
mrg <mrg@NetBSD.org> |
initial import of xfd-1.1.2 |
| e6ecbdae |
17-Mar-2014 |
mrg <mrg@NetBSD.org> |
initial import of xconsole-1.0.6 |
| 5dd5f640 |
17-Mar-2014 |
mrg <mrg@NetBSD.org> |
initial import of xclock-1.0.7 |
| 68af480f |
17-Mar-2014 |
mrg <mrg@NetBSD.org> |
initial import of xclipboard-1.1.3 |
| 8abc0ccf |
17-Mar-2014 |
mrg <mrg@NetBSD.org> |
initial import of xauth-1.0.8 |
| 40cc5db4 |
17-Mar-2014 |
mrg <mrg@NetBSD.org> |
merge mkfontscale 1.1.1 bits. |
| 2d6e8b77 |
17-Mar-2014 |
mrg <mrg@NetBSD.org> |
merge iceauth 1.0.5, imake 1.0.5, makedepend 1.0.4, mkfontscale 1.1.0, and twm 1.0.7. |
| c2535118 |
17-Mar-2014 |
mrg <mrg@NetBSD.org> |
initial import of twm-1.0.8 |
| 87aef7c3 |
17-Mar-2014 |
mrg <mrg@NetBSD.org> |
initial import of mkfontscale-1.1.1 |
| 079e7944 |
17-Mar-2014 |
mrg <mrg@NetBSD.org> |
initial import of makedepend-1.0.5 |
| 39f9c979 |
17-Mar-2014 |
mrg <mrg@NetBSD.org> |
initial import of imake-1.0.6 |
| 9d794632 |
17-Mar-2014 |
mrg <mrg@NetBSD.org> |
initial import of iceauth-1.0.6 |
| 21f41bb9 |
17-Mar-2014 |
mrg <mrg@NetBSD.org> |
merge xkeyboard-config 2.11. |
| 797b363d |
17-Mar-2014 |
mrg <mrg@NetBSD.org> |
initial import of xkeyboard-config-2.11 |
| 20131375 |
17-Mar-2014 |
mrg <mrg@NetBSD.org> |
merge libdrm 2.4.52. |
| e88f27b3 |
17-Mar-2014 |
mrg <mrg@NetBSD.org> |
initial import of libdrm-2.4.52 |
| 9be3a365 |
17-Mar-2014 |
mrg <mrg@NetBSD.org> |
libpthread-stubs needs a config.h |
| 20d725fb |
17-Mar-2014 |
mrg <mrg@NetBSD.org> |
initial import of libpthread-stubs-0.1 |
| 2f94b0af |
17-Mar-2014 |
mrg <mrg@NetBSD.org> |
merge libxcb 1.10. |
| 1016ad83 |
17-Mar-2014 |
mrg <mrg@NetBSD.org> |
initial import of libxcb-1.10 |
| d5ef23f0 |
17-Mar-2014 |
mrg <mrg@NetBSD.org> |
turn on PTHREADS. |
| 9266c31d |
17-Mar-2014 |
mrg <mrg@NetBSD.org> |
merge libpciaccess 0.13.2. there are now no local changes! thanks wiz. |
| 86ea1d58 |
17-Mar-2014 |
mrg <mrg@NetBSD.org> |
initial import of libpciaccess-0.13.2 |
| 6282e5a6 |
17-Mar-2014 |
mrg <mrg@NetBSD.org> |
updates for pixman 0.32.4. |
| f83768c3 |
17-Mar-2014 |
mrg <mrg@NetBSD.org> |
merge pixman 0.32.4. |
| de17ff4a |
17-Mar-2014 |
mrg <mrg@NetBSD.org> |
initial import of pixman-0.32.4 |
| 8018de1e |
17-Mar-2014 |
mrg <mrg@NetBSD.org> |
merge xtrans 1.3.3. |
| 75ebec6d |
17-Mar-2014 |
mrg <mrg@NetBSD.org> |
initial import of xtrans-1.3.3 |
| 2ea46dc0 |
16-Mar-2014 |
mrg <mrg@NetBSD.org> |
fix the libXrender build. |
| c555af55 |
16-Mar-2014 |
mrg <mrg@NetBSD.org> |
merge libX11 1.6.2. |
| 818534a1 |
16-Mar-2014 |
mrg <mrg@NetBSD.org> |
initial import of libX11-1.6.2 |
| 2729df95 |
16-Mar-2014 |
mrg <mrg@NetBSD.org> |
merge libXrender 0.9.8. |
| cc1b55f9 |
16-Mar-2014 |
mrg <mrg@NetBSD.org> |
merge libXrandr 1.4.2, libXrender 0.9.8 libXv 1.0.10 and libXvMC 1.0.8. |
| 17caa701 |
16-Mar-2014 |
mrg <mrg@NetBSD.org> |
initial import of libXvMC-1.0.8 |
| fef5d1ff |
16-Mar-2014 |
mrg <mrg@NetBSD.org> |
initial import of libXv-1.0.10 |
| 89c04b6c |
16-Mar-2014 |
mrg <mrg@NetBSD.org> |
initial import of libXrender-0.9.8 |
| fc98c8e2 |
16-Mar-2014 |
mrg <mrg@NetBSD.org> |
initial import of libXrandr-1.4.2 |
| b1c93d9d |
16-Mar-2014 |
mrg <mrg@NetBSD.org> |
merge libXfont 1.4.7. |
| 10baa824 |
16-Mar-2014 |
mrg <mrg@NetBSD.org> |
merge libSM 1.2.2, libXaw 1.0.12, libXfont 1.4.7, libXi 1.7.2, libXmu 1.1.2, and libXpm 3.5.11 parts. |
| ac92798b |
16-Mar-2014 |
mrg <mrg@NetBSD.org> |
initial import of libXpm-3.5.11 |
| 9d0b5e55 |
16-Mar-2014 |
mrg <mrg@NetBSD.org> |
initial import of libXmu-1.1.2 |
| 06c34b88 |
16-Mar-2014 |
mrg <mrg@NetBSD.org> |
initial import of libXi-1.7.2 |
| b020570b |
16-Mar-2014 |
mrg <mrg@NetBSD.org> |
initial import of libXfont-1.4.7 |
| c889a3bf |
16-Mar-2014 |
mrg <mrg@NetBSD.org> |
initial import of libXaw-1.0.12 |
| 0a6b08f8 |
16-Mar-2014 |
mrg <mrg@NetBSD.org> |
initial import of libSM-1.2.2 |
| 66279eca |
16-Mar-2014 |
mrg <mrg@NetBSD.org> |
initial import of dri3proto-1.0 |
| c392004e |
16-Mar-2014 |
mrg <mrg@NetBSD.org> |
initial import of xproto-7.0.25 |
| 0397f9ba |
16-Mar-2014 |
mrg <mrg@NetBSD.org> |
initial import of xextproto-7.3.0 |
| f591e195 |
16-Mar-2014 |
mrg <mrg@NetBSD.org> |
initial import of xcb-proto-1.10 |
| b779acac |
16-Mar-2014 |
mrg <mrg@NetBSD.org> |
initial import of videoproto-2.3.2 |
| 02bb94d8 |
16-Mar-2014 |
mrg <mrg@NetBSD.org> |
initial import of presentproto-1.0 |
| 53965ca5 |
16-Mar-2014 |
mrg <mrg@NetBSD.org> |
initial import of glproto-1.4.17 |
| 50e2e347 |
05-Mar-2014 |
joerg <joerg@NetBSD.org> |
Drop tautologic check. |
| 2f9f5fec |
05-Mar-2014 |
joerg <joerg@NetBSD.org> |
Fix abs usage. |
| a2ab6c90 |
04-Mar-2014 |
tsutsui <tsutsui@NetBSD.org> |
Replace xalloc(), xrealloc() and xfree() with malloc(), realloc() and free(). Per following Xorg changes: > Replace X-allocation functions with their C89 counterparts http://cgit.freedesktop.org/xorg/xserver/commit/?id=3f3ff971ecff9936cebafc813af9193b97bba89c |
| b65a0881 |
02-Mar-2014 |
tsutsui <tsutsui@NetBSD.org> |
Fix comment to sync with code. |
| ba64b02e |
01-Mar-2014 |
tsutsui <tsutsui@NetBSD.org> |
Port the ancient Xsun based monolithic MD X68k server to X11R7, like Xnest. Most diffs (API changes from xfree to xorg and some WARNSfy) are mechanical. Confirmed working on X68030 and XM6i. See my post on port-x68k@ for details: http://mail-index.netbsd.org/port-x68k/2014/02/27/msg000043.html |
| 00d06012 |
04-Feb-2014 |
macallan <macallan@NetBSD.org> |
#define __BYTE_ORDER BYTE_ORDER etc. now endianness detection actually works and colours look right on my Gdium |
| b6e55117 |
22-Jan-2014 |
macallan <macallan@NetBSD.org> |
make Option "HWCursor" actually work, default to true |
| 43d50c5b |
16-Jan-2014 |
christos <christos@NetBSD.org> |
Lint does not know about pragmas |
| b6c20727 |
15-Jan-2014 |
christos <christos@NetBSD.org> |
fix for lint |
| 06b331c2 |
08-Jan-2014 |
mbalmer <mbalmer@NetBSD.org> |
Add support for touchscreens that don't frame the packets (usually USB devices like e.g. the IBM SurePos touchscreens). |
| b7814f7c |
08-Jan-2014 |
mbalmer <mbalmer@NetBSD.org> |
Add support for inverted axis, from upstream repository. |
| bafde43d |
07-Jan-2014 |
wiz <wiz@NetBSD.org> |
Additional hardening from upstream: From f8b21df399fbedd08da88752181b8a290a38d890 Mon Sep 17 00:00:00 2001 From: Alan Coopersmith <alan.coopersmith@oracle.com> Date: Mon, 23 Dec 2013 19:01:11 -0800 Subject: [PATCH:libXfont 2/2] Limit additional sscanf strings to fit buffer sizes None of these could currently result in buffer overflow, as the input and output buffers were the same size, but adding limits helps ensure we keep it that way, if we ever resize any of these in the future. Fixes cppcheck warnings: [lib/libXfont/src/bitmap/bdfread.c:547]: (warning) scanf without field width limits can crash with huge input data. [lib/libXfont/src/bitmap/bdfread.c:553]: (warning) scanf without field width limits can crash with huge input data. [lib/libXfont/src/bitmap/bdfread.c:636]: (warning) scanf without field width limits can crash with huge input data. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> Reviewed-by: Matthieu Herrb <matthieu@herrb.eu> Reviewed-by: Jeremy Huddleston Sequoia <jeremyhu@apple.com> --- src/bitmap/bdfread.c | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) |
| 96317916 |
07-Jan-2014 |
wiz <wiz@NetBSD.org> |
CVS-2013-6462: From aeabb3efa6905e11c479e2e5319f2b6b3ab22009 Mon Sep 17 00:00:00 2001 From: Alan Coopersmith <alan.coopersmith@oracle.com> Date: Mon, 23 Dec 2013 18:34:02 -0800 Subject: [PATCH:libXfont 1/2] CVE-2013-XXXX: unlimited sscanf can overflow stack buffer in bdfReadCharacters() Fixes cppcheck warning: [lib/libXfont/src/bitmap/bdfread.c:341]: (warning) scanf without field width limits can crash with huge input data. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> Reviewed-by: Matthieu Herrb <matthieu@herrb.eu> Reviewed-by: Jeremy Huddleston Sequoia <jeremyhu@apple.com> --- src/bitmap/bdfread.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) |
| 6a285edb |
10-Dec-2013 |
riz <riz@NetBSD.org> |
Repeat after me: '\0' is *not* a pointer. Use NULL instead. |
| 19a65f9f |
22-Nov-2013 |
wiz <wiz@NetBSD.org> |
Fix typo, reported by Henning Petersen in PR 48396. (already fixed upstream in a bigger commit) |
| 5bcb8176 |
19-Nov-2013 |
wiz <wiz@NetBSD.org> |
Enable 256 colors. From Piotr Meyer in PR 48380. |
| a57db428 |
14-Nov-2013 |
christos <christos@NetBSD.org> |
CID 1107540: Make the code safe avoiding random stack access. In the first loop where there is a singleton point to pptSrc, only access that singleton, no matter what. |
| 02e1b2eb |
13-Nov-2013 |
christos <christos@NetBSD.org> |
CID 1107544: Fix memory leak |
| 11b80dae |
12-Nov-2013 |
macallan <macallan@NetBSD.org> |
"Deal with pPict->pDrawable == NULL for source-only pictures. Falling back to software rendering for such source pictures (solid/gradient)." from Matthieu Herrb via x.org |
| 47739027 |
06-Nov-2013 |
macallan <macallan@NetBSD.org> |
fix xrender ops with a solid source without an actual pixmap for R2xx and R3xx on big endian hardware as well tested on macppc |
| 25ed23ea |
05-Nov-2013 |
macallan <macallan@NetBSD.org> |
use WSDISPLAYIO_MODE_MAPPED while there, change vendor string to TNF since X.org had nothing to do with this driver |
| 3bb9f206 |
05-Nov-2013 |
macallan <macallan@NetBSD.org> |
use WSDISPLAYIO_MODE_MAPPED |
| 9423838b |
29-Oct-2013 |
macallan <macallan@NetBSD.org> |
Don't endian-twiddle solid source colours in composite operations on R1xx Now gtk2-rendered text looks right again with EXA and xrender acceleration enabled. Probably needs similar fixes for R2xx, also needs testing on little-endian hardware. |
| a3c69ff9 |
18-Oct-2013 |
apb <apb@NetBSD.org> |
Fix error in previous. strlen's result is unsigned, so the correct format is "%zu". |
| 53d96324 |
18-Oct-2013 |
apb <apb@NetBSD.org> |
CARD32 might be unsigned int or unsigned long, depending on platform, so cast to unsigned int when printing. |
| 53c5e975 |
18-Oct-2013 |
apb <apb@NetBSD.org> |
The result from strlen() has type size_t, so print it with "%zd" format. |
| 0ae04b46 |
18-Oct-2013 |
apb <apb@NetBSD.org> |
Print time_t values by casting to intmax_t and using "%ji" format. |
| ad38ac07 |
17-Oct-2013 |
martin <martin@NetBSD.org> |
Fix memset size argument, found by coverity. |
| 2717a907 |
08-Oct-2013 |
spz <spz@NetBSD.org> |
Fix CVE-2013-4396 using a patch from: --- snip --- From a4d9bf1259ad28f54b6d59a480b2009cc89ca623 Mon Sep 17 00:00:00 2001 From: Alan Coopersmith <alan.coopersmith@oracle.com> Date: Mon, 16 Sep 2013 21:47:16 -0700 Subject: [PATCH] Avoid use-after-free in dix/dixfonts.c: doImageText() Save a pointer to the passed in closure structure before copying it and overwriting the *c pointer to point to our copy instead of the original. If we hit an error, once we free(c), reset c to point to the original structure before jumping to the cleanup code that references *c. Since one of the errors being checked for is whether the server was able to malloc(c->nChars * itemSize), the client can potentially pass a number of characters chosen to cause the malloc to fail and the error path to be taken, resulting in the read from freed memory. Since the memory is accessed almost immediately afterwards, and the X server is mostly single threaded, the odds of the free memory having invalid contents are low with most malloc implementations when not using memory debugging features, but some allocators will definitely overwrite the memory there, leading to a likely crash. Reported-by: Pedro Ribeiro <pedrib@gmail.com> Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> Reviewed-by: Julien Cristau <jcristau@debian.org> --- snip --- the patch is shifted but otherwise applies. mrg@ to test (thanks) |
| 239808ba |
30-Jul-2013 |
macallan <macallan@NetBSD.org> |
now we get PictOpOver with no source alpha and a 32bit mask right ( mostly gtk2 icons and button images ) TODO: RGB vs. BGR |
| 81a370e6 |
30-Jul-2013 |
macallan <macallan@NetBSD.org> |
support PictOpOver with 32bit source and mask |
| c80b1796 |
26-Jul-2013 |
wiz <wiz@NetBSD.org> |
Remove unnecessary include, to reduce diffs to upstream. |
| 92cf53f1 |
26-Jul-2013 |
wiz <wiz@NetBSD.org> |
Remove xorg-server-1.9 support (not needed any longer) to reduce diffs to upstream. |
| fa158432 |
25-Jul-2013 |
macallan <macallan@NetBSD.org> |
"support" PictOpOver with 32bit source and 32bit mask this needs more work but at least it makes things like gkrellm readable |
| 67cf2d96 |
19-Jul-2013 |
prlw1 <prlw1@NetBSD.org> |
Replace mrg's clean cpp+cpp_arg interface with xrdb version 420347005c to minimise upstream differences. OK wiz@ |
| d986548b |
12-Jul-2013 |
wiz <wiz@NetBSD.org> |
Fix typo in header guard. |
| c4582ee0 |
11-Jul-2013 |
spz <spz@NetBSD.org> |
enable defines that make xterm able to do UTF-8 if instructed by its environment to do UTF-8. That means: "env LC_CTYPE=en_US.UTF-8 xterm" for example will get you an xterm that will take UTF-8 input and display it correctly, provided it finds a fitting UTF-8 font. Note that with this version of xterm, -u8 doesn't actually have an effect any more, but -lc has. xterm will record the locale settings it has been started with in the environment variable XTERM_LOCALE. It is probably a good idea to have at least the encoding part of LC_CTYPE and XTERM_LOCALE match. |
| 68ffe993 |
11-Jul-2013 |
wiz <wiz@NetBSD.org> |
Add a missing initializer. From Matthieu Herrb in http://patchwork.freedesktop.org/patch/13855/ |
| f7cb851f |
03-Jul-2013 |
macallan <macallan@NetBSD.org> |
- fetch fill colour for text drawing in CheckComposite, swap red and blue channels as needed - support solid sources without a drawable now gtk2 apps no longer crash the Xserver and text is drawn in the correct colour next step: 32bit PictOpOver with 32bit mask, gtk2 seems to use those a lot |
| 6bdc2ffd |
03-Jul-2013 |
macallan <macallan@NetBSD.org> |
support PictOpOver with 32bit source without alpha, alpha in mask now KDE3 looks mostly right ( yes, it's almost usable on a 125MHz HyperSPARC ) gtk2 apps still crash though |
| 9de3b32f |
01-Jul-2013 |
wiz <wiz@NetBSD.org> |
Apply suggested patch from Alan Coopersmith: XRRGetProviderInfo returned bad associated_capability list in 64-bit Unlike most of the values returned by this function, which are arrays of XIDs (long int), associated_capability is defined as an array of unsigned int. _XRead32 reads 32-bit values from the wire protocol and writes them to the provided buffer as an array of long ints, even if that means expanding them from 32-bit to 64-bit. Doing that for associated_capability resulted in a garbage value between each actual value, and overflowing the provided buffer into the space for the provider name (which is written later and would overwrite the overflowed data). Created xhiv libXrandr/XRRGetProviderInfo test case to test & confirm. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> Fixes PR 47979, reported and fix tested by martin@ |
| d55f10c5 |
30-Jun-2013 |
wiz <wiz@NetBSD.org> |
Reduce diff to upstream. |
| 3e84611d |
30-Jun-2013 |
wiz <wiz@NetBSD.org> |
Use copystring instead of UNCONST. This version has a higher chance of being accepted upstream. |
| e13a667b |
28-Jun-2013 |
wiz <wiz@NetBSD.org> |
Use proper format string. |
| d7df2595 |
28-Jun-2013 |
wiz <wiz@NetBSD.org> |
Improvements to format strings from upstream. |
| 2246e0b6 |
28-Jun-2013 |
wiz <wiz@NetBSD.org> |
Use correct format string. |
| b56464f5 |
27-Jun-2013 |
wiz <wiz@NetBSD.org> |
Remove check that can never be true. clang warns: warning: comparison of constant 268435455 with expression of type 'CARD16' (aka 'unsigned short') is always false Sent upstream, will probably be merged soon. |
| 725ddd73 |
27-Jun-2013 |
wiz <wiz@NetBSD.org> |
Fix a comparison of constant warning with clang From upstream: commit 9acc14c34a372b54f9075ec3611588298fb2a501 Author: Akira TAGOH <akira@tagoh.org> Date: Wed Jun 26 12:03:38 2013 +0900 |
| 4ebbc982 |
26-Jun-2013 |
wiz <wiz@NetBSD.org> |
Fix unsigned vs. signed char warnings (needed for clang). |
| eaa19f58 |
25-Jun-2013 |
wiz <wiz@NetBSD.org> |
Decrease comparison range to avoid tautologies. (int32 is always smaller than int64_max, even if the latter is shifted 2 bits) |
| 41ca6d11 |
25-Jun-2013 |
wiz <wiz@NetBSD.org> |
Fix out-of-range comparison. clang complained: warning: comparison of constant 768614336404564650 with expression of type 'CARD32' (aka 'unsigned int') is always true [-Wtautological-constant-out-of-range-compare] |
| 78cb1511 |
25-Jun-2013 |
macallan <macallan@NetBSD.org> |
missed one ( move CG14Comp_Over32Solid() too ) |
| a3a2ba44 |
25-Jun-2013 |
macallan <macallan@NetBSD.org> |
- support PictOpSrc, mask is ignored so far - support PictOpOver with non-solid source, with or without mask - now QT3 icons are rendered properly - move render operations into their own file |
| 4261fa58 |
19-Jun-2013 |
macallan <macallan@NetBSD.org> |
support hardware acceleration via SX This requires a recent cgfourteen kernel driver which allows userland to map SX register space. Basic acceleration is enabled by default ( use Option "Accel" "false" to turn it off ), XRender support is incomplete but good enough for anti-aliased text rendering ( enable with Option "xrender" "true" ). |
| 0a3f7816 |
19-Jun-2013 |
macallan <macallan@NetBSD.org> |
remove some unnecessary #includes |
| c7821653 |
19-Jun-2013 |
macallan <macallan@NetBSD.org> |
add a field to struct sbus_device which records the framebuffer size reported by ioctl(FBIOGATTR) so drivers can use it |
| 8c5b7bc5 |
12-Jun-2013 |
wiz <wiz@NetBSD.org> |
Re-add const in correct place (reduce diff to upstream). |
| 4b4d14a9 |
12-Jun-2013 |
wiz <wiz@NetBSD.org> |
Remove trailing whitespace (reduce diff to upstream). |
| 06879bd5 |
12-Jun-2013 |
mrg <mrg@NetBSD.org> |
revert revision 1.8; no longer necessary. |
| d8d3da1a |
12-Jun-2013 |
mrg <mrg@NetBSD.org> |
udpate for libxcb 1.9.1. |
| 08c70cfb |
12-Jun-2013 |
mrg <mrg@NetBSD.org> |
initial import of libxcb-1.9.1 |
| bac25c94 |
06-Jun-2013 |
mrg <mrg@NetBSD.org> |
allow for static linking of the greeter library. |
| 190694da |
06-Jun-2013 |
mrg <mrg@NetBSD.org> |
merge patches to libXi, libXrender, libXvMC and libxcb that fix security issues listed in "X.Org Security Advisory: May 23, 2013" but haven't had new versions released yet. see: http://www.x.org/wiki/Development/Security/Advisory-2013-05-23 for more details on these patches. |
| 3c766687 |
06-Jun-2013 |
mrg <mrg@NetBSD.org> |
merge libXvMC 1.0.7. |
| 42941e3b |
06-Jun-2013 |
mrg <mrg@NetBSD.org> |
initial import of libXvMC-1.0.7 |
| 6fae4e5d |
06-Jun-2013 |
mrg <mrg@NetBSD.org> |
initial import of libXrender-0.9.7 |
| 344d8476 |
05-Jun-2013 |
mrg <mrg@NetBSD.org> |
merge the changes from these two upstream commits: http://lists.freedesktop.org/archives/mesa-dev/2013-May/039720.html http://lists.freedesktop.org/archives/mesa-dev/2013-May/039722.html which fix: http://www.x.org/wiki/Development/Security/Advisory-2013-05-23 |
| 9a0cb412 |
05-Jun-2013 |
mrg <mrg@NetBSD.org> |
merge pixman 0.30.0 |
| f4f78bb6 |
05-Jun-2013 |
mrg <mrg@NetBSD.org> |
initial import of pixman-0.30.0 |
| de1a12c2 |
05-Jun-2013 |
mrg <mrg@NetBSD.org> |
merge freetype 2.4.12 |
| 0d087e06 |
05-Jun-2013 |
mrg <mrg@NetBSD.org> |
initial import of freetype-2.4.12 |
| 557babb6 |
05-Jun-2013 |
mrg <mrg@NetBSD.org> |
merge xorg-docs 1.7 (and put it in the right place.) |
| 972599cf |
05-Jun-2013 |
mrg <mrg@NetBSD.org> |
initial import of xorg-docs-1.7 |
| c508c3da |
05-Jun-2013 |
mrg <mrg@NetBSD.org> |
fix a merge botch. |
| be1350a1 |
05-Jun-2013 |
mrg <mrg@NetBSD.org> |
udpate for 1.9.0 |
| 1450c749 |
05-Jun-2013 |
mrg <mrg@NetBSD.org> |
merge xf86-input-keyboard 1.7.0 and xf86-input-mouse 1.9.0. |
| a73597f9 |
05-Jun-2013 |
mrg <mrg@NetBSD.org> |
initial import of xf86-input-mouse-1.9.0 |
| 3e72ca8c |
05-Jun-2013 |
mrg <mrg@NetBSD.org> |
initial import of xf86-input-keyboard-1.7.0 |
| f06e33e4 |
05-Jun-2013 |
mrg <mrg@NetBSD.org> |
update for 13.0.1. |
| 4b482f82 |
05-Jun-2013 |
mrg <mrg@NetBSD.org> |
merge xf86-video-vmware 13.0.1 |
| 3bfa90b6 |
05-Jun-2013 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-vmware-13.0.1 |
| 48391333 |
05-Jun-2013 |
mrg <mrg@NetBSD.org> |
fix a merge botch. |
| cec4939c |
05-Jun-2013 |
mrg <mrg@NetBSD.org> |
update for xf86-video-wsfb 0.4.0 |
| cba5e21c |
05-Jun-2013 |
mrg <mrg@NetBSD.org> |
merge xf86-video-wsfb 0.4.0 |
| 83e03a40 |
05-Jun-2013 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-wsfb-0.4.0 |
| f6d6dea0 |
05-Jun-2013 |
mrg <mrg@NetBSD.org> |
new config.h for xf86-input-elographics 1.4.1 and xf86-input-synaptics 1.7.1 |
| ba358703 |
05-Jun-2013 |
mrg <mrg@NetBSD.org> |
merge xf86-input-elographics 1.4.1 and xf86-input-synaptics 1.7.1. |
| 0da4cdcc |
05-Jun-2013 |
mrg <mrg@NetBSD.org> |
initial import of xf86-input-vmmouse-13.0.0 |
| 28515619 |
05-Jun-2013 |
mrg <mrg@NetBSD.org> |
initial import of xf86-input-synaptics-1.7.1 |
| 75cbef56 |
05-Jun-2013 |
mrg <mrg@NetBSD.org> |
initial import of xf86-input-elographics-1.4.1 |
| 7e7f0aac |
05-Jun-2013 |
mrg <mrg@NetBSD.org> |
merge libXi 1.7.1. |
| f1ee322d |
05-Jun-2013 |
mrg <mrg@NetBSD.org> |
initial import of libXi-1.7.1 |
| e160ea6e |
05-Jun-2013 |
mrg <mrg@NetBSD.org> |
initial import of libX11-1.6.0 |
| 6eb72584 |
04-Jun-2013 |
mrg <mrg@NetBSD.org> |
re-add tcx_accel.c |
| 0724dadf |
04-Jun-2013 |
mrg <mrg@NetBSD.org> |
reduce a diff to upstream. fix LeoFreeScreen() to use the right screen arg. |
| 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 |
| 65d490d0 |
04-Jun-2013 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-suntcx-1.1.2 |
| 54b44505 |
04-Jun-2013 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-sunleo-1.2.1 |
| e96acad6 |
04-Jun-2013 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-sunffb-1.2.2 |
| dc99b369 |
04-Jun-2013 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-suncg6-1.1.2 |
| 2a75d1c4 |
04-Jun-2013 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-suncg14-1.1.2 |
| 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. |
| e9b7d6bc |
03-Jun-2013 |
mrg <mrg@NetBSD.org> |
don't try to shift size_t by 32 or more bits on !lp64. |
| f50054a1 |
03-Jun-2013 |
mrg <mrg@NetBSD.org> |
don't define HAVE_INTEL_ATOMIC_PRIMITIVES. |
| d81fd2f8 |
03-Jun-2013 |
mrg <mrg@NetBSD.org> |
merge fontconfig 2.10.93. |
| 5e61939b |
03-Jun-2013 |
mrg <mrg@NetBSD.org> |
merge fontconfig 2.10.93. |
| c9710b42 |
03-Jun-2013 |
mrg <mrg@NetBSD.org> |
initial import of fontconfig-2.10.93 |
| f6db1a1a |
03-Jun-2013 |
mrg <mrg@NetBSD.org> |
support map/unmap_legacy() calls. copies the openbsd-style. this fixes xf86-video-vesa, which was using this call and getting zero back from the default callback. |
| b1fb1a22 |
03-Jun-2013 |
mrg <mrg@NetBSD.org> |
print the VGAbase as well, in case it ends up zero and causes segv. |
| 1f0408e7 |
03-Jun-2013 |
mrg <mrg@NetBSD.org> |
use uint32_t for ulData and PCI_{READ,WRITE}_CONF() consistently. fixes a build issue on LP32. |
| 3cb82e98 |
03-Jun-2013 |
mrg <mrg@NetBSD.org> |
avoid a dubious static issue. |
| a24341bf |
03-Jun-2013 |
mrg <mrg@NetBSD.org> |
update for xf86-video-tseng 1.2.5 |
| 3a56a767 |
03-Jun-2013 |
mrg <mrg@NetBSD.org> |
merge xf86-video-tdfx 1.4.5 and xf86-video-tga 1.2.2 |
| 4b9470b1 |
03-Jun-2013 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-tseng-1.2.5 |
| 14330f12 |
03-Jun-2013 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-trident-1.3.5 |
| b92e825a |
03-Jun-2013 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-tga-1.2.2 |
| 909209ee |
03-Jun-2013 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-tdfx-1.4.5 |
| 34977a3d |
03-Jun-2013 |
mrg <mrg@NetBSD.org> |
update for xf86-video-sis 0.10.7 |
| d2d6fd04 |
03-Jun-2013 |
mrg <mrg@NetBSD.org> |
update for xf86-video-siliconmotion 1.7.5 |
| d7582bcd |
03-Jun-2013 |
mrg <mrg@NetBSD.org> |
move comapt-api.h include so it is always present |
| 544414c9 |
03-Jun-2013 |
mrg <mrg@NetBSD.org> |
update for xorg-server 1.10.6. |
| 5788ca14 |
03-Jun-2013 |
mrg <mrg@NetBSD.org> |
merge xf86-video-s3 0.6.5, xf86-video-s3virge 1.10.6, xf86-video-savage 2.3.6, xf86-video-siliconmotion 1.7.7, xf86-video-sis 0.10.7. |
| 74c14cd6 |
03-Jun-2013 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-sis-0.10.7 |
| b12e5c03 |
03-Jun-2013 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-siliconmotion-1.7.7 |
| aa9e3350 |
03-Jun-2013 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-savage-2.3.6 |
| d769e936 |
03-Jun-2013 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-s3virge-1.10.6 |
| b27e1915 |
03-Jun-2013 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-s3-0.6.5 |
| 880c7e28 |
03-Jun-2013 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-rendition-4.2.5 |
| 45bb0b75 |
03-Jun-2013 |
mrg <mrg@NetBSD.org> |
merge xorg-server 1.10.6. |
| 475c125c |
03-Jun-2013 |
mrg <mrg@NetBSD.org> |
initial import of xorg-server-1.10.6 |
| 9d6baa44 |
03-Jun-2013 |
mrg <mrg@NetBSD.org> |
merge fontconfig 2.10.2 |
| 898dab68 |
03-Jun-2013 |
mrg <mrg@NetBSD.org> |
merge fontconfig 2.10.2 |
| ca08ab68 |
03-Jun-2013 |
mrg <mrg@NetBSD.org> |
initial import of fontconfig-2.10.2 |
| 347791aa |
03-Jun-2013 |
mrg <mrg@NetBSD.org> |
revert 'const' removal changes, now that libXext is also updated. |
| 85e60067 |
02-Jun-2013 |
wiz <wiz@NetBSD.org> |
Reduce unnecessary diffs to upstream (unistd.h is now included for usleep()) |
| 486cae2a |
02-Jun-2013 |
wiz <wiz@NetBSD.org> |
Remove unnecessary diffs to upstream -- header already included above. |
| 7b875fba |
02-Jun-2013 |
wiz <wiz@NetBSD.org> |
Reduce unnecessary diffs to upstream (now include unistd.h for usleep()). |
| c3598144 |
02-Jun-2013 |
wiz <wiz@NetBSD.org> |
Reduce unnecessary diffs to upstream. |
| 5d1002b7 |
02-Jun-2013 |
wiz <wiz@NetBSD.org> |
Two mutually exclusive options cannot be both the default value. |
| abea39b2 |
02-Jun-2013 |
wiz <wiz@NetBSD.org> |
Reduce unnecessary diff to upstream -- inp is ICONV_CONST nowadays. |
| 34d2f1a1 |
02-Jun-2013 |
christos <christos@NetBSD.org> |
make this compile again |
| 84354367 |
02-Jun-2013 |
mrg <mrg@NetBSD.org> |
merge xf86-video-mach64 6.9.4, xf86-video-mga 1.6.2, xf86-video-nv 2.1.20, and xf86-video-r128 6.9.1. |
| 42a55b46 |
02-Jun-2013 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-r128-6.9.1 |
| bd304fc0 |
02-Jun-2013 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-nv-2.1.20 |
| 3f6d0e1d |
02-Jun-2013 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-neomagic-1.2.7 |
| 0bb88ba4 |
02-Jun-2013 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-mga-1.6.2 |
| e35d4d8e |
02-Jun-2013 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-mach64-6.9.4 |
| 6e2341cf |
02-Jun-2013 |
mrg <mrg@NetBSD.org> |
fix merge botch. |
| d51ac6bd |
02-Jun-2013 |
mrg <mrg@NetBSD.org> |
merge xf86-video-chips 1.2.5 |
| 39c497f3 |
02-Jun-2013 |
mrg <mrg@NetBSD.org> |
update for xf86-video-glint 1.2.8 |
| 5c69f917 |
02-Jun-2013 |
mrg <mrg@NetBSD.org> |
merge xf86-video-apm 1.2.5, xf86-video-ast 0.97.0, xf86-video-cirrus 1.5.2, xf86-video-glint 1.2.8 and xf86-video-i740 1.3.4 |
| 213fdd94 |
02-Jun-2013 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-i740-1.3.4 |
| a73423d7 |
02-Jun-2013 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-i128-1.3.6 |
| 1fb744b4 |
02-Jun-2013 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-glint-1.2.8 |
| 63847c39 |
02-Jun-2013 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-cirrus-1.5.2 |
| a1d73b4b |
02-Jun-2013 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-chips-1.2.5 |
| b4d38c65 |
02-Jun-2013 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-ast-0.97.0 |
| 0dd80ee0 |
02-Jun-2013 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-apm-1.2.5 |
| 1d92eb3a |
02-Jun-2013 |
christos <christos@NetBSD.org> |
add missing , |
| 6b6dc15f |
01-Jun-2013 |
mrg <mrg@NetBSD.org> |
update for openchrome 0.3.3 |
| 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 |
| 2e46f441 |
01-Jun-2013 |
mrg <mrg@NetBSD.org> |
merge libpciaccess 0.13.1 |
| cad31331 |
01-Jun-2013 |
mrg <mrg@NetBSD.org> |
initial import of libpciaccess-0.13.1 |
| b40a6198 |
01-Jun-2013 |
mrg <mrg@NetBSD.org> |
merge xf86-video-vesa 2.3.2 |
| e2114991 |
01-Jun-2013 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-vesa-2.3.2 |
| a0b5b4fa |
01-Jun-2013 |
mrg <mrg@NetBSD.org> |
merge libXrandr 1.4.1 |
| cdbfa18a |
01-Jun-2013 |
mrg <mrg@NetBSD.org> |
initial import of libXv-1.0.8 |
| 8bd17e5f |
01-Jun-2013 |
mrg <mrg@NetBSD.org> |
initial import of libXrandr-1.4.1 |
| 2d7aecc9 |
01-Jun-2013 |
mrg <mrg@NetBSD.org> |
merge libXext 1.3.2 |
| af9a7ee5 |
01-Jun-2013 |
mrg <mrg@NetBSD.org> |
initial import of libXext-1.3.2 |
| 6e1ebabf |
31-May-2013 |
mrg <mrg@NetBSD.org> |
update for xkbcomp 1.2.4 |
| b091287f |
31-May-2013 |
mrg <mrg@NetBSD.org> |
merge xkeyboard-config 2.9 and xkbcomp 1.2.4 |
| 0412cded |
31-May-2013 |
mrg <mrg@NetBSD.org> |
initial import of xkeyboard-config-2.9 |
| 1d8c7986 |
31-May-2013 |
mrg <mrg@NetBSD.org> |
initial import of xkbcomp-1.2.4 |
| 3d3513a8 |
31-May-2013 |
mrg <mrg@NetBSD.org> |
add a cast to avoid a compiler error (code is bogus, but fixing it would be more pain than is worth.) |
| c9f4ce72 |
31-May-2013 |
mrg <mrg@NetBSD.org> |
merge xdm 1.1.11 |
| 61640528 |
31-May-2013 |
mrg <mrg@NetBSD.org> |
merge sessreg 1.0.8 |
| 629baa8c |
31-May-2013 |
mrg <mrg@NetBSD.org> |
initial import of xdm-1.1.11 |
| a097bd00 |
31-May-2013 |
mrg <mrg@NetBSD.org> |
initial import of sessreg-1.0.8 |
| b6fea0ce |
31-May-2013 |
mrg <mrg@NetBSD.org> |
merge xterm 293 xtermcfg.h, and patch fontutils.c to actually work with our selected set of options (issue between OPT_RENDERFONT and OPT_SHIFT_FONTS.) |
| 3367019c |
31-May-2013 |
mrg <mrg@NetBSD.org> |
merge xterm 293 |
| 0bd37d32 |
31-May-2013 |
mrg <mrg@NetBSD.org> |
initial import of xterm-293 |
| da9cf437 |
31-May-2013 |
mrg <mrg@NetBSD.org> |
merge libXft 2.3.1. |
| 2836776b |
31-May-2013 |
mrg <mrg@NetBSD.org> |
initial import of libXft-2.3.1 |
| 2e5ab1e8 |
31-May-2013 |
mrg <mrg@NetBSD.org> |
initial import of dri2proto-2.8 |
| cbc4e2be |
31-May-2013 |
mrg <mrg@NetBSD.org> |
initial import of bitmap-1.0.7 |
| bf3a7f7f |
31-May-2013 |
mrg <mrg@NetBSD.org> |
update for libxcb 1.9 |
| 080372c0 |
31-May-2013 |
mrg <mrg@NetBSD.org> |
add some casts to appease GCC; this code is kind of ugly but it seems to be mostly not broken. |
| bcbfc08f |
31-May-2013 |
mrg <mrg@NetBSD.org> |
remove const where it causes build failure |
| 8584976c |
31-May-2013 |
mrg <mrg@NetBSD.org> |
merge libXt 1.1.4 and libXtst 1.2.2. |
| d9dcd5ae |
31-May-2013 |
mrg <mrg@NetBSD.org> |
initial import of libXxf86vm-1.1.3 |
| d5a688bc |
31-May-2013 |
mrg <mrg@NetBSD.org> |
initial import of libXxf86dga-1.1.4 |
| 57ee1794 |
31-May-2013 |
mrg <mrg@NetBSD.org> |
initial import of libXtst-1.2.2 |
| 9e7bcd65 |
31-May-2013 |
mrg <mrg@NetBSD.org> |
initial import of libXt-1.1.4 |
| 899129b3 |
31-May-2013 |
mrg <mrg@NetBSD.org> |
initial import of libXres-1.0.7 |
| 67ab2ff2 |
31-May-2013 |
mrg <mrg@NetBSD.org> |
initial import of libXinerama-1.1.2 |
| 3674e36c |
31-May-2013 |
mrg <mrg@NetBSD.org> |
use some more __UNCONST(). sigh. |
| 986c8b3d |
31-May-2013 |
mrg <mrg@NetBSD.org> |
initial import of xcb-proto-1.8 |
| 21298544 |
31-May-2013 |
mrg <mrg@NetBSD.org> |
initial import of libxcb-1.9 |
| 0597fb56 |
31-May-2013 |
mrg <mrg@NetBSD.org> |
initial import of libXrandr-1.4.0 |
| eaab6933 |
31-May-2013 |
mrg <mrg@NetBSD.org> |
update this for xmag 1.0.5 |
| cf2cd791 |
31-May-2013 |
mrg <mrg@NetBSD.org> |
merge xload 1.1.1, xlogo 1.0.4, xlsatoms 1.1.1, xmag 1.0.5, xmessage 1.0.3, xrefresh 1.0.5, xsetroot 1.1.1, xsm 1.0.3, xstdcmap 1.0.3, xvidtune 1.0.3, and xwd 1.0.5. |
| 05bee9bc |
31-May-2013 |
mrg <mrg@NetBSD.org> |
initial import of xwininfo-1.1.3 |
| 320e696b |
31-May-2013 |
mrg <mrg@NetBSD.org> |
initial import of xwd-1.0.5 |
| 6758a055 |
31-May-2013 |
mrg <mrg@NetBSD.org> |
initial import of xvidtune-1.0.3 |
| fe567363 |
31-May-2013 |
mrg <mrg@NetBSD.org> |
initial import of xtrans-1.2.7 |
| 20915927 |
31-May-2013 |
mrg <mrg@NetBSD.org> |
initial import of xstdcmap-1.0.3 |
| 5977a007 |
31-May-2013 |
mrg <mrg@NetBSD.org> |
initial import of xsm-1.0.3 |
| 62aeb71d |
31-May-2013 |
mrg <mrg@NetBSD.org> |
initial import of xsetroot-1.1.1 |
| c3d5982a |
31-May-2013 |
mrg <mrg@NetBSD.org> |
initial import of xrefresh-1.0.5 |
| 966b534a |
31-May-2013 |
mrg <mrg@NetBSD.org> |
initial import of xrandr-1.4.0 |
| 165cb819 |
31-May-2013 |
mrg <mrg@NetBSD.org> |
initial import of xmessage-1.0.3 |
| 80b026c6 |
31-May-2013 |
mrg <mrg@NetBSD.org> |
initial import of xmag-1.0.5 |
| 7d575c90 |
31-May-2013 |
mrg <mrg@NetBSD.org> |
initial import of xlsatoms-1.1.1 |
| 3fe82118 |
31-May-2013 |
mrg <mrg@NetBSD.org> |
initial import of xlogo-1.0.4 |
| a8bb11d0 |
31-May-2013 |
mrg <mrg@NetBSD.org> |
initial import of xload-1.1.1 |
| 1b180c10 |
31-May-2013 |
mrg <mrg@NetBSD.org> |
merge xcalc 1.0.5, xfd 1.1.1, xfontsel 1.0.5, xfsinfo 1.0.4, xgamma 1.0.5, xgc 1.0.4, and xhost 1.0.5. |
| 0309d3b3 |
31-May-2013 |
mrg <mrg@NetBSD.org> |
initial import of xinput-1.6.0 |
| 21212451 |
31-May-2013 |
mrg <mrg@NetBSD.org> |
initial import of xinit-1.3.2 |
| 3544ea2e |
31-May-2013 |
mrg <mrg@NetBSD.org> |
initial import of xhost-1.0.5 |
| a85aecdf |
31-May-2013 |
mrg <mrg@NetBSD.org> |
initial import of xgc-1.0.4 |
| eea2e341 |
31-May-2013 |
mrg <mrg@NetBSD.org> |
initial import of xgamma-1.0.5 |
| aea1d7ff |
31-May-2013 |
mrg <mrg@NetBSD.org> |
initial import of xfsinfo-1.0.4 |
| fe2ac8d7 |
31-May-2013 |
mrg <mrg@NetBSD.org> |
initial import of xfontsel-1.0.5 |
| 3538fbe3 |
31-May-2013 |
mrg <mrg@NetBSD.org> |
initial import of xfd-1.1.1 |
| 498372ab |
31-May-2013 |
mrg <mrg@NetBSD.org> |
initial import of xcalc-1.0.5 |
| 3ae17ff1 |
31-May-2013 |
mrg <mrg@NetBSD.org> |
initial import of util-macros-1.17 |
| 59238ae6 |
31-May-2013 |
mrg <mrg@NetBSD.org> |
add generated config.h for xdpyinfo |
| 06ca7a13 |
31-May-2013 |
mrg <mrg@NetBSD.org> |
apply __UNCONST() if it exists. |
| bc358549 |
31-May-2013 |
mrg <mrg@NetBSD.org> |
merge oclock 1.0.3, setxkbmap 1.3/0. viewres 1.0.4, xclipboard 1.1.2, xcmsdb 1.0.4, xditview 1.0.3, xdpyinfo 1.3.1, xedit 1.2.1, and xev 1.2.1. |
| 1a2dd139 |
31-May-2013 |
mrg <mrg@NetBSD.org> |
initial import of xev-1.2.1 |
| 31de2854 |
31-May-2013 |
mrg <mrg@NetBSD.org> |
initial import of xedit-1.2.1 |
| b6f5cd12 |
31-May-2013 |
mrg <mrg@NetBSD.org> |
initial import of xdpyinfo-1.3.1 |
| 65912f00 |
31-May-2013 |
mrg <mrg@NetBSD.org> |
initial import of xditview-1.0.3 |
| 16d7e2f1 |
31-May-2013 |
mrg <mrg@NetBSD.org> |
initial import of xcmsdb-1.0.4 |
| 309c398a |
31-May-2013 |
mrg <mrg@NetBSD.org> |
initial import of xclock-1.0.6 |
| bbf6ba0a |
31-May-2013 |
mrg <mrg@NetBSD.org> |
initial import of xclipboard-1.1.2 |
| 96402570 |
31-May-2013 |
mrg <mrg@NetBSD.org> |
initial import of xauth-1.0.7 |
| 6dbd43aa |
31-May-2013 |
mrg <mrg@NetBSD.org> |
initial import of viewres-1.0.4 |
| bda5b58f |
31-May-2013 |
mrg <mrg@NetBSD.org> |
initial import of setxkbmap-1.3.0 |
| 61c899d4 |
31-May-2013 |
mrg <mrg@NetBSD.org> |
initial import of rgb-1.0.5 |
| 49e82ceb |
31-May-2013 |
mrg <mrg@NetBSD.org> |
initial import of oclock-1.0.3 |
| 14734546 |
31-May-2013 |
mrg <mrg@NetBSD.org> |
remove a couple of 'const' that aren't OK for the caller. |
| d565dcaf |
31-May-2013 |
mrg <mrg@NetBSD.org> |
add a config.h |
| 9be87f73 |
31-May-2013 |
mrg <mrg@NetBSD.org> |
merge bdftopcf 1.0.4 and imake 1.0.5 configure output. |
| a5c37dfe |
31-May-2013 |
mrg <mrg@NetBSD.org> |
merge appres 1.0.4, bdftopcf 1.0.4, beforelight 1.0.5, editres 1.0.6, fslsfonts 1.0.4, fstobdf 1.0.5, listres 1.0.3, and mkfontdir 1.0.7. |
| 663cdc11 |
31-May-2013 |
mrg <mrg@NetBSD.org> |
initial import of mkfontscale-1.1.0 |
| 55476c70 |
31-May-2013 |
mrg <mrg@NetBSD.org> |
initial import of mkfontdir-1.0.7 |
| d43532a6 |
31-May-2013 |
mrg <mrg@NetBSD.org> |
initial import of makedepend-1.0.4 |
| 39ae6282 |
31-May-2013 |
mrg <mrg@NetBSD.org> |
initial import of lndir-1.0.3 |
| 1a669bc9 |
31-May-2013 |
mrg <mrg@NetBSD.org> |
initial import of listres-1.0.3 |
| 1114aea8 |
31-May-2013 |
mrg <mrg@NetBSD.org> |
initial import of imake-1.0.5 |
| 82e12b1b |
31-May-2013 |
mrg <mrg@NetBSD.org> |
initial import of fstobdf-1.0.5 |
| c27291eb |
31-May-2013 |
mrg <mrg@NetBSD.org> |
initial import of fslsfonts-1.0.4 |
| 988795be |
31-May-2013 |
mrg <mrg@NetBSD.org> |
initial import of editres-1.0.6 |
| caec6540 |
31-May-2013 |
mrg <mrg@NetBSD.org> |
initial import of beforelight-1.0.5 |
| 5dd2154e |
31-May-2013 |
mrg <mrg@NetBSD.org> |
initial import of bdftopcf-1.0.4 |
| f66e55a2 |
31-May-2013 |
mrg <mrg@NetBSD.org> |
initial import of appres-1.0.4 |
| 85eb5720 |
31-May-2013 |
mrg <mrg@NetBSD.org> |
merge xfs 1.1.3 |
| 34f90d55 |
31-May-2013 |
mrg <mrg@NetBSD.org> |
initial import of xfs-1.1.3 |
| 9e7a9804 |
31-May-2013 |
mrg <mrg@NetBSD.org> |
fix some const issues. |
| 8186d004 |
31-May-2013 |
mrg <mrg@NetBSD.org> |
merge libxkbfile 1.0.8 |
| bf64393b |
31-May-2013 |
mrg <mrg@NetBSD.org> |
merge libXtst 1.2.1 |
| ed478f3b |
31-May-2013 |
mrg <mrg@NetBSD.org> |
merge libXpm 3.5.10 |
| c3c75042 |
31-May-2013 |
mrg <mrg@NetBSD.org> |
merge libXmu 1.1.1 |
| 1a17810d |
31-May-2013 |
mrg <mrg@NetBSD.org> |
merge libXfont 1.4.5 |
| 06791fd8 |
31-May-2013 |
mrg <mrg@NetBSD.org> |
merge libXcomposite 0.4.4 |
| 4cd6a3ae |
31-May-2013 |
mrg <mrg@NetBSD.org> |
initial import of libxkbfile-1.0.8 |
| 48c85eb7 |
31-May-2013 |
mrg <mrg@NetBSD.org> |
initial import of libfontenc-1.1.2 |
| 06f32fbe |
31-May-2013 |
mrg <mrg@NetBSD.org> |
initial import of libXtst-1.2.1 |
| 97cf2ee2 |
31-May-2013 |
mrg <mrg@NetBSD.org> |
initial import of libXpm-3.5.10 |
| 0cc2eac3 |
31-May-2013 |
mrg <mrg@NetBSD.org> |
initial import of libXmu-1.1.1 |
| 41c30155 |
31-May-2013 |
mrg <mrg@NetBSD.org> |
initial import of libXfont-1.4.5 |
| 862f5301 |
31-May-2013 |
mrg <mrg@NetBSD.org> |
initial import of libXdmcp-1.1.1 |
| 6dda92f9 |
31-May-2013 |
mrg <mrg@NetBSD.org> |
initial import of libXdamage-1.1.4 |
| 4e7590ef |
31-May-2013 |
mrg <mrg@NetBSD.org> |
initial import of libXcomposite-0.4.4 |
| 21bb84c3 |
31-May-2013 |
mrg <mrg@NetBSD.org> |
don't declare a 'const char *' when you pass it to a 'char *'. |
| 03200034 |
31-May-2013 |
mrg <mrg@NetBSD.org> |
merge libXau 1.0.8 |
| 51b8cbae |
31-May-2013 |
mrg <mrg@NetBSD.org> |
merge libXTrap 1.0.1 |
| 421c997b |
31-May-2013 |
mrg <mrg@NetBSD.org> |
initial import of libXaw-1.0.11 |
| 313a12fd |
31-May-2013 |
mrg <mrg@NetBSD.org> |
initial import of libXau-1.0.8 |
| 9384b2f3 |
31-May-2013 |
mrg <mrg@NetBSD.org> |
initial import of libXTrap-1.0.1 |
| 200d7199 |
31-May-2013 |
mrg <mrg@NetBSD.org> |
initial import of libXScrnSaver-1.2.2 |
| 3c15da26 |
31-May-2013 |
mrg <mrg@NetBSD.org> |
initial import of libSM-1.2.1 |
| 9ef0b394 |
31-May-2013 |
mrg <mrg@NetBSD.org> |
initial import of libICE-1.0.8 |
| f931275d |
31-May-2013 |
mrg <mrg@NetBSD.org> |
initial import of font-util-1.3.0 |
| 3e6c936a |
31-May-2013 |
mrg <mrg@NetBSD.org> |
initial import of libXfixes-5.0.1 |
| 7d7e1abd |
30-May-2013 |
mrg <mrg@NetBSD.org> |
FSServerName() returns const char *. |
| 556b6652 |
30-May-2013 |
mrg <mrg@NetBSD.org> |
merge libX11 1.5.99.902. |
| eb411b4b |
30-May-2013 |
mrg <mrg@NetBSD.org> |
initial import of libX11-1.5.99.902 |
| f0e536f1 |
30-May-2013 |
mrg <mrg@NetBSD.org> |
merge libFS 1.0.5 |
| e6d5e4e0 |
30-May-2013 |
mrg <mrg@NetBSD.org> |
initial import of libXcursor-1.1.14 |
| 1bedbe3f |
30-May-2013 |
mrg <mrg@NetBSD.org> |
initial import of libFS-1.0.5 |
| 05d0fef2 |
30-May-2013 |
mrg <mrg@NetBSD.org> |
merge randrproto 1.4.0 |
| fd014136 |
30-May-2013 |
mrg <mrg@NetBSD.org> |
merge inputproto 2.3. |
| 3ce3fc99 |
30-May-2013 |
mrg <mrg@NetBSD.org> |
initial import of xproto-7.0.24 |
| 935fbdde |
30-May-2013 |
mrg <mrg@NetBSD.org> |
initial import of xextproto-7.2.1 |
| cf2c9507 |
30-May-2013 |
mrg <mrg@NetBSD.org> |
initial import of xcmiscproto-1.2.2 |
| 4788956f |
30-May-2013 |
mrg <mrg@NetBSD.org> |
initial import of scrnsaverproto-1.2.2 |
| 125ee343 |
30-May-2013 |
mrg <mrg@NetBSD.org> |
initial import of recordproto-1.14.2 |
| b2e35f4c |
30-May-2013 |
mrg <mrg@NetBSD.org> |
initial import of randrproto-1.4.0 |
| e72b3789 |
30-May-2013 |
mrg <mrg@NetBSD.org> |
initial import of kbproto-1.0.6 |
| f206a979 |
30-May-2013 |
mrg <mrg@NetBSD.org> |
initial import of inputproto-2.3 |
| be94fdc6 |
30-May-2013 |
mrg <mrg@NetBSD.org> |
initial import of glproto-1.4.16 |
| c20ef79c |
30-May-2013 |
mrg <mrg@NetBSD.org> |
initial import of bigreqsproto-1.1.2 |
| 141baaa7 |
28-Mar-2013 |
mlelstv <mlelstv@NetBSD.org> |
Call removeShadow only when shadowFB has been initialized. |
| 023e83d8 |
18-Mar-2013 |
jmcneill <jmcneill@NetBSD.org> |
If WSKBDIO_GTYPE succeeds and returns type=0, it is a mux with no keyboard attached. In this case, assume USB. |
| eb3dced6 |
28-Feb-2013 |
macallan <macallan@NetBSD.org> |
make this work on Gdium ( and NetBSD in general ) |
| c7bcadcc |
28-Feb-2013 |
macallan <macallan@NetBSD.org> |
support Loomgson Multimedia Instructions on NetBSD |
| e22219b5 |
20-Feb-2013 |
macallan <macallan@NetBSD.org> |
remove debug spam |
| 69c5878d |
20-Feb-2013 |
macallan <macallan@NetBSD.org> |
do ioctl(KDSETMODE) when switching in and out of the Xserver's VT now this works on top of radeonfb |
| 8ab4536d |
14-Feb-2013 |
macallan <macallan@NetBSD.org> |
when using /dev/wskbd* we need to close the device when VT switching out of X, and open it again when switching back |
| b83350a8 |
14-Feb-2013 |
macallan <macallan@NetBSD.org> |
call ioctl(WSDISPLAYIO_SMODE, ...) in EnterTV/LeaveVT so kernel graphics drivers get notified when we switch in and out of X |
| a7855654 |
09-Feb-2013 |
jmcneill <jmcneill@NetBSD.org> |
pixman 0.28.2 |
| 36b8e95c |
07-Feb-2013 |
macallan <macallan@NetBSD.org> |
enable altivec detection via sysctl(machdep.altivec) |
| c4cf67bd |
31-Jan-2013 |
jmcneill <jmcneill@NetBSD.org> |
Add support for SIMD and NEON extensions. |
| 3788fa92 |
31-Jan-2013 |
macallan <macallan@NetBSD.org> |
use WSDISPLAYIO_GET_FBINFO if available |
| 81988197 |
31-Jan-2013 |
jmcneill <jmcneill@NetBSD.org> |
merge pixman 0.28.2 |
| 9ad247e8 |
31-Jan-2013 |
jmcneill <jmcneill@NetBSD.org> |
initial import of pixman-0.28.2 |
| 2eed41b2 |
31-Jan-2013 |
apb <apb@NetBSD.org> |
If you are going to test an enum value for equality with -1, and -1 is out of range for the enum type, then at least cast the -1 to the appropriate enum type. |
| ce8ce673 |
10-Jan-2013 |
jmcneill <jmcneill@NetBSD.org> |
WSDISPLAY_TYPE_VC4 framebuffer is BGR |
| 792ba0ea |
09-Nov-2012 |
abs <abs@NetBSD.org> |
Apply patch https://bugs.freedesktop.org/attachment.cgi?id=68718 (with whitespace tweaks) from https://bugs.freedesktop.org/show_bug.cgi?id=47266 to address graphics corruption using recent Cairo, manifested most commonly by certain rendered text sections appearing as solid rectangular blocks of colour. Should be pulled up to netbsd-6 (and probably -5) |
| 68e48be9 |
09-Nov-2012 |
apb <apb@NetBSD.org> |
Adjust previous: the cast should be to (unsigned long), not (long), since the value is printed in hex and we don't want sign extension. |
| 50e787e2 |
09-Nov-2012 |
apb <apb@NetBSD.org> |
printf format fix: cast to (long) when printing with "%lX" format. |
| 2fd93fed |
08-Nov-2012 |
apb <apb@NetBSD.org> |
Mark inline function in_word_set(str, len) as static. The function uses a static variable (stringpool_contents) and this is not allowed in an inline function with external linkage. This change in xsrc/external/mit/xorg/lib/xcb-util/atom/atoms.c is identical to a recent change in src/external/mit/xorg/lib/xcb-util/atom/atoms.c where the problem was found by clang -Wstatic-in-inline. |
| afd9aa65 |
02-Nov-2012 |
apb <apb@NetBSD.org> |
PIXMAN_OP_any may be stored in variables of type pixman_op_t (which is an enum type). Change the way pixman_op_t is defined, so that PIXMAN_OP_any is now a valid value of the enum type, instead of being a #define'd constant that was out of range. This fixes warnings from clang -Wtautological-constant-out-of-range-compare. |
| 305fe1c5 |
02-Nov-2012 |
apb <apb@NetBSD.org> |
subroutine is a variable of an enum type. BRW_WM_MAX_SUBROUTINE is a #define'd constant which is known at compile time to be larger than the maximum possible value of the enum. Cast these values to (int) in an assert(), to avoid a warning from clang -Wtautological-constant-out-of-range-compare. |
| 91817726 |
02-Nov-2012 |
apb <apb@NetBSD.org> |
In XGI_GetTVPtrIndex2(), return the correct value through *tempch by using (*tempch)++ instead of *tempch++. Found using clang -Wunused-value. |
| ecb1bcb9 |
02-Nov-2012 |
apb <apb@NetBSD.org> |
Add returns in non-void functions. Found using clang -Wreturn-type. |
| b83cc2c0 |
02-Nov-2012 |
apb <apb@NetBSD.org> |
printf format fixes, found using clang -Wformat. Some are fixed by adding casts, some by changing the format string, and some by changing the type of the variable. |
| 5d769ca5 |
02-Nov-2012 |
apb <apb@NetBSD.org> |
Remove useless extra "const" in "const sometype const * var = value;". Foundusing clang -Wduplicate-decl-specifier. |
| 88d2652f |
02-Nov-2012 |
apb <apb@NetBSD.org> |
Add parentheses in code that attempts to convert 3 bytes to a 24-bit value. "+" has higher precedence than "<<", so the old code would have given incorrect results. Found using clang -Wshift-op-parentheses. |
| 042789b0 |
23-Sep-2012 |
veego <veego@NetBSD.org> |
Disable a lot of debug output which would show up if you change from the xserver to another console and back |
| 2aab92c7 |
23-Sep-2012 |
veego <veego@NetBSD.org> |
update for xf86-video-ati 6.14.6 |
| c135eceb |
23-Sep-2012 |
veego <veego@NetBSD.org> |
merge xf86-video-ati 6.14.6 |
| 68105dcb |
23-Sep-2012 |
veego <veego@NetBSD.org> |
initial import of xf86-video-ati-6.14.6. NetBSD note: The libdrm requirement seems to be KMS related which we do not have. * 6.15.6 This version requires the latest libdrm 2.4.36 release, and fixes a few other bugs seen since 6.14.5. * 6.14.5 - add solid picture accel - tiling fixes - new pci ids - 6xx-9xx Xv improvements - support for upcoming xserver API changes - bug fixes |
| b7306217 |
15-Aug-2012 |
macallan <macallan@NetBSD.org> |
set the default reference clock for Rage XL on sparc to 29.498MHz now the PGX64 works out of the box with no config file |
| 52dc1b6a |
21-Jul-2012 |
tsutsui <tsutsui@NetBSD.org> |
Don't return FALSE in OpenKeyboard() even if wskbd type is unknown so that we can still setup keyboard map manually by xmodmap(1) etc. on poor Tier II machines. |
| cb1acafb |
20-Jul-2012 |
macallan <macallan@NetBSD.org> |
some more gcc appeasing ( now why did that fire a warning on i386 but not amd64? ) |
| 098ad5bd |
19-Jul-2012 |
macallan <macallan@NetBSD.org> |
make this compile on NetBSD, still needs to be tested on actual hardware ( hi msaitoh@ ) |
| 3ad4ed57 |
19-Jul-2012 |
macallan <macallan@NetBSD.org> |
remove accitentially imported garbage |
| dfe64dd3 |
19-Jul-2012 |
macallan <macallan@NetBSD.org> |
initial import of xf86-video-xgi-1.6.0 |
| 05e39ab5 |
18-Jul-2012 |
wiz <wiz@NetBSD.org> |
Use upstream version of DEBUG compile fix instead of local patch. |
| 9fd5246b |
18-Jul-2012 |
wiz <wiz@NetBSD.org> |
Revert incorrect change to upstream (replacement works fine, don't hardcode wrong value) |
| f00f1d62 |
18-Jul-2012 |
macallan <macallan@NetBSD.org> |
apply the same GX_FULL -> GX_INPROGRESS fix as cgsix.c now this works properly on the SPARCstation LX |
| f14cae12 |
17-Jul-2012 |
wiz <wiz@NetBSD.org> |
SH arguments should be uppercase. Inspired by PR 46643. |
| 5e248323 |
17-Jul-2012 |
wiz <wiz@NetBSD.org> |
Change local patch to version that was committed upstream as a52a5150dd353a6dcc8db1720d0616d14b14905e |
| 836253ff |
16-Jul-2012 |
abs <abs@NetBSD.org> |
Add WSKBD_TYPE_LK201 |
| 0c005ca7 |
16-Jul-2012 |
abs <abs@NetBSD.org> |
Add a basic map for an LK201 keyboard |
| 1a0563c8 |
12-Jul-2012 |
wiz <wiz@NetBSD.org> |
Remove dist files for xkbdata, unused since June 2009, when it was replaced with xkeyboard-config. Ok mrg@ |
| 218c2a7c |
12-Jul-2012 |
wiz <wiz@NetBSD.org> |
Instead of local patch, use official upstream fix. commit 1326fcb6afe5a62b675bf99826f7e628c66237b4 Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br> Date: Thu Jan 15 16:15:23 2009 -0200 Ansification and compile warning fixes. This also uses XORG_CHANGELOG and XORG_CWARNFLAGS, corrects make distcheck and most gcc 4.3 and sparse warnings. |
| 7abd9dad |
12-Jul-2012 |
wiz <wiz@NetBSD.org> |
Instead of local patch, merge upstream git version: commit 45cc81cd7abafe61bddb3ddce9f4fb8a9aa06c12 Author: Julien Cristau <jcristau@debian.org> Date: Thu Sep 8 22:11:15 2011 +0200 Include <sys/time.h> and <sys/resource.h> unconditionally Suggested by Mark Kettenis. X.Org bug#40632 <https://bugs.freedesktop.org/show_bug.cgi?id=40632> Signed-off-by: Julien Cristau <jcristau@debian.org> |
| df9050aa |
12-Jul-2012 |
wiz <wiz@NetBSD.org> |
Revert local patch adding a call to openpty. Defining HAS_OPENPTY (which I just added in the crossover Makefile) has the same effect. |
| 180c47ec |
28-Jun-2012 |
macallan <macallan@NetBSD.org> |
unmap THC when we mean THC, remove spurious return in CloseScreen() |
| 404274b3 |
28-Jun-2012 |
macallan <macallan@NetBSD.org> |
actually unmap what we mapped in CloseScreen(). While there nuke a spurious return. |
| 4325d6ae |
27-Jun-2012 |
macallan <macallan@NetBSD.org> |
when using dixSetPrivate() and friends it helps to initialize the key before using it. Now colours on suncg6 look right again and we don't spin or crash on exit anymore. probably needs to be pulled into -6 |
| ec6a53a6 |
08-Jun-2012 |
tsutsui <tsutsui@NetBSD.org> |
Make xf86-video-intel driver work on Atom N455 + GMA3150 graphics chipset by pulling the following change from upstream: http://cgit.freedesktop.org/xorg/driver/xf86-video-intel/commit/src/i830.h?id=8f64837e56b2de0fb8a9100d1a844fd3f18d751c > Disable FBC on IGD for UMS > It appears the new chip doesn't support FBC currently. Tested on MSI U135DX + NetBSD/i386 6.0_BETA2 with this patch. Should be pulled up to netbsd-6. |
| 29275594 |
06-Jun-2012 |
tsutsui <tsutsui@NetBSD.org> |
Pull the similar fix from i915_render.c rev 1.2 and i965_render.c rev 1.2: http://mail-index.NetBSD.org/source-changes/2010/12/27/msg016345.html > XXX: Fix crash with Firefox, where drawable is NULL. > There must be a better fix for this. http://mail-index.NetBSD.org/source-changes/2011/01/21/msg017560.html > Avoid a crash when pDrawable is null. Fixes Xserver SEGV on starting Firefox on old i830/855GM machines running 6.0_BETA2. Should be pulled up to netbsd-6. |
| c167fa71 |
03-Jun-2012 |
rjs <rjs@NetBSD.org> |
update for 6.14.4 |
| f3a0071a |
03-Jun-2012 |
rjs <rjs@NetBSD.org> |
merge xf86-video-ati 6.14.4 |
| 40732134 |
03-Jun-2012 |
rjs <rjs@NetBSD.org> |
initial import of xf86-video-ati-6.14.4 |
| f6dbef6f |
30-May-2012 |
macallan <macallan@NetBSD.org> |
don't map the VGA framebuffer if AVOID_VGAHW is defined |
| 4b1cd807 |
19-May-2012 |
cheusov <cheusov@NetBSD.org> |
fix in libxfont: An uninitialized pointer causes a crash if pcf header is corrupted (upstream patch). |
| fdafe9d0 |
16-May-2012 |
abs <abs@NetBSD.org> |
Add vax to the list of non inb() users |
| d3d01558 |
13-May-2012 |
wiz <wiz@NetBSD.org> |
Let libX11 load and make available the newer (X11R6) callback-based API for XIM (expected by emacs). Patch from Ian D. Leroux <idleroux@fastmail.fm> on pkgsrc-users following a hint by Nhat Minh Lê <nhat.minh.le@gmail.com>. |
| 2574ff00 |
25-Mar-2012 |
joerg <joerg@NetBSD.org> |
Be UTF8 clean with the source code. |
| c8409b00 |
14-Mar-2012 |
martin <martin@NetBSD.org> |
henning petersen in PR xsrc/46172: do not used removed function miPointerAbsoluteCursor(), replace with miPointerSetPosition(). |
| f6a1d1d9 |
29-Feb-2012 |
tron <tron@NetBSD.org> |
Move "libexpat" from X11 into base which fixes PR lib/40346. This change was approved by the Core Group. |
| 51aca463 |
25-Feb-2012 |
martin <martin@NetBSD.org> |
Fix scan code 50 key on non-us-USB keyboards (BSlash2 -> BSlash). From macallan. |
| 040e9fe7 |
18-Feb-2012 |
martin <martin@NetBSD.org> |
Add -noretro as default server arg in configuration files where we are sure the user will get a visible window "soon". The sole reason we backed out the "retro" change from upstream was to avoid an empty black screen after manualy starting just "X". With these preconfigured startup mehtods, this confusion can not happen. |
| 70712537 |
13-Feb-2012 |
matt <matt@NetBSD.org> |
Deal with the limited range of VAX floating point numbers when compiling for VAX. |
| f3d19aa6 |
26-Jan-2012 |
christos <christos@NetBSD.org> |
PR/45853: Pierre Pronchery: Add support for absolute positioning (tablets) |
| e0524874 |
22-Jan-2012 |
macallan <macallan@NetBSD.org> |
don't mess with BARs if only one card is present now this works again on macppc While there, move USE_INT10 and USE_PCIVGAIO to the reachover Makefile. |
| 465e8200 |
05-Jan-2012 |
christos <christos@NetBSD.org> |
Do as the comment says: always include xorg.cf |
| 8bb1b43f |
02-Jan-2012 |
tron <tron@NetBSD.org> |
Don't include "xorg.cf" twice for NetBSD/sparc and NetBSD/sparc64. This avoid a lot redefinition warnings from "imake" which are e.g. triggered by pkgsrc's checks. |
| e8f5f15e |
15-Dec-2011 |
macallan <macallan@NetBSD.org> |
actually put some relevant information in the man page |
| 2e72e74d |
14-Dec-2011 |
macallan <macallan@NetBSD.org> |
add NoAccel option, general cleanup |
| 8f42ccd2 |
27-Nov-2011 |
tsutsui <tsutsui@NetBSD.org> |
Fix -Wshadow. (should be committed before src/external/mit/xorg/server/drivers/xf86-input-mouse/Makefile rev 1.5. Sorry) |
| 933f9f8f |
24-Nov-2011 |
macallan <macallan@NetBSD.org> |
when doing DDC2 on Permedia2 make sure to clear the USE_MONID bit in the DDCdata register so the i2c bits actually do something Now DDC2 works on my PGX32 / Raptor 8P |
| 4dca01ad |
14-Nov-2011 |
jmcneill <jmcneill@NetBSD.org> |
Use sysctl machdep.dmi.* instead of /sys/class/dmi/id/* for extracting DMI info on NetBSD |
| 23e2f35b |
22-Oct-2011 |
jmcneill <jmcneill@NetBSD.org> |
if the video driver is "vmware" or "vmwlegacy" and no mouse section exists, use the "vmmouse" input driver instead of "mouse" -- now xorg works properly in vmware without a config file |
| d77c0cdc |
09-Oct-2011 |
jmcneill <jmcneill@NetBSD.org> |
xsrc/45442: X -configure doesn't detect S3 Trio32/64 Backout the following commit from upstream: http://cgit.freedesktop.org/xorg/xserver/commit/hw/xfree86/common/xf86Helper.c?id=0ceac6f64f5ad9bc2ac4b19be2dd245ffba78b05 Despite what the log message says, xf86MatchDevice can be called at configure time by drivers who still implement the legacy probing API (and there are a lot of them!). |
| c62a6f7a |
09-Oct-2011 |
jmcneill <jmcneill@NetBSD.org> |
When configuring a new PCI or SBus device, remember to stash the bus specific information (in pVideo for PCI or sVideo for SBus), otherwise more than one driver may try to attach to the device and 'X -configure' will fail with "Number of created screens does not match number of detected devices". |
| 311f2276 |
09-Oct-2011 |
jmcneill <jmcneill@NetBSD.org> |
re-apply patch from revision 1.2: GenerateDriverlist: Change driver matching pattern to be the same as the one used by the module loader. |
| 3fc0ac56 |
26-Sep-2011 |
tsutsui <tsutsui@NetBSD.org> |
Also wrap variables used only in !__NetBSD__ block. |
| 4071cc8b |
26-Sep-2011 |
tsutsui <tsutsui@NetBSD.org> |
Restore #ifndef __NetBSD__ portions (disabling OpenBSD specific TPANEL stuff?) which were accidentally removed in rev 1.4: > merge xf86-input-ws 1.3.0 from openbsd-current. Pointed out by nonaka@, and this fixes WSMOUSEIO_SCALIBCOORDS ioctl errors and coredumps after the driver is loaded on hpcarm W-ZERO3. |
| d232d9e0 |
26-Sep-2011 |
tsutsui <tsutsui@NetBSD.org> |
Use #ifndef __NetBSD__ instead of #if 0 which were added in rev 1.5: > port to netbsd wscons |
| f5536984 |
24-Aug-2011 |
macallan <macallan@NetBSD.org> |
now that xrender acceleration on R1xx works again there is no reason not to enable it by default |
| 5efc87a0 |
16-Aug-2011 |
joerg <joerg@NetBSD.org> |
Increase strictness of LZW parser. |
| 94917da6 |
16-Aug-2011 |
joerg <joerg@NetBSD.org> |
Do proper input validation. Allow decompressing all input streams. |
| 334b8e15 |
15-Aug-2011 |
christos <christos@NetBSD.org> |
P Fix CVS-2011-2895, buffer overflow in decompress |
| db96680c |
11-Aug-2011 |
joerg <joerg@NetBSD.org> |
Fix memset usage. |
| 0164873e |
11-Aug-2011 |
joerg <joerg@NetBSD.org> |
Fix format string |
| e179d2ea |
11-Aug-2011 |
joerg <joerg@NetBSD.org> |
Call print_version without argument and mark it as void. |
| 4bc7f083 |
11-Aug-2011 |
joerg <joerg@NetBSD.org> |
Fix memset usage |
| 37e2dea5 |
11-Aug-2011 |
joerg <joerg@NetBSD.org> |
Fix memset usage. |
| 6bafc880 |
11-Aug-2011 |
joerg <joerg@NetBSD.org> |
Fix logical vs bit op. |
| da718312 |
11-Aug-2011 |
joerg <joerg@NetBSD.org> |
Assume for a moment that the intention here is to do something useful. |
| 5e94dafd |
11-Aug-2011 |
joerg <joerg@NetBSD.org> |
Fix memset usage |
| b93833df |
11-Aug-2011 |
joerg <joerg@NetBSD.org> |
Fix memset usage. |
| 1889691a |
10-Aug-2011 |
tsutsui <tsutsui@NetBSD.org> |
Make it possible to disable #define FT_CONFIG_OPTION_USER_BZIP2 setting by -DFT_CONFIG_OPTION_DISABLE_BZIP2 for tools build on systems which don't have native bzip2 support. Ok'ed by mrg@ in PR xsrc/45223. |
| 07f4e327 |
04-Aug-2011 |
macallan <macallan@NetBSD.org> |
support ioctl(WSDISPLAYIO_GET_EDID) |
| 11daf19c |
03-Aug-2011 |
mrg <mrg@NetBSD.org> |
updates for pixman 0.23.2 |
| c7adf4d3 |
03-Aug-2011 |
mrg <mrg@NetBSD.org> |
merge pixman 0.23.2 |
| 6ba797d6 |
03-Aug-2011 |
mrg <mrg@NetBSD.org> |
initial import of pixman-0.23.2. important changes include: - more SSE2 support - more arm neon and A8 support - several bug fixes |
| d8e76104 |
03-Aug-2011 |
mrg <mrg@NetBSD.org> |
merge libX11 1.4.4 |
| 6cc2b21f |
03-Aug-2011 |
mrg <mrg@NetBSD.org> |
initial import of libX11 1.4.4. important changes include: - fix many memory leaks - fix use-after-free errors - better error messages for XCB protocol issues we could use the new setup POSTLOCALELIBDIR to make i18n 32-bit compat aware, if we ever decide to create compat 32-bit X11 libs. |
| 11f750ed |
03-Aug-2011 |
mrg <mrg@NetBSD.org> |
merge xinit 1.3.1 |
| d8ef0fa0 |
03-Aug-2011 |
mrg <mrg@NetBSD.org> |
merge xset 1.2.2 |
| 171c029c |
03-Aug-2011 |
mrg <mrg@NetBSD.org> |
merge x11perf 1.5.4. |
| ff6cf368 |
03-Aug-2011 |
mrg <mrg@NetBSD.org> |
initial import of xset-1.2.2 |
| c81d8f5e |
03-Aug-2011 |
mrg <mrg@NetBSD.org> |
initial import of xinit-1.3.1 |
| e4ee1255 |
03-Aug-2011 |
mrg <mrg@NetBSD.org> |
initial import of x11perf 1.5.4. changes include: - Add tests for ShmGetImage |
| ffd25bca |
03-Aug-2011 |
mrg <mrg@NetBSD.org> |
initial import of twm-1.0.7 |
| c0f2723b |
03-Aug-2011 |
mrg <mrg@NetBSD.org> |
revert a bad merge with chips 1.2.4. now this builds with 1.10 like the upstream does. |
| 936c1604 |
02-Aug-2011 |
mrg <mrg@NetBSD.org> |
fix the XORG_DATE. |
| 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. |
| 0b33e806 |
02-Aug-2011 |
mrg <mrg@NetBSD.org> |
include dix-config.h since this depends up on symbols defined there |
| cbd01d10 |
02-Aug-2011 |
mrg <mrg@NetBSD.org> |
update for xf86-input-ws 1.3.0 |
| d6a0ccf1 |
02-Aug-2011 |
mrg <mrg@NetBSD.org> |
port to netbsd wscons |
| f3ff32a7 |
02-Aug-2011 |
mrg <mrg@NetBSD.org> |
merge xf86-input-ws 1.3.0 from openbsd-current. |
| c57823e8 |
02-Aug-2011 |
mrg <mrg@NetBSD.org> |
initial import of xf86-input-ws from openbsd-current xenocara, with xorg 1.10 input fixes. |
| 48ddc4d9 |
02-Aug-2011 |
mrg <mrg@NetBSD.org> |
finish updating these for xorg-server 1.10.3 |
| ce7a358c |
02-Aug-2011 |
mrg <mrg@NetBSD.org> |
updates for xorg-server 1.10.3. |
| 5afdac23 |
02-Aug-2011 |
mrg <mrg@NetBSD.org> |
re-apply the fix for https://bugs.freedesktop.org/show_bug.cgi?id=28181, from the comment #40 from this bug. |
| 65b04b38 |
02-Aug-2011 |
mrg <mrg@NetBSD.org> |
merge cornflakes with xorg-server 1.10.3 |
| 3ff38f22 |
02-Aug-2011 |
mrg <mrg@NetBSD.org> |
revert the change below, to help merge 1.10.3. there's a new version of this coming up shortly: http://mail-index.netbsd.org/source-changes/2011/03/18/msg020067.html Log Message: Pull up fix from https://bugs.freedesktop.org/show_bug.cgi?id=28181 to prevent random segfaults of the X server when using composite with the ati driver. |
| 9ace9065 |
02-Aug-2011 |
mrg <mrg@NetBSD.org> |
initial import of xorg-server 1.10.3. highlights include: - fixes xorg bugs 29969, 30367, 30527, 30267, 30260, 29046, 30260, 31548, 28672, 24887, 32115, 21457, 32436, 21827, 28414, 24703, 32803, 16318, 33449, 33324, 33929, 35082, 35209, 36146, 36119 - many additional NULL checks - adjustments related to input ABI 12 - *lots* of dead code removal - vga arbitrator fixes - GL fixes - EDID fixes - conversion to using asprintf() in many places - many fixes from valgrind, compiler warnings see these for more details: http://lists.freedesktop.org/archives/xorg-announce/2011-February/001612.html http://lists.freedesktop.org/archives/xorg-announce/2011-April/001646.html http://lists.freedesktop.org/archives/xorg-announce/2011-May/001675.html http://lists.freedesktop.org/archives/xorg-announce/2011-July/001710.html |
| ce63f163 |
01-Aug-2011 |
tsutsui <tsutsui@NetBSD.org> |
Always include <xorg.cf> for GccAliasingArgs regardless of server support on the target plattform. Fixes "GccAliasingArgs" leftovers in Makefiles generated by imake(1) on m68k and sh3 etc. This problem had been once fixed in rev 1.2 per PR xsrc/40970, but it looks accidentally reverted on xorg-cf-files 1.0.3 merge in rev 1.3. |
| a49f9f89 |
26-Jul-2011 |
macallan <macallan@NetBSD.org> |
mibank.h is no more so don't try to use it now this driver builds and works again on shark |
| 05a4e9a7 |
24-Jul-2011 |
mrg <mrg@NetBSD.org> |
avoid having macros expand code to be: ((f) ? (f)->m1 : NULL)->m2 |
| d4d3ccb9 |
24-Jul-2011 |
mrg <mrg@NetBSD.org> |
avoid a C construct lint complains about. |
| 446af475 |
24-Jul-2011 |
mrg <mrg@NetBSD.org> |
avoid a C construct lint complains about. |
| ba80a910 |
24-Jul-2011 |
mrg <mrg@NetBSD.org> |
updates for xorg-server 1.9.5 |
| 1b684552 |
24-Jul-2011 |
mrg <mrg@NetBSD.org> |
merge xorg-server 1.9.5 |
| 8223e2f2 |
24-Jul-2011 |
mrg <mrg@NetBSD.org> |
initial import of xorg-server 1.9.5 fixes for FDO bugs 33929, 32803, 24703, 28414, 24887, 30260, 31093, 29046, 30267 memory leak fixes EDID and modes fixes for multi-screen dri2 fixes randr vs invalid size fixes fixes for Xext triggers fix for a black-screen after VT switch back (redhat bug 533217) fixes for x86emu |
| 41ed76f1 |
24-Jul-2011 |
mrg <mrg@NetBSD.org> |
enable MSE_MISC on netbsd as well, otherwise we can't find WSMouse. |
| 46ce8464 |
24-Jul-2011 |
mrg <mrg@NetBSD.org> |
updates for 1.7.1 |
| f0cb39c0 |
24-Jul-2011 |
mrg <mrg@NetBSD.org> |
vtSwitchSupported no longer exists; don't try to set it |
| dd4cbfe8 |
24-Jul-2011 |
mrg <mrg@NetBSD.org> |
merge xf86-video-mouse 1.7.1 |
| bd3a1963 |
24-Jul-2011 |
mrg <mrg@NetBSD.org> |
initial import of xf86 input-mouse-1.7.1. important changes include: adjust for input ABI 12, including fixes for bsd_mouse.c |
| 7baae195 |
24-Jul-2011 |
mrg <mrg@NetBSD.org> |
merge xf86-input-keyboard-1.6.0 |
| a1ed278c |
24-Jul-2011 |
mrg <mrg@NetBSD.org> |
initial import of xf86-input-keyboard 1.6.0. important changes include: adjust for input ABI 12 fixes for sun japanese keyboards fixes for type5 wscons keyboards |
| 712a7ff4 |
23-Jul-2011 |
mrg <mrg@NetBSD.org> |
merge xterm 271 |
| e39b573c |
23-Jul-2011 |
mrg <mrg@NetBSD.org> |
initial import of xterm 271. important changes include: add OPT_PRINT_ON_EXIT support for debugging X errors adds an xterm+tmux terminfo entry fix reverse video issues in the scroll bar bold font suppression updated desktop support |
| 022472ab |
23-Jul-2011 |
mrg <mrg@NetBSD.org> |
enable bzip2. |
| 6f6767c4 |
23-Jul-2011 |
mrg <mrg@NetBSD.org> |
merge freetype 2.4.5 |
| 6c580b8f |
23-Jul-2011 |
mrg <mrg@NetBSD.org> |
initial import of freetype-2.4.5. important changes include: add support for bzip2 misc bug fixes, including a render bug introduced in 2.4.3 |
| cfa780eb |
23-Jul-2011 |
mrg <mrg@NetBSD.org> |
update for xf86-input-elographics 1.3.0 |
| 8db38060 |
23-Jul-2011 |
mrg <mrg@NetBSD.org> |
add back support for xorg-server 1.9 Xinput APIs |
| 9f07bd7d |
23-Jul-2011 |
mrg <mrg@NetBSD.org> |
fix a merge botch. |
| c4f7863a |
23-Jul-2011 |
mrg <mrg@NetBSD.org> |
initial import of xf86-input-vmmouse-12.7.0. important changes include: support for input ABI 12 |
| 302b15bd |
23-Jul-2011 |
mrg <mrg@NetBSD.org> |
initial import of xf86-input-synaptics-1.4.1. important changes include: fixes for x.org bugs 37459 34257 fixes for freedesktop bug 31921 support for pressure and width support for hysteresis-based noise reduction support for corner tap support for input ABI 12 fixes for configuration issues |
| dd0822ca |
23-Jul-2011 |
mrg <mrg@NetBSD.org> |
initial import of xf86-input-elographics-1.3.0. important changes include: require xorg-server 1.9 remove various dead code support for input ABI 12 |
| 42a28c20 |
23-Jul-2011 |
mrg <mrg@NetBSD.org> |
s/ULONG/uint32_t/ in a function passing to uint32_t *. |
| f10feb7a |
23-Jul-2011 |
mrg <mrg@NetBSD.org> |
merge libXi 1.4.3. |
| a33b0824 |
23-Jul-2011 |
mrg <mrg@NetBSD.org> |
merge libext 1.3.0 |
| bdf0f55d |
23-Jul-2011 |
mrg <mrg@NetBSD.org> |
initial import of libXt-1.1.1. important changes include: avoid some NULL derefs snprintf cleanup big-endian 64 bit fixes |
| bd23fbfa |
23-Jul-2011 |
mrg <mrg@NetBSD.org> |
initial import of libXrandr-1.3.2 |
| b789ec8a |
23-Jul-2011 |
mrg <mrg@NetBSD.org> |
initial import of libXi-1.4.3. important changes include: XIGrabDevice() fixes Fix XISelectEvents on 64 bits, strict alignement architectures Allocate enough memory for raw events + extra data Use Data, not Data32 in XIPassiveGrabDevice |
| ff63a143 |
23-Jul-2011 |
mrg <mrg@NetBSD.org> |
initial import of libXfixes-5.0. important changes include: pointer barriers |
| a5602400 |
23-Jul-2011 |
mrg <mrg@NetBSD.org> |
initial import of libXext-1.3.0. important changes include: backwards compat for older XSync clients Initial Fence Sync Object support |
| c63293b5 |
23-Jul-2011 |
mrg <mrg@NetBSD.org> |
initial import of libXcursor-1.1.12. important changes include: fix several memory leak issues |
| 8b6aebce |
23-Jul-2011 |
mrg <mrg@NetBSD.org> |
merge xkeyboard-config 2.3 |
| bfd7cbc1 |
23-Jul-2011 |
mrg <mrg@NetBSD.org> |
initial import of xkeyboard-config 2.3. important changes include: added symbols/apl, symbols/cm, symbols/tw removed all symbols/extras/* |
| c17aa6b1 |
23-Jul-2011 |
mrg <mrg@NetBSD.org> |
merge libX11 1.4.3. |
| 57f47464 |
23-Jul-2011 |
mrg <mrg@NetBSD.org> |
initial import of libX11-1.4.3. important changes include: uncommon memory leak fixes uninitialised memory fixes |
| 27d34097 |
23-Jul-2011 |
mrg <mrg@NetBSD.org> |
prefix cfb8_16ScreenInit with a local_ so this doesn't interfere with the same name in xorg-server itself. |
| 6c78137b |
23-Jul-2011 |
mrg <mrg@NetBSD.org> |
adjust for xorg-server 1.9 APIs |
| 2c1889d0 |
23-Jul-2011 |
mrg <mrg@NetBSD.org> |
update for 6.14.2 |
| 7fa3f82e |
23-Jul-2011 |
mrg <mrg@NetBSD.org> |
update for 1.7.5. |
| 9ce4edcc |
23-Jul-2011 |
mrg <mrg@NetBSD.org> |
merge libdrm 2.4.23 |
| 69dda199 |
23-Jul-2011 |
mrg <mrg@NetBSD.org> |
initial import of libdrm-2.4.23 |
| 166b61b6 |
23-Jul-2011 |
mrg <mrg@NetBSD.org> |
merge xf86-video-ati 6.14.2 |
| 0f6d6f99 |
23-Jul-2011 |
mrg <mrg@NetBSD.org> |
merge xf86-video-ati 6.14.2. |
| 8e91ec4d |
23-Jul-2011 |
mrg <mrg@NetBSD.org> |
merge xf86-video-chips 1.2.4 |
| e3c53939 |
23-Jul-2011 |
mrg <mrg@NetBSD.org> |
merge xf86-video-ast 0.93.9 |
| a3209a5a |
23-Jul-2011 |
mrg <mrg@NetBSD.org> |
merge xf86-video-mach64 6.9.0 |
| 7b58d2e0 |
23-Jul-2011 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-siliconmotion-1.7.5. important changes include: various minor bug fixes, particulary for Xv and 64 bit |
| 1b12faf6 |
23-Jul-2011 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-mach64-6.9.0. important changes include: fixes for older mach64's without overlay support |
| 3699b6c4 |
23-Jul-2011 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-chips-1.2.4 |
| c4ae5be6 |
23-Jul-2011 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-ati-6.14.2. important changes include: many evergreen/cayman/fusion features and fixes R520 feature updates UMS r6xx/r7xx bug fix (from yours truly) clang derived fixes fixes for xorg-server 1.10 (not relevant for us yet) EXA fixes adds support for these chipsets: BARTS - Radeon HD 6850/6870 TURKS - Radeon HD 6570/6670 CAICOS - Radeon HD 6450 CAYMAN - Radeon HD 6950/6970/6990 and several more PCI-IDs for older chipsets |
| b534f209 |
23-Jul-2011 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-ast-0.93.9 |
| e9cdd019 |
23-Jul-2011 |
mrg <mrg@NetBSD.org> |
merge xkbcomp 1.2.3 |
| 690143cc |
23-Jul-2011 |
mrg <mrg@NetBSD.org> |
initial import of xkbcomp-1.2.3 |
| 62044635 |
23-Jul-2011 |
mrg <mrg@NetBSD.org> |
initial import of util-macros-1.15.0 |
| 853aa076 |
23-Jul-2011 |
mrg <mrg@NetBSD.org> |
merge xwininfo 1.1.2 |
| 558b030a |
23-Jul-2011 |
mrg <mrg@NetBSD.org> |
merge xrandr 1.3.5 |
| cdd8ef05 |
23-Jul-2011 |
mrg <mrg@NetBSD.org> |
merge xman 1.1.2 |
| 837c8c83 |
23-Jul-2011 |
mrg <mrg@NetBSD.org> |
merge mkfontscale 1.0.9, smproxy 1.0.5, xauth 1.0.6, xlsclients 1.1.2 and xprop 1.2.1. |
| eace9d65 |
23-Jul-2011 |
mrg <mrg@NetBSD.org> |
merge iceauth 1.0.5 |
| a1806bd8 |
23-Jul-2011 |
mrg <mrg@NetBSD.org> |
initial import of xwininfo-1.1.2 |
| 781f9a67 |
23-Jul-2011 |
mrg <mrg@NetBSD.org> |
initial import of xrandr-1.3.5 various static checker fixes |
| f4a95042 |
23-Jul-2011 |
mrg <mrg@NetBSD.org> |
initial import of xprop-1.2.1 |
| 1633cc4b |
23-Jul-2011 |
mrg <mrg@NetBSD.org> |
initial import of xman-1.1.2 |
| 8e46b049 |
23-Jul-2011 |
mrg <mrg@NetBSD.org> |
initial import of xlsclients-1.1.2 |
| 2852888e |
23-Jul-2011 |
mrg <mrg@NetBSD.org> |
initial import of xauth-1.0.6 support filesystems without link() support |
| 1a054510 |
23-Jul-2011 |
mrg <mrg@NetBSD.org> |
initial import of smproxy-1.0.5 |
| 245f6787 |
23-Jul-2011 |
mrg <mrg@NetBSD.org> |
initial import of mkfontscale-1.0.9. important changes include: various static checker fixes |
| 90b6713c |
23-Jul-2011 |
mrg <mrg@NetBSD.org> |
initial import of iceauth-1.0.5. important changes include: support filesystems without link() support |
| 99588e4e |
23-Jul-2011 |
mrg <mrg@NetBSD.org> |
merge xextproto 7.2.0 |
| 12c3a9d8 |
23-Jul-2011 |
mrg <mrg@NetBSD.org> |
initial import of xproto 7.0.22. mostly just adds support for some new keysyms: Add two more symbols for logging grab and window trees |
| 3e57a2b9 |
23-Jul-2011 |
mrg <mrg@NetBSD.org> |
initial import of xextproto-7.2.0 |
| ecc30612 |
23-Jul-2011 |
mrg <mrg@NetBSD.org> |
initial import of resourceproto-1.2.0 |
| 01230205 |
23-Jul-2011 |
mrg <mrg@NetBSD.org> |
initial import of inputproto-2.0.2 |
| c386d28c |
23-Jul-2011 |
mrg <mrg@NetBSD.org> |
initial import of glproto-1.4.14 |
| d03be4ed |
23-Jul-2011 |
mrg <mrg@NetBSD.org> |
initial import of fixesproto-5.0 |
| 5ad634b0 |
23-Jul-2011 |
mrg <mrg@NetBSD.org> |
initial import of dri2proto-2.6 |
| 8fc0431c |
22-Jul-2011 |
tsutsui <tsutsui@NetBSD.org> |
Make wsfb driver work with 1bpp wscons framebuffer on luna68k: - Pass proper args (a number of line dots, not byte of screen width) to fbScreenInit() in 1bpp case, as X11R6 Xhpc server did - handle luna68k quirk (fbstart has 8 byte offset) by WSDISPLAYIO_GTYPE (XXX wstype should be stored in pScrn?) - set rgbBits properly in 1bpp and 4bpp cases (XXX not sure if really necessary) |
| 69518600 |
21-Jul-2011 |
tsutsui <tsutsui@NetBSD.org> |
Remove obsolete #ifdef HAVE_XF1BPP and #ifdef HAVE_XF4BPP blocks, which have been removed on xorg-server 1.6.1.190 merge: http://mail-index.NetBSD.org/source-changes/2009/06/11/msg222272.html |
| dec65b49 |
18-Jul-2011 |
christos <christos@NetBSD.org> |
fix debugging printf. |
| d6cc4c59 |
13-Jul-2011 |
macallan <macallan@NetBSD.org> |
Rage 128 M3 can have DFP output |
| 01eb09ed |
06-Jul-2011 |
macallan <macallan@NetBSD.org> |
xrender acceleration with XAA works again on r1xx and didn't seem to be broken on r2xx so don't disable it anymore |
| 554255c0 |
06-Jul-2011 |
macallan <macallan@NetBSD.org> |
make Xrender acceleration work again on R1xx tested on a Sun XVR-100 |
| e86a9069 |
29-Jun-2011 |
macallan <macallan@NetBSD.org> |
use ioctl(WSDISPLAYIO_GET_EDID) |
| 74acfcb1 |
10-Jun-2011 |
macallan <macallan@NetBSD.org> |
add a driverFunc to tell the Xserver that this driver doesn't need PIO access Now this works again on sparc64. |
| 5c92892b |
30-May-2011 |
christos <christos@NetBSD.org> |
return FALSE; |
| ae66cbc6 |
29-May-2011 |
christos <christos@NetBSD.org> |
more includes and abi issues. |
| 80c47f9a |
28-May-2011 |
christos <christos@NetBSD.org> |
include compiler.h for inb/outb |
| 63884c0a |
26-May-2011 |
macallan <macallan@NetBSD.org> |
#include <sys/ioctl.h> |
| 0d3fa27d |
26-May-2011 |
macallan <macallan@NetBSD.org> |
#include <sys/ioctl.h> |
| d046d9f8 |
25-May-2011 |
macallan <macallan@NetBSD.org> |
#include <sys/ioctl.h> |
| b52812cd |
25-May-2011 |
christos <christos@NetBSD.org> |
fix the function name. |
| 5d31d9e4 |
25-May-2011 |
christos <christos@NetBSD.org> |
don't try to use functions that don't exist, abort() instead. |
| cce06770 |
25-May-2011 |
christos <christos@NetBSD.org> |
missing paren |
| 759d1839 |
24-May-2011 |
christos <christos@NetBSD.org> |
add unistd for close. |
| b4c928c7 |
24-May-2011 |
christos <christos@NetBSD.org> |
all driver needed includes |
| b2a2650b |
24-May-2011 |
christos <christos@NetBSD.org> |
use new dix API; the old one is gone. |
| e8736c93 |
23-May-2011 |
christos <christos@NetBSD.org> |
Add prototype and include |
| e9d48f9a |
23-May-2011 |
christos <christos@NetBSD.org> |
don't declare inb/outb. |
| 2d3ec638 |
23-May-2011 |
christos <christos@NetBSD.org> |
fbComposite does not return a value. |
| 898e129c |
23-May-2011 |
christos <christos@NetBSD.org> |
include for ioctl() |
| 5ddd9247 |
22-May-2011 |
christos <christos@NetBSD.org> |
add missing include. |
| a9602eba |
22-May-2011 |
christos <christos@NetBSD.org> |
XXX: need to provide proper pio.h for arm if this is going to work. |
| adf22168 |
22-May-2011 |
christos <christos@NetBSD.org> |
add more missing includes. |
| cd6fbc61 |
22-May-2011 |
macallan <macallan@NetBSD.org> |
declare VISmoveImageRL() and VISmoveImageLR() |
| 4f66a824 |
21-May-2011 |
christos <christos@NetBSD.org> |
Don't return random values from a function that supposed to return something. |
| 513b6c7a |
21-May-2011 |
christos <christos@NetBSD.org> |
add missing includes |
| 3e41e457 |
21-May-2011 |
christos <christos@NetBSD.org> |
prototype for ioctl |
| 3644bba4 |
20-May-2011 |
christos <christos@NetBSD.org> |
add missing include |
| c01f80bb |
19-May-2011 |
christos <christos@NetBSD.org> |
include <sys/ioctl.h> for ioctl() WTF? Fix pasto calling function from a different driver!?! |
| 9f6da52c |
18-May-2011 |
dsl <dsl@NetBSD.org> |
Revert previous, -Dlseek64=lseek added to src/external/mit/xorg/server/drivers/xf86-video-geode/Makefile |
| 5a85740a |
18-May-2011 |
dsl <dsl@NetBSD.org> |
Add: #define lseek64 lseek so this builds. Has NetBSD ever had an lseek64 - there isn't one in libc - so has this code ever actually run. |
| 0dc4bc9b |
17-May-2011 |
macallan <macallan@NetBSD.org> |
xf86LoaderReqSymbols() is no more |
| a9060c92 |
15-May-2011 |
christos <christos@NetBSD.org> |
Add headers for missing prototypes and missing prototypes |
| d89f4815 |
15-May-2011 |
christos <christos@NetBSD.org> |
Add missing prototypes and fix calling args. |
| aa96952d |
15-May-2011 |
christos <christos@NetBSD.org> |
i915 drivers needs the aperture prototype. |
| 04346a86 |
15-May-2011 |
christos <christos@NetBSD.org> |
add Xos.h for usleep |
| a57c46e8 |
15-May-2011 |
christos <christos@NetBSD.org> |
- fix return - add missing include file |
| d09b4783 |
15-May-2011 |
christos <christos@NetBSD.org> |
include Xos.h for usleep |
| 3aad2a85 |
28-Apr-2011 |
macallan <macallan@NetBSD.org> |
default to wskbd only if DEFAULT_TO_WSKBD is defined |
| 713cff54 |
18-Apr-2011 |
macallan <macallan@NetBSD.org> |
add a couple mappings for keys found on Sun keyboards |
| 255532b3 |
18-Apr-2011 |
macallan <macallan@NetBSD.org> |
be less braindead about the Device option - only default to /dev/wskbd if Protocol is set to wskbd. Now Protocol "standard" should work again. |
| 36040bab |
14-Apr-2011 |
macallan <macallan@NetBSD.org> |
oops, missed some debug spam |
| 1a3e96b4 |
14-Apr-2011 |
macallan <macallan@NetBSD.org> |
add shadowfb and hardware cursor support |
| 1bd6d369 |
14-Apr-2011 |
macallan <macallan@NetBSD.org> |
use ioctl(FBIOSVIDEO) in CG14SaveScreen(), now the Xserver can actually turn the monitor off TODO: hw cursor |
| 557964ce |
13-Apr-2011 |
macallan <macallan@NetBSD.org> |
default to wskbd tested on amd64, sparc(64), shark Now X without a config file should work on most hardware |
| 18a93be0 |
13-Apr-2011 |
macallan <macallan@NetBSD.org> |
- get platform #ifdefs in a slightly more sane order - look for SBus and UPA devices on sparc(64) - add default drivers for shark and sgimips - only try wsfb if we can't find any other usable device With this Xorg without config file works fine on shark, sparc(64) and amd64, should work on other archs as well. |
| 8c724b05 |
13-Apr-2011 |
macallan <macallan@NetBSD.org> |
xf86LoaderReqSymLists() is no more |
| a8d57ea1 |
13-Apr-2011 |
macallan <macallan@NetBSD.org> |
fix sbusDeviceTable to actually include driver names |
| e0509659 |
06-Apr-2011 |
mrg <mrg@NetBSD.org> |
merge xrdb 1.0.9 |
| dfab2fd6 |
06-Apr-2011 |
mrg <mrg@NetBSD.org> |
initial import of xrdb-1.0.9. fixes CVE-2011-0465: By crafting hostnames with shell escape characters, arbitrary commands can be executed in a root environment when a display manager reads in the resource database via xrdb. These specially crafted hostnames can occur in two environments: * Hosts that set their hostname via DHCP * Hosts that allow remote logins via xdmcp i will send pullups for netbsd-5, and see what netbsd-5 xfree and netbsd-4 need as well. |
| 30d12090 |
20-Mar-2011 |
mrg <mrg@NetBSD.org> |
avoid drmmode_get_height_align() in non XF86MODE (KMS) code. fixes this on r6xx/r7xx. (other cards wouldn't have called into the path that failed.) |
| a88304e7 |
20-Mar-2011 |
mrg <mrg@NetBSD.org> |
update for xf86-video-ati 6.14.1 |
| cea7510d |
20-Mar-2011 |
mrg <mrg@NetBSD.org> |
merge xf86-video-ati 6.14.1 |
| b13dfe66 |
20-Mar-2011 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-ati-6.14.1. changes include: - several Xv fixes - lots of kms/other stuff we can't use yet - fixes for some crashes |
| 60ecc4c7 |
18-Mar-2011 |
plunky <plunky@NetBSD.org> |
Make xcb_icccm.h use the same type as icccm.c for win_gravity parameter, fixes build with PCC which does not use "unsigned int" for enum type from upstream: http://cgit.freedesktop.org/xcb/util-old/commit/?id=155c99470961b38ed090ef1b4767c87ec1042386 |
| 17c9e1e9 |
18-Mar-2011 |
jmmv <jmmv@NetBSD.org> |
Pull up fix from https://bugs.freedesktop.org/show_bug.cgi?id=28181 to prevent random segfaults of the X server when using composite with the ati driver. This makes my X session rock solid when running KDE 4.5 on a MacBookPro 2,2 with an ATI Radeon Mobility X1600. The X server was crashing very frequently before. OKed by mrg@ and macallan@. Addresses PR xsrc/44730. |
| 4ddf4f84 |
06-Mar-2011 |
dholland <dholland@NetBSD.org> |
Use xinitrc.d/?*.sh as the matching pattern instead of needing a fragile sed substitution XSLASHGLOB to produce xinitrc.d/*.sh. (If that were used literally the slash-star would confuse cpp.) Fixes PR 44619. Patch has been sent upstream. |
| 663d87ab |
06-Mar-2011 |
mrg <mrg@NetBSD.org> |
actually add the calculated rpath to the list of emitted --libs output. part 2 of 2 to fix "freetype --config" not emitting any rpath directives. |
| 988b9ff3 |
24-Feb-2011 |
matt <matt@NetBSD.org> |
xgeExtRegister is X_HIDDEN in extutil.c, make sure it is in Xge.c |
| de835d96 |
24-Feb-2011 |
mrg <mrg@NetBSD.org> |
revert local changes that are no longer necessary and infact hurt the build. now we're back to being identical to upstream. |
| cfb9f0f4 |
24-Feb-2011 |
mrg <mrg@NetBSD.org> |
merge freetype 2.4.4 |
| 6243186e |
24-Feb-2011 |
mrg <mrg@NetBSD.org> |
import freetype2 2.4.4. changes include: I. IMPORTANT BUG FIXES - UVS support (TrueType/OpenType cmap format 14) support is fixed. This regression has been introduced in version 2.4.0. II. MISCELLANEOUS - Detect tricky fonts (e.g. MingLiU) by the lengths and checksums of Type42-persistent subtables (`cvt ', `fpgm', and `prep') when a TrueType font without family name is given. The previous fix, introduced in 2.4.3, was too rigorous, causing many subsetted fonts (mainly from PDF files) displayed badly because FreeType forced rendering with the TrueType bytecode engine instead of the autohinter. - Better support for 64bit platforms. - More fixes to improve handling of broken fonts. |
| c219fbeb |
23-Feb-2011 |
mrg <mrg@NetBSD.org> |
merge xterm 269 |
| a1f3da82 |
23-Feb-2011 |
mrg <mrg@NetBSD.org> |
initial import of xterm 269: - fixes/updates for fullscreen mode - add "omitTranslation" resource - removes some old defaults - random bug fixes - fixes for reverse mode - fix for utf-8 problem, also our PR/44344 |
| 295fb823 |
23-Feb-2011 |
mrg <mrg@NetBSD.org> |
merge libX11 1.4.1 |
| e9fcaa8a |
23-Feb-2011 |
mrg <mrg@NetBSD.org> |
initial import of libX11-1.4.1: - remove support for building without XCB - many man page updates - many random bug fixes - several new nls aliases (need to enable these yet.) |
| 913daeaa |
22-Feb-2011 |
mrg <mrg@NetBSD.org> |
update this for xf86-video-geode 2.11.12 |
| 447862d0 |
21-Feb-2011 |
mrg <mrg@NetBSD.org> |
merge libpciaccess 0.12.1 |
| 4e578869 |
21-Feb-2011 |
mrg <mrg@NetBSD.org> |
initial import of libpciaccess-0.12.1: - fix bogus bus bridge info usage - fix detection of multi-function cards |
| 6bd09e24 |
21-Feb-2011 |
mrg <mrg@NetBSD.org> |
update for pixman 0.21.4 |
| 2b5670b1 |
21-Feb-2011 |
mrg <mrg@NetBSD.org> |
merge pixman 0.21.4. |
| 953d7d37 |
21-Feb-2011 |
mrg <mrg@NetBSD.org> |
initial import of pixman-0.21.4. there are a bunch of bug fixes in here but there's no ChangeLog of what change so ... |
| 89069ce9 |
21-Feb-2011 |
mrg <mrg@NetBSD.org> |
initial import of libXi-1.4.1: - several bug fixes |
| f353fbad |
21-Feb-2011 |
mrg <mrg@NetBSD.org> |
initial import of libXaw-1.0.9 |
| db43e267 |
21-Feb-2011 |
mrg <mrg@NetBSD.org> |
merge xkeyboard-config 2.1 |
| da6c6c0b |
21-Feb-2011 |
mrg <mrg@NetBSD.org> |
initial import of xkeyboard-config-2.1: - add geometry/sanwa, symbols/ph and symbols/rupeesign |
| 65d88e0f |
21-Feb-2011 |
mrg <mrg@NetBSD.org> |
merge xkbprint 1.0.3. |
| f4424be8 |
21-Feb-2011 |
mrg <mrg@NetBSD.org> |
merge xkbcomp 1.2.1. |
| c75e344a |
21-Feb-2011 |
mrg <mrg@NetBSD.org> |
initial import of xkbprint-1.0.3 |
| 07d2e718 |
21-Feb-2011 |
mrg <mrg@NetBSD.org> |
initial import of xkbcomp-1.2.1 |
| 6aec45a7 |
21-Feb-2011 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-savage-2.3.2 |
| 7aef237f |
21-Feb-2011 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-geode-2.11.12: - fixes corrupted overlap issues - fixes for some particular panels |
| 3fe2e060 |
21-Feb-2011 |
mrg <mrg@NetBSD.org> |
add the xbiff generated config.h |
| 5d375e47 |
21-Feb-2011 |
mrg <mrg@NetBSD.org> |
merge xrdb 1.0.8. XXX: this one needs to be tested carefully. |
| 4fe29f68 |
21-Feb-2011 |
mrg <mrg@NetBSD.org> |
merge xfwp 1.0.2 |
| 4c2d6c97 |
21-Feb-2011 |
mrg <mrg@NetBSD.org> |
merge xfindproxy 1.0.2. |
| bfcac8f6 |
21-Feb-2011 |
mrg <mrg@NetBSD.org> |
merge xbiff 1.0.3 |
| cb0767a5 |
21-Feb-2011 |
mrg <mrg@NetBSD.org> |
merge x11perf 1.5.3 |
| d13010c3 |
21-Feb-2011 |
mrg <mrg@NetBSD.org> |
initial import of xrdb-1.0.8 - fix -nocpp - fix interaction with gcc 4.5 cpp -P feature change |
| d70b7407 |
21-Feb-2011 |
mrg <mrg@NetBSD.org> |
initial import of xfwp-1.0.2 |
| 7e4fd55a |
21-Feb-2011 |
mrg <mrg@NetBSD.org> |
initial import of xfindproxy-1.0.2 |
| c918a7e2 |
21-Feb-2011 |
mrg <mrg@NetBSD.org> |
initial import of xbiff-1.0.3 |
| 736a7e2c |
21-Feb-2011 |
mrg <mrg@NetBSD.org> |
initial import of x11perf-1.5.3: - fix overflow bugs - fixes Xft bugs - add -falseprecision flag |
| 2d96a817 |
21-Feb-2011 |
mrg <mrg@NetBSD.org> |
initial import of twm-1.0.6 |
| 362fe31d |
21-Feb-2011 |
mrg <mrg@NetBSD.org> |
merge xorg-cf-files 1.0.4 |
| d7ffce2a |
21-Feb-2011 |
mrg <mrg@NetBSD.org> |
initial import of xorg-cf-files-1.0.4 |
| d8701dda |
21-Feb-2011 |
mrg <mrg@NetBSD.org> |
initial import of xineramaproto-1.2.1 |
| 08078946 |
21-Feb-2011 |
mrg <mrg@NetBSD.org> |
initial import of xf86vidmodeproto-2.3.1 |
| 85a0b0b7 |
21-Feb-2011 |
mrg <mrg@NetBSD.org> |
initial import of xf86driproto-2.1.1 |
| a376accb |
21-Feb-2011 |
mrg <mrg@NetBSD.org> |
initial import of xbitmaps-1.1.1 |
| 7cf0acd0 |
21-Feb-2011 |
mrg <mrg@NetBSD.org> |
initial import of evieext-1.1.1 |
| 4d85ddd5 |
21-Feb-2011 |
mrg <mrg@NetBSD.org> |
regenerate this for x86-video-ati 6.14.0 |
| 70cce690 |
21-Feb-2011 |
mrg <mrg@NetBSD.org> |
merge xf86-video-ati 6.14.0 |
| 921a55d8 |
21-Feb-2011 |
mrg <mrg@NetBSD.org> |
- various fixes for Xvideo - significantly superior evergreen support: - Xv, EXA, DRI2/KMS, UMS VT switching - various other UMS fixes - a few random bug fixes for older chipsets - add support for ontario (AMD Fusion), including; - Xv, EXA, UMS - DVI vs. HDMI fixes - various DRI2/KMS fixes - add support for "NI" family cards, which *require* KMS. foo.. - many other random bug fixes |
| 7f785a56 |
18-Feb-2011 |
jmcneill <jmcneill@NetBSD.org> |
add a -q (quick) flag to skip the 2s sleep at the end of cache updates |
| 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. |
| d617af09 |
12-Feb-2011 |
jmcneill <jmcneill@NetBSD.org> |
In case somebody wants to try to get UXA working, make it compile against newer X servers |
| 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. |
| 5683c28b |
01-Feb-2011 |
macallan <macallan@NetBSD.org> |
tell the Xserver that we need PIO access ( even though it's only for probing ) |
| 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. |
| ac6363b8 |
29-Jan-2011 |
mrg <mrg@NetBSD.org> |
add a config.h for xf86-input-synaptics 1.3.0. |
| b85037db |
29-Jan-2011 |
mrg <mrg@NetBSD.org> |
initial import of xf86-input-synaptics-1.3.0 |
| 1608e47d |
22-Jan-2011 |
christos <christos@NetBSD.org> |
stop screaming: s/DEBUG/debug/g |
| 246b9509 |
22-Jan-2011 |
ahoka <ahoka@NetBSD.org> |
add an ifndef __linux__ requested by mrg |
| 6209fe3a |
22-Jan-2011 |
cegger <cegger@NetBSD.org> |
Implement pci_device_is_boot_vga() for NetBSD using new WSDISPLAYIO_GET_BUSID ioctl. This lets Xorg start on machines with more than one PCI display device instead of exiting with 'Primary device is not PCI'. First discussed with macallan@ then public on tech-kern@ and tech-x11@. |
| cf07af5a |
21-Jan-2011 |
ahoka <ahoka@NetBSD.org> |
dont negate error value passed to strerror the linux libpciaccess returns negated value, but no other os does... |
| feeed929 |
21-Jan-2011 |
ahoka <ahoka@NetBSD.org> |
Avoid a crash when pDrawable is null. |
| 485acf3e |
20-Jan-2011 |
jmcneill <jmcneill@NetBSD.org> |
Use DRICreatePCIBusID if present instead of building the Bus ID string manually. |
| 8e1299a3 |
19-Jan-2011 |
jmcneill <jmcneill@NetBSD.org> |
If XVMC_CLIENTSOVERSION is specified, try it when loading client libraries before falling back to XVMC_SOVERSION |
| 1f7e3098 |
18-Jan-2011 |
jmcneill <jmcneill@NetBSD.org> |
workaround a lint bug |
| 9f4730df |
17-Jan-2011 |
jmcneill <jmcneill@NetBSD.org> |
Comment out '#define DEBUG 1', ok mrg and macallan |
| 5961d4fa |
14-Jan-2011 |
joerg <joerg@NetBSD.org> |
Drop trailing tabs after .fi. |
| a5d2dc35 |
12-Jan-2011 |
jmcneill <jmcneill@NetBSD.org> |
Fix compilation with HAVE_MTRR |
| 17bce8a5 |
09-Jan-2011 |
christos <christos@NetBSD.org> |
Revert previous hack and fix this properly. We need dpms to be turned on to be able to load the colormap, since dpms off turns off the channel. Guard against the lut being loaded with dpms off, and move the call to load the lut after the dmps on one. |
| 18c0e3f4 |
09-Jan-2011 |
christos <christos@NetBSD.org> |
Disable loading the lut that crashes the system for now. Unfortunately this causes butt ugly X, but at least we have X again. Wee! |
| af31da9a |
06-Jan-2011 |
macallan <macallan@NetBSD.org> |
get this a little closer to working on non-x86 by: * not poking around in IO space trying to disable / enable ancient VGAs when NO_LEGACY_VGA is defined * actually checking if what we get from read_legacy_video_BIOS() is actually a valid PC ROM image every time we try |
| 99d7194a |
06-Jan-2011 |
macallan <macallan@NetBSD.org> |
if we can't read panel resolution from BIOS - for example if there is none - get the display resolution from wsdisplay instead With this we no longer need to specify PanelWidth and PanelHeight in xorg.conf |
| 3a5975a0 |
27-Dec-2010 |
christos <christos@NetBSD.org> |
XXX: Fix crash with Firefox, where drawable is NULL. There must be a better fix for this. |
| 9e881af1 |
23-Dec-2010 |
macallan <macallan@NetBSD.org> |
Make saving/restoring video modes work on my PowerBook. The problem was, that the driver blindly assumed that everyone uses PLL3 for everything which isn't true at least on my PowerBook, which uses PLL0. So now we actually restore which PLL to use and save PLL0 as well. |
| 00bccce4 |
17-Dec-2010 |
mrg <mrg@NetBSD.org> |
apply some #if GET_ABI_MAJOR(ABI_VIDEODRV_VERSION) < 6 around the code that uses features no longer part of xorg-server 1.9. seems to fix sgimips builds. |
| 5f7324a9 |
01-Dec-2010 |
mrg <mrg@NetBSD.org> |
disable sse2 on amd64 for now. |
| 4bed5854 |
30-Nov-2010 |
skrll <skrll@NetBSD.org> |
Avoid unaligned accesses. Needed to make my CATS start X without an xorg.conf. Reviewed and tested by macallan@. thanks. |
| 1b8468c1 |
29-Nov-2010 |
skrll <skrll@NetBSD.org> |
libpciaccess expects a much bigger buffer when reading ROM. Bump it to the (normal) IO space size. |
| 16f6f50b |
29-Nov-2010 |
mrg <mrg@NetBSD.org> |
apply the hack to avoid xf86LoaderReqSymLists() and LoaderRefSymLists(). should fix PR#44167. |
| 49e5392b |
28-Nov-2010 |
skrll <skrll@NetBSD.org> |
Fix merge and ARM define handling. |
| 6ea17cbe |
28-Nov-2010 |
mrg <mrg@NetBSD.org> |
re-merge xkeyboard-config 2.0 |
| 47fb91fe |
28-Nov-2010 |
mrg <mrg@NetBSD.org> |
secondary import of xkeyboard-config-2.0 |
| d206e585 |
28-Nov-2010 |
mrg <mrg@NetBSD.org> |
and as was foretold in the book of why X sucks, the phoenix has arisen! |
| cadcf6b4 |
28-Nov-2010 |
mrg <mrg@NetBSD.org> |
merge xkeyboard-config 1.9 back |
| d72b2823 |
28-Nov-2010 |
mrg <mrg@NetBSD.org> |
second import of xkeyboard-config 1.9. the 2.0 import causes issues i haven't been able to figure out, so, revert back to what was working. |
| 20e46bc2 |
26-Nov-2010 |
mrg <mrg@NetBSD.org> |
apply some GET_ABI_MAJOR() and avoid compile errors |
| 2d58784c |
26-Nov-2010 |
mrg <mrg@NetBSD.org> |
regenerate this with xorg-server 1.9.2: #define HAVE_XORG_SERVER_1_7_0 1 |
| 37510ae2 |
26-Nov-2010 |
nakayama <nakayama@NetBSD.org> |
Follow leo.h rev 1.2 change. |
| d82e4580 |
26-Nov-2010 |
mrg <mrg@NetBSD.org> |
merge xterm 267 xtermcfg.h |
| 55074dd0 |
26-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of xeyes 1.1.1. no real changes. |
| 12e1d9cb |
26-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of xcalc 1.0.4. no real changes. |
| e8122964 |
25-Nov-2010 |
macallan <macallan@NetBSD.org> |
make this compile on sparc64 |
| 659fc84b |
24-Nov-2010 |
macallan <macallan@NetBSD.org> |
make this compile on sparc64 |
| fc3d5946 |
24-Nov-2010 |
mrg <mrg@NetBSD.org> |
revert the part of the previous that was wrong. |
| eec908bb |
24-Nov-2010 |
mrg <mrg@NetBSD.org> |
put back a little bit of BUS_ISA, enough for shark and chips driver. |
| c59a3c9d |
24-Nov-2010 |
mrg <mrg@NetBSD.org> |
fix the previous - use GET_ABI_MAJOR(ABI_VIDEODRV_VERSION) > 6. |
| 22b24a26 |
23-Nov-2010 |
mrg <mrg@NetBSD.org> |
avoid xf86Resources/xf86RAC for GET_ABI_MAJOR(ABI_VIDEODRV_VERSION) < 6. |
| 431a6de2 |
23-Nov-2010 |
mrg <mrg@NetBSD.org> |
don't try to use the removed mibank support for GET_ABI_MAJOR(ABI_VIDEODRV_VERSION) < 6. |
| 0208663b |
23-Nov-2010 |
macallan <macallan@NetBSD.org> |
put BUS_ISA back, we need it for the chips driver on shark |
| 1b41fcf5 |
23-Nov-2010 |
mrg <mrg@NetBSD.org> |
copy a hack from the vmware driver, and avoid using xf86LoaderReqSymLists() and LoaderRefSymLists() in xorg-server >= 1.7. |
| 1d287c51 |
23-Nov-2010 |
mrg <mrg@NetBSD.org> |
update for xf86-input-elographics 1.2.4 |
| 6c707625 |
23-Nov-2010 |
mrg <mrg@NetBSD.org> |
merge xf86-input-elographics 1.2.4 |
| dc407927 |
23-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of xf86-input-elographics 1.2.4. useful changes: Added support for GeneralTouch serial touchscreens. Cope with XINPUT ABI 7. Fix InputDriverRec allocation and freeing. |
| c952d7fa |
23-Nov-2010 |
mrg <mrg@NetBSD.org> |
merge xterm 267 |
| 6879286f |
23-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of xterm 267. highlight: - add copy-selection action |
| 76dfa262 |
23-Nov-2010 |
mrg <mrg@NetBSD.org> |
#if 0 the code that tries to: - call xf86RegisterResources() - use ResUnusedOpr, ResDisableOpr or ResNone - use racMemFlags member of ScrnInfoPtr{} - set/use CreateBuffers/DestroyBuffers members of DRI2InfoRec{} - one of the two calls to i830_fill_colorkey(). for the other call to i830_fill_colorkey(), update it based upon code seen in xf86-video-intel 2.11.0, and use xf86XVFillKeyHelperDrawable(). i can't see how to get a DrawablePtr for the other call, though. XXX: i'm entirely unsure this will work with xorg-server 1.9.2. there's XXX: a decent chance that everything but i830-based will work, and that XXX: even i830 will work ok, but it really needs to be tested. |
| 49c412d9 |
23-Nov-2010 |
mrg <mrg@NetBSD.org> |
remove includes for xf86RAC.h and xf86Resources.h, they don't exist anymore. |
| ced5a22f |
23-Nov-2010 |
mrg <mrg@NetBSD.org> |
disable _X_DEPRECATED on netbsd; it has led to a bunch of -Wno-error in the past, and with new xorg-server, almost every driver file needs it. |
| 3f91a2d4 |
23-Nov-2010 |
mrg <mrg@NetBSD.org> |
update these for xorg-server 1.9.2 |
| 7e4c1e26 |
23-Nov-2010 |
mrg <mrg@NetBSD.org> |
re-merge our local change to add XAAFillScanlineImageWriteRects() |
| a24c7025 |
23-Nov-2010 |
mrg <mrg@NetBSD.org> |
fix a merge botch. |
| 4202a189 |
23-Nov-2010 |
mrg <mrg@NetBSD.org> |
merge xorg-server 1.9.2. |
| 6747b715 |
23-Nov-2010 |
mrg <mrg@NetBSD.org> |
import xorg-server 1.9.2. important changes since 1.6.5 include: - built-in symbol visibility, default not export - fixes for various crashes - many fixes for XI2, EXA, dix, render, glx, xkb, EDID, randr, Xv, resource handling, Xext, vfb, xfree86 / vga and composite support. - fixes several memory leaks - many many documentation updates - record extension enabled - no longer looks for XF86Config files |
| 4a1c2396 |
22-Nov-2010 |
mrg <mrg@NetBSD.org> |
merge freetype 2.4.3 |
| f1a3fe4f |
22-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of freetype 2.4.3. interesting changes: many fonts are rendered better, in various conditions bytecode interpreter is enabled by default (we already enabled it) better support handling broken/damaged font input |
| 928242e7 |
22-Nov-2010 |
mrg <mrg@NetBSD.org> |
update this for xf86-input-mouse 1.6.0 |
| f5c3fc63 |
22-Nov-2010 |
mrg <mrg@NetBSD.org> |
merge xf86-input-mouse 1.6.0 |
| 632d17a8 |
22-Nov-2010 |
mrg <mrg@NetBSD.org> |
merge xf86-input-keyboard 1.5.0. |
| b73be646 |
22-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of xf86-input-mouse-1.6.0. interesting changes: Update sun_mouse devPrivates code #29049 Bug 10866 - serial Genius NetScroll+ autodetection Plug minor memory leak. |
| b425557e |
22-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of xf86-input-keyboard-1.5.0. interesting changes: man: the old xkb options are gone Missing #ifdef for PCCONS sun_kbd: Add mappings for Hangul and Hanja keys on Korean keyboard Remove unused keyboardOptions. Don't set AutoRepeat if we're not actually using it. |
| 21f73e40 |
22-Nov-2010 |
mrg <mrg@NetBSD.org> |
merge xkeyboard-config 2.0 |
| 4d22ddeb |
22-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of xkeyboard-config-2.0. this adds new symbols/at, symbols/extras/ir and symbols/extras/ru, as well as many fixes for other configs. |
| ad9900ea |
22-Nov-2010 |
mrg <mrg@NetBSD.org> |
merge libX11 1.3.6 |
| 47f86ac1 |
22-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of libX11-1.3.6. this includes a few fixes to keysyms, the removal of the XKeysymDB, and aliases for nb_NO.utf8 and nn_NO.utf8. |
| ddbd421c |
21-Nov-2010 |
mrg <mrg@NetBSD.org> |
merge cornflakes |
| 44dda7b2 |
21-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of libXdmcp-1.1.0 |
| 427f3d7c |
21-Nov-2010 |
mrg <mrg@NetBSD.org> |
... and pull over our changes so this builds on non-amd64. |
| 601a93b6 |
21-Nov-2010 |
mrg <mrg@NetBSD.org> |
use _LP64 instead of a (broken) configure test. |
| bfa3415c |
21-Nov-2010 |
mrg <mrg@NetBSD.org> |
update for pixman 0.21.2 |
| 0fe42c5a |
21-Nov-2010 |
mrg <mrg@NetBSD.org> |
merge cornflakes for pixman 0.21.2 |
| 1b18d63a |
21-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of pixman-0.21.2 |
| 6d98c517 |
21-Nov-2010 |
mrg <mrg@NetBSD.org> |
merge cornflakes for libdrm 2.4.22 |
| d049871a |
21-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of libdrm-2.4.22 |
| 048cc440 |
21-Nov-2010 |
mrg <mrg@NetBSD.org> |
update generated files |
| 0d39df38 |
21-Nov-2010 |
mrg <mrg@NetBSD.org> |
merge fontconfig 2.8.0 |
| 45302733 |
21-Nov-2010 |
mrg <mrg@NetBSD.org> |
updated config.h's. |
| a6844aab |
21-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of fontconfig-2.8.0 |
| cb4a1343 |
21-Nov-2010 |
mrg <mrg@NetBSD.org> |
merge cornflakes for xterm 266 |
| 492d43a5 |
21-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of xterm-266 |
| 4f45da70 |
21-Nov-2010 |
mrg <mrg@NetBSD.org> |
merge cornflakes |
| 55acc8fc |
21-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of libfontenc-1.1.0 |
| ba064abe |
21-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of libXxf86vm-1.1.1 |
| 524e9589 |
21-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of libXxf86dga-1.1.2 |
| 356f6deb |
21-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of libXvMC-1.0.6 |
| d5c3dbf1 |
21-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of libXv-1.0.6 |
| 25b89263 |
21-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of libXtst-1.2.0 |
| 249c3046 |
21-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of libXt-1.0.9 |
| 47e89262 |
21-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of libXres-1.0.5 |
| 706b6b52 |
21-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of libXrandr-1.3.1 |
| 6e7d3316 |
21-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of libXpm-3.5.9 |
| e120bd27 |
21-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of libXmu-1.1.0 |
| 49e108a1 |
21-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of libXinerama-1.1.1 |
| 37eb1ca1 |
21-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of libXi-1.4.0 |
| c2939121 |
21-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of libXft-2.2.0 |
| e8a5466a |
21-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of libXext-1.2.0 |
| 05a1a286 |
21-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of libXevie-1.0.3 |
| e8ead290 |
21-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of libXcursor-1.1.11 |
| 7aa89044 |
21-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of libXcomposite-0.4.3 |
| 994689c1 |
21-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of libXaw-1.0.8 |
| 56957a04 |
21-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of libXScrnSaver-1.2.1 |
| 555991fd |
21-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of libSM-1.2.0 |
| d17cd367 |
21-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of libICE-1.0.7 |
| 549e21da |
21-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of libFS-1.0.3 |
| 098d2e1a |
21-Nov-2010 |
mrg <mrg@NetBSD.org> |
update this for xf86-video-geode 2.11.10 |
| 170d5fdc |
21-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-geode-2.11.10 |
| 117614e6 |
21-Nov-2010 |
mrg <mrg@NetBSD.org> |
include sys/resource.h on netbsd, too. |
| ea024c75 |
21-Nov-2010 |
mrg <mrg@NetBSD.org> |
merge cornflakes |
| 2d1d20fc |
21-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of xvinfo-1.1.1 |
| d1c293ac |
21-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of xstdcmap-1.0.2 |
| 1a650d1e |
21-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of xsm-1.0.2 |
| 4def10e6 |
21-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of xrandr-1.3.4 |
| af23b0a6 |
21-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of xkbutils-1.0.3 |
| 482df631 |
21-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of xkbevd-1.1.1 |
| 83e5f723 |
21-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of xkbcomp-1.2.0 |
| 54e0bb33 |
21-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of xinput-1.5.3 |
| 29004570 |
21-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of xinit-1.3.0 |
| f8895e62 |
21-Nov-2010 |
mrg <mrg@NetBSD.org> |
add a config.h for luit since it demands it now. |
| ca74b209 |
21-Nov-2010 |
mrg <mrg@NetBSD.org> |
merge cornflakes |
| fc51f767 |
21-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of viewres-1.0.3 |
| ffab5952 |
21-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of util-macros-1.11.0 |
| 7a2631fc |
21-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of twm-1.0.5 |
| 576bae58 |
21-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of smproxy-1.0.4 |
| 765486e8 |
21-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of setxkbmap-1.2.0 |
| 86bbecbe |
21-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of rgb-1.0.4 |
| b3078add |
21-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of proxymngr-1.0.2 |
| 168023fe |
21-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of oclock-1.0.2 |
| b6f2c9cc |
21-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of mkfontscale-1.0.8 |
| 1cca5e29 |
21-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of mkfontdir-1.0.6 |
| e4c0bf4d |
21-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of makedepend-1.0.3 |
| 77683534 |
21-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of luit-1.1.0 |
| 55de1df9 |
21-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of lndir-1.0.2 |
| 5afa940d |
21-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of imake-1.0.4 |
| a5a92c01 |
21-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of ico-1.0.3 |
| b62cc08c |
21-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of iceauth-1.0.4 |
| 12391620 |
21-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of fstobdf-1.0.4 |
| 4f9ac78a |
21-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of fslsfonts-1.0.3 |
| de7ed6e8 |
21-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of encodings-1.0.4 |
| 16d8e44f |
21-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of editres-1.0.5 |
| 95e0246b |
21-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of bitmap-1.0.5 |
| 2d861bc5 |
21-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of beforelight-1.0.4 |
| 4fbc8bde |
21-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of bdftopcf-1.0.3 |
| c3c9b392 |
21-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of appres-1.0.3 |
| f91b368d |
21-Nov-2010 |
mrg <mrg@NetBSD.org> |
merge cornflakes. |
| 7e6533d5 |
21-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of xfsinfo-1.0.3 |
| 30f8ce46 |
21-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of xfs-1.1.1 |
| 3a72f200 |
21-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of xfontsel-1.0.3 |
| 9e0146f7 |
21-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of xfd-1.1.0 |
| f672524f |
21-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of xf86dga-1.0.3 |
| 625f88be |
21-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of xev-1.1.0 |
| c05e22d7 |
21-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of xedit-1.2.0 |
| ec74af46 |
21-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of xdriinfo-1.0.4 |
| 604a4f4c |
21-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of xdpyinfo-1.2.0 |
| baed689f |
21-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of xconsole-1.0.4 |
| 8903d43a |
21-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of xclock-1.0.5 |
| c3f70f0a |
21-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of xclipboard-1.1.1 |
| 2adc0320 |
21-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of xauth-1.0.5 |
| 48af84fa |
21-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of font-util-1.2.0 |
| 4df80aa1 |
21-Nov-2010 |
mrg <mrg@NetBSD.org> |
merge cornflakes from font updates. |
| eeced2e6 |
21-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of font-mutt-misc-1.0.3 |
| cf8f59bf |
21-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of font-misc-misc-1.1.1 |
| d5d8cc55 |
21-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of font-jis-misc-1.0.3 |
| 4028d71e |
21-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of font-isas-misc-1.0.3 |
| 048ef675 |
21-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of font-ibm-type1-1.0.3 |
| 5cf18391 |
21-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of font-dec-misc-1.0.3 |
| b5d2086d |
21-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of font-daewoo-misc-1.0.3 |
| fd991a63 |
21-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of font-cursor-misc-1.0.3 |
| 70790700 |
21-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of font-bitstream-type1-1.0.3 |
| 44d8e951 |
21-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of font-bitstream-75dpi-1.0.3 |
| 3a67387e |
21-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of font-bitstream-100dpi-1.0.3 |
| 30289b09 |
21-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of font-bh-type1-1.0.3 |
| 1c43011a |
21-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of font-bh-ttf-1.0.3 |
| 4aadbc8c |
21-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of font-bh-lucidatypewriter-75dpi-1.0.3 |
| bf48f81f |
21-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of font-bh-lucidatypewriter-100dpi-1.0.3 |
| f1e20f77 |
21-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of font-bh-75dpi-1.0.3 |
| c41d98af |
21-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of font-bh-100dpi-1.0.3 |
| 6d325d25 |
21-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of font-alias-1.0.3 |
| 17259f2c |
21-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of font-adobe-utopia-type1-1.0.4 |
| 145f796f |
21-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of font-adobe-utopia-75dpi-1.0.4 |
| 883dc8a3 |
21-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of font-adobe-utopia-100dpi-1.0.4 |
| 9acbb460 |
21-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of font-adobe-75dpi-1.0.3 |
| 7973f115 |
21-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of font-adobe-100dpi-1.0.3 |
| cc1dd259 |
21-Nov-2010 |
mrg <mrg@NetBSD.org> |
merge fixesproto 4.1.2 |
| b0d11dcb |
21-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of fixesproto-4.1.2 |
| b87143f1 |
21-Nov-2010 |
mrg <mrg@NetBSD.org> |
merge xtrans 1.2.6 |
| af928962 |
21-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of xtrans-1.2.6 |
| b419652f |
20-Nov-2010 |
mrg <mrg@NetBSD.org> |
avoid an mismatch between iconv(3)'s 2nd arg. |
| 61439705 |
20-Nov-2010 |
mrg <mrg@NetBSD.org> |
add this so xman can build with it.. |
| 416ebe61 |
20-Nov-2010 |
mrg <mrg@NetBSD.org> |
update for xwininfo 1.1.1 |
| 92a7697b |
20-Nov-2010 |
mrg <mrg@NetBSD.org> |
update for xmh 1.0.2 |
| 93407be6 |
20-Nov-2010 |
mrg <mrg@NetBSD.org> |
update for xprop 1.2.0 |
| 0884d3f7 |
20-Nov-2010 |
mrg <mrg@NetBSD.org> |
update for xmodmap 1.0.4. |
| 49bdfc0d |
20-Nov-2010 |
mrg <mrg@NetBSD.org> |
update for xmag 1.0.4. |
| 0715140d |
20-Nov-2010 |
mrg <mrg@NetBSD.org> |
merge cornflakes |
| f7ada8dd |
20-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of xwud-1.0.3 |
| 863f95b1 |
20-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of xwininfo-1.1.1 |
| 29cb5710 |
20-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of xwd-1.0.4 |
| d80571a9 |
20-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of xsetroot-1.1.0 |
| 2ab73d9f |
20-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of xset-1.2.1 |
| bded5d25 |
20-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of xrefresh-1.0.4 |
| 5bd32fd1 |
20-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of xrdb-1.0.7 |
| a0996ce0 |
20-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of xprop-1.2.0 |
| ce62200c |
20-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of xmodmap-1.0.5 |
| e2264b6d |
20-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of xmh-1.0.2 |
| 23a8d56d |
20-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of xman-1.1.1 |
| 8f65982a |
20-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of xmag-1.0.4 |
| 69a1fe56 |
20-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of xlsclients-1.1.1 |
| f9d592e5 |
20-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of xlogo-1.0.3 |
| 48e69166 |
20-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of xload-1.1.0 |
| 169a0819 |
20-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of xhost-1.0.4 |
| 9aa2a2b5 |
20-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of xgc-1.0.3 |
| 08e312fd |
20-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of xgamma-1.0.4 |
| de0e2032 |
20-Nov-2010 |
mrg <mrg@NetBSD.org> |
we don't have xorg server 1.7 here. |
| 9355a5ae |
20-Nov-2010 |
mrg <mrg@NetBSD.org> |
update this for 11.0.3 |
| 8a971185 |
20-Nov-2010 |
mrg <mrg@NetBSD.org> |
merge xf86-video-vmware 11.0.3 |
| a241306c |
20-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-vmware-11.0.3 |
| f87b1cb2 |
20-Nov-2010 |
mrg <mrg@NetBSD.org> |
merge damageproto 1.2.1 |
| 0429cff8 |
20-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of xproto-7.0.19 |
| da27b3e0 |
20-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of xcmiscproto-1.2.1 |
| 8af544a8 |
20-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of scrnsaverproto-1.2.1 |
| 3c32fdc8 |
20-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of recordproto-1.14.1 |
| b3d4879b |
20-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of randrproto-1.3.2 |
| afeae234 |
20-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of inputproto-2.0.1 |
| 072b9158 |
20-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of fontsproto-2.1.1 |
| 10122826 |
20-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of damageproto-1.2.1 |
| 32c20a4e |
20-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of compositeproto-0.4.2 |
| f6ac05dd |
20-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of bigreqsproto-1.1.1 |
| 9ec48dda |
20-Nov-2010 |
mrg <mrg@NetBSD.org> |
regenerate this for 6.13.2 |
| 69d0ef43 |
20-Nov-2010 |
mrg <mrg@NetBSD.org> |
merge xf86-video-ati 6.12.2. |
| 0974d292 |
20-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-ati-6.13.2 |
| 55e905e7 |
18-Nov-2010 |
tron <tron@NetBSD.org> |
Import version 1.5 of the "xorg-docs" package: The documentation in this package is from xc/doc in the monolithic source tree. |
| 74c741d0 |
18-Nov-2010 |
macallan <macallan@NetBSD.org> |
when trying to map a ROM go through the appropriate /dev/pci* instance instead of opening /dev/mem With this Xorg should be able to read graphics card ROMs on all ports. |
| 79e5230e |
10-Nov-2010 |
macallan <macallan@NetBSD.org> |
sprinkle #if(n)def to allow building the driver without any fbdev support whatsoever while there do what the comment suggests and fall through to turning off the backlight in all DPMS modes except on - leaving the backlight on while turning the DAC off is kind of useless, isn't it? |
| 65174c50 |
07-Nov-2010 |
tsutsui <tsutsui@NetBSD.org> |
Use existing wscons USB keymap for WSKBD_TYPE_MAPLE on dreamcast. |
| 50679589 |
07-Nov-2010 |
tsutsui <tsutsui@NetBSD.org> |
Recognize WSKBD_TYPE_MAPLE for dreamcast. |
| d3d894cb |
29-Oct-2010 |
tsutsui <tsutsui@NetBSD.org> |
Fix an incorrect warning fix in previous. |
| e68e9bb9 |
27-Oct-2010 |
jakllsch <jakllsch@NetBSD.org> |
Backport upstream bugfix for PR#40149. "Save and restore the palettes on VT switch." upstream commits: 5efdf514ab0e5439114e8dd7a49105812155eb69 fc7aa6e3bbb86eaa2f34b827629f7e82cde65ac7 |
| 37d4bb4a |
24-Oct-2010 |
tsutsui <tsutsui@NetBSD.org> |
Make this compile with WARNS=2. |
| 37e7fe2c |
03-Oct-2010 |
christos <christos@NetBSD.org> |
ifdef out code that truncates the source length to the destination length if it is larger. Seems useless to do that since the code tests for both source length and destination to be non-zero. This fixes cut-n-paste problem in xterm where the paste length was limited to 1024 (BUFSIZ) in button.c |
| fedda2d2 |
14-Sep-2010 |
wiz <wiz@NetBSD.org> |
Revert part of previous: OPT_WIDE_CHARS definitely makes a difference with a UTF8 locale. |
| 680b3224 |
14-Sep-2010 |
wiz <wiz@NetBSD.org> |
Update for 0.18.4. |
| 5c2d8072 |
14-Sep-2010 |
wiz <wiz@NetBSD.org> |
Import pixman-0.18.4. Changes since 0.18.2: Post-release version bump to 0.18.3 Fix memory leak in the pthreads thread local storage code When storing a g1 pixel, store the lowest bit, rather than comparing with If we bail out of do_composite, make sure to undo any workarounds. Check for read accessors before taking the bilinear fast path Pre-release version bump to 0.18.4 |
| b6cfc201 |
11-Sep-2010 |
christos <christos@NetBSD.org> |
Update this to the latest xterm import. Fixes: - cut bug where, we could cut only up to 1K before - disable toolbar by default - don't assume we've installed luit from pkgsrc - no opt 256 char support - no opt widechar support |
| 74c52bd0 |
01-Sep-2010 |
wiz <wiz@NetBSD.org> |
Fix syntax error in some layout files. From Pouya D. Tafti on pkgsrc-users. Fixed upstream as seen in https://bugs.freedesktop.org/show_bug.cgi?id=29887 |
| fe81469e |
18-Aug-2010 |
jmcneill <jmcneill@NetBSD.org> |
openchrome r848: Improve 2d performance on chipsets without AGP/PCIe |
| 8e94c3a9 |
14-Aug-2010 |
mrg <mrg@NetBSD.org> |
update this for libxcb 1.7. |
| b20a2039 |
14-Aug-2010 |
mrg <mrg@NetBSD.org> |
initial import of libxcb-1.7 |
| 089493af |
14-Aug-2010 |
mrg <mrg@NetBSD.org> |
merge libXfont 1.4.2. |
| 1c6cc373 |
14-Aug-2010 |
mrg <mrg@NetBSD.org> |
merge libXfixes 4.0.5. |
| 5a3d36df |
14-Aug-2010 |
mrg <mrg@NetBSD.org> |
initial import of libXfont-1.4.2 |
| 521070a0 |
14-Aug-2010 |
mrg <mrg@NetBSD.org> |
initial import of libXfixes-4.0.5 |
| aaba2545 |
14-Aug-2010 |
mrg <mrg@NetBSD.org> |
merge libdrm 2.4.21. |
| 28d65773 |
14-Aug-2010 |
mrg <mrg@NetBSD.org> |
initial import of libpciaccess-0.12.0 |
| 13d1d17d |
14-Aug-2010 |
mrg <mrg@NetBSD.org> |
initial import of libdrm-2.4.21 |
| e5635464 |
14-Aug-2010 |
mrg <mrg@NetBSD.org> |
merge libXi 1.3.3 |
| feb6272c |
14-Aug-2010 |
mrg <mrg@NetBSD.org> |
merge libXaw 1.0.6 |
| 3e256790 |
14-Aug-2010 |
mrg <mrg@NetBSD.org> |
initial import of libXi-1.3.2 |
| 00084f2c |
14-Aug-2010 |
mrg <mrg@NetBSD.org> |
initial import of libXau-1.0.6 |
| 61234c2c |
14-Aug-2010 |
mrg <mrg@NetBSD.org> |
initial import of libX11-1.3.5 |
| e1117649 |
14-Aug-2010 |
mrg <mrg@NetBSD.org> |
merge xset 1.2.0. |
| 8a16544f |
14-Aug-2010 |
mrg <mrg@NetBSD.org> |
merge xrandr 1.3.3. |
| 8a88db28 |
14-Aug-2010 |
mrg <mrg@NetBSD.org> |
merge xmore 1.0.2. |
| 6f5dd5c2 |
14-Aug-2010 |
mrg <mrg@NetBSD.org> |
initial import of xset-1.2.0 |
| f8a31ee4 |
14-Aug-2010 |
mrg <mrg@NetBSD.org> |
initial import of xrandr-1.3.3 |
| 9c125d91 |
14-Aug-2010 |
mrg <mrg@NetBSD.org> |
initial import of xmore-1.0.2 |
| fc0e5ddd |
14-Aug-2010 |
mrg <mrg@NetBSD.org> |
update this for xf86-video-vmware 11.0.2 |
| b5866953 |
14-Aug-2010 |
mrg <mrg@NetBSD.org> |
merge xf86-video-vmware-11.0.2 |
| 9ee30066 |
14-Aug-2010 |
mrg <mrg@NetBSD.org> |
merge xf86-video-i128-1.3.4 |
| f44ff811 |
14-Aug-2010 |
mrg <mrg@NetBSD.org> |
merge xf86-video-chips-1.2.3 |
| 5cb2eaaf |
14-Aug-2010 |
mrg <mrg@NetBSD.org> |
merge xf86-video-ast-0.91.10 |
| 28abfe41 |
14-Aug-2010 |
mrg <mrg@NetBSD.org> |
merge xf86-video-apm-1.2.3 |
| 1f27ce9a |
14-Aug-2010 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-vmware-11.0.2 |
| d7be9c72 |
14-Aug-2010 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-mga-1.4.13 |
| b3e38ee4 |
14-Aug-2010 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-i128-1.3.4 |
| 7d17d341 |
14-Aug-2010 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-chips-1.2.3 |
| b410ddbe |
14-Aug-2010 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-ast-0.91.10 |
| a7b590b3 |
14-Aug-2010 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-ark-0.7.3 |
| 5f5b92ff |
14-Aug-2010 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-apm-1.2.3 |
| ea0de359 |
14-Aug-2010 |
mrg <mrg@NetBSD.org> |
initial import of xf86-input-vmmouse-12.6.10 |
| 66d53655 |
14-Aug-2010 |
mrg <mrg@NetBSD.org> |
merge xextproto 7.1.2. |
| dc39286f |
14-Aug-2010 |
mrg <mrg@NetBSD.org> |
initial import of xextproto-7.1.2 |
| cfcc9539 |
14-Aug-2010 |
mrg <mrg@NetBSD.org> |
initial import of xproto-7.0.18 |
| 311053f8 |
14-Aug-2010 |
mrg <mrg@NetBSD.org> |
initial import of videoproto-2.3.1 |
| 6edaf2ff |
14-Aug-2010 |
mrg <mrg@NetBSD.org> |
initial import of renderproto-0.11.1 |
| 7f70fefe |
14-Aug-2010 |
mrg <mrg@NetBSD.org> |
initial import of kbproto-1.0.5 |
| 13ca2809 |
14-Aug-2010 |
mrg <mrg@NetBSD.org> |
initial import of glproto-1.4.12 |
| 07c49eab |
10-Aug-2010 |
mrg <mrg@NetBSD.org> |
pull across a patch from git 11005146d6defa876a988daad587ae558f04ecbb: From: Alex Deucher <alexdeucher@gmail.com> Date: Tue, 10 Aug 2010 02:18:53 +0000 Subject: atom: upstream parser update fixes digital output problems on evergreen asics |
| 008c6922 |
09-Aug-2010 |
mrg <mrg@NetBSD.org> |
merge xf86-video-nv 2.1.18 |
| 6086d97e |
09-Aug-2010 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-nv-2.1.18 |
| ee716d97 |
19-Jul-2010 |
mrg <mrg@NetBSD.org> |
include param.h to get __NetBSD_Version__... now |
| 1f16d945 |
19-Jul-2010 |
mrg <mrg@NetBSD.org> |
merge Mesa 7.8.2. |
| cdc920a0 |
19-Jul-2010 |
mrg <mrg@NetBSD.org> |
import Mesa 7.8.2, lib part. major changes since 7.7.1: - several new extensions for various drivers - many i965, i915 driver fixes - many glsl fixes |
| 553f1899 |
19-Jul-2010 |
mrg <mrg@NetBSD.org> |
import Mesa 7.8.2, glut part. major changes since 7.7.1: - several new extensions for various drivers - many i965, i915 driver fixes - many glsl fixes |
| f5ac320a |
19-Jul-2010 |
mrg <mrg@NetBSD.org> |
import Mesa 7.8.2, demos component. major changes since 7.7.1: - several new extensions for various drivers - many i965, i915 driver fixes - many glsl fixes |
| da74559e |
18-Jul-2010 |
mrg <mrg@NetBSD.org> |
merge xlsfonts 1.0.3. |
| eadc44b0 |
18-Jul-2010 |
mrg <mrg@NetBSD.org> |
merge xlsclients 1.1.0 |
| b877c2a4 |
18-Jul-2010 |
mrg <mrg@NetBSD.org> |
merge xlsatoms 1.1.0. |
| 8fff3f40 |
18-Jul-2010 |
mrg <mrg@NetBSD.org> |
initial import of xlsfonts-1.0.3 |
| 7dff02fe |
18-Jul-2010 |
mrg <mrg@NetBSD.org> |
initial import of xlsclients-1.1.0 |
| f5effb2e |
18-Jul-2010 |
mrg <mrg@NetBSD.org> |
initial import of xlsatoms-1.1.0 |
| 9b75b2fe |
18-Jul-2010 |
mrg <mrg@NetBSD.org> |
add generated libxcb config.h |
| d4401354 |
17-Jul-2010 |
mrg <mrg@NetBSD.org> |
initial import of xcb-proto-1.6 |
| 602e473d |
17-Jul-2010 |
mrg <mrg@NetBSD.org> |
initial import of libxcb-1.6 |
| ecce36be |
17-Jul-2010 |
mrg <mrg@NetBSD.org> |
initial import of xcb-util-0.3.6 |
| 831f8b37 |
17-Jul-2010 |
mrg <mrg@NetBSD.org> |
this never got bumped properly for libXrender 0.9.6; do so now. |
| 59169ca1 |
17-Jul-2010 |
mrg <mrg@NetBSD.org> |
(a) - don't enable KMS support (b) - fix compile error when XF86_DRMMODE is not set |
| 0d501841 |
17-Jul-2010 |
mrg <mrg@NetBSD.org> |
regenerate these with the right thing. |
| 570d64e3 |
17-Jul-2010 |
mrg <mrg@NetBSD.org> |
fix the previous; it wasn't the right one. |
| 0106c30e |
17-Jul-2010 |
mrg <mrg@NetBSD.org> |
update for xf86-video-sis 0.10.3 |
| eb71bc22 |
17-Jul-2010 |
mrg <mrg@NetBSD.org> |
update this for xf86-video-tsent 1.2.4 |
| 4dba5f37 |
17-Jul-2010 |
mrg <mrg@NetBSD.org> |
update for xf86-video-ati 6.13.1 |
| 7fc1b546 |
17-Jul-2010 |
mrg <mrg@NetBSD.org> |
merge xf86-video-sis 0.10.3 |
| bc856e95 |
17-Jul-2010 |
mrg <mrg@NetBSD.org> |
merge xf86-video-rendition 4.2.4 |
| f3e81095 |
17-Jul-2010 |
mrg <mrg@NetBSD.org> |
merge xf86-video-neomagic 1.2.5 |
| 51b40f85 |
17-Jul-2010 |
mrg <mrg@NetBSD.org> |
merge xf86-video-ati 6.13.1 |
| f5990ea7 |
17-Jul-2010 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-tseng-1.2.4 |
| 2378475a |
17-Jul-2010 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-trident-1.3.4 |
| e35772b2 |
17-Jul-2010 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-sis-0.10.3 |
| 0b661123 |
17-Jul-2010 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-rendition-4.2.4 |
| c3c9db83 |
17-Jul-2010 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-neomagic-1.2.5 |
| 2f39173d |
17-Jul-2010 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-ati-6.13.1 |
| 96cdd0b9 |
12-Jul-2010 |
kiyohara <kiyohara@NetBSD.org> |
Support GENDAC/SDAC for prep. |
| c121fdcf |
30-Jun-2010 |
mrg <mrg@NetBSD.org> |
xterm now wants xtermcfg.h to build. |
| cd3331d0 |
30-Jun-2010 |
mrg <mrg@NetBSD.org> |
merge xterm 261. |
| 20d2c4d2 |
30-Jun-2010 |
mrg <mrg@NetBSD.org> |
initial import of xterm 261. major changes include: - many UTF8 fixes - improve terminfo support - better freedesktop.org integration - lots and lots of bug fixes |
| 766a8447 |
17-Jun-2010 |
mrg <mrg@NetBSD.org> |
merge xf86-video-suncg14 1.1.1 |
| 7ce7e03c |
17-Jun-2010 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-suncg14-1.1.1 |
| e5adf029 |
17-Jun-2010 |
mrg <mrg@NetBSD.org> |
ensure that [WU]TMPX_FILE are defined to something. |
| c5cb1914 |
17-Jun-2010 |
mrg <mrg@NetBSD.org> |
update this for sessreg 1.0.6. |
| 36bfd34d |
17-Jun-2010 |
mrg <mrg@NetBSD.org> |
merge sessreg 1.0.6 |
| cea37944 |
17-Jun-2010 |
mrg <mrg@NetBSD.org> |
initial import of xinput-1.5.2 |
| 1e5fa1c5 |
17-Jun-2010 |
mrg <mrg@NetBSD.org> |
initial import of sessreg-1.0.6 |
| e0787e08 |
16-Jun-2010 |
mrg <mrg@NetBSD.org> |
avoid a compile error in libX11 1.3.4. |
| 538b5b2f |
16-Jun-2010 |
mrg <mrg@NetBSD.org> |
merge libXrender 0.9.6 |
| 6cda817a |
16-Jun-2010 |
mrg <mrg@NetBSD.org> |
merge libXext 1.1.2 |
| 942d0ecb |
16-Jun-2010 |
mrg <mrg@NetBSD.org> |
merge libXdamage 1.1.3 |
| c488d7c5 |
16-Jun-2010 |
mrg <mrg@NetBSD.org> |
merge libXcomposite 0.4.1 |
| 321e5606 |
16-Jun-2010 |
mrg <mrg@NetBSD.org> |
merge libX11 1.3.4 |
| 9c9ff80c |
16-Jun-2010 |
mrg <mrg@NetBSD.org> |
initial import of libXrender-0.9.6 |
| b9b4fd27 |
16-Jun-2010 |
mrg <mrg@NetBSD.org> |
initial import of libXext-1.1.2 |
| 417cc7e8 |
16-Jun-2010 |
mrg <mrg@NetBSD.org> |
initial import of libXdamage-1.1.3 |
| 49dc963f |
16-Jun-2010 |
mrg <mrg@NetBSD.org> |
initial import of libXcomposite-0.4.2 |
| 88de56cc |
16-Jun-2010 |
mrg <mrg@NetBSD.org> |
initial import of libX11-1.3.4 |
| b73528ca |
10-Jun-2010 |
macallan <macallan@NetBSD.org> |
Make ioctl(CG14_SET_PIXELMODE) a proper NetBSD ioctl() ( as in use _IOW ), also fix some bogosity in colour weights and depth. With this and the kernel changes committed earlier the cg14 in my SS20 works with the suncg14 driver. TODO: - beat some sanity in the order in which the Xserver issues various ioctl()s and opens or closes devices to reduce unnecessary flicker and make sure we end up in the right colour mode when entering and exiting X - add hw cursor support - support 8 bit visuals along with 24 bit or alone for high resolutions |
| d3f73f59 |
08-Jun-2010 |
mrg <mrg@NetBSD.org> |
include a config.h for openchrome as well. part of PR#43433. |
| 78ab13c8 |
03-Jun-2010 |
joerg <joerg@NetBSD.org> |
Don't quote strings to be expanded as we quote the content already. |
| 04651c55 |
03-Jun-2010 |
veego <veego@NetBSD.org> |
It is __NetBSD_Version__ and not __NetBSD_Version Fixed a hidden issue with __progname The i910 and i965 dri modules still have a problem with the __progname usage in MesaLib/dist/src/mesa/drivers/dri/intel/intel_context.c |
| 0e70ee2b |
02-Jun-2010 |
joerg <joerg@NetBSD.org> |
Avoid .TS H and .TH for now as it doesn't alter the output in this case and conflicts with the header check from mandoc. Having somewhat working HTML output is more useful. |
| 8558c1aa |
02-Jun-2010 |
joerg <joerg@NetBSD.org> |
Drop empty .TP. Kill some useless quotes while here. |
| 77d8374e |
02-Jun-2010 |
joerg <joerg@NetBSD.org> |
Drop empty .TP. |
| ca063f2c |
01-Jun-2010 |
mrg <mrg@NetBSD.org> |
fix a macro definition error, as per PR#41900 from Henning Petersen. |
| c6120f74 |
01-Jun-2010 |
mrg <mrg@NetBSD.org> |
fix a prototype error, as per PR#41899 from Henning Petersen. |
| 4db5bdc9 |
30-May-2010 |
nonaka <nonaka@NetBSD.org> |
Added keypad symbols. |
| 1de2b6dd |
29-May-2010 |
ghen <ghen@NetBSD.org> |
Move "compiled" files from dist directory to reachover directory (suggested by mrg). |
| f98fd1cb |
29-May-2010 |
nonaka <nonaka@NetBSD.org> |
The rule of W-ZERO3 was added again. |
| 58f1130e |
29-May-2010 |
nonaka <nonaka@NetBSD.org> |
sharp_vndr was added to the build object. |
| 7e987da5 |
29-May-2010 |
mrg <mrg@NetBSD.org> |
avoid vmware module crashing with "X -configure". |
| 589292a5 |
28-May-2010 |
ghen <ghen@NetBSD.org> |
Re-add compiled rules files (removed from distribution). |
| 81de20c0 |
28-May-2010 |
ghen <ghen@NetBSD.org> |
Resolve conflicts. |
| c067fea9 |
28-May-2010 |
ghen <ghen@NetBSD.org> |
Initial import of xkeyboard-config-1.9 |
| a38f8c81 |
28-May-2010 |
ghen <ghen@NetBSD.org> |
Restore original (1.4 distfile) order to ease merges. |
| df951cba |
28-May-2010 |
mrg <mrg@NetBSD.org> |
obsolete xf86-video-cyrix sources. |
| 92185efd |
28-May-2010 |
mrg <mrg@NetBSD.org> |
obsolete these old sources. |
| 088ecf25 |
28-May-2010 |
mrg <mrg@NetBSD.org> |
geode wants a config.h. give it one. |
| f29dbc25 |
28-May-2010 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-geode-2.11.8 |
| 7e6fb56f |
27-May-2010 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-openchrome-0.2.904 |
| e4979502 |
25-May-2010 |
nonaka <nonaka@NetBSD.org> |
Added keyboard config files for Sharp WS011SH/WS020SH. |
| 94c65585 |
23-May-2010 |
mrg <mrg@NetBSD.org> |
re-add the final new-line. |
| 876bfa2f |
23-May-2010 |
mrg <mrg@NetBSD.org> |
make these build with Mesa 7.7.1. |
| 56e89960 |
23-May-2010 |
mrg <mrg@NetBSD.org> |
merge MesaLib 7.7.1 |
| 655a10ed |
23-May-2010 |
mrg <mrg@NetBSD.org> |
merge MesaGLUT 7.7.1 |
| eac1c39c |
23-May-2010 |
mrg <mrg@NetBSD.org> |
merge MesaDemos 7.7.1 |
| 4a49301e |
23-May-2010 |
mrg <mrg@NetBSD.org> |
initial import of MesaLib-7.7.1 |
| 2590f9be |
23-May-2010 |
mrg <mrg@NetBSD.org> |
initial import of MesaGLUT-7.7.1 |
| f5dfa8cf |
23-May-2010 |
mrg <mrg@NetBSD.org> |
initial import of MesaDemos-7.7.1 |
| 2ccb1040 |
23-May-2010 |
mrg <mrg@NetBSD.org> |
avoid a #define redefine warning (error) |
| e14e1a7d |
23-May-2010 |
mrg <mrg@NetBSD.org> |
re-generate this for xf86-video-vmware-11.0.1 |
| b68e1f86 |
23-May-2010 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-vmware-11.0.1 |
| ab0c3565 |
23-May-2010 |
mrg <mrg@NetBSD.org> |
re-generate this with xf86-video-ati 6.13.0 |
| f1bc02b7 |
23-May-2010 |
mrg <mrg@NetBSD.org> |
merge xf86-video-ati 6.13.0 |
| ad43ddac |
23-May-2010 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-ati-6.13.0 |
| 3b5ce2ae |
23-May-2010 |
mrg <mrg@NetBSD.org> |
.. and pull across our changes. and turn off the poorly detected "__thread" support... |
| ae610daf |
23-May-2010 |
mrg <mrg@NetBSD.org> |
regenerate this for pixman 0.18.2 |
| 952204ab |
23-May-2010 |
mrg <mrg@NetBSD.org> |
initial import of pixman-0.18.2 |
| cdb439df |
22-May-2010 |
mrg <mrg@NetBSD.org> |
pull across pkgsrc patch-ad: add netbsd atomic ops support. |
| 2e6867f6 |
22-May-2010 |
mrg <mrg@NetBSD.org> |
merge libdrm 2.4.20 and re-apply our changes to the moved sources |
| 22944501 |
22-May-2010 |
mrg <mrg@NetBSD.org> |
initial import of libdrm-2.4.20 |
| 842a77a7 |
22-May-2010 |
mrg <mrg@NetBSD.org> |
merge xf86-input-keyboard 1.4.0 |
| b4e14abf |
22-May-2010 |
mrg <mrg@NetBSD.org> |
merge xinit 1.2.1 |
| 34977a2f |
22-May-2010 |
mrg <mrg@NetBSD.org> |
initial import of xf86-input-keyboard-1.4.0 |
| bf4a254e |
22-May-2010 |
mrg <mrg@NetBSD.org> |
initial import of xinit-1.2.1 |
| 23c3532e |
22-May-2010 |
mrg <mrg@NetBSD.org> |
re-generate this for 1.7.4 |
| 1b2ce5a6 |
22-May-2010 |
mrg <mrg@NetBSD.org> |
merge libpciaccess 0.11.0 |
| e432255d |
22-May-2010 |
mrg <mrg@NetBSD.org> |
initial import of libpciaccess-0.11.0 |
| 5592a31f |
22-May-2010 |
mrg <mrg@NetBSD.org> |
merge xf86-video-vesa 2.3.0 |
| f5683d00 |
22-May-2010 |
mrg <mrg@NetBSD.org> |
merge xf86-video-nv 2.1.17 |
| fad44459 |
22-May-2010 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-vesa-2.3.0 |
| e4f6584c |
22-May-2010 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-siliconmotion-1.7.4 |
| 71ba42d0 |
22-May-2010 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-nv-2.1.17 |
| a31a186a |
22-May-2010 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-mga-1.4.12 |
| e7d8c03e |
22-May-2010 |
mrg <mrg@NetBSD.org> |
update for xf86-input-mouse 1.5.0 |
| ed37fa65 |
22-May-2010 |
mrg <mrg@NetBSD.org> |
merge xf86-input-vmmouse-12.6.9 |
| fecac299 |
22-May-2010 |
mrg <mrg@NetBSD.org> |
merge xf86-input-mouse-1.5.0 |
| 9418810d |
22-May-2010 |
mrg <mrg@NetBSD.org> |
initial import of xf86-input-vmmouse-12.6.9 |
| fc27e79c |
22-May-2010 |
mrg <mrg@NetBSD.org> |
initial import of xf86-input-mouse-1.5.0 |
| 504419a3 |
22-May-2010 |
mrg <mrg@NetBSD.org> |
merge scrnsaverproto 1.2.0 |
| 697b1baf |
22-May-2010 |
mrg <mrg@NetBSD.org> |
merge libXt 1.0.8 |
| 4c752068 |
22-May-2010 |
mrg <mrg@NetBSD.org> |
merge libXScrnSaver 1.2.0 |
| 0b2e9478 |
22-May-2010 |
mrg <mrg@NetBSD.org> |
initial import of scrnsaverproto-1.2.0 |
| 1477040f |
22-May-2010 |
mrg <mrg@NetBSD.org> |
initial import of libXt-1.0.8 |
| 65eef222 |
22-May-2010 |
mrg <mrg@NetBSD.org> |
initial import of libXScrnSaver-1.2.0 |
| 3dc85f22 |
22-May-2010 |
mrg <mrg@NetBSD.org> |
initial import of glproto-1.4.11 |
| 06d053a9 |
22-May-2010 |
mrg <mrg@NetBSD.org> |
initial import of dri2proto-2.3 |
| 9c32e6c9 |
22-May-2010 |
mrg <mrg@NetBSD.org> |
use new-skool <X11/extensions/dpmsconst.h>. |
| bd80bcac |
22-May-2010 |
mrg <mrg@NetBSD.org> |
XXX: avoid issues with finding "Display" definition. |
| 684baedf |
22-May-2010 |
mrg <mrg@NetBSD.org> |
various build fixes for modern xextproto/libXext and friends. some of this came from pkgsrc, and some of it i had to figure out myself. |
| 03674e8a |
22-May-2010 |
mrg <mrg@NetBSD.org> |
copy the compat shmstr.h from pkgsrc for now. |
| 04968e39 |
22-May-2010 |
mrg <mrg@NetBSD.org> |
apply the current pkgsrc/x11/libXext/patches/patch-aa here, for now: fix compile errors in older code. |
| b9c86749 |
22-May-2010 |
mrg <mrg@NetBSD.org> |
merge libXxf86vm 1.1.0 |
| 4e2f3c3b |
22-May-2010 |
mrg <mrg@NetBSD.org> |
merge libXxf86dga 1.1.1 |
| b290cf36 |
22-May-2010 |
mrg <mrg@NetBSD.org> |
initial import of libXxf86vm-1.1.0 |
| 329fdfe9 |
22-May-2010 |
mrg <mrg@NetBSD.org> |
initial import of libXxf86dga-1.1.1 |
| c8503c1c |
22-May-2010 |
mrg <mrg@NetBSD.org> |
merge evieext 1.1.0 |
| bc5f02f5 |
22-May-2010 |
mrg <mrg@NetBSD.org> |
initial import of evieext-1.1.0 |
| 5a473929 |
22-May-2010 |
mrg <mrg@NetBSD.org> |
merge libX11 1.3.3 |
| b4ee4795 |
22-May-2010 |
mrg <mrg@NetBSD.org> |
initial import of libX11-1.3.3 |
| b30ee60d |
22-May-2010 |
mrg <mrg@NetBSD.org> |
merge libXi 1.2.1 |
| 18bfe870 |
22-May-2010 |
mrg <mrg@NetBSD.org> |
merge libXtst 1.1.0 |
| 9cdc57d4 |
22-May-2010 |
mrg <mrg@NetBSD.org> |
merge xinput 1.5.1 |
| 333ac5a5 |
22-May-2010 |
mrg <mrg@NetBSD.org> |
merge xf86vidmodeproto 2.2.2 |
| 4012afc7 |
22-May-2010 |
mrg <mrg@NetBSD.org> |
merge xf86driproto 2.0.4 |
| 071444fa |
22-May-2010 |
mrg <mrg@NetBSD.org> |
merge xf86dgaproto 2.0.3 |
| 7e5a4ee6 |
22-May-2010 |
mrg <mrg@NetBSD.org> |
merge xf86bigfontproto 1.1.2 |
| f70ea3a6 |
22-May-2010 |
mrg <mrg@NetBSD.org> |
merge xextproto 7.1.1 |
| c05be80a |
22-May-2010 |
mrg <mrg@NetBSD.org> |
merge xcmiscproto 1.1.2 |
| d697f9c6 |
22-May-2010 |
mrg <mrg@NetBSD.org> |
merge recordproto 1.14 |
| cb535cb9 |
22-May-2010 |
mrg <mrg@NetBSD.org> |
merge inputproto 1.5.1 |
| ec586f5b |
22-May-2010 |
mrg <mrg@NetBSD.org> |
merge bigreqsproto 1.1.0 |
| 53719b08 |
22-May-2010 |
mrg <mrg@NetBSD.org> |
initial import of xinput-1.5.1 |
| 7629d119 |
22-May-2010 |
mrg <mrg@NetBSD.org> |
initial import of xf86vidmodeproto-2.3 |
| 0362ce01 |
22-May-2010 |
mrg <mrg@NetBSD.org> |
initial import of xf86driproto-2.1.0 |
| 85b851b1 |
22-May-2010 |
mrg <mrg@NetBSD.org> |
initial import of xf86dgaproto-2.1 |
| a411817f |
22-May-2010 |
mrg <mrg@NetBSD.org> |
initial import of xf86bigfontproto-1.2.0 |
| c4b88243 |
22-May-2010 |
mrg <mrg@NetBSD.org> |
initial import of xextproto-7.1.1 |
| 1d24803c |
22-May-2010 |
mrg <mrg@NetBSD.org> |
initial import of xcmiscproto-1.2.0 |
| 56f33275 |
22-May-2010 |
mrg <mrg@NetBSD.org> |
initial import of recordproto-1.14 |
| ea133fd7 |
22-May-2010 |
mrg <mrg@NetBSD.org> |
initial import of libXtst-1.1.0 |
| c27c18e8 |
22-May-2010 |
mrg <mrg@NetBSD.org> |
initial import of libXi-1.3 |
| 485f0483 |
22-May-2010 |
mrg <mrg@NetBSD.org> |
initial import of libXext-1.1.1 |
| 54d455b1 |
22-May-2010 |
mrg <mrg@NetBSD.org> |
initial import of inputproto-2.0 |
| 1ded60da |
22-May-2010 |
mrg <mrg@NetBSD.org> |
initial import of fixesproto-4.1.1 |
| d0b50b26 |
22-May-2010 |
mrg <mrg@NetBSD.org> |
initial import of bigreqsproto-1.1.0 |
| 0cedb761 |
21-May-2010 |
mrg <mrg@NetBSD.org> |
merge xvidtune 1.0.2 |
| aa182e5d |
21-May-2010 |
mrg <mrg@NetBSD.org> |
merge xeyes 1.1.0 |
| 14ddf674 |
21-May-2010 |
mrg <mrg@NetBSD.org> |
initial import of xvidtune-1.0.2 |
| a66cb5a8 |
21-May-2010 |
mrg <mrg@NetBSD.org> |
initial import of xproto-7.0.17 |
| 2ddb6cf1 |
21-May-2010 |
mrg <mrg@NetBSD.org> |
initial import of xeyes-1.1.0 |
| f9265b8b |
21-May-2010 |
mrg <mrg@NetBSD.org> |
imake 1.0.3 wants a config.h |
| 43b4c634 |
21-May-2010 |
mrg <mrg@NetBSD.org> |
merge xdm 1.1.10 |
| 68374452 |
21-May-2010 |
mrg <mrg@NetBSD.org> |
merge xkbprint 1.0.2 |
| bb87321d |
21-May-2010 |
mrg <mrg@NetBSD.org> |
merge xgc 1.0.2 |
| 5511d0b4 |
21-May-2010 |
mrg <mrg@NetBSD.org> |
merge xcalc 1.0.2 |
| bf7c3ad2 |
21-May-2010 |
mrg <mrg@NetBSD.org> |
merge xbiff 1.0.2 |
| 253afd6f |
21-May-2010 |
mrg <mrg@NetBSD.org> |
merge xlogo 1.0.2 |
| 7838e391 |
21-May-2010 |
mrg <mrg@NetBSD.org> |
merge viewres-1.0.2 |
| ec553c78 |
21-May-2010 |
mrg <mrg@NetBSD.org> |
merge listres-1.0.2 |
| 0582865a |
21-May-2010 |
mrg <mrg@NetBSD.org> |
merge imake-1.0.3. |
| e531b1a7 |
21-May-2010 |
mrg <mrg@NetBSD.org> |
initial import of xlogo-1.0.2 |
| 3e6697d4 |
21-May-2010 |
mrg <mrg@NetBSD.org> |
initial import of xkbprint-1.0.2 |
| 350952b9 |
21-May-2010 |
mrg <mrg@NetBSD.org> |
initial import of xgc-1.0.2 |
| 5ffd6003 |
21-May-2010 |
mrg <mrg@NetBSD.org> |
initial import of xdm-1.1.10 |
| 8512f934 |
21-May-2010 |
mrg <mrg@NetBSD.org> |
initial import of xcalc-1.0.3 |
| 9ef7378b |
21-May-2010 |
mrg <mrg@NetBSD.org> |
initial import of xbiff-1.0.2 |
| fffe5102 |
21-May-2010 |
mrg <mrg@NetBSD.org> |
initial import of viewres-1.0.2 |
| dbe7da2e |
21-May-2010 |
mrg <mrg@NetBSD.org> |
initial import of luit-1.0.5 |
| 7bd0f98d |
21-May-2010 |
mrg <mrg@NetBSD.org> |
initial import of listres-1.0.2 |
| a5399cb1 |
21-May-2010 |
mrg <mrg@NetBSD.org> |
initial import of imake-1.0.3 |
| d88e62d8 |
20-May-2010 |
macallan <macallan@NetBSD.org> |
sprinkle some more volatile |
| 83616484 |
20-May-2010 |
macallan <macallan@NetBSD.org> |
add a PrepareAccess method to make sure the drawing engine is idle before trying to scribble into video memory This should not be necessary but for some reason we need it here. |
| 727ce256 |
20-May-2010 |
macallan <macallan@NetBSD.org> |
pick up some nits accidentially left in: - get rid of usleep() while waiting for the blitter - way too crude - sanitize some register writes since last time I looked at this some other problem crept in - we now have syncing issues with text drawing |
| 6f605d33 |
15-May-2010 |
nonaka <nonaka@NetBSD.org> |
Added keyboard config files for Sharp WS003SH/WS007SH. |
| ad5464f4 |
01-Apr-2010 |
mrg <mrg@NetBSD.org> |
import fdo git change 185185eeb44a277c324be0f58a4b4a469b56b69b, which i've seen twice in the last two days: Fix crash when all glyphs of a given depth are freed, but not all glyphsets This is how the crash can be triggered with only two clients on the system: Client A: (already running) Client B: Connect Client B: CreateGlyphSet(depthN) Client A: Disconnect Server: free globalGlyphs(depthN) Client B: AddGlyphs(depthN) Server: SEGV This crash was introduced with the FindGlyphsByHash function in 516b96387b0e57b524a37a96da22dbeeeb041712. Before that revision, ResizeGlyphSet was always called before FindGlyphRef, which would re-create globalGlyphs(depthN) if necessary. X.Org Bug 20718 <http://bugs.freedesktop.org/show_bug.cgi?id=20718> XXX: needs netbsd-5 pullup. |
| 1720b512 |
14-Mar-2010 |
macallan <macallan@NetBSD.org> |
xf86Version.h is no more |
| 1764dec5 |
03-Mar-2010 |
macallan <macallan@NetBSD.org> |
treat the onboard radeon found in Mac Minis like the ones found in iBooks From Hiroaki Urata via PR 42931 |
| f7ec340b |
11-Feb-2010 |
macallan <macallan@NetBSD.org> |
suncg14 driver, from Xorg |
| a57a942c |
27-Jan-2010 |
tron <tron@NetBSD.org> |
Add patch from upstream CVS to fix CVE-2009-3560 (possible DOS due to crash on bad input). |
| 56b2f73e |
24-Jan-2010 |
rafal <rafal@NetBSD.org> |
Decorate some GL APIs with PUBLIC so they're available to link against; otherwise e.g. the swrast DRI module can't find _glapi_check_multithread. From http://people.freedesktop.org/~krh/glapi.patch with some tweaks. ok phone@ |
| 37a6a21e |
12-Jan-2010 |
mrg <mrg@NetBSD.org> |
in pci_device_netbsd_probe() probe the expansion ROM and size. if it's there, set priv->rom_base and device->rom_size. originally from mhitch, and it's basically the same code as present in both freebsd_pci.c and openbsd_pci.c. add a comment about needing to avoid the default bios mapping if this card is not the console. mmap() with MAP_SHARED, since the kernel forces this anyway, and it is again the same in both freebsd_pci.c and openbsd_pci.c. |
| 8a7dd4e8 |
10-Jan-2010 |
veego <veego@NetBSD.org> |
Regenerate to match current source * Add several defines for headers |
| 80ad7bbf |
10-Jan-2010 |
veego <veego@NetBSD.org> |
Regenerate to match current source * PACKAGE_STRING, PACKAGE_VERSION, PACKAGE_VERSION_PATCHLEVEL and VERSION updated for 1.0.3 * Add several defines for headers |
| f6a2e1d6 |
10-Jan-2010 |
veego <veego@NetBSD.org> |
Regenerate to match current source * Commented entries added (HAVE_XF1BPP, HAVE_XF4BPP) |
| 1847b057 |
10-Jan-2010 |
veego <veego@NetBSD.org> |
Regenerate to match current source * LT_OBJDIR is now gone |
| f8a43801 |
10-Jan-2010 |
veego <veego@NetBSD.org> |
Regenerate to match current source * Commented entry added (HAVE_XEXTPROTO_71) |
| df697350 |
10-Jan-2010 |
veego <veego@NetBSD.org> |
Regenerate to match current source * HAVE_XMODES is now enabled * Commented entry added (HAVE_XEXTPROTO_71) * LT_OBJDIR is now gone |
| 59c28e9a |
10-Jan-2010 |
veego <veego@NetBSD.org> |
Regenerate to match current source * HAVE_FREE_SHADOW, HAVE_PCI_DEVICE_ENABLE and XF86CRTCFUNCS_HAS_SETMODEMAJOR are now enabled * Commented entry added (HAVE_XEXTPROTO_71) |
| 8ba45ce9 |
10-Jan-2010 |
veego <veego@NetBSD.org> |
Regenerate to match current source * Commented entry added (HAVE_XEXTPROTO_71) * LT_OBJDIR is now gone |
| 5efd276a |
10-Jan-2010 |
veego <veego@NetBSD.org> |
Regenerate to match current source * HAVE_FREE_SHADOW, HAVE_PCI_DEVICE_ENABLE, HAVE_XF86CRTCCLIPVIDEOHELPER and HAVE_XF86MODEBANDWIDTH are now enabled. Already changed for netbsd-5 but not on HEAD * Commented entry added (HAVE_XEXTPROTO_71) |
| aafc895d |
10-Jan-2010 |
veego <veego@NetBSD.org> |
Regenerate to match current source * enable HAVE_POSIX_MEMALIGN |
| a4a4c95c |
10-Jan-2010 |
veego <veego@NetBSD.org> |
Regenerate to match current source * PACKAGE_STRING, PACKAGE_VERSION, PACKAGE_VERSION_PATCHLEVEL and VERSION updated for 1.4.1 * Commented entry added (HAVE_LIBWS2_32) * LT_OBJDIR is now gone |
| 4e1d7965 |
10-Jan-2010 |
veego <veego@NetBSD.org> |
Regenerate to match current source * VERSION updated to 1.0.2 * Commented entry added (HAVE_LIBWS2_32) |
| 97833113 |
31-Dec-2009 |
macallan <macallan@NetBSD.org> |
use BGR on XVR-1000 |
| bc7a3a36 |
28-Dec-2009 |
jakllsch <jakllsch@NetBSD.org> |
Fix incorrect LIST_END macro. From xf86-video-radeonhd commit cc1bb50bb44354be7793e4fc45c625746571ec96. Fixes PR/41950. |
| 6c7645b9 |
23-Dec-2009 |
mrg <mrg@NetBSD.org> |
if a VGA device isn't enabled for io/mem/bus-master, do so here. xorg-server 1.4.x and earlier would do this for us. partly fixes dual-head support for various systems. idea from mhitch. |
| d455af22 |
13-Dec-2009 |
nonaka <nonaka@NetBSD.org> |
Added keyboard config files for Sharp Zaurus SL-C3x00. |
| b603b469 |
12-Dec-2009 |
nonaka <nonaka@NetBSD.org> |
Enable shadowFB for rotate option. |
| e0e11d4d |
11-Dec-2009 |
mbalmer <mbalmer@NetBSD.org> |
Fix SwapXY and rotation support. From OpenBSD. |
| 53cb6c62 |
08-Dec-2009 |
mbalmer <mbalmer@NetBSD.org> |
Remove the input driver before returning NULL on error in PreInit(). From OpenBSD. |
| 5cb4a8b9 |
05-Dec-2009 |
mrg <mrg@NetBSD.org> |
- add a new -cppargs option - default -cppargs to the CPPARGS variable if defined. - add cppargs to the cpp command if defined. part2 of xrdb fixes. thanks to Patrick Welche <prlw1@cam.ac.uk> for figuring out what was going wrong, and testing these changes. |
| c506e0ff |
03-Dec-2009 |
macallan <macallan@NetBSD.org> |
fix a segfault in xf86EnterServerState() which would fire whenever there is more than one graphics device This is a bandaid, we ( or the Xorg people ) need to fix it properly by getting rid of all the now useless RAC-related code. |
| 477d6649 |
28-Nov-2009 |
mbalmer <mbalmer@NetBSD.org> |
elographics configuration |
| 3eed67fa |
28-Nov-2009 |
mbalmer <mbalmer@NetBSD.org> |
Initial import of xf86-input-elographics-1.2.3. From X.Org via OpenBSD. |
| 240a9a23 |
27-Nov-2009 |
mbalmer <mbalmer@NetBSD.org> |
initial import of xf86-input-ws, from OpenBSD |
| 02566b6a |
25-Nov-2009 |
macallan <macallan@NetBSD.org> |
fix a logic botch in TcxCopy() that would bite us when doing right-to-left blits with width being a multiple of 32 |
| 88614935 |
24-Nov-2009 |
macallan <macallan@NetBSD.org> |
Make TcxDownloadFromScreen() and TcxUploadToScreen() work and use them. |
| 9a5ed1c5 |
21-Nov-2009 |
macallan <macallan@NetBSD.org> |
Make IgsDownloadFromScreen() and IgsUploadToScreen() actually work. While there clean up some cargo-culted comments that no longer apply. |
| 5c14222e |
13-Nov-2009 |
macallan <macallan@NetBSD.org> |
reapply 64bit fixes |
| 731e20d8 |
12-Nov-2009 |
macallan <macallan@NetBSD.org> |
reapply 64bit fixes |
| be1ef3d3 |
10-Nov-2009 |
macallan <macallan@NetBSD.org> |
A driver for IGS CyberPro 20x0 graphics controllers. So far this works only on Rev. 5 Sharks with igsfb, adapting it to netwinder should be trivial though. |
| 65ea6515 |
10-Nov-2009 |
mrg <mrg@NetBSD.org> |
update for xf86-video-ati 6.12.4 |
| 68b821cf |
09-Nov-2009 |
mrg <mrg@NetBSD.org> |
update for xorg-server 1.6.5 |
| 39826d68 |
09-Nov-2009 |
mrg <mrg@NetBSD.org> |
merge xdm 1.1.9. |
| 578741aa |
09-Nov-2009 |
mrg <mrg@NetBSD.org> |
initial import of xdm-1.1.9 |
| 21ecb1ef |
09-Nov-2009 |
mrg <mrg@NetBSD.org> |
initial import of xdpyinfo-1.1.0 |
| 69bf0a65 |
09-Nov-2009 |
mrg <mrg@NetBSD.org> |
merge libpciaccess 0.10.9 |
| 49f872b5 |
09-Nov-2009 |
mrg <mrg@NetBSD.org> |
initial import of libpciaccess-0.10.9 |
| 8c0e705b |
09-Nov-2009 |
mrg <mrg@NetBSD.org> |
merge libXxf86misc 1.0.2 |
| 11245024 |
09-Nov-2009 |
mrg <mrg@NetBSD.org> |
initial import of libXxf86misc-1.0.2 |
| b3062210 |
09-Nov-2009 |
mrg <mrg@NetBSD.org> |
initial import of libXfont-1.4.1 |
| 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 |
| 377bb882 |
09-Nov-2009 |
mrg <mrg@NetBSD.org> |
merge 0.3.0 |
| 4a5ed537 |
09-Nov-2009 |
mrg <mrg@NetBSD.org> |
build fix for 0.3.0. |
| 64f08a18 |
09-Nov-2009 |
mrg <mrg@NetBSD.org> |
merge xf86-video-wsfb 0.3.0 |
| 5d713044 |
09-Nov-2009 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-wsfb-0.3.0 |
| a0d10bb6 |
09-Nov-2009 |
mrg <mrg@NetBSD.org> |
merge xorg-server 1.6.5 |
| b1d344b3 |
09-Nov-2009 |
mrg <mrg@NetBSD.org> |
initial import of xorg-server-1.6.5 |
| fd6e873b |
09-Nov-2009 |
mrg <mrg@NetBSD.org> |
handle Xinerama update for now. XXX: back out when the rest is updated |
| 59858651 |
09-Nov-2009 |
mrg <mrg@NetBSD.org> |
merge xineramaproto 1.2 and libXinerama 1.1 |
| 16670f18 |
09-Nov-2009 |
mrg <mrg@NetBSD.org> |
initial import of xineramaproto-1.2 |
| f05b35a2 |
09-Nov-2009 |
mrg <mrg@NetBSD.org> |
initial import of libXinerama-1.1 |
| 584c9ff1 |
09-Nov-2009 |
mrg <mrg@NetBSD.org> |
merge MesaLib 7.4.4. |
| c7037ccd |
09-Nov-2009 |
mrg <mrg@NetBSD.org> |
initial import of MesaLib-7.4.4 |
| af906dfa |
09-Nov-2009 |
mrg <mrg@NetBSD.org> |
initial import of MesaDemos-7.4.4 |
| 2be10092 |
09-Nov-2009 |
mrg <mrg@NetBSD.org> |
update for xf86-radeonhd-1.3.0 |
| 8b78120e |
09-Nov-2009 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-radeonhd-1.3.0 |
| 66f7d985 |
09-Nov-2009 |
mrg <mrg@NetBSD.org> |
merge xf86-video-tseng 1.2.3 |
| d03ff4ac |
09-Nov-2009 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-tseng-1.2.3 |
| 7ae0a258 |
09-Nov-2009 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-tga-1.2.1 |
| 96ce994a |
09-Nov-2009 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-rendition-4.2.3 |
| 5e695a52 |
09-Nov-2009 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-ark-0.7.2 |
| c1cf0bac |
09-Nov-2009 |
mrg <mrg@NetBSD.org> |
turn on SSE2 for amd64. from veego@. |
| 7dae49a8 |
09-Nov-2009 |
mrg <mrg@NetBSD.org> |
update for 0.16.2 |
| a450e446 |
09-Nov-2009 |
mrg <mrg@NetBSD.org> |
initial import of pixman-0.16.2 |
| fbcc6ad6 |
09-Nov-2009 |
mrg <mrg@NetBSD.org> |
merge xf86-video-ati 6.12.4 |
| c503f109 |
09-Nov-2009 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-ati-6.12.4 |
| a1f44b2a |
09-Nov-2009 |
mrg <mrg@NetBSD.org> |
merge xprop 1.1.0 |
| 189427b7 |
09-Nov-2009 |
mrg <mrg@NetBSD.org> |
merge xman 1.1.0 |
| 7d63a6db |
09-Nov-2009 |
mrg <mrg@NetBSD.org> |
merge xkbutils 1.0.2 |
| 24f5bfe7 |
09-Nov-2009 |
mrg <mrg@NetBSD.org> |
merge xclipboard 1.1.0 |
| 7749cd2c |
09-Nov-2009 |
mrg <mrg@NetBSD.org> |
merge xbitmap 1.1.0 |
| 91ec45ce |
09-Nov-2009 |
mrg <mrg@NetBSD.org> |
initial import of xprop-1.1.0 |
| 8b6d6341 |
09-Nov-2009 |
mrg <mrg@NetBSD.org> |
initial import of xman-1.1.0 |
| b3eb03f3 |
09-Nov-2009 |
mrg <mrg@NetBSD.org> |
initial import of xkbutils-1.0.2 |
| d7accfef |
09-Nov-2009 |
mrg <mrg@NetBSD.org> |
initial import of xclipboard-1.1.0 |
| a9a39c43 |
09-Nov-2009 |
mrg <mrg@NetBSD.org> |
initial import of xbitmaps-1.1.0 |
| ead563c1 |
08-Nov-2009 |
mrg <mrg@NetBSD.org> |
merge xclock 1.0.4 |
| c2b339b4 |
08-Nov-2009 |
mrg <mrg@NetBSD.org> |
initial import of xclock-1.0.4 |
| feed46c6 |
08-Nov-2009 |
mrg <mrg@NetBSD.org> |
update these for xkbcomp 1.1.1, xwininfo 1.0.5 and xmodmap 1.0.4 |
| c52f0396 |
08-Nov-2009 |
mrg <mrg@NetBSD.org> |
merge xrandr 1.3.2 |
| e9698f98 |
08-Nov-2009 |
mrg <mrg@NetBSD.org> |
merge xorg-cf-files 1.0.3 |
| 7c5f6000 |
08-Nov-2009 |
mrg <mrg@NetBSD.org> |
initial import of xwud-1.0.2 |
| 10998002 |
08-Nov-2009 |
mrg <mrg@NetBSD.org> |
initial import of xwininfo-1.0.5 |
| 5e358eca |
08-Nov-2009 |
mrg <mrg@NetBSD.org> |
initial import of xwd-1.0.3 |
| 44af7230 |
08-Nov-2009 |
mrg <mrg@NetBSD.org> |
initial import of xvinfo-1.1.0 |
| b53e5eea |
08-Nov-2009 |
mrg <mrg@NetBSD.org> |
initial import of xtrans-1.2.5 |
| f40e0d56 |
08-Nov-2009 |
mrg <mrg@NetBSD.org> |
initial import of xsetroot-1.0.3 |
| 6600fe5b |
08-Nov-2009 |
mrg <mrg@NetBSD.org> |
initial import of xset-1.1.0 |
| 123e2cc7 |
08-Nov-2009 |
mrg <mrg@NetBSD.org> |
initial import of xrefresh-1.0.3 |
| 96a81b41 |
08-Nov-2009 |
mrg <mrg@NetBSD.org> |
initial import of xrdb-1.0.6 |
| 9adf33a3 |
08-Nov-2009 |
mrg <mrg@NetBSD.org> |
initial import of xrandr-1.3.2 |
| 4c61c93d |
08-Nov-2009 |
mrg <mrg@NetBSD.org> |
initial import of xorg-cf-files-1.0.3 |
| b7fb5eac |
08-Nov-2009 |
mrg <mrg@NetBSD.org> |
initial import of xmodmap-1.0.4 |
| 70f7c90c |
08-Nov-2009 |
mrg <mrg@NetBSD.org> |
initial import of xlsclients-1.0.2 |
| 9b41ff1a |
08-Nov-2009 |
mrg <mrg@NetBSD.org> |
initial import of xlsatoms-1.0.2 |
| b66d1acb |
08-Nov-2009 |
mrg <mrg@NetBSD.org> |
initial import of xkill-1.0.2 |
| db17cd6d |
08-Nov-2009 |
mrg <mrg@NetBSD.org> |
initial import of xkbevd-1.1.0 |
| 5fac8b10 |
08-Nov-2009 |
mrg <mrg@NetBSD.org> |
initial import of xkbcomp-1.1.1 |
| fb23d3a8 |
08-Nov-2009 |
mrg <mrg@NetBSD.org> |
initial import of xhost-1.0.3 |
| dd77ae96 |
08-Nov-2009 |
mrg <mrg@NetBSD.org> |
initial import of xgamma-1.0.3 |
| aa98702c |
08-Nov-2009 |
mrg <mrg@NetBSD.org> |
initial import of xev-1.0.4 |
| 7888fd0e |
08-Nov-2009 |
mrg <mrg@NetBSD.org> |
initial import of xdriinfo-1.0.3 |
| 8650bb69 |
08-Nov-2009 |
mrg <mrg@NetBSD.org> |
initial import of xcmsdb-1.0.2 |
| cf82566c |
08-Nov-2009 |
mrg <mrg@NetBSD.org> |
update these for libXcursor 1.1.10, libXrender 0.9.5 and sessreg 1.0.5. |
| 7366012a |
08-Nov-2009 |
mrg <mrg@NetBSD.org> |
initial import of xauth-1.0.4 |
| c37a63b8 |
08-Nov-2009 |
mrg <mrg@NetBSD.org> |
initial import of x11perf-1.5.1 |
| bf2eeab3 |
08-Nov-2009 |
mrg <mrg@NetBSD.org> |
initial import of smproxy-1.0.3 |
| efda2da8 |
08-Nov-2009 |
mrg <mrg@NetBSD.org> |
initial import of sessreg-1.0.5 |
| e83ac88a |
08-Nov-2009 |
mrg <mrg@NetBSD.org> |
initial import of mkfontscale-1.0.7 |
| d466db85 |
08-Nov-2009 |
mrg <mrg@NetBSD.org> |
initial import of mkfontdir-1.0.5 |
| 63165362 |
08-Nov-2009 |
mrg <mrg@NetBSD.org> |
initial import of makedepend-1.0.2 |
| 8255a313 |
08-Nov-2009 |
mrg <mrg@NetBSD.org> |
initial import of encodings-1.0.3 |
| 278eca22 |
08-Nov-2009 |
mrg <mrg@NetBSD.org> |
initial import of editres-1.0.4 |
| 2b32c8f7 |
08-Nov-2009 |
mrg <mrg@NetBSD.org> |
initial import of bitmap-1.0.4 |
| 47202d7b |
08-Nov-2009 |
mrg <mrg@NetBSD.org> |
initial import of bdftopcf-1.0.2 |
| 5715adc0 |
08-Nov-2009 |
mrg <mrg@NetBSD.org> |
initial import of appres-1.0.2 |
| c56ac857 |
08-Nov-2009 |
mrg <mrg@NetBSD.org> |
initial import of xproto-7.0.16 |
| be3b088c |
08-Nov-2009 |
mrg <mrg@NetBSD.org> |
don't assign NULL to a integral type. |
| 4e411241 |
08-Nov-2009 |
mrg <mrg@NetBSD.org> |
initial import of libxkbfile-1.0.6 |
| d63fdb69 |
08-Nov-2009 |
mrg <mrg@NetBSD.org> |
initial import of libfontenc-1.0.5 |
| 98af18c5 |
08-Nov-2009 |
mrg <mrg@NetBSD.org> |
initial import of libXvMC-1.0.5 |
| fba89afe |
08-Nov-2009 |
mrg <mrg@NetBSD.org> |
initial import of libXv-1.0.5 |
| 2ae83157 |
08-Nov-2009 |
mrg <mrg@NetBSD.org> |
initial import of libXt-1.0.7 |
| 5bcb6992 |
08-Nov-2009 |
mrg <mrg@NetBSD.org> |
initial import of libXres-1.0.4 |
| e5410a46 |
08-Nov-2009 |
mrg <mrg@NetBSD.org> |
initial import of libXrender-0.9.5 |
| 2e2dd055 |
08-Nov-2009 |
mrg <mrg@NetBSD.org> |
initial import of libXpm-3.5.8 |
| 93493779 |
08-Nov-2009 |
mrg <mrg@NetBSD.org> |
initial import of libXmu-1.0.5 |
| 0d590c07 |
08-Nov-2009 |
mrg <mrg@NetBSD.org> |
initial import of libXft-2.1.14 |
| 2faa96e0 |
08-Nov-2009 |
mrg <mrg@NetBSD.org> |
initial import of libXfontcache-1.0.5 |
| 42d69509 |
08-Nov-2009 |
mrg <mrg@NetBSD.org> |
initial import of libXfixes-4.0.4 |
| 7a3b38f7 |
08-Nov-2009 |
mrg <mrg@NetBSD.org> |
initial import of libXdmcp-1.0.3 |
| 81c81b28 |
08-Nov-2009 |
mrg <mrg@NetBSD.org> |
initial import of libXdamage-1.1.2 |
| e169010a |
08-Nov-2009 |
mrg <mrg@NetBSD.org> |
initial import of libXcursor-1.1.10 |
| 52b01e16 |
08-Nov-2009 |
mrg <mrg@NetBSD.org> |
initial import of libXcomposite-0.4.1 |
| e1e1713c |
08-Nov-2009 |
mrg <mrg@NetBSD.org> |
initial import of libXaw-1.0.7 |
| e19dfac4 |
08-Nov-2009 |
mrg <mrg@NetBSD.org> |
initial import of libXau-1.0.5 |
| 698f425b |
08-Nov-2009 |
mrg <mrg@NetBSD.org> |
initial import of libICE-1.0.6 |
| 50718ea6 |
08-Nov-2009 |
mrg <mrg@NetBSD.org> |
initial import of xproxymanagementprotocol-1.0.3 |
| 64a1a254 |
08-Nov-2009 |
mrg <mrg@NetBSD.org> |
initial import of xf86miscproto-0.9.3 |
| 7dedae7b |
08-Nov-2009 |
mrg <mrg@NetBSD.org> |
initial import of videoproto-2.3.0 |
| 934be38c |
08-Nov-2009 |
mrg <mrg@NetBSD.org> |
initial import of resourceproto-1.1.0 |
| cb2f0cb1 |
08-Nov-2009 |
mrg <mrg@NetBSD.org> |
initial import of renderproto-0.11 |
| c253e76b |
08-Nov-2009 |
mrg <mrg@NetBSD.org> |
initial import of randrproto-1.3.1 |
| c5471eaa |
08-Nov-2009 |
mrg <mrg@NetBSD.org> |
initial import of kbproto-1.0.4 |
| 1bc220eb |
08-Nov-2009 |
mrg <mrg@NetBSD.org> |
initial import of damageproto-1.2.0 |
| bba15260 |
08-Nov-2009 |
mrg <mrg@NetBSD.org> |
initial import of fontsproto-2.1.0 |
| 898cc245 |
08-Nov-2009 |
mrg <mrg@NetBSD.org> |
initial import of fontcacheproto-0.1.3 |
| a9274bcd |
08-Nov-2009 |
mrg <mrg@NetBSD.org> |
initial import of font-util-1.1.1 |
| 35d5702b |
08-Nov-2009 |
mrg <mrg@NetBSD.org> |
initial import of font-mutt-misc-1.0.1 |
| f4959950 |
08-Nov-2009 |
mrg <mrg@NetBSD.org> |
initial import of font-misc-misc-1.1.0 |
| 8ff16396 |
08-Nov-2009 |
mrg <mrg@NetBSD.org> |
initial import of font-jis-misc-1.0.1 |
| 0ad07f78 |
08-Nov-2009 |
mrg <mrg@NetBSD.org> |
initial import of font-isas-misc-1.0.1 |
| 998b9812 |
08-Nov-2009 |
mrg <mrg@NetBSD.org> |
initial import of font-ibm-type1-1.0.1 |
| 2ceb2653 |
08-Nov-2009 |
mrg <mrg@NetBSD.org> |
initial import of font-dec-misc-1.0.1 |
| b9bb67cb |
08-Nov-2009 |
mrg <mrg@NetBSD.org> |
initial import of font-daewoo-misc-1.0.1 |
| a7d72839 |
08-Nov-2009 |
mrg <mrg@NetBSD.org> |
initial import of font-cursor-misc-1.0.1 |
| 4389832e |
08-Nov-2009 |
mrg <mrg@NetBSD.org> |
initial import of font-bitstream-type1-1.0.1 |
| 50539131 |
08-Nov-2009 |
mrg <mrg@NetBSD.org> |
initial import of font-bitstream-75dpi-1.0.1 |
| ef7198c0 |
08-Nov-2009 |
mrg <mrg@NetBSD.org> |
initial import of font-bitstream-100dpi-1.0.1 |
| 837ab565 |
08-Nov-2009 |
mrg <mrg@NetBSD.org> |
initial import of font-bh-type1-1.0.1 |
| 6cf5427a |
08-Nov-2009 |
mrg <mrg@NetBSD.org> |
initial import of font-bh-ttf-1.0.1 |
| a5753fd3 |
08-Nov-2009 |
mrg <mrg@NetBSD.org> |
initial import of font-bh-lucidatypewriter-75dpi-1.0.1 |
| 0693c63d |
08-Nov-2009 |
mrg <mrg@NetBSD.org> |
initial import of font-bh-lucidatypewriter-100dpi-1.0.1 |
| 5b28e182 |
08-Nov-2009 |
mrg <mrg@NetBSD.org> |
initial import of font-bh-75dpi-1.0.1 |
| 9bc46bd4 |
08-Nov-2009 |
mrg <mrg@NetBSD.org> |
initial import of font-bh-100dpi-1.0.1 |
| 2d62a77c |
08-Nov-2009 |
mrg <mrg@NetBSD.org> |
initial import of font-alias-1.0.2 |
| 80ba7605 |
08-Nov-2009 |
mrg <mrg@NetBSD.org> |
initial import of font-adobe-utopia-type1-1.0.2 |
| eed6fe1c |
08-Nov-2009 |
mrg <mrg@NetBSD.org> |
initial import of font-adobe-utopia-75dpi-1.0.2 |
| 516e9f99 |
08-Nov-2009 |
mrg <mrg@NetBSD.org> |
initial import of font-adobe-utopia-100dpi-1.0.2 |
| 32034fa5 |
08-Nov-2009 |
mrg <mrg@NetBSD.org> |
initial import of font-adobe-75dpi-1.0.1 |
| dd519f38 |
08-Nov-2009 |
mrg <mrg@NetBSD.org> |
initial import of font-adobe-100dpi-1.0.1 |
| 29406fd8 |
21-Oct-2009 |
macallan <macallan@NetBSD.org> |
Implement a private Glyphs() method which avoids the use of scratch pixmaps. With this rendering of anti-aliased text is much faster than before ( which doesn't really mean much. More like 'less abysmal' ). Still nowhere near the performance with Xorg 1.4. |
| 4cac844d |
15-Oct-2009 |
macallan <macallan@NetBSD.org> |
make this work on shark again by enabling the VLB probe routines when HAVE_ISA is defined. For now this disables the PCI probe routine but the only arch where we actually need this is shark where we couldn't add a PCI CT65550 even if we wanted to. Tested on shark and macppc |
| 09048934 |
06-Oct-2009 |
macallan <macallan@NetBSD.org> |
make this work in the New Order Of Things(tm): - make Xorg -configure work again - fix the DCB timing when talking to XMAP9 to the values used by the kernel, now colours look right on my Indy and all the randomness when starting X is gone |
| 86082c6b |
06-Oct-2009 |
macallan <macallan@NetBSD.org> |
remove debug spam |
| 682f4013 |
06-Oct-2009 |
macallan <macallan@NetBSD.org> |
make C -configure work with the crime driver |
| f282839b |
06-Oct-2009 |
macallan <macallan@NetBSD.org> |
use PIXMAP_IS_SCREEN() |
| fcca736f |
06-Oct-2009 |
macallan <macallan@NetBSD.org> |
let xf86AddBusDeviceToConfigure() accept BUS_ISA and BUS_NONE |
| e835939e |
06-Oct-2009 |
macallan <macallan@NetBSD.org> |
simplify PIXMAP_IS_SCREEN() |
| 6aeb3c6e |
29-Sep-2009 |
macallan <macallan@NetBSD.org> |
don't fall back to software rendering when drawing into the screen pixmap this takes care of visible artifacts with non-mappable framebuffers like newport and crime |
| 850ab569 |
29-Sep-2009 |
macallan <macallan@NetBSD.org> |
clean up debugging code, while there: - use a fake framebuffer like newport does to hide software rendering artifacts - only map the framebuffer when debugging, and actually unmap it too |
| 05a0f910 |
25-Sep-2009 |
mrg <mrg@NetBSD.org> |
check that dixLookupPrivate() returned non-NULL before dereferencing it. fixes a SEGV when starting ioquake3 on an X server started with the "-dpi 100 -depth 16" flags, as reported by wiz@. |
| daf23d7f |
21-Sep-2009 |
snj <snj@NetBSD.org> |
By default, use the old X server background and cursor mode (option "-retro"). Add a "-noretro" option to get the new (black background and no cursor) behavior. Addresses part of PR xsrc/41870 |
| b7c89284 |
19-Sep-2009 |
snj <snj@NetBSD.org> |
merge xterm-248. |
| 956cc18d |
19-Sep-2009 |
snj <snj@NetBSD.org> |
initial import of xterm-248 |
| 5da32741 |
11-Sep-2009 |
snj <snj@NetBSD.org> |
Update for 10.16.8. |
| 568dc6c7 |
11-Sep-2009 |
snj <snj@NetBSD.org> |
initial import of xf86-video-vmware-10.16.8 |
| 09dc1acf |
11-Sep-2009 |
snj <snj@NetBSD.org> |
Apply revisions 1.14 and 1.15 from expat CVS to fix SA36425. |
| 832e5c3b |
10-Sep-2009 |
macallan <macallan@NetBSD.org> |
first steps to make this driver actually work: - accept 24bit colour, not just 32 ( this changed ages ago - didn't anyone test this driver on actual hardware? ) - fix colour weights - use the right WID so we actually see what we draw TODO: - figure out why output is greyscale from the red channel only - add actual acceleration |
| 4a041c5b |
04-Sep-2009 |
macallan <macallan@NetBSD.org> |
the sunleo driver from Xorg |
| f6250001 |
27-Aug-2009 |
mrg <mrg@NetBSD.org> |
fix a couple of defaults that make emacs and a few other things work. as reported on tech-x11. |
| c1d48fef |
27-Aug-2009 |
mrg <mrg@NetBSD.org> |
add a (pointer) cast. |
| eae84721 |
27-Aug-2009 |
macallan <macallan@NetBSD.org> |
fix typo |
| f615cd97 |
27-Aug-2009 |
macallan <macallan@NetBSD.org> |
Support acceleration on 8bit TCX. This is untested for lack of hardware. |
| a6b33934 |
26-Aug-2009 |
macallan <macallan@NetBSD.org> |
my driver for the SPARCbook 3GX's onboard graphics chip from xsrc/xfree |
| ecc0bcc7 |
26-Aug-2009 |
macallan <macallan@NetBSD.org> |
add acceleration support, make hardware cursor work, etc. the acceleration code will not work on 8 bit TCX yet. |
| ab821856 |
22-Aug-2009 |
mrg <mrg@NetBSD.org> |
update for xorg-server 1.6.3. |
| f241d193 |
22-Aug-2009 |
mrg <mrg@NetBSD.org> |
merge xorg-server 1.6.3. |
| b86d567b |
22-Aug-2009 |
mrg <mrg@NetBSD.org> |
initial import of xorg-server-1.6.3 |
| 78038a65 |
22-Aug-2009 |
mrg <mrg@NetBSD.org> |
use some more #ifdef HAVE_CONFIG_H. give xkbcomp a config.h, it seems to demand one now... |
| d1128410 |
22-Aug-2009 |
mrg <mrg@NetBSD.org> |
regenerate these for recent updates. |
| cd2592e8 |
22-Aug-2009 |
mrg <mrg@NetBSD.org> |
initial import of fixesproto-4.0 |
| 3a925b30 |
22-Aug-2009 |
mrg <mrg@NetBSD.org> |
merge xf86-video-vesa 2.2.1 |
| 2e8abef9 |
22-Aug-2009 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-vmware-10.16.7 |
| e6f085ba |
22-Aug-2009 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-trident-1.3.3 |
| 61dc2d86 |
22-Aug-2009 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-tdfx-1.4.3 |
| e47418d9 |
22-Aug-2009 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-sis-0.10.2 |
| b698ba48 |
22-Aug-2009 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-siliconmotion-1.7.3 |
| 5c42550e |
22-Aug-2009 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-savage-2.3.1 |
| ec713c28 |
22-Aug-2009 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-s3virge-1.10.4 |
| 92307113 |
22-Aug-2009 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-s3-0.6.3 |
| 19019ffe |
22-Aug-2009 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-r128-6.8.1 |
| 2e71ea71 |
22-Aug-2009 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-neomagic-1.2.4 |
| dfc0ff35 |
21-Aug-2009 |
mrg <mrg@NetBSD.org> |
merge xf86-video-glint 1.2.4 |
| 643b027f |
21-Aug-2009 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-mga-1.4.11 |
| 2a51b5be |
21-Aug-2009 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-mach64-6.8.2 |
| ef6fb4a5 |
21-Aug-2009 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-i740-1.3.2 |
| a18ebfb2 |
21-Aug-2009 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-i128-1.3.3 |
| 518bcf38 |
21-Aug-2009 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-glint-1.2.4 |
| 8b4cfee1 |
21-Aug-2009 |
mrg <mrg@NetBSD.org> |
merge xf86-video-ast 0.89.9 |
| a349cb8c |
21-Aug-2009 |
mrg <mrg@NetBSD.org> |
merge xf86-video-chips 1.2.2 |
| 1e66b2a2 |
21-Aug-2009 |
mrg <mrg@NetBSD.org> |
merge xf86-video-cirrus 1.3.2 |
| d8556812 |
21-Aug-2009 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-cirrus-1.3.2 |
| b20b881b |
21-Aug-2009 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-chips-1.2.2 |
| 83cab373 |
21-Aug-2009 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-ast-0.89.9 |
| fbed5abf |
21-Aug-2009 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-apm-1.2.2 |
| b15a006b |
21-Aug-2009 |
mrg <mrg@NetBSD.org> |
initial import of xf86-input-vmmouse-12.6.5 |
| c9755e7f |
21-Aug-2009 |
mrg <mrg@NetBSD.org> |
merge xmag 1.0.3 |
| e8a71cdf |
21-Aug-2009 |
mrg <mrg@NetBSD.org> |
initial import of xtrans-1.2.4 |
| 62770414 |
21-Aug-2009 |
mrg <mrg@NetBSD.org> |
initial import of xrandr-1.3.1 |
| 83d7c197 |
21-Aug-2009 |
mrg <mrg@NetBSD.org> |
initial import of xmag-1.0.3 |
| 34345a63 |
21-Aug-2009 |
mrg <mrg@NetBSD.org> |
initial import of xkbcomp-1.1.0 |
| 1568b75b |
21-Aug-2009 |
mrg <mrg@NetBSD.org> |
initial import of setxkbmap-1.1.0 |
| 17995a19 |
21-Aug-2009 |
mrg <mrg@NetBSD.org> |
merge fixesproto 4.1 |
| 7a8c2523 |
21-Aug-2009 |
mrg <mrg@NetBSD.org> |
merge font-util 1.0.2 |
| f31eb78c |
21-Aug-2009 |
mrg <mrg@NetBSD.org> |
merge libSM 1.1.1 |
| d656433a |
21-Aug-2009 |
mrg <mrg@NetBSD.org> |
initial import of libSM-1.1.1 |
| 89d09728 |
21-Aug-2009 |
mrg <mrg@NetBSD.org> |
initial import of font-util-1.0.2 |
| fa74411d |
21-Aug-2009 |
mrg <mrg@NetBSD.org> |
initial import of fixesproto-4.1 |
| 7022890b |
19-Aug-2009 |
martin <martin@NetBSD.org> |
Fix my favourite mouse handling bug for the Nth time: with a multiplexed device like wsmouse it does not make sense to kill emulate3buttons on first button-3-pressed event. The button-3 pressed may belong to a mouse long gone and leave the internal (two button only) mousepad useless. |
| 7ffe8806 |
18-Aug-2009 |
martin <martin@NetBSD.org> |
for consistency use printWsType() to print Sun5 keyboard type |
| afecbbc8 |
18-Aug-2009 |
mrg <mrg@NetBSD.org> |
fix the rest of PR 41902: make the mouse re-init wsmouse version. the later mouse init changes the "protocol" away from "wsmouse", so we don't bother testing for wsmouse but just try it anyway. also, reduce (useless?) netbsd diffs to vendor. |
| 6c2d381e |
17-Aug-2009 |
jnemeth <jnemeth@NetBSD.org> |
PR/41901 - Henning Petersen -- missing "(" |
| 1bd39548 |
16-Aug-2009 |
christos <christos@NetBSD.org> |
Fix DEBUG build. |
| e4da13ee |
13-Aug-2009 |
macallan <macallan@NetBSD.org> |
Sun TCX/S24 driver, version 1.1.1 from Xorg |
| 368923f0 |
07-Aug-2009 |
macallan <macallan@NetBSD.org> |
xf86Version.h is no more |
| 285c341c |
02-Aug-2009 |
mrg <mrg@NetBSD.org> |
update this for 0.15.16. |
| 9cf0a3ef |
30-Jul-2009 |
macallan <macallan@NetBSD.org> |
when writing PCI BusIDs include the domain ID if it's non-zero While there also add Option "Protocol" "wskbd" Option "Device" "/dev/wskbd" to the keyboard section on non-x86 Now X -configure should dump something more usable. |
| 504a48fa |
22-Jul-2009 |
mrg <mrg@NetBSD.org> |
apply patch-am from pkgsrc modular-xorg-server: date: 2009/06/24 17:25:36; author: drochner; state: Exp; lines: +10 -89 zero out a local variable, fixes random behaviour in case a DRI hw module cannot be loaded and the server falls back to software rendering, from Rafal Boni per mail to tech-x11 |
| 7b683adc |
22-Jul-2009 |
mrg <mrg@NetBSD.org> |
apply the patch from http://bugs.freedesktop.org/attachment.cgi?id=27568. it fixes various issues picked up by newer pixman. |
| 36645690 |
18-Jul-2009 |
mrg <mrg@NetBSD.org> |
merge pixman 0.15.16 |
| d0321353 |
18-Jul-2009 |
mrg <mrg@NetBSD.org> |
initial import of pixman-0.15.16 |
| 2e9c7c8c |
18-Jul-2009 |
mrg <mrg@NetBSD.org> |
initial import of libX11-1.2.2 |
| 8ce851d2 |
09-Jul-2009 |
macallan <macallan@NetBSD.org> |
teack libpciaccess how to discover and map PCI devices on machines with more than one host bridge. While there get rid of some local (re)defines if PCI-related constants. With this Xorg should be able to use any PCI graphics device, no matter if it's console or not. TODO: - cleanup - deal with IO spaces - fix Xorg -configure |
| 381baef6 |
09-Jul-2009 |
mrg <mrg@NetBSD.org> |
update these for xorg-server 1.6.2. |
| a1818c9d |
09-Jul-2009 |
mrg <mrg@NetBSD.org> |
merge xorg-server 1.6.2 |
| 52397711 |
09-Jul-2009 |
mrg <mrg@NetBSD.org> |
initial import of xorg-server-1.6.2 |
| 1c79cd07 |
09-Jul-2009 |
mrg <mrg@NetBSD.org> |
merge xf86-video-savage 2.3.0. |
| 1473d951 |
09-Jul-2009 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-savage-2.3.0 |
| bd2f6fc9 |
09-Jul-2009 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-nv-2.1.14 |
| 9bb0b7e7 |
09-Jul-2009 |
mrg <mrg@NetBSD.org> |
update for new xfs, libFS, pixman, and glint/siliconmotion/tseng drivers. |
| 776933bf |
09-Jul-2009 |
mrg <mrg@NetBSD.org> |
merge xf86-video-s3-0.6.2 |
| 788f2609 |
09-Jul-2009 |
mrg <mrg@NetBSD.org> |
merge xf86-video-glint-1.2.3 |
| afee0bec |
09-Jul-2009 |
mrg <mrg@NetBSD.org> |
merge xf86-video-cirrus-1.3.1 |
| 5e3660d5 |
09-Jul-2009 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-tseng-1.2.2 |
| 39713583 |
09-Jul-2009 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-trident-1.3.2 |
| f4e0a112 |
09-Jul-2009 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-tdfx-1.4.2 |
| 2ec8c4b4 |
09-Jul-2009 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-siliconmotion-1.7.2 |
| 786a6f21 |
09-Jul-2009 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-s3virge-1.10.3 |
| 4178061c |
09-Jul-2009 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-s3-0.6.2 |
| 66c2ea32 |
09-Jul-2009 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-rendition-4.2.2 |
| 85ee4c00 |
09-Jul-2009 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-neomagic-1.2.3 |
| 7df9f78d |
09-Jul-2009 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-i740-1.3.1 |
| af1a9c97 |
09-Jul-2009 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-i128-1.3.2 |
| f55e6a01 |
09-Jul-2009 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-glint-1.2.3 |
| 86dafe34 |
09-Jul-2009 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-cirrus-1.3.1 |
| 37e86ca2 |
09-Jul-2009 |
mrg <mrg@NetBSD.org> |
merge xfs 1.1.0 |
| ce6676db |
09-Jul-2009 |
mrg <mrg@NetBSD.org> |
initial import of xfs-1.1.0 |
| f75be8a7 |
09-Jul-2009 |
mrg <mrg@NetBSD.org> |
merge pixman 0.15.14 |
| dc259aab |
09-Jul-2009 |
mrg <mrg@NetBSD.org> |
initial import of pixman-0.15.14 |
| 0b8e4d5a |
09-Jul-2009 |
mrg <mrg@NetBSD.org> |
merge libFS 1.0.2 |
| a7daef0c |
09-Jul-2009 |
mrg <mrg@NetBSD.org> |
merge libXt 1.0.6 |
| 2265a131 |
09-Jul-2009 |
mrg <mrg@NetBSD.org> |
initial import of libXt-1.0.6 |
| 775e7de9 |
09-Jul-2009 |
mrg <mrg@NetBSD.org> |
initial import of libXaw-1.0.6 |
| 2d8abe4f |
09-Jul-2009 |
mrg <mrg@NetBSD.org> |
initial import of libFS-1.0.2 |
| 77771e18 |
09-Jul-2009 |
mrg <mrg@NetBSD.org> |
initial import of inputproto-1.5.1 |
| 1ff75509 |
09-Jul-2009 |
mrg <mrg@NetBSD.org> |
initial import of dri2proto-2.1 |
| bdf7c697 |
08-Jul-2009 |
mbalmer <mbalmer@NetBSD.org> |
Properly enclose NetBSD local changes in #ifdef __NetBSD__/#endif blocks. ok mrg |
| 91c68a9c |
08-Jul-2009 |
mrg <mrg@NetBSD.org> |
use strcasecmp() to check for netbsd "wsmouse". auto-generated configs end up with "WSmouse". fixes PR#41677. |
| 5ff2e0fc |
07-Jul-2009 |
mrg <mrg@NetBSD.org> |
ShareVTs is only visible #if defined (SYSCONS_SUPPORT) || defined (PCVT_SUPPORT). fixes sparc64 build for me. |
| 541282ce |
07-Jul-2009 |
macallan <macallan@NetBSD.org> |
make this work on sparc(64) and probably other architectures which pass arguments in registers |
| 9e884b7e |
03-Jul-2009 |
christos <christos@NetBSD.org> |
- add a function to read the VGA ROM. Makes the intel driver work again. - pass lint |
| 2c9fd100 |
02-Jul-2009 |
mrg <mrg@NetBSD.org> |
apply some (uintptr_t) to appease gcc |
| 773c11be |
01-Jul-2009 |
macallan <macallan@NetBSD.org> |
remove one bogus bailout check in CrimeDoCPUToScreenComposite() - now text in KDE menus is visible again. TODO: - find out why straight horizontal and vertical lines aren't drawn properly - make static alpha work - use the ring buffer to feed commands into the rendering engine |
| 3a84483f |
26-Jun-2009 |
macallan <macallan@NetBSD.org> |
add sparcDriverName() - from Sbus.c |
| a66d540b |
26-Jun-2009 |
christos <christos@NetBSD.org> |
include <stddef.h> for offsetof. |
| 6e6aed1e |
25-Jun-2009 |
macallan <macallan@NetBSD.org> |
make this compile with new Xorg |
| d80735f0 |
25-Jun-2009 |
macallan <macallan@NetBSD.org> |
make this compile in the New Order Of Things |
| df1b2e9d |
23-Jun-2009 |
macallan <macallan@NetBSD.org> |
make this compile again in the New Order Of Things |
| 05844e75 |
21-Jun-2009 |
ahoka <ahoka@NetBSD.org> |
Do better error checking around libpciaccess, like the intel driver does. This makes the driver working again after the last Xorg update. Although this doesn't really fix the real issue, but makes the driver more robust, thus it reports the error in the logfile instead of dumping core. This should go to upstream. |
| 28fcadc5 |
18-Jun-2009 |
mrg <mrg@NetBSD.org> |
xf86_ansic.h is no more. |
| b68b80c5 |
17-Jun-2009 |
mrg <mrg@NetBSD.org> |
pull across the patches resulting from https://bugs.freedesktop.org/show_bug.cgi?id=21756 which fixes this assert: Mesa 7.4.2 implementation error: invalid reference to a deleted texture object |
| 4fa76718 |
16-Jun-2009 |
mrg <mrg@NetBSD.org> |
fix paths with /usr/local in them |
| cd31f402 |
12-Jun-2009 |
christos <christos@NetBSD.org> |
work around ssp lossage |
| 5ddc3750 |
12-Jun-2009 |
mrg <mrg@NetBSD.org> |
merge WSMOUSEIO_SETVERSION fixes. now my mouse works and my radeon works, with xorg-server 1.6! |
| a4f79855 |
12-Jun-2009 |
mrg <mrg@NetBSD.org> |
pkgsrc patch-ab: Fix coordinate limits off-by-one error causing hardware freezes: http://bugs.freedesktop.org/show_bug.cgi?id=21598 |
| 486efd68 |
12-Jun-2009 |
mrg <mrg@NetBSD.org> |
pkgsrc patch-aa: Accumulated cursor fixes from 6.12 branch. Should fix cursor corruption issues: http://cgit.freedesktop.org/xorg/driver/xf86-video-ati/commit/?h=6.12-branch&id=0ea75453 http://cgit.freedesktop.org/xorg/driver/xf86-video-ati/commit/?h=6.12-branch&id=f2aaa708 http://cgit.freedesktop.org/xorg/driver/xf86-video-ati/commit/?h=6.12-branch&id=998fd244 http://cgit.freedesktop.org/xorg/driver/xf86-video-ati/commit/?h=6.12-branch&id=666b0ff9 http://cgit.freedesktop.org/xorg/driver/xf86-video-ati/commit/?h=6.12-branch&id=fbb04716 http://cgit.freedesktop.org/xorg/driver/xf86-video-ati/commit/?h=6.12-branch&id=cb8081a8 http://cgit.freedesktop.org/xorg/driver/xf86-video-ati/commit/?h=6.12-branch&id=b6cd47ec http://cgit.freedesktop.org/xorg/driver/xf86-video-ati/commit/?h=6.12-branch&id=f2c0fa5e |
| eb61724e |
12-Jun-2009 |
mrg <mrg@NetBSD.org> |
avoid a bunch of int/ptr warnings. |
| 8fc67beb |
12-Jun-2009 |
mrg <mrg@NetBSD.org> |
new generated files |
| fe8dd8bd |
12-Jun-2009 |
mrg <mrg@NetBSD.org> |
do not define BUILDERADDR here |
| 8aefa95b |
12-Jun-2009 |
mrg <mrg@NetBSD.org> |
remove a wrong extra {}. |
| 2b2b17b3 |
12-Jun-2009 |
mrg <mrg@NetBSD.org> |
xf86_ansic.h is no more. use <errno.h> and <sys/mman.h> always. remove no longer working 1 and 4 bpp. :-( |
| 8c76158f |
12-Jun-2009 |
mrg <mrg@NetBSD.org> |
xf4bpp.h and xf1bpp.h are now more. isa support also appears to be no more. |
| d4766b71 |
12-Jun-2009 |
mrg <mrg@NetBSD.org> |
backout the previous hack, it is no longer necessary |
| ebfaeb8d |
12-Jun-2009 |
mrg <mrg@NetBSD.org> |
cfb8_16.h is no more |
| e7e32674 |
11-Jun-2009 |
mrg <mrg@NetBSD.org> |
properly merge 1.4.0 |
| 50f2e948 |
11-Jun-2009 |
mrg <mrg@NetBSD.org> |
re-merge xf86-video-vesa 2.2.0 |
| cd6ce3d1 |
11-Jun-2009 |
mrg <mrg@NetBSD.org> |
need to HAVE_XF86_ANSIC_H now. |
| 50e391ed |
11-Jun-2009 |
mrg <mrg@NetBSD.org> |
avoid HAL and dbus |
| 9e818a7d |
11-Jun-2009 |
mrg <mrg@NetBSD.org> |
update these with xorg-server 1.6.1.901 versions. |
| f842fbd8 |
11-Jun-2009 |
mrg <mrg@NetBSD.org> |
merge pixman 0.15.10 |
| 317c648b |
11-Jun-2009 |
mrg <mrg@NetBSD.org> |
initial import of pixman-0.15.10 |
| 637ac9ab |
11-Jun-2009 |
mrg <mrg@NetBSD.org> |
merge xorg-server 1.6.1.190. XXX: our Pci.[ch] changes need to be re-looked at, i think. |
| 4642e01f |
11-Jun-2009 |
mrg <mrg@NetBSD.org> |
initial import of xorg-server-1.6.1.901 |
| 68cf5744 |
11-Jun-2009 |
mrg <mrg@NetBSD.org> |
merge MesaDemos 7.4.2 |
| f0ffcaef |
11-Jun-2009 |
mrg <mrg@NetBSD.org> |
merge MesaLib 7.4.2 |
| c1f859d4 |
11-Jun-2009 |
mrg <mrg@NetBSD.org> |
initial import of MesaLib-7.4.2 |
| b3dfa806 |
11-Jun-2009 |
mrg <mrg@NetBSD.org> |
initial import of MesaGLUT-7.4.2 |
| 8c43b5fa |
11-Jun-2009 |
mrg <mrg@NetBSD.org> |
initial import of MesaDemos-7.4.2 |
| 1f303ef7 |
10-Jun-2009 |
mrg <mrg@NetBSD.org> |
merge xkeyboard-config 1.4 |
| 5a35480e |
10-Jun-2009 |
mrg <mrg@NetBSD.org> |
initial import of xkeyboard-config-1.4 |
| 39cdf5eb |
10-Jun-2009 |
mrg <mrg@NetBSD.org> |
update this from xf86-video-ati 6.12.2. |
| 0099df7d |
10-Jun-2009 |
mrg <mrg@NetBSD.org> |
fix merge errors |
| c8eabe9c |
10-Jun-2009 |
mrg <mrg@NetBSD.org> |
merge xf86-video-ati. |
| b7e1c893 |
10-Jun-2009 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-ati-6.12.2 |
| eeaac534 |
10-Jun-2009 |
mrg <mrg@NetBSD.org> |
merge xf86-input-mouse 1.4.0. |
| 6aab59a7 |
10-Jun-2009 |
mrg <mrg@NetBSD.org> |
initial import of xf86-input-mouse-1.4.0 |
| 4a96b39b |
10-Jun-2009 |
mrg <mrg@NetBSD.org> |
merge xf86-input-vmmouse 12.6.4 |
| d075918c |
10-Jun-2009 |
mrg <mrg@NetBSD.org> |
initial import of xf86-input-vmmouse-12.6.4 |
| b8de399e |
10-Jun-2009 |
mrg <mrg@NetBSD.org> |
merge xrandr 1.3.0 |
| 62df5ad0 |
10-Jun-2009 |
mrg <mrg@NetBSD.org> |
initial import of xrandr-1.3.0 |
| 5cd1f8c9 |
10-Jun-2009 |
mrg <mrg@NetBSD.org> |
turn on BUILTIN_FONTS, as it is required with libXfont 1.4.0. |
| 6adc6d48 |
10-Jun-2009 |
mrg <mrg@NetBSD.org> |
update these files to libXfont 1.4.0. |
| 735be5f6 |
10-Jun-2009 |
mrg <mrg@NetBSD.org> |
add the config.h for xf86-video-siliconmotion |
| 449257be |
10-Jun-2009 |
mrg <mrg@NetBSD.org> |
apply some HAVE_CONFIG_H |
| 01f4d11f |
10-Jun-2009 |
mrg <mrg@NetBSD.org> |
merge libXfont 1.4.0 |
| 7f7f5e4e |
10-Jun-2009 |
mrg <mrg@NetBSD.org> |
initial import of libXfont-1.4.0 |
| 2e384b59 |
10-Jun-2009 |
mrg <mrg@NetBSD.org> |
initial import of xf86-input-void-1.2.0 |
| 226fade8 |
10-Jun-2009 |
mrg <mrg@NetBSD.org> |
revert to xf86-video-vesa 1.3.0. 2.2.0 has dependancies on a newer xorg-server. |
| cd0facf8 |
10-Jun-2009 |
he <he@NetBSD.org> |
The ldl_u() macro wants an "unsigned int *" as the argument, so ensure that it gets that via a cast. Fixes the build for at least arc. OK'ed by mrg@ |
| d90d948c |
10-Jun-2009 |
mrg <mrg@NetBSD.org> |
merge xf86-video-siliconmotion 1.7.1. |
| 1ac89add |
10-Jun-2009 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-vesa-2.2.0 |
| 7104f784 |
10-Jun-2009 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-siliconmotion-1.7.1 |
| 09f797df |
10-Jun-2009 |
mrg <mrg@NetBSD.org> |
update this for xf86-video-sis 0.10.1 |
| 6523b178 |
10-Jun-2009 |
mrg <mrg@NetBSD.org> |
add a config.h for xf86-video-vmware |
| 16fd1166 |
10-Jun-2009 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-vmware-10.16.6 |
| 11d5d4e7 |
10-Jun-2009 |
mrg <mrg@NetBSD.org> |
add a generated config for glint driver. |
| 1e167daa |
10-Jun-2009 |
mrg <mrg@NetBSD.org> |
initial import of dri2proto-2.0 |
| 9a18c6c0 |
10-Jun-2009 |
mrg <mrg@NetBSD.org> |
tseng needs a config.h now. |
| 962c3257 |
10-Jun-2009 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-tseng-1.2.1 |
| dfb49bb3 |
10-Jun-2009 |
mrg <mrg@NetBSD.org> |
merge xf86-video-trident 1.3.1 |
| ff89ac2b |
10-Jun-2009 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-trident-1.3.1 |
| ca133b17 |
10-Jun-2009 |
mrg <mrg@NetBSD.org> |
add a hack to work around a vs. xorg-server issue: use the old interface. |
| 47fd271e |
10-Jun-2009 |
mrg <mrg@NetBSD.org> |
use #ifdef HAVE_CONFIG_H as necessary. |
| 22df1cdf |
10-Jun-2009 |
mrg <mrg@NetBSD.org> |
apply pkgsrc patch-ac to make this work. |
| ee74aa5c |
10-Jun-2009 |
mrg <mrg@NetBSD.org> |
#include <sys/time.h>. |
| 10219488 |
10-Jun-2009 |
mrg <mrg@NetBSD.org> |
#include "inputstr.h" since we use stuff from there. CVS---------------------------------------------------------------------- |
| bf83ba61 |
10-Jun-2009 |
mrg <mrg@NetBSD.org> |
merge xf86-video-suncg6 1.1.1 |
| 524d6e12 |
10-Jun-2009 |
mrg <mrg@NetBSD.org> |
merge xf86-video-glint 1.2.2 |
| d3263506 |
10-Jun-2009 |
mrg <mrg@NetBSD.org> |
initial import of xinput-1.4.2 |
| 047944f3 |
10-Jun-2009 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-tga-1.2.0 |
| 880ed95a |
10-Jun-2009 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-tdfx-1.4.1 |
| 62ab96ba |
10-Jun-2009 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-suncg6-1.1.1 |
| 1fd23544 |
10-Jun-2009 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-sis-0.10.1 |
| 8697ee19 |
10-Jun-2009 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-savage-2.2.1 |
| ba85709e |
10-Jun-2009 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-s3virge-1.10.2 |
| 72313efb |
10-Jun-2009 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-rendition-4.2.1 |
| f3561b8b |
10-Jun-2009 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-nv-2.1.13 |
| 54569438 |
10-Jun-2009 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-neomagic-1.2.2 |
| eda3803b |
10-Jun-2009 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-mga-1.4.10 |
| d31dbc53 |
10-Jun-2009 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-mach64-6.8.1 |
| 0cc67336 |
10-Jun-2009 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-i740-1.3.0 |
| 7965d9ac |
10-Jun-2009 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-i128-1.3.1 |
| 4f6cd06f |
10-Jun-2009 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-glint-1.2.2 |
| 1ae1b5e8 |
10-Jun-2009 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-cirrus-1.3.0 |
| 9f4658d1 |
10-Jun-2009 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-chips-1.2.1 |
| de78e416 |
10-Jun-2009 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-ast-0.89.8 |
| f67b85aa |
10-Jun-2009 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-ark-0.7.1 |
| 8e0ed500 |
10-Jun-2009 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-apm-1.2.1 |
| 79a8a9c6 |
10-Jun-2009 |
mrg <mrg@NetBSD.org> |
initial import of xf86-input-keyboard-1.3.2 |
| 4f5e7dd7 |
10-Jun-2009 |
mrg <mrg@NetBSD.org> |
initial import of libpciaccess-0.10.6 |
| c0173f57 |
10-Jun-2009 |
mrg <mrg@NetBSD.org> |
initial import of glproto-1.4.10 |
| f09ef0c4 |
09-Jun-2009 |
mrg <mrg@NetBSD.org> |
remove an unnecessary 'return', and fix lint too. |
| 2e76d66d |
09-Jun-2009 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-intel-2.7.1 |
| 524a30e3 |
09-Jun-2009 |
mrg <mrg@NetBSD.org> |
merge libdrm 2.4.11. |
| 18210155 |
09-Jun-2009 |
mrg <mrg@NetBSD.org> |
initial import of libdrm-2.4.11 |
| 4dab54a5 |
05-Jun-2009 |
ahoka <ahoka@NetBSD.org> |
Undo last change, version should be set from makefile. |
| 97639292 |
05-Jun-2009 |
ahoka <ahoka@NetBSD.org> |
Fill in version number |
| e8906951 |
05-Jun-2009 |
ahoka <ahoka@NetBSD.org> |
Remove .gitignore/.cvsignore files. |
| 6433d281 |
05-Jun-2009 |
ahoka <ahoka@NetBSD.org> |
Merge new version. |
| bd35f0db |
05-Jun-2009 |
ahoka <ahoka@NetBSD.org> |
Import xf86-video-s3-0.6.1 from X.org |
| 59599c88 |
29-May-2009 |
nonaka <nonaka@NetBSD.org> |
Use correct syntax for orr instruction. |
| 79ce6870 |
13-May-2009 |
perry <perry@NetBSD.org> |
remove libXaw dependencies on libXp. okayed by mrg. |
| d2dcc2ce |
13-May-2009 |
mrg <mrg@NetBSD.org> |
apply fixes from CVE-2009-0946: Description Multiple integer overflows in FreeType 2.3.9 and earlier allow remote attackers to execute arbitrary code via vectors related to large values in certain inputs in (1) smooth/ftsmooth.c, (2) sfnt/ttcmap.c, and (3) cff/cffload.c. # CONFIRM:http://git.savannah.gnu.org/cgit/freetype/freetype2.git/commit/?id=0545ec1ca36b27cb928128870a83e5f668980bc5 # CONFIRM:http://git.savannah.gnu.org/cgit/freetype/freetype2.git/commit/?id=79972af4f0485a11dcb19551356c45245749fc5b # CONFIRM:http://git.savannah.gnu.org/cgit/freetype/freetype2.git/commit/?id=a18788b14db60ae3673f932249cd02d33a227c4e plus: http://git.savannah.gnu.org/cgit/freetype/freetype2.git/commit/?id=0a05ba257b6ddd87dacf8d54b626e4b360e0a596 Problem reported by Tavis Ormandy <taviso@google.com>. * src/lsw/ftzopen.c (ft_lzwstate_io): Test whether `state->prefix' is zero. |
| 8dd211ca |
01-May-2009 |
christos <christos@NetBSD.org> |
s/PIC/XMAN_PIC/ |
| b4ecf91f |
20-Apr-2009 |
mrg <mrg@NetBSD.org> |
remove the sources for lbx and Xprint. |
| 243924be |
13-Apr-2009 |
veego <veego@NetBSD.org> |
Update for 1.2.5: Generated with: env CPPFLAGS="-I/usr/X11R7/include -I/usr/X11R7/include/pixman-1" \ PKG_CONFIG_PATH=/usr/X11R7/lib/pkgconfig ./configure Disable DRI by default, since thats enabled in the NetBSD Makefile |
| c7bab5ba |
13-Apr-2009 |
veego <veego@NetBSD.org> |
Update to 1.2.5 Note: XVideo support will still not work without other DRI changes. - Version 1.2.5 - Added 2D acceleration for R6xx and R7xx. - Added XVideo support for R6xx and R7xx. - Added support for RS880 and RV790. - Added RandR 1.3 mandatory properties. - Refactoring of MC code. - Enable DRI support by default on R5xx and RS6xx. - LUT (color lookup table) fixes. - Tons of quirk table entries and bug fixes. - Fix register accesses for processors that reorder memory writes. - Version 1.2.4 - Added HDMI support. - Added support for RV710, RV730 (DCE 3.2). - Added screen rotation support. - Added RandR 1.3 panning support. - Many acceleration and build fixes. |
| fb589e3e |
13-Apr-2009 |
snj <snj@NetBSD.org> |
Merge freetype-2.3.9. |
| 53618f46 |
13-Apr-2009 |
snj <snj@NetBSD.org> |
Initial import of freetype-2-3-9. |
| 7a6652bb |
11-Apr-2009 |
macallan <macallan@NetBSD.org> |
clip MTE-drawn rectangles by hand, now pwm looks right again |
| 231734e4 |
07-Apr-2009 |
macallan <macallan@NetBSD.org> |
use MTE for simple copy and rectangle operations whenever possible The speedup is measurable but somewhat erratic because of the MTE's funny alignment requirements when doing copy operations. Filling rectangles is much faster this way. |
| 9ec45d0c |
04-Apr-2009 |
christos <christos@NetBSD.org> |
FIx build with SSP |
| 332cfa4f |
04-Apr-2009 |
rafal <rafal@NetBSD.org> |
Fix type of DRM_IOCTL_SG_ALLOC ioctl -- it should be input/output instead of just input. Noticed while debugging some scatter/gather fixes from FreeBSD. |
| 8e5567ff |
01-Apr-2009 |
macallan <macallan@NetBSD.org> |
oops, forgot to initialize the clipping register on init |
| 5b2650b9 |
31-Mar-2009 |
macallan <macallan@NetBSD.org> |
implement pattern fills |
| 3336cae5 |
29-Mar-2009 |
mrg <mrg@NetBSD.org> |
use %lx instead of %x for a few varaiables that may be 64 bit. also match plain old PCI cards. with this, an older PCI radeo 9250 now works with drm. |
| 26dcc2a3 |
26-Mar-2009 |
macallan <macallan@NetBSD.org> |
Implement image downloads, now KDE's window minimize animation doesn't leave artifacts anymore. While there, allow commands to queue up where appropriate, this gives a slight speedup in anti-aliased text rendering ( about 10% on my 200MHz/1MB O2 ) and likely in other operations as well. |
| 93351543 |
18-Mar-2009 |
macallan <macallan@NetBSD.org> |
implement clipping, this takes care of line drawing artifacts in pwm |
| 45801275 |
17-Mar-2009 |
jmcneill <jmcneill@NetBSD.org> |
xsync: Fix wakeup storm in idletime counter Wakeup scheduling only considered the threshold values, and not whether the trigger was edge or level. See also: https://bugzilla.redhat.com/show_bug.cgi?id=474586 http://svn.gnome.org/viewvc/gnome-screensaver/trunk/src/test-idle-ext.c?view=markup Source: http://cgit.freedesktop.org/xorg/xserver/commit/?id=1f4fb0225b278d1cf4145aebeb0bdd23dc8f62d5 |
| 748261e5 |
13-Mar-2009 |
plunky <plunky@NetBSD.org> |
cpp does not find tokens inside quotes, so remove the quotes so that the search/replace can happen properly. this was already fixed in upstream sources (Hi David!), reference: http://cgit.freedesktop.org/xorg/app/xdm/commit/?id=b73d0c91d32bf0aa60aa5ce2bbbd4468ce21a445 |
| 2f44462d |
10-Mar-2009 |
mrg <mrg@NetBSD.org> |
merge libX11 1.2 |
| 61b2299d |
10-Mar-2009 |
mrg <mrg@NetBSD.org> |
initial import of libX11-1.2 |
| 8d4c0f7b |
10-Mar-2009 |
mrg <mrg@NetBSD.org> |
initial import of xtrans-1.2.3 |
| 5b944e2a |
10-Mar-2009 |
mrg <mrg@NetBSD.org> |
initial import of xinput-1.4.0 |
| 21e67964 |
10-Mar-2009 |
mrg <mrg@NetBSD.org> |
initial import of libXi-1.2.1 |
| 575cc0a8 |
10-Mar-2009 |
mrg <mrg@NetBSD.org> |
initial import of inputproto-1.5.0 |
| 8c4a8e55 |
10-Mar-2009 |
mrg <mrg@NetBSD.org> |
initial import of libXrandr-1.3.0 |
| b8c538a9 |
10-Mar-2009 |
mrg <mrg@NetBSD.org> |
merge randrproto 1.3.0 |
| cfc5024b |
10-Mar-2009 |
mrg <mrg@NetBSD.org> |
initial import of randrproto-1.3.0 |
| dcec6066 |
10-Mar-2009 |
mrg <mrg@NetBSD.org> |
merge xedit 1.1.2. |
| f14f4646 |
10-Mar-2009 |
mrg <mrg@NetBSD.org> |
initial import of xedit-1.1.2 |
| c585b9bd |
09-Mar-2009 |
mrg <mrg@NetBSD.org> |
use the new XextErrorHandler type, specified in xextproto now. |
| cf3be063 |
09-Mar-2009 |
mrg <mrg@NetBSD.org> |
initial import of xproto-7.0.15 |
| 45a6f659 |
09-Mar-2009 |
mrg <mrg@NetBSD.org> |
only include "config.h" ifdef HAVE_CONFIG_H. |
| c167f636 |
09-Mar-2009 |
mrg <mrg@NetBSD.org> |
merge libICE 1.0.5 |
| a005d216 |
09-Mar-2009 |
mrg <mrg@NetBSD.org> |
initial import of xwininfo-1.0.4 |
| afe13c8e |
09-Mar-2009 |
mrg <mrg@NetBSD.org> |
initial import of xwd-1.0.2 |
| 72e81212 |
09-Mar-2009 |
mrg <mrg@NetBSD.org> |
initial import of xinit-1.1.1 |
| 7d262bba |
09-Mar-2009 |
mrg <mrg@NetBSD.org> |
initial import of xextproto-7.0.5 |
| cae39615 |
09-Mar-2009 |
mrg <mrg@NetBSD.org> |
initial import of sessreg-1.0.4 |
| 7978d3cd |
09-Mar-2009 |
mrg <mrg@NetBSD.org> |
initial import of mkfontscale-1.0.6 |
| ab902922 |
09-Mar-2009 |
mrg <mrg@NetBSD.org> |
initial import of libXaw-1.0.5 |
| c5629e66 |
09-Mar-2009 |
mrg <mrg@NetBSD.org> |
initial import of libICE-1.0.5 |
| c07a43cb |
06-Mar-2009 |
jmcneill <jmcneill@NetBSD.org> |
PR# xsrc/40970: xorg-cf-files NetBSD.cf doesn't have GccAliasingArgs defined on mips Unconditionally include xorg.cf; ok mrg@ |
| 9e2fcd1d |
01-Mar-2009 |
jmcneill <jmcneill@NetBSD.org> |
PR# xsrc/40939: nvidia driver can not deal with COMPOSITE/DAMAGE extensions Apply the following patches from Xorg head: * http://cgit.freedesktop.org/xorg/xserver/patch/?id=0c6987df3b9b3a37d201d740d8248c326449835e XAA: Disable offscreen pixmaps by default. Say Option "XaaOffscreenPixmaps" to turn them back on. * http://cgit.freedesktop.org/xorg/xserver/patch/?id=01879e583b0ce0d8fddc37e36d9b69fe4f1d1e72 Don't enable XAA offscreen pixmaps with Option "XaaOffscreenPixmaps" "no". xf86IsOptionSet is rarely the right function to use for boolean options because it returns TRUE whenever the option is present, even if its value is "no", "off", "0", etc. |
| 09f0d67c |
25-Feb-2009 |
macallan <macallan@NetBSD.org> |
Implement ARGB alpha masks - now WindowMaker's menus are readable again. (why on earth do they pass an alpha map in ARGB when rendering the menus instead of a pure 8bit alpha map as everywhere else?) |
| 631fdd2b |
19-Feb-2009 |
jmcneill <jmcneill@NetBSD.org> |
Fix typo (gimips -> sgimips) |
| 34c4e112 |
19-Feb-2009 |
macallan <macallan@NetBSD.org> |
Now this driver actually works. |
| 766b813d |
19-Feb-2009 |
macallan <macallan@NetBSD.org> |
Actually use scanline image writes to upload images if available |
| f0e1d149 |
17-Feb-2009 |
abs <abs@NetBSD.org> |
Fix definition for vax |
| 86384282 |
16-Feb-2009 |
macallan <macallan@NetBSD.org> |
in 24bit write a linear colour map into the DAC. Now colours look right. Still needs testing in 8 bit. |
| bad89cad |
14-Feb-2009 |
abs <abs@NetBSD.org> |
Adjust operand constraints in the m68k asm versions of FASTPUTBITS |
| c3c49246 |
14-Feb-2009 |
macallan <macallan@NetBSD.org> |
Add NetBSD-specific bits. Now this driver works on my R5k Indy with 24bit Newport graphics board. |
| ba0eab60 |
14-Feb-2009 |
macallan <macallan@NetBSD.org> |
Xorg's driver for Newport / NG1 graphics boards found in SGI Indy and others. |
| fa7f6585 |
09-Feb-2009 |
plunky <plunky@NetBSD.org> |
add horizontal mouse-wheel functionality to USB and WSMOUSE drivers |
| 2acebfac |
07-Feb-2009 |
christos <christos@NetBSD.org> |
Set the version for the keyboard too. From Patrick Welche |
| 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. |
| 57c23b01 |
02-Feb-2009 |
christos <christos@NetBSD.org> |
add a SetupMouse proc to condition the fd. Convert NetBSD's SetupAuto to SetupMouse. |
| 751d7a2a |
02-Feb-2009 |
christos <christos@NetBSD.org> |
Call a SetupMouse function to condition the fd. |
| e76b8a62 |
28-Jan-2009 |
christos <christos@NetBSD.org> |
we don't care about -DPIC defined from the compiler. |
| 644fc5c1 |
25-Jan-2009 |
tron <tron@NetBSD.org> |
Initial import of font-sony-misc-1.0.0 from X.Org. This is part of the fix for PR xsrc/40476 by Takeshi Nakayama. |
| c2d91235 |
24-Jan-2009 |
bouyer <bouyer@NetBSD.org> |
The {read,write}Dense{8,16} functions, as implemented, always to 32bits access and truncate the result to 8/16 bits, or do read/modify/write cycles. This is bad if the read or write cycle to adjacent registers change the adapter's state (e.g. if an adjacent register is a fifo, we'll discard values, or add additionnal, unwanted values in the fifo). Fix: use the BWX instructions for 8 and 16 bit access. Also submitted to Xorg as bug #19722 |
| a64b764b |
24-Jan-2009 |
bouyer <bouyer@NetBSD.org> |
NetBSD-specific code doesn't work on ev6 systems. This is because the code assumes there is at last 2 mappings, one dense and one sparse. On ev6 there's only one mapping, and the code access abw[] out of bound. Fix: check abw_count and if it's 1, use the same mapping for dense_base and memory_base. Also submitted to Xorg as bug #19721 |
| 48568d1e |
24-Jan-2009 |
bouyer <bouyer@NetBSD.org> |
On NetBSD/alpha in{b,w,l} and out{b,w,l} are not functions but #define to a function pointer. This doesn't work with the SYMFUNC() macro, the compiler outputs and error. Fix: don't SYMFUNC() these on NetBSD/alpha Also submitted to Xorg as bug #19720 |
| 8a3bdf72 |
23-Jan-2009 |
christos <christos@NetBSD.org> |
change never to 0. |
| e44187a3 |
20-Jan-2009 |
martin <martin@NetBSD.org> |
Remove a no longer needed cast |
| a1fff668 |
20-Jan-2009 |
martin <martin@NetBSD.org> |
Fix OpenFramebuffer signature, so it compiles with -Werrors - untested(!) |
| 23aa050a |
19-Jan-2009 |
christos <christos@NetBSD.org> |
undo my XHASH previous change. |
| 4cbbfde9 |
19-Jan-2009 |
christos <christos@NetBSD.org> |
fix ioctl. |
| ad26436c |
17-Jan-2009 |
christos <christos@NetBSD.org> |
add missing endif. |
| 6f999923 |
17-Jan-2009 |
christos <christos@NetBSD.org> |
use XHash |
| 03418e9a |
17-Jan-2009 |
ahoka <ahoka@NetBSD.org> |
Revert last change. |
| c8da46d7 |
17-Jan-2009 |
ahoka <ahoka@NetBSD.org> |
Set the default color of the root window to plain black due to popular demand. It looks much better that way. |
| 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 |
| e4408d0a |
13-Jan-2009 |
christos <christos@NetBSD.org> |
Set the mouse event protocol version. (untested, but head will be broken unless I add this). |
| 4e40088c |
10-Jan-2009 |
christos <christos@NetBSD.org> |
requested by joerg |
| 0d92cbfd |
06-Jan-2009 |
christos <christos@NetBSD.org> |
resolve conflicts, maintain not allowing property changes from the title. |
| 2eaa94a1 |
06-Jan-2009 |
christos <christos@NetBSD.org> |
import xterm-238 |
| bcf4e684 |
06-Jan-2009 |
christos <christos@NetBSD.org> |
- disable window ops - set pointermode to never |
| 22d8e007 |
06-Jan-2009 |
christos <christos@NetBSD.org> |
- disable changexprop - fix decrqss - disable udk |
| 781b53c7 |
06-Jan-2009 |
christos <christos@NetBSD.org> |
disable font shifting by default. |
| 6a9c7101 |
02-Jan-2009 |
spz <spz@NetBSD.org> |
get rid of a warning only visible when compiling with USE_PAM |
| 16c487c3 |
25-Dec-2008 |
ghen <ghen@NetBSD.org> |
Add X.org support for the Colemak keyboard layout, see http://colemak.com (it's been included in upstream xkeyboard-config, but not in xkbdata). |
| 7a8c55a4 |
04-Dec-2008 |
macallan <macallan@NetBSD.org> |
When checking for an unimplemented MMIO BAR also check for an uninitialized one This allows the mach64 driver to work on a PowerMac G3, the firmware here leaves 0xfffff000 in the MMIO BAR. |
| 9013130f |
28-Nov-2008 |
martin <martin@NetBSD.org> |
Do not special case locale names for sparc _LP64 machines - this probably is a Solaris'm not needed on NetBSD. Fixes PR xsrc/40046. |
| 46154950 |
23-Nov-2008 |
mrg <mrg@NetBSD.org> |
patch from jmcneill@: add a log message to notify what VT is in use. helps gdm/consolekit. |
| cbc36617 |
18-Nov-2008 |
hans <hans@NetBSD.org> |
fix DEFAULT_CONFIG_FILE. OK by cube. |
| bdd09ed4 |
18-Nov-2008 |
cube <cube@NetBSD.org> |
Remove generated files that should not have been part of the distribution in the first place. This fixes twm's config file parser. ok mrg@. |
| c041511d |
11-Nov-2008 |
cube <cube@NetBSD.org> |
Initial import of MesaGLUT, version 7.0.3 for native X.Org's benefit. |
| 98bb403a |
11-Nov-2008 |
macallan <macallan@NetBSD.org> |
Port the AG-10e driver to Xorg. Tested on my SS20. |
| f5488e98 |
06-Nov-2008 |
macallan <macallan@NetBSD.org> |
add __mips__ |
| e1ea03a3 |
06-Nov-2008 |
macallan <macallan@NetBSD.org> |
Driver for the rendering engine found in SGI's O2 workstations Not adapted to Xorg yet, just copied from xsrc/xfree |
| 5d492fd2 |
04-Nov-2008 |
macallan <macallan@NetBSD.org> |
add hw cursor support and unbork shadow fb support. TODO: find out how shadow fb is supposed to work in Xorg |
| 4fa4b97e |
04-Nov-2008 |
macallan <macallan@NetBSD.org> |
add ARM support. For some idiotic reason Xorg still uses different variable for the IO base address on different architectures. |
| 093ea8b6 |
30-Oct-2008 |
macallan <macallan@NetBSD.org> |
whitespace police |
| 7fd8a0c2 |
30-Oct-2008 |
macallan <macallan@NetBSD.org> |
this should have been added with the previous commit |
| cb0b7cef |
30-Oct-2008 |
veego <veego@NetBSD.org> |
Update for the 0.12.0 import |
| 181a564c |
30-Oct-2008 |
veego <veego@NetBSD.org> |
All files are now part of the pixman distribution. |
| 91a96115 |
30-Oct-2008 |
veego <veego@NetBSD.org> |
File was renamed to pixman-sse2.[ch] in pixman version 0.12.0 |
| 27693ee9 |
30-Oct-2008 |
veego <veego@NetBSD.org> |
Update to 0.12.0 for syncing with pkgsrc. The full changes can be found here: http://gitweb.freedesktop.org/?p=pixman.git;a=shortlog |
| 4d26f1c6 |
29-Oct-2008 |
macallan <macallan@NetBSD.org> |
add acceleration support. From xsrc/xfree |
| 5eefee25 |
29-Oct-2008 |
macallan <macallan@NetBSD.org> |
the suncg6 driver from xorg |
| dbbd9e4b |
29-Oct-2008 |
macallan <macallan@NetBSD.org> |
the sunffb driver |
| e756bddc |
28-Oct-2008 |
macallan <macallan@NetBSD.org> |
Don't map more of the register aperture than we really need. |
| 8948c7e2 |
28-Oct-2008 |
macallan <macallan@NetBSD.org> |
add a missing cast to shut up gcc |
| f26a88e8 |
27-Oct-2008 |
veego <veego@NetBSD.org> |
No longer part of xf86-video-radeonhd (replaced by r5xx_3dregs.h) |
| db2890c7 |
27-Oct-2008 |
veego <veego@NetBSD.org> |
Update to 1.2.3 Major Changes ============= Read ChangeLog for a complete list. - Version 1.2.3 - Added Command Submission infrastructure. - Version 1.2.2 - Added DRI support (R5xx and RS6xx). - Added support for RV770, RS780, M82, M86, and M88. - Added XVideo support. - Added CP based 2D acceleration (R5xx and RS6xx). - Added EXA render acceleration (R5xx and RS6xx). - Added support for AtomBIOS based mode setting. - Added support for scaled modes. - Added RandR support for backlight control. - Lots of modesetting related bug fixes. |
| 5489dd98 |
27-Oct-2008 |
veego <veego@NetBSD.org> |
Don't enable USE_DRI here. Thats handled in the reachover Makefile |
| 0ff480bc |
27-Oct-2008 |
veego <veego@NetBSD.org> |
add generated config for xf86-video-radeonhd version 1.2.3 |
| ed274aab |
25-Oct-2008 |
macallan <macallan@NetBSD.org> |
Add support for PCI_VIA_TTYE0 hack. ( that way we can access PCI config space belonging to the console via ttyE0. This is useful on machines where the console fb may not be accessible via /dev/pci0. Also, it hides other PCI devices from the Xserver so it's less likely to mess with our BARs ) From xsrc/xfree |
| fc1e04f0 |
25-Oct-2008 |
macallan <macallan@NetBSD.org> |
Make PCI bus address ranges match reality on sparc64 and powerpc |
| 904cdfd2 |
24-Oct-2008 |
macallan <macallan@NetBSD.org> |
more bits'n'pieces for sparc support |
| de0a7c19 |
24-Oct-2008 |
macallan <macallan@NetBSD.org> |
include string.h and strings.h - for some reason they're missing on sparc64 XXX: need to figure out where the other archs include them so we can get rid of this |
| f8104d25 |
24-Oct-2008 |
macallan <macallan@NetBSD.org> |
add missing bits & pieces for sparc(64) and Sbus support While there, use ppc_video.c on sparc(64) as well, sparc64_vodeo.c is almost identical and only misses EnableIO() stuff which we'll want to add at some point anyway and then they'd be identlical to the ones from ppc_video.c anyway. |
| 60ce4286 |
23-Oct-2008 |
jmcneill <jmcneill@NetBSD.org> |
GenerateDriverlist: Change driver matching pattern to be the same as the one used by the module loader. |
| aee60f53 |
23-Oct-2008 |
jmcneill <jmcneill@NetBSD.org> |
videoPtrToDriverName: use the 'intel' driver instead of 'i810'. |
| 26d9b5fe |
22-Oct-2008 |
macallan <macallan@NetBSD.org> |
use membar_sync() from atomic.h instead of loads of arch-specific __asm Suggested by bjs |
| 662f3b07 |
22-Oct-2008 |
macallan <macallan@NetBSD.org> |
repeat after me - pointers are not guaranteed to be the same size as int |
| ac9c00e8 |
22-Oct-2008 |
macallan <macallan@NetBSD.org> |
use le32toh() and friends instead of relying on byteswap.h which appears to be linux-specific. XXX: the code also swaps floats, I doubt that's correct. |
| ac15d2bc |
22-Oct-2008 |
macallan <macallan@NetBSD.org> |
add keymap fixes for ADB, Sun and pseudo-XT-via-wskbd0 from xsrc/xfree |
| 9a797c50 |
22-Oct-2008 |
macallan <macallan@NetBSD.org> |
make this compile on sparc64 |
| da788fc0 |
22-Oct-2008 |
macallan <macallan@NetBSD.org> |
add sparc64 goo, from xsrc/xfree |
| 19fdeef8 |
19-Oct-2008 |
macallan <macallan@NetBSD.org> |
Downgrade a few more FatalError()s to X_WARNING, while there use PCI_MAGIC_IO_RANGE to mmap the IO range instead of a macppc-specific magic number. We'll need this on shark and the other powerpc-based ports. |
| fdc3284d |
19-Oct-2008 |
macallan <macallan@NetBSD.org> |
Failure to map something is not a FatalError() |
| c582b7e3 |
12-Oct-2008 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-r128-6.8.0 |
| a8d0ce4e |
04-Oct-2008 |
cube <cube@NetBSD.org> |
Avoid referencing something that isn't defined. Bring in the definition from another manual page. |
| a996d74d |
21-Sep-2008 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-nvxbox-20070409 |
| 32b578d3 |
21-Sep-2008 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-mach64-6.8.0 |
| b94d2739 |
17-Sep-2008 |
cube <cube@NetBSD.org> |
Steal relevant patches from pkgsrc. |
| c4d0b717 |
15-Sep-2008 |
cube <cube@NetBSD.org> |
Use a sane default for xkb rules, "xorg", which is actually provided in the distribution, unlike "base". |
| a85076b9 |
13-Sep-2008 |
bjs <bjs@NetBSD.org> |
i386_iopl() is used on x86_64 as well, as in the x86_64 case, the source does: #define i386_iopl x86_64_iopl Therefore, we need USE_I386_IOPL defined for this architecture. |
| b1297603 |
06-Sep-2008 |
mrg <mrg@NetBSD.org> |
initial import of xinput-1.3.0 |
| a6f9e684 |
02-Sep-2008 |
rtr <rtr@NetBSD.org> |
revert previous since it causes xorg to break when loading configuration |
| 85f5abff |
01-Sep-2008 |
mrg <mrg@NetBSD.org> |
add generated config for xf86-video-sis |
| b9afefc9 |
31-Aug-2008 |
christos <christos@NetBSD.org> |
fix debugging build |
| 172f7f5d |
31-Aug-2008 |
christos <christos@NetBSD.org> |
fix debugging build |
| 898d7136 |
31-Aug-2008 |
christos <christos@NetBSD.org> |
fix debugging build. |
| c7449593 |
31-Aug-2008 |
christos <christos@NetBSD.org> |
fix debugging build |
| a758736e |
31-Aug-2008 |
christos <christos@NetBSD.org> |
fix debug build. |
| 3f3e8497 |
31-Aug-2008 |
christos <christos@NetBSD.org> |
fix debugging build. |
| b8130881 |
31-Aug-2008 |
rtr <rtr@NetBSD.org> |
copy arm_video.c from xsrc/xfree and tweak it. our version of this seems to be more up-to-date/used than that in x.org |
| 61c16e3e |
31-Aug-2008 |
rtr <rtr@NetBSD.org> |
-#elif defined(__powerpc__) +#elif defined(__powerpc__) || defined(__arm__) || defined(__mips__) || \ + defined(__sparc__) from xsrc/xfree bsdResource.c |
| 154daed1 |
30-Aug-2008 |
mrg <mrg@NetBSD.org> |
initial import of xkeyboard-config-1.3 |
| 8c7b8c22 |
28-Aug-2008 |
mrg <mrg@NetBSD.org> |
look for __arm__ as well. |
| 48b4a88b |
28-Aug-2008 |
mrg <mrg@NetBSD.org> |
- don't define OSVENDOR here. - don't re-define PACKAGE. - only define _XSERVER64 if _LP64. |
| aca65698 |
28-Aug-2008 |
mrg <mrg@NetBSD.org> |
also check for __arm__. |
| d5fe8870 |
28-Aug-2008 |
mrg <mrg@NetBSD.org> |
only define _XSERVER64 if _LP64 |
| 3039d1a7 |
28-Aug-2008 |
mrg <mrg@NetBSD.org> |
use _LP64 pre-processor macro instead of a list of 64 bit platforms. |
| f2a6d746 |
28-Aug-2008 |
mrg <mrg@NetBSD.org> |
include <string.h> |
| a34dc42e |
28-Aug-2008 |
mrg <mrg@NetBSD.org> |
add generated files for xf86-input-mouse and xf86-video-ati. |
| 7a5a6f8e |
15-Aug-2008 |
rtr <rtr@NetBSD.org> |
move WSCONS case inside switch statement |
| 7bf6719f |
11-Aug-2008 |
mrg <mrg@NetBSD.org> |
fix a macro to apply the cast to the result, not the conditional. |
| 773fea70 |
09-Aug-2008 |
rtr <rtr@NetBSD.org> |
#include <string.h> |
| 76b7b2de |
06-Aug-2008 |
mrg <mrg@NetBSD.org> |
don't define a few more things. |
| d47bc60a |
06-Aug-2008 |
mrg <mrg@NetBSD.org> |
adapt this to a reasonable include path |
| 84d7233f |
04-Aug-2008 |
mrg <mrg@NetBSD.org> |
attempt to support netbsd/arm |
| 37c19724 |
04-Aug-2008 |
mrg <mrg@NetBSD.org> |
XXX don't define USE_I386_IOPL |
| 0926b19c |
03-Aug-2008 |
rtr <rtr@NetBSD.org> |
comment out X_BYTE_ORDER defs they are available in other includes |
| e44cdb5b |
03-Aug-2008 |
rtr <rtr@NetBSD.org> |
comment out #define HAVE_DBUS 1 since we don't |
| 50d8ec9f |
03-Aug-2008 |
rtr <rtr@NetBSD.org> |
comment out definitions for XKB_BASE_DIRECTORY XKB_BIN_DIRECTORY and XKM_OUTPUT_DIR. the values defined were not correct anyway instead we rely on CPPFLAGS from xkb Makefile which are share/mk aware |
| 8b383f93 |
02-Aug-2008 |
mrg <mrg@NetBSD.org> |
delete generated files. |
| c2d0e2a8 |
02-Aug-2008 |
mrg <mrg@NetBSD.org> |
XXX: check for __arm__ as well as __arm32__. XXX: need to port changes from xsrc to this file. it assumes that XXX: arm is little endian. |
| a57aa4d3 |
02-Aug-2008 |
mrg <mrg@NetBSD.org> |
clear the GL buffer properly. from http://bugs.freedesktop.org/show_bug.cgi?id=13358. |
| f16b93fd |
02-Aug-2008 |
mrg <mrg@NetBSD.org> |
include dev/wscons/wsconsio.h on netbsd. fix some #ifdef vs. {} placement lossage. |
| 1d1be4ca |
02-Aug-2008 |
mrg <mrg@NetBSD.org> |
add a bunch of generated files. XXX mknative-xorg! |
| 357bfbb2 |
02-Aug-2008 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-wsfb-0.2.1 |
| 6df26cac |
02-Aug-2008 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-vmware-10.16.1 |
| c34a92a0 |
02-Aug-2008 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-via-0.2.2 |
| eecdcf52 |
02-Aug-2008 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-vga-4.1.0 |
| 45bc899b |
02-Aug-2008 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-vesa-1.3.0 |
| d983712d |
02-Aug-2008 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-tseng-1.1.1 |
| 95b296d0 |
02-Aug-2008 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-trident-1.2.3 |
| 7706df26 |
02-Aug-2008 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-tga-1.1.0 |
| 02be438a |
02-Aug-2008 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-tdfx-1.3.0 |
| 72b676d7 |
02-Aug-2008 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-sis-0.9.3 |
| 09885543 |
02-Aug-2008 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-siliconmotion-1.5.1 |
| ab47cfaa |
02-Aug-2008 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-savage-2.1.3 |
| 1d54945d |
02-Aug-2008 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-s3virge-1.9.1 |
| 340e3fbd |
02-Aug-2008 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-s3-0.5.0 |
| bdcaa8d0 |
02-Aug-2008 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-rendition-4.1.3 |
| 9fcdf0b4 |
02-Aug-2008 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-radeonhd-1.2.1 |
| fc5a983d |
02-Aug-2008 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-nv-2.1.10 |
| 71d7fec4 |
02-Aug-2008 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-nsc-2.8.2 |
| 692f60a7 |
02-Aug-2008 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-neomagic-1.1.1 |
| fe5e51b7 |
02-Aug-2008 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-mga-1.4.8 |
| 8c7da7f0 |
02-Aug-2008 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-intel-2.4.0 |
| 53e90a53 |
02-Aug-2008 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-imstt-1.1.0 |
| 301ea0f4 |
02-Aug-2008 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-i740-1.1.0 |
| 50806d53 |
02-Aug-2008 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-i128-1.2.1 |
| c35d236e |
02-Aug-2008 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-glint-1.1.1 |
| 69652eab |
02-Aug-2008 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-cyrix-1.1.0 |
| 76888252 |
02-Aug-2008 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-cirrus-1.1.0 |
| c06b6b69 |
02-Aug-2008 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-chips-1.1.1 |
| 209ff23f |
02-Aug-2008 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-ati-6.9.0 |
| 15fb4814 |
02-Aug-2008 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-ast-0.81.0 |
| 943345d3 |
02-Aug-2008 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-ark-0.6.0 |
| 17a48c7c |
02-Aug-2008 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-apm-1.1.1 |
| 50a8415e |
02-Aug-2008 |
mrg <mrg@NetBSD.org> |
initial import of xf86-input-void-1.1.1 |
| 9bd41f2c |
02-Aug-2008 |
mrg <mrg@NetBSD.org> |
initial import of xf86-input-vmmouse-12.5.0 |
| 659607e0 |
02-Aug-2008 |
mrg <mrg@NetBSD.org> |
initial import of xf86-input-mouse-1.3.0 |
| ee3138f1 |
02-Aug-2008 |
mrg <mrg@NetBSD.org> |
initial import of xf86-input-keyboard-1.3.1 |
| b4b94579 |
01-Aug-2008 |
mrg <mrg@NetBSD.org> |
initial import of pixman-0.11.4 |
| 05b261ec |
31-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of xorg-server-1.4.2 |
| ccf2a0cf |
31-Jul-2008 |
mrg <mrg@NetBSD.org> |
port pkgsrc patch-ac: support netbsd atomic ops. |
| 73accdbc |
31-Jul-2008 |
mrg <mrg@NetBSD.org> |
apply pkgsrc patch-aa: fix netbsd major number |
| 20fbf228 |
31-Jul-2008 |
mrg <mrg@NetBSD.org> |
apply part of pkgsrc patch-ab: - fix NetBSD major value (this needs to die for netbsd anyway) - also, undef it first so that there are no warnings. |
| cf369ce0 |
31-Jul-2008 |
mrg <mrg@NetBSD.org> |
find the (generated at build time) fcarch-netbsd.h. |
| 8bc17fcb |
31-Jul-2008 |
mrg <mrg@NetBSD.org> |
automatically generated files, mknative-xorg? |
| a329658a |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of font-adobe-utopia-type1-1.0.1 |
| 06920464 |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of font-bh-lucidatypewriter-75dpi-1.0.0 |
| 345ed3be |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of font-bh-lucidatypewriter-100dpi-1.0.0 |
| 38cd97f3 |
30-Jul-2008 |
simonb <simonb@NetBSD.org> |
Pull in rev 1.2 of xfree/xc/programs/xconsole/xconsole.c from xtos: Use openpty instead of hand-rolled code. |
| 655233e0 |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
commit generated files; in many cases these aren't really needed except the sources #include them unconditionally. fortunately most of the modular xorg packages use #ifdef HAVE_CONFIG_H. |
| 25d1e1c8 |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
apply pkgsrc/x11/randrproto/patches/patch-aa: remove a couple of extra "B32;" that cause compile errors. |
| 228cb731 |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
define ICE_t/TRANS_CLIENT/TRANS_SERVER as 1 to avoid compiler warnings. |
| d8f07471 |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
apply pkgsrc/x11/libXt/patches/patch-ag: Recalculate fd_set more aggressively (bug #808) select() can modify the fd set, so be a bit pessimistic and recalculate it more often. |
| 5d887b24 |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
apply pkgsrc/fonts/fontconfig/patches/patch-ae: support interix in fontconfig (useful for tools.) |
| d522f475 |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of xterm-235 |
| bccedf53 |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of xwud-1.0.1 |
| ff7e0acc |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of xwininfo-1.0.3 |
| b3307321 |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of xwd-1.0.1 |
| 8ae04fa6 |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of xvinfo-1.0.2 |
| cacd992d |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of xvidtune-1.0.1 |
| 876ff6fe |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of xtrap-1.0.2 |
| 73143b9a |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of xtrans-1.2 |
| 8440cca4 |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of xstdcmap-1.0.1 |
| 8108eb18 |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of xsm-1.0.1 |
| c95b42ba |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of xsetroot-1.0.2 |
| 91a17321 |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of xsetpointer-1.0.1 |
| 4963b7b6 |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of xsetmode-1.0.0 |
| a0195d5f |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of xset-1.0.4 |
| 7da8b7e3 |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of xrefresh-1.0.2 |
| 8b22bf3f |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of xrdb-1.0.4 |
| a0d3b6ea |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of xrandr-1.2.3 |
| 566738d7 |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of xproxymanagementprotocol-1.0.2 |
| ade92942 |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of xproto-7.0.13 |
| fc89c0fb |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of xprop-1.0.3 |
| d636c985 |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of xprehashprinterlist-1.0.1 |
| 7dbf892a |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of xplsprinters-1.0.1 |
| 871f62e0 |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of xphelloworld-1.0.1 |
| 11d341ca |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of xorg-cf-files-1.0.2 |
| 16910e25 |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of xmore-1.0.1 |
| 1a30de1f |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of xmodmap-1.0.3 |
| c9e2be55 |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of xmh-1.0.1 |
| 100ae103 |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of xmessage-1.0.2 |
| 1abf7346 |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of xman-1.0.3 |
| 9aa228fd |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of xmag-1.0.2 |
| e6232409 |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of xlsfonts-1.0.2 |
| a850946e |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of xlsclients-1.0.1 |
| fdb3d228 |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of xlsatoms-1.0.1 |
| 3da7aff1 |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of xlogo-1.0.1 |
| fd0c672f |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of xload-1.0.2 |
| 4fb28925 |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of xkill-1.0.1 |
| 010cdda0 |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of xkbutils-1.0.1 |
| 0e20ee16 |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of xkbprint-1.0.1 |
| 76910425 |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of xkbevd-1.0.2 |
| 49667fd6 |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of xkbdata-1.0.1 |
| f46a6179 |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of xkbcomp-1.0.5 |
| a73027ba |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of xinit-1.1.0 |
| c0ea3241 |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of xineramaproto-1.1.2 |
| 64ce7165 |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of xhost-1.0.2 |
| fd7d9bd3 |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of xgc-1.0.1 |
| 72b4363a |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of xgamma-1.0.2 |
| 54b79bc8 |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of xfwp-1.0.1 |
| 067610f1 |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of xfsinfo-1.0.2 |
| bbe1b32b |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of xfs-1.0.8 |
| 492e1cfe |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of xfd-1.0.1 |
| 8c4cd3c5 |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of xf86vidmodeproto-2.2.2 |
| af2f0eb6 |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of xf86miscproto-0.9.2 |
| 37c4dc00 |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of xf86driproto-2.0.4 |
| 5453c8ba |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of xf86dgaproto-2.0.3 |
| 12ea299a |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of xf86bigfontproto-1.1.2 |
| 9027f4a0 |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of xfontsel-1.0.2 |
| b8f75c19 |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of xfindproxy-1.0.1 |
| bb9c676a |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of xf86dga-1.0.2 |
| a1d141d5 |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of xeyes-1.0.1 |
| d181e475 |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of xextproto-7.0.3 |
| f299d47f |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of xev-1.0.3 |
| 5dfecf96 |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of xedit-1.0.2 |
| 0fa2845d |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of xdriinfo-1.0.2 |
| 1e00de39 |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of xdpyinfo-1.0.3 |
| 145b7b3c |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of xdm-1.1.6 |
| f80a6dcd |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of xditview-1.0.1 |
| c7484f1f |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of xconsole-1.0.3 |
| 2c7c4e3d |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of xcmsdb-1.0.1 |
| ee1185d5 |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of xcmiscproto-1.1.2 |
| e9554658 |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of xclock-1.0.3 |
| 97e8a2e8 |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of xclipboard-1.0.1 |
| 4d9b34d9 |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of xcalc-1.0.2 |
| 129be1b7 |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of xbitmaps-1.0.1 |
| c19de146 |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of xbiff-1.0.1 |
| 7a0395d0 |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of xauth-1.0.3 |
| 264fa531 |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of x11perf-1.4.1 |
| 67f05d30 |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of viewres-1.0.1 |
| 72ec2e3c |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of videoproto-2.2.2 |
| 3e747e6d |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of twm-1.0.4 |
| b32723c5 |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of ttf-bitstream-vera-1.10 |
| 79e26af0 |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of trapproto-3.4.3 |
| 14c0a534 |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of smproxy-1.0.2 |
| 7d5e3a19 |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of setxkbmap-1.0.4 |
| a6d9b409 |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of sessreg-1.0.3 |
| 2a165fe2 |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of scrnsaverproto-1.1.0 |
| 53354cdb |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of rgb-1.0.3 |
| b795511b |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of resourceproto-1.0.2 |
| e2529dd3 |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of renderproto-0.9.3 |
| d2aae5d0 |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of recordproto-1.13.2 |
| defa45eb |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of randrproto-1.2.1 |
| 5c10afb9 |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of proxymngr-1.0.1 |
| 343dfb62 |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of printproto-1.0.4 |
| 6ea72052 |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of oclock-1.0.1 |
| ea6ae205 |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of mkfontscale-1.0.5 |
| d838582f |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of mkfontdir-1.0.4 |
| 0eb10989 |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of makedepend-1.0.1 |
| 382ff0af |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of libxkbui-1.0.2 |
| 8c9fbc29 |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of libxkbfile-1.0.5 |
| 9b758c54 |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of liblbxutil-1.0.1 |
| 3da084b3 |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of libfontenc-1.0.4 |
| 31375aa2 |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of libdrm-2.3.0 |
| 191cded7 |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of libXxf86vm-1.0.1 |
| 41b2f0bd |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of libXxf86misc-1.0.1 |
| 8dd3e0ee |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of libXxf86dga-1.0.2 |
| 6f03b1f6 |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of libXvMC-1.0.4 |
| 9f606849 |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of libXv-1.0.4 |
| a253d6ae |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of libXtst-1.0.3 |
| 444c061a |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of libXt-1.0.5 |
| bd1da9d7 |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of libXres-1.0.3 |
| 1f0ac6a5 |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of libXrender-0.9.4 |
| b042e37f |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of libXrandr-1.2.2 |
| 632bc0e7 |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of libXprintUtil-1.0.1 |
| 45d5f363 |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of libXprintAppUtil-1.0.1 |
| a966c04f |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of libXpm-3.5.7 |
| 83fe4493 |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of libXp-1.0.0 |
| 6c321187 |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of libXmu-1.0.4 |
| e0963ede |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of libXinerama-1.0.3 |
| c43cc173 |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of libXi-1.1.3 |
| c76ae52d |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of libXft-2.1.12 |
| 52f9793f |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of libXfontcache-1.0.4 |
| 23a0898a |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of libXfont-1.3.2 |
| 4456fccd |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of libXfixes-4.0.3 |
| caade7cc |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of libXext-1.0.4 |
| d9c7fc6c |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of libXevie-1.0.2 |
| ff559fab |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of libXdmcp-1.0.2 |
| af7c02bd |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of libXdamage-1.1.1 |
| 7914d74b |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of libXcursor-1.1.9 |
| 4b0ead49 |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of libXcomposite-0.4.0 |
| 7a84e134 |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of libXaw-1.0.4 |
| 27702724 |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of libXau-1.0.3 |
| 966bf024 |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of libXTrap-1.0.0 |
| ef981d24 |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of libXScrnSaver-1.1.3 |
| 1ab64890 |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of libX11-1.1.4 |
| 126a8a12 |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of libSM-1.0.3 |
| 266e564d |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of libICE-1.0.4 |
| ba6a1819 |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of libFS-1.0.1 |
| a8fdb4bc |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of luit-1.0.3 |
| cbeba4ae |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of listres-1.0.1 |
| add45bf4 |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of lbxproxy-1.0.1 |
| 78c27c44 |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of kbproto-1.0.3 |
| 3090bac2 |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of inputproto-1.4.3 |
| bb2e14f3 |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of imake-1.0.2 |
| 1fb077a1 |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of ico-1.0.2 |
| 9fe995a9 |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of iceauth-1.0.2 |
| f504f524 |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of glproto-1.4.9 |
| 21c2f794 |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of fstobdf-1.0.3 |
| d1333322 |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of fslsfonts-1.0.2 |
| 9ab84437 |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of freetype-2.3.6 |
| 43f32c10 |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of fonttosfnt-1.0.4 |
| 66fe65f6 |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of font-util-1.0.1 |
| 831c829c |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of font-ibm-type1-1.0.0 |
| a6fdc6fa |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of font-mutt-misc-1.0.0 |
| 335e815a |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of font-misc-misc-1.0.0 |
| 0bd0e222 |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of font-jis-misc-1.0.0 |
| 98049353 |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of font-isas-misc-1.0.0 |
| b7d53ee5 |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of font-dec-misc-1.0.0 |
| 1cc8c64f |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of font-daewoo-misc-1.0.0 |
| b1cb5b87 |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of font-cursor-misc-1.0.0 |
| de48a5d3 |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of font-bitstream-type1-1.0.0 |
| ded1caa4 |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of font-bitstream-75dpi-1.0.0 |
| 56f6b22b |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of font-bitstream-100dpi-1.0.0 |
| eabb8368 |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of font-bh-type1-1.0.0 |
| 0cc6efb6 |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of font-bh-ttf-1.0.0 |
| 165c351f |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of font-bh-lucidatypewriter-75dpi-1.0.0 |
| dcae5b9e |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of font-bh-75dpi-1.0.0 |
| 3294c433 |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of font-bh-100dpi-1.0.0 |
| a99f82b8 |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of font-alias-1.0.1 |
| 67332fb9 |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of font-adobe-utopia-75dpi-1.0.1 |
| 08f3b10e |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of font-adobe-utopia-100dpi-1.0.1 |
| 4ecf19b2 |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of font-adobe-75dpi-1.0.0 |
| ed029a5f |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of font-adobe-100dpi-1.0.0 |
| 4a2e0324 |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of fontsproto-2.0.2 |
| 2c393a42 |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of fontconfig-2.6.0 |
| 924b8899 |
29-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of fontcacheproto-0.1.2 |
| 989156a7 |
29-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of fixesproto-4.0 |
| ba78c549 |
29-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of expat-2.0.1 |
| 439fab64 |
29-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of evieext-1.0.2 |
| 92bb16f8 |
29-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of encodings-1.0.2 |
| 33c89af1 |
29-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of editres-1.0.3 |
| f7101262 |
29-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of damageproto-1.1.0 |
| 2a3d78ed |
29-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of compositeproto-0.4 |
| eaef79e5 |
29-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of bitmap-1.0.3 |
| 44d7874b |
29-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of beforelight-1.0.3 |
| 36132840 |
29-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of bigreqsproto-1.0.2 |
| 29459361 |
29-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of appres-1.0.1 |
| 7117f1b4 |
29-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of MesaLib-7.0.3 |
| 885d1779 |
29-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of MesaDemos-7.0.3 |