aboutsummaryrefslogtreecommitdiff
path: root/x11-drivers/xf86-video-nv/files/patch-src_riva__xaa.c
diff options
context:
space:
mode:
Diffstat (limited to 'x11-drivers/xf86-video-nv/files/patch-src_riva__xaa.c')
-rw-r--r--x11-drivers/xf86-video-nv/files/patch-src_riva__xaa.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/x11-drivers/xf86-video-nv/files/patch-src_riva__xaa.c b/x11-drivers/xf86-video-nv/files/patch-src_riva__xaa.c
deleted file mode 100644
index 9430febbe30c..000000000000
--- a/x11-drivers/xf86-video-nv/files/patch-src_riva__xaa.c
+++ /dev/null
@@ -1,14 +0,0 @@
-# ifdef away this XAA function call as done above
-#
---- src/riva_xaa.c.orig 2013-02-07 07:56:01 UTC
-+++ src/riva_xaa.c
-@@ -91,7 +91,9 @@ RivaSetRopPattern(RivaPtr pRiva, int rop
- if (pRiva->currentRop != (rop + 16)) {
- pRiva->currentRop = rop + 16; /* +16 is important */
- RIVA_FIFO_FREE(pRiva->riva, Rop, 1);
-+#ifdef HAVE_XAA_H
- pRiva->riva.Rop->Rop3 = XAAGetPatternROP(rop);
-+#endif
- }
- }
- #ifdef HAVE_XAA_H