CVS commit: xsrc/external/mit/xf86-video-nv/dist/src

2024-09-02 Thread Michael Lorenz
Module Name:xsrc Committed By: macallan Date: Mon Sep 2 07:09:57 UTC 2024 Modified Files: xsrc/external/mit/xf86-video-nv/dist/src: nv_xaa.c Log Message: we need NVDMA*() even when building without XAA support To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

CVS commit: xsrc/external/mit/xf86-video-nv/dist/src

2024-09-02 Thread Michael Lorenz
Module Name:xsrc Committed By: macallan Date: Mon Sep 2 07:09:57 UTC 2024 Modified Files: xsrc/external/mit/xf86-video-nv/dist/src: nv_xaa.c Log Message: we need NVDMA*() even when building without XAA support To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

CVS commit: xsrc/external/mit/xf86-video-nv/dist/src

2024-07-04 Thread matthew green
Module Name:xsrc Committed By: mrg Date: Fri Jul 5 06:01:37 UTC 2024 Modified Files: xsrc/external/mit/xf86-video-nv/dist/src: nv_driver.c Log Message: apply some ugly (char *) cast when calling vgaHWSetMmioFuncs(). To generate a diff of this commit: cvs rdiff -u -r1.15

CVS commit: xsrc/external/mit/xf86-video-nv/dist/src

2024-07-04 Thread matthew green
Module Name:xsrc Committed By: mrg Date: Fri Jul 5 06:01:37 UTC 2024 Modified Files: xsrc/external/mit/xf86-video-nv/dist/src: nv_driver.c Log Message: apply some ugly (char *) cast when calling vgaHWSetMmioFuncs(). To generate a diff of this commit: cvs rdiff -u -r1.15

CVS commit: xsrc/external/mit/xf86-video-nv/dist/src

2022-08-15 Thread Michael Lorenz
Module Name:xsrc Committed By: macallan Date: Mon Aug 15 09:44:19 UTC 2022 Modified Files: xsrc/external/mit/xf86-video-nv/dist/src: nv_exa.c Log Message: force software fallback for drawing rectangles into offscreen memory only on NV_ARCH_40 and up To generate a diff of

CVS commit: xsrc/external/mit/xf86-video-nv/dist/src

2022-08-15 Thread Michael Lorenz
Module Name:xsrc Committed By: macallan Date: Mon Aug 15 09:44:19 UTC 2022 Modified Files: xsrc/external/mit/xf86-video-nv/dist/src: nv_exa.c Log Message: force software fallback for drawing rectangles into offscreen memory only on NV_ARCH_40 and up To generate a diff of

CVS commit: xsrc/external/mit/xf86-video-nv/dist/src

2022-07-27 Thread Michael Lorenz
Module Name:xsrc Committed By: macallan Date: Thu Jul 28 06:32:35 UTC 2022 Modified Files: xsrc/external/mit/xf86-video-nv/dist/src: nv_driver.c Log Message: 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

CVS commit: xsrc/external/mit/xf86-video-nv/dist/src

2022-07-27 Thread Michael Lorenz
Module Name:xsrc Committed By: macallan Date: Thu Jul 28 06:32:35 UTC 2022 Modified Files: xsrc/external/mit/xf86-video-nv/dist/src: nv_driver.c Log Message: 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

CVS commit: xsrc/external/mit/xf86-video-nv/dist/src

2021-08-22 Thread Michael Lorenz
Module Name:xsrc Committed By: macallan Date: Sun Aug 22 23:11:59 UTC 2021 Modified Files: xsrc/external/mit/xf86-video-nv/dist/src: nv_exa.c Log Message: set EXA_MIXED_PIXMAPS so we don't get pixmaps we can't handle in NVSolid() while there shut up some related debug outp

CVS commit: xsrc/external/mit/xf86-video-nv/dist/src

2021-08-22 Thread Michael Lorenz
Module Name:xsrc Committed By: macallan Date: Sun Aug 22 23:11:59 UTC 2021 Modified Files: xsrc/external/mit/xf86-video-nv/dist/src: nv_exa.c Log Message: set EXA_MIXED_PIXMAPS so we don't get pixmaps we can't handle in NVSolid() while there shut up some related debug outp

re: CVS commit: xsrc/external/mit/xf86-video-nv/dist/src

2021-05-23 Thread matthew green
> Thanks for the reminder, I should have really considered this approach > before committing my change. > > I reviewed my change again, and adding a -Wno-something option would not > be appropriate in this case. The whole block in which I did the patch > was added as a difference to the upstream c

Re: CVS commit: xsrc/external/mit/xf86-video-nv/dist/src

2021-05-23 Thread Roland Illig
On 22.05.2021 00:15, matthew green wrote: "Roland Illig" writes: Module Name:xsrc Committed By: rillig Date: Fri May 21 19:09:50 UTC 2021 Modified Files: xsrc/external/mit/xf86-video-nv/dist/src: nv_setup.c Log Message: xf86-video-nv: fix Clang build on amd64, i386, mac

re: CVS commit: xsrc/external/mit/xf86-video-nv/dist/src

2021-05-21 Thread matthew green
"Roland Illig" writes: > Module Name: xsrc > Committed By: rillig > Date: Fri May 21 19:09:50 UTC 2021 > > Modified Files: > xsrc/external/mit/xf86-video-nv/dist/src: nv_setup.c > > Log Message: > xf86-video-nv: fix Clang build on amd64, i386, macppc > > xsrc/external/mit/xf86-video-

Re: CVS commit: xsrc/external/mit/xf86-video-nv/dist/src

2018-07-13 Thread Michael
Hello, > Modified Files: > xsrc/external/mit/xf86-video-nv/dist/src: nv_type.h > > Log Message: > 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. Huh, I had just that locally and I just checked - nv_ty