summaryrefslogtreecommitdiff
path: root/x11/xf86-video-nv
AgeCommit message (Collapse)AuthorFilesLines
2022-11-09Reset MAINTAINERjoerg1-2/+2
2022-07-27xf86-video-nv: update to 2.1.22.wiz2-8/+7
Alan Coopersmith (7): Update README for gitlab migration Update configure.ac bug URL for gitlab migration Build xz tarballs instead of bzip2 Fix spelling/wording issues gitlab CI: add a basic build test Update README.G80 for gitlab migration riva_xaa: don't build RivaSetRopPattern when XAA is not supported Colin Walters (1): autogen.sh: Implement GNOME Build API Emil Velikov (1): autogen.sh: use quoted string variables Mihail Konev (1): autogen: add default patch prefix Peter Hutterer (2): configure: Drop AM_MAINTAINER_MODE autogen.sh: use exec instead of waiting for configure to finish Yusuf (1): Replace xf86PciInfo.h with our own pci ids Yusuf Khan (1): bump to version 2.1.22
2022-04-10x11: adapt to new avoid-duplicate.mk usagenia1-2/+2
2021-12-02xf86-video-*: Add avoid-duplicate.mknia1-2/+3
2021-12-02xf86-video-*: Add builtin.mk filesnia1-0/+6
2021-11-02modular-xorg: Apply at most partial RELRO for modular drivers.nia1-1/+3
2021-10-26x11: Replace RMD160 checksums with BLAKE2s checksumsnia1-2/+2
All checksums have been double-checked against existing RMD160 and SHA512 hashes Unfetchable distfiles (fetched conditionally?): ./x11/py-qt4/distinfo PyQt4_gpl_mac-4.12.3.tar.gz
2021-10-07x11: Remove SHA1 hashes for distfilesnia1-2/+1
2020-01-18all: migrate several HOMEPAGEs to httpsrillig1-2/+2
pkglint --only "https instead of http" -r -F With manual adjustments afterwards since pkglint 19.4.4 fixed a few indentations in unrelated lines. This mainly affects projects hosted at SourceForce, as well as freedesktop.org, CTAN and GNU.
2018-03-07xorgproto: use xorgproto instead of separate *proto packageswiz1-11/+3
Remove now obsolete packages.
2017-01-18Updated xf86-video-nv to 2.1.21.wiz8-172/+7
Adam Jackson (2): Remove mibstore.h Adapt Block/WakeupHandler signature for ABI 23 Egbert Eich (1): init: Initialize VGA IOBase before using it Jeremy White (1): Include xf86Modes.h to use functions from hw/xfree86/modes/xf86Modes.c. Matt Turner (1): xf86-video-nv 2.1.21 Matthieu Herrb (1): Fix shadow framebuffer implementation.
2016-11-16Fix build with xorg-server-1.19.wiz2-1/+28
2016-02-26Use OPSYSVARS.jperkin1-6/+2
2016-01-05Bump revision for xorg-server-1.18 driver ABI bumptnn1-2/+2
2015-11-04Add SHA512 digests for distfiles for x11 categoryagc1-1/+2
Problems found locating distfiles: Package modular-xorg-server: missing distfile xorg-server-1.17.4.tar.bz2 Package py-qt4: missing distfile PyQt-mac-gpl-4.11.1.tar.gz Package xservers: missing distfile xservers-3.3.6.5.tar.bz2 Package xview-clients: missing distfile xview3.2p1-X11R6.tar.gz Package xview-lib: missing distfile xview3.2p1-X11R6.tar.gz Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2015-09-25don't include Mesa's bl3 directly. It needs to come in via xorg-server'stnn1-2/+1
bl3 since that decides which mesa version to use.
2015-04-25Recursive revbump following MesaLib update, categories p through x.tnn1-2/+2
2015-04-03Revbump all the xf86-* driver packages so current binary packages get thetnn1-2/+2
modular-xorg-server<1.17 dependency expressed.
2015-04-02Make xf86-video-* drivers build against xorg-server-1.17 in addition to thetnn6-1/+138
old 1.12 server. Mostly from FDO git. (xf86-video-ati6 was manually ported)
2014-05-05Recursive revbump from x11/pixmanryoon1-1/+2
Fix PR pkg/48777
2013-05-16update to xf86-video-nv-2.1.20 for modular-xorg-server-1.12.4richard2-7/+6
2012-10-29Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-09-27Define DRIVER_MAN_SUFFIX on Solaris to the same as every other system, thisjperkin1-1/+7
diverges from the standard layout on Solaris but ensures a consistent experience for pkgsrc packages. Fixes 31 packages on Solaris.
2010-09-21Updating x11/xf86-video-nv from 2.1.14nb2 to 2.1.18 (pkg/43886)sno4-65/+8
pkgsrc changes: - add license definition Upstream changes: 2010-07-30 nv 2.1.18 Remove RANDR_12_INTERFACE checking, always defined. config: add comments for main statements config: replace deprecated use of AC_OUTPUT with AC_CONFIG_FILES config: replace deprecated AC_HELP_STRING with AS_HELP_STRING config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS config: complete AC_INIT m4 quoting config: remove unrequired AC_SUBST([XORG_CFLAGS]) config: remove unrequired AC_HEADER_STDC config: remove AC_PROG_CC as it overrides AC_PROG_C_C99 config: update AC_PREREQ statement to 2.60 config: upgrade to util-macros 1.8 for additional man page support Add a missing " }," pointed out by Johannes Obermayr. Merge branch 'master' of git://soprano/~aaron/xf86-video-nv The /compat code is no longer required. Add PCI table entries for the GeForce 315 Unlike for lspci and the kernel, X bus IDs are decimal instead of hex. Bring NVKnownChipsets up to date. Fix the kernel driver error reporting to be a little more verbose. Depend on libpciaccess >= 0.10.7. Revert "Refuse to bind to a device which has kernel modesetting active." nv: refuse to load if there's a kernel driver bound to the device already COPYING: update file with Copyright notices from source code. Don't use libcwrappers for calloc and free Refuse to bind to a device which has kernel modesetting active. Update MCP6x supported products. Bug #19817: Add support for GeForce 7025 and 7050. Bug #24787: Don't crash if LVDS initialization fails 2010-03-08 nv 2.1.17 More products G80: Cast register reads before shifting them to avoid truncation to 32 bits. Bug #19545: Add support for MCP7x-based integrated GPUs. G80: Log unrecognized outputs Bug #26612: Separate LUTs per output. Update Sun license notices to current X.Org standard form configure.ac: remove unused sdkdir=$(pkg-config...) statement 2009-12-15 nv 2.1.16 New board names Remove an unnecessary (and typo'd) gitignore comment g80: Add a no-op gamma hook so we don't crash on 1.7 servers Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206 INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206 Several driver modules do not have a ChangeLog target in Makefile.am #23814 .gitignore: use common defaults with custom section # 24239 .gitignore: use common defaults with custom section # 24239 More new boards New boards 2009-09-11 nv 2.1.15 abi: fixup so the define is picked up nv: change to using ABI version check nv: update for resources/RAC API removal Update to xextproto 7.1 support. xf86-video-nv: use XORG_CHANGELOG macro to create ChangeLog. #22611
2010-09-14Bump dependency on pixman to 0.18.4 because cairo-1.10 needs thatwiz1-2/+2
version, and bump all depends. Per discussion on pkgsrc-changes.
2010-04-16revision bump for libdrm update.tnn1-1/+2
2010-04-09Some drivers now have a build time dependency on libXext becausetnn1-2/+3
of xextproto -> libXext header rototil.
2009-08-09Update to 2.1.14:wiz3-16/+15
Aaron Plattner (6): Fix a dumb typo in the chip name entry for the GeForce 9800 GTX+ More chip names. New chip support. Fix modesets on certain GPUs that were broken by the previous commit. More new chips Bump to 2.1.14 Adam Jackson (1): Remove useless loader symbol lists. Yinan Shen (1): G80: Fix incorrect I2C port access for ports above 3.
2009-06-14Remove @dirrm entries from PLISTsjoerg1-4/+1
2009-06-07Bump PKGREVISION for modular-xorg-server update.wiz1-2/+2
2009-05-12patch-a{a,b}: Match PCI id for GeForce 7000M.tnn4-2/+61
From http://people.freebsd.org/~ariff/ports/xf86-video-nv/patch-xzz via Alexey Lebedev on pkgsrc-users@.
2009-05-07Update to xf86-video-nv-2.1.13. Changes:tnn2-7/+6
Only match PCI display devices in our display driver. Add NV_/RIVA_ prefixes to fix build warnings. Adjust the nv34 panel tweak for Toshiba Tecra M2. Do E-EDID if built against a server that supports it. Remove README.NV1 nv 2.1.13 Remove xorgconfig & xorgcfg from See Also list in man page Add README with pointers to mailing list, bugzilla & git repos Add missing pci id for GeForce 7100 GS Build fix, s/pNv->/pRiva->/.
2008-09-18PKGREVISION bump due to update of x11/modular-xorg-server.bjs1-1/+2
2008-09-06Update to 2.1.12:wiz2-6/+6
2.11: Aaron Plattner (8): Move hardware cursor initialization to after AcquireDisplay. G80: Fix some ROP bugs. G80: Log the i2c port number for LVDS, when there is one. Fix warnings. Bug #15309: Set the pixel clock even if the hardware doesn't think it needs it. More chips names. One more missing GPU name. Bump to 2.1.11. Alan Coopersmith (2): Fix pciaccess READ_LONG to work with Sun compilers Print error message when pci_device_map_range fails 2.12: The last release had an unfortunate bug that caused CPUToScreenColorExpandFill to treat transparent pixels as black instead. Sorry about that! - -- Aaron Aaron Plattner (2): G80: Fix a CPUToScreenColorExpandFill bug introduced by commit 2e0416c. Bump to 2.1.12.
2008-07-29Update to 2.1.10:wiz2-6/+6
This release adds chip names for the GeForce 9 mobile chips and the GeForce GTX GPUs. It also adds code to read DDC-based EDIDs for LVDS panels that have such a thing. - -- Aaron Aaron Plattner (9): GeForce 9 mobile chips. GeForce GTX 280 and 260 chip names. Replace copyright notices with stock MIT X11 boilerplate. Add new chips to the man page and fix capitalization of "Quadro". Add a note that MODE_PANEL really means "larger than BIOS-programmed panel size". G80: Handle extended I2C ports and LVDS panels with DDC-based EDIDs. Fix build by using CARD32 instead of uint32_t, like we do everywhere else. More G8x chips. Bump to 2.1.10.
2008-05-30Update to 2.1.9:wiz2-6/+6
Aaron Plattner (8): Bug #14885: Add missing static keywords. I win at C. Sort the IsSupported table. Fix a few startup bugs. More G80s. Add an option to allow validation of dual-link DVI modes. Yet more G80s. Bump to 2.1.9. Matthieu Herrb (1): Makefile.am: nuke RCS Id
2008-05-24Switch master site to MASTER_SITE_XORG.tnn1-2/+3
2008-03-07Update to 2.1.8:wiz2-6/+6
Aaron Plattner (5): G80: Fix connector mapping and TMDS initialization on certain GPUs. GeForce 9600 GT. More new chip names. Add xf86gtf.c to the compat file list. Bump to 2.1.8. Søren Sandmann Pedersen (1): Bug #14484: Fix G80SorSetProperty return value.
2008-03-04Update to 2.1.7:wiz2-6/+6
Aaron Plattner (9): GeForce 8800 GT. G80: Reduce load detection false positives. Bug #7309: Delay after disabling cursor to avoid wedging the cursor hardware on GeForce 6150. G80Create{Dac,Sor} return pointers, not Bools. New chips. Fix more load detection false positives. Update know card list date and add G92 to the manpage. Fix warning. Bump to 2.1.7. Alan Coopersmith (1): xcalloc needs 2 args, Xcalloc takes one - yay for inconsistency! Giuseppe Bilotta (2): Add macros to retrieve the subsystem vendor/device Enable backlight toggling for Dell Inspiron 8200 GeForce2 Go Ian Romanick (1): Build fix for recent removal of ALLOCATE_LOCAL and DEALLOCATE_LOCAL
2007-12-03Update to xf86-video-nv-2.1.6:joerg2-6/+6
- more products recognized - fixes for LVDS detection - fixup after broken BIOSes - fix some typos.
2007-08-16Update xf86-video-nv to 2.1.3:joerg2-6/+6
- Fix the ends of files. Update the known cards date. - Revamp scaling code. - Add LVDS flat panel scaling support. - Fix GeForceFX issues with video overlap.
2007-08-05Update xf86-video-nv to 2.1.2:joerg2-6/+6
- more supported GeForce 8 mobile chips - more MacBook fixes - support for very low memory configurations - fix color map corruptions with some older chips - mode validation for G80 - rudimentary VBE-based dual head support for pre-G80 chips - randr 1.2 support - fix hang in NVSync with EnterVT
2007-03-20Update to xf86-video-nv-2.0.0. This adds support for G80 chipsets (whichjoerg4-37/+9
might not be entirely stable yet). Nuke the gmake dependency. Take maintainership.
2007-01-20Fix a copy-and-paste error, pointed out by Kouichirou Hiratsuka.toshii2-7/+3
Also while I'm here, spell the company name correctly.
2007-01-13Fix two more sed REs to get the correct package version numbers compiled.toshii2-6/+19
2007-01-13Add xf86-video-nv-1.2.2.toshii5-0/+63
This is the video driver for NVIDIA cards for the modular Xorg server.