Displaying 7 results from an estimated 7 matches similar to: "[PATCH xf86-video-nouveau] Check for xf86CursorResetCursor()"
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
2014 Oct 23
0
[PATCH] Make building of glamor optional
---
 configure.ac | 30 +++++++++++++++++++++---------
 1 file changed, 21 insertions(+), 9 deletions(-)
diff --git a/configure.ac b/configure.ac
index ccf320a..56b08ee 100644
--- a/configure.ac
+++ b/configure.ac
@@ -140,17 +140,29 @@ if test "x$have_list_h" = xyes; then
                    #include "list.h"])
 fi
 
2019 Jan 29
0
[ANNOUNCE] xf86-video-nouveau 1.0.16
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Full log below, but most notably:
 - Better 30bpp handling
 - DP-MST hotplug support
 - DRI3/Present support in the presence of rotated RandR screens
 - Updates for various Xorg API changes
 - Autoconf cleanups
Adam Jackson (1):
      modesetting: Validate the atom for enum properties
Ilia Mirkin (10):
      man: remove reference to glamor under
2016 Apr 07
0
[ANNOUNCE] xf86-video-ati 7.7.0
I'm pleased to announce the 7.7.0 release of xf86-video-ati, the Xorg
driver for ATI/AMD Radeon GPUs supported by the radeon kernel driver.
This release supports xserver versions 1.9-1.18.
Highlights:
* Option "TearFree" can now prevent tearing with rotation/reflection as
  well (with Xorg >= 1.16).
* RandR CRTC transforms now work correctly (but for now still exhibit
  tearing
2016 Apr 07
0
[ANNOUNCE] xf86-video-amdgpu 1.1.0
I'm pleased to announce the 1.1.0 release of xf86-video-amdgpu, the Xorg
driver for AMD Radeon GPUs supported by the amdgpu kernel driver.
This release supports xserver versions 1.9-1.18.
Highlights:
* Support for the upcoming Polaris family of GPUs.
* Option "TearFree" can now prevent tearing with rotation/reflection as
  well (with Xorg >= 1.16).
* RandR CRTC transforms now
2008 Mar 04
9
[Bug 14820] New: Double mouse cursor on nv4
http://bugs.freedesktop.org/show_bug.cgi?id=14820
           Summary: Double mouse cursor on nv4
           Product: xorg
           Version: unspecified
          Platform: Other
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: medium
         Component: Driver/nouveau
        AssignedTo: nouveau at lists.freedesktop.org
        ReportedBy: marchesin
2016 Sep 16
0
[ANNOUNCE] xorg-server 1.18.99.2
I think we're ready for RC1 at this point, but wanted to give people a
chance to scream about "just one more API change" until tomorrow. Let me
know if there's something I'm missing; if I don't hear anything, I'll be
tagging RC1 in the morning.
Aaron Plattner (1):
      xace: Fix XaceCensorImage to actually censor the right part of the image
Adam Jackson (92):