search for: xf86cursor

Displaying 8 results from an estimated 8 matches for "xf86cursor".

2016 Oct 28
0
[ANNOUNCE] xorg-server 1.18.99.902
...or: spans: fixup wrong count on glDrawArrays Matthieu Herrb (1): glamor: Make glamor_name_from_pixmap work without DRI3 Michael Thayer (1): modesetting: only fall back to drmModeSetCursor() on -EINVAL Michel Dänzer (4): test: Use $XSERVER_BUILDDIR for Xvfb executable path xf86Cursor: Use PRIME master xf86CursorScreenRec::HotX/Y for slaves xf86Cursor: Take the input lock in xf86Set/MoveCursor DRI2: Sync radeonsi_pci_ids.h from Mesa Mihail Konev (4): xkb: fix turbo-repeat of RedirectKey-ed keysyms os/inputthread: Ensure pollfd refreshing xwin: make...
2016 Sep 16
0
[ANNOUNCE] xorg-server 1.18.99.2
...modesetting: set capabilities up after glamor and enable offload caps. modesetting: fix build with glamor disabled. prime: clean up slave bo properly. (v3) modesetting: Implement 32->24 bpp conversion in shadow update dix: Add dixPrivatesCreated helper function xf86Cursor: Add xf86CheckHWCursor() helper function xf86Cursor: Add hw cursor support for prime Egbert Eich (1): kdrive/UnregisterFd: Fix off by one Emil Velikov (8): dri3: remove unused file dri3int.h xfree86/parser: annotate xf86ConfigSymTabRec as constant data xfree86/parser...
2019 Jan 19
0
[PATCH xf86-video-nouveau] Check for xf86CursorResetCursor()
...| 6 ++++++ src/drmmode_display.c | 4 ++++ 2 files changed, 10 insertions(+) diff --git a/configure.ac b/configure.ac index 0b01d3e..56a971f 100644 --- a/configure.ac +++ b/configure.ac @@ -127,6 +127,12 @@ AC_SUBST([DRIVER_NAME]) XORG_MANPAGE_SECTIONS XORG_RELEASE_VERSION +AC_CHECK_DECL(xf86CursorResetCursor, + [AC_DEFINE(HAVE_XF86_CURSOR_RESET_CURSOR, 1, + [Have xf86CursorResetCursor API])], [], + [#include <xorg-server.h> + #include <xf86Cursor.h>]) + AC_CHECK_HEADERS([list.h], [have_list_h="yes"]...
2013 Feb 16
8
Bugfix + dri1 cleanup patches
Had those patches living in my local tree for a while now. Here is a respin on top of latest master Patch 1: regression fix, preventing the ddx from loading if kernel module is not loaded Patches 2-5: Completely nuke dri1, make dri2 hard dependency Patches 6-7: Assist people with first-time build of nouveau Git complains about whitespace errors in patch 7, which for the sake of me I cannot
2012 Oct 14
8
[Bug 55980] New: X Segfault on second screen resize
https://bugs.freedesktop.org/show_bug.cgi?id=55980 Priority: medium Bug ID: 55980 Assignee: nouveau at lists.freedesktop.org Summary: X Segfault on second screen resize QA Contact: xorg-team at lists.x.org Severity: critical Classification: Unclassified OS: Linux (All) Reporter: geaaru at gmail.com
2019 Jan 21
18
[PATCH xf86-video-nouveau 00/17] autotools configuration cleanups
Series of cleanups to autotools build config files to utilize the available xorg-server macros, defaults and more closely match other modern Xorg drivers. Notable improvements: - gitignore fully covers potential build artifacts - Simplify logic given stated minimum required version of xorg-server 1.8 - Remove use of deprecated, outdated or no longer required macros - Utilize xorg macros where
2010 Dec 07
1
[ANNOUNCE] xorg-server 1.9.99.901
...cs.h | 5 +- hw/xfree86/loader/loadmod.c | 85 +- hw/xfree86/loader/sdksyms.sh | 23 +- hw/xfree86/modes/xf86Crtc.c | 148 +- hw/xfree86/modes/xf86Crtc.h | 119 +- hw/xfree86/modes/xf86Cursors.c | 74 +- hw/xfree86/modes/xf86EdidModes.c | 8 +- hw/xfree86/modes/xf86Modes.c | 14 - hw/xfree86/modes/xf86RandR12.c | 443 +++- hw/xfree86/modes/xf86Rotate.c | 46 +- hw/xfree86/os-su...
2008 Mar 06
0
[ANNOUNCE] xorg-server 1.4.99.901
...86Crtc: pass correct parameter. xf86crtc: oh mon could be NULL, so check before quirks Xquartz ate my DMX - thanks damn then my cut-n-paste ate my end of lines... mi: set the private key to a unique non-zero value entity sharing: make !shareable entity non-fatal. xf86Cursors: fix memset for non-square cursors xf86Crtc: add higher level modesetting entry point. quirks: another LPL panel with the cm/mm wrong Dave Jones (1): Kdrive: fix nasty thinko in TslibEnable() David Nusinow (26): Move module defaults from the header to the source file....