Alan Coopersmith 94d6ea6137 riva_xaa: don't build RivaSetRopPattern when XAA is not supported
Fixes gcc warnings:

riva_xaa.c: In function ‘RivaSetRopPattern’:
riva_xaa.c:94:33: warning: implicit declaration of function
  ‘XAAGetPatternROP’; did you mean ‘RivaSetPattern’?
  [-Wimplicit-function-declaration]
         pRiva->riva.Rop->Rop3 = XAAGetPatternROP(rop);
                                 ^~~~~~~~~~~~~~~~
                                 RivaSetPattern
At top level:
riva_xaa.c:89:1: warning: ‘RivaSetRopPattern’ defined but not used
  [-Wunused-function]
 RivaSetRopPattern(RivaPtr pRiva, int rop)
 ^~~~~~~~~~~~~~~~~

Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2022-07-25 19:15:07 -07:00
2017-01-26 14:00:22 +10:00
2018-11-18 13:31:22 -08:00
2022-01-22 14:02:12 -08:00

xf86-video-nv - NVIDIA video driver for the Xorg X server

All questions regarding this software should be directed at the Xorg mailing list:

https://lists.x.org/mailman/listinfo/xorg

The primary development code repository can be found at:

https://gitlab.freedesktop.org/xorg/driver/xf86-video-nv

Please submit bug reports and requests to merge patches there.

Description
No description provided
Readme 1.6 MiB
Languages
C 98.5%
Makefile 0.8%
M4 0.6%