summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-01-17xf86-video-nv 2.1.21xf86-video-nv-2.1.21Matt Turner1-1/+1
2016-07-19Adapt Block/WakeupHandler signature for ABI 23Adam Jackson1-0/+8
2015-12-21Fix shadow framebuffer implementation.Matthieu Herrb5-3/+56
2013-08-16init: Initialize VGA IOBase before using itEgbert Eich1-0/+2
2013-03-24Include xf86Modes.h to use functions from hw/xfree86/modes/xf86Modes.c.Jeremy White1-0/+1
2012-09-25Remove mibstore.hAdam Jackson5-10/+0
2012-07-17nv: bump version to 2.1.20xf86-video-nv-2.1.20Dave Airlie1-1/+1
2012-07-17nv: add missing fbman includes.Dave Airlie2-0/+2
2012-07-17xf86-video-nv: bump to version 2.1.19Dave Airlie2-2/+2
2012-07-16nv: make XAA optional.Dave Airlie15-16/+103
2012-06-07nv: port to new compat API.Dave Airlie28-146/+289
2011-12-19Fix for new vgahw ABIAdam Jackson2-0/+2
2011-12-19Make failure to XAA non-fatalAdam Jackson3-8/+8
2011-04-25remove duplicated includesNicolas Kaiser2-2/+0
2011-03-01Fix compiler warning.Cyril Brulebois1-1/+1
2010-10-30Correct copyright date in previous commitAlan Coopersmith1-1/+1
2010-10-30Sun's copyrights now belong to OracleAlan Coopersmith1-2/+2
2010-10-06Purge cvs tags.Jesse Adkins1-1/+0
2010-07-30nv 2.1.18xf86-video-nv-2.1.18Aaron Plattner1-1/+1
2010-07-23Remove RANDR_12_INTERFACE checking, always defined.Gaetan Nadon2-10/+0
2010-07-22config: add comments for main statementsGaetan Nadon1-5/+6
2010-07-21config: replace deprecated use of AC_OUTPUT with AC_CONFIG_FILESGaetan Nadon1-4/+5
2010-07-21config: replace deprecated AC_HELP_STRING with AS_HELP_STRINGGaetan Nadon1-1/+1
2010-07-21config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERSGaetan Nadon1-1/+1
2010-07-21config: complete AC_INIT m4 quotingGaetan Nadon1-2/+2
2010-07-20config: remove unrequired AC_SUBST([XORG_CFLAGS])Gaetan Nadon1-1/+0
2010-07-20config: remove unrequired AC_HEADER_STDCGaetan Nadon1-2/+0
2010-07-20config: remove AC_PROG_CC as it overrides AC_PROG_C_C99Gaetan Nadon1-1/+0
2010-07-20config: update AC_PREREQ statement to 2.60Gaetan Nadon1-1/+1
2010-07-20config: upgrade to util-macros 1.8 for additional man page supportGaetan Nadon2-22/+8
2010-07-19Add a missing " }," pointed out by Johannes Obermayr.Aaron Plattner1-1/+1
2010-07-19Merge branch 'master' of git://soprano/~aaron/xf86-video-nvAaron Plattner1-6/+78
2010-07-19The /compat code is no longer required.Gaetan Nadon7-117/+3
2010-07-19Add PCI table entries for the GeForce 315Aaron Plattner1-1/+4
2010-07-14Unlike for lspci and the kernel, X bus IDs are decimal instead of hex.Aaron Plattner1-4/+4
2010-07-13Bring NVKnownChipsets up to date.Aaron Plattner1-6/+75
2010-06-15Fix the kernel driver error reporting to be a little more verbose.Aaron Plattner1-3/+6
2010-06-15Depend on libpciaccess >= 0.10.7.Aaron Plattner1-1/+1
2010-06-15Revert "Refuse to bind to a device which has kernel modesetting active."Aaron Plattner3-45/+1
2010-06-15nv: refuse to load if there's a kernel driver bound to the device alreadyBen Skeggs1-0/+6
2010-06-13COPYING: update file with Copyright notices from source code.Gaetan Nadon1-1/+45
2010-05-25Don't use libcwrappers for calloc and freeTiago Vignatti12-39/+39
2010-04-16Refuse to bind to a device which has kernel modesetting active.Marcin Slusarz3-1/+45
2010-03-10Update MCP6x supported products.Aaron Plattner2-4/+7
2010-03-10Bug #19817: Add support for GeForce 7025 and 7050.Markus Strobl2-2/+10
2010-03-08Bug #24787: Don't crash if LVDS initialization failsAaron Plattner1-10/+13
2010-03-08nv 2.1.17xf86-video-nv-2.1.17Aaron Plattner1-1/+1
2010-03-08More productsAaron Plattner2-3/+15
2010-03-05G80: Cast register reads before shifting them to avoid truncation to 32 bits.Aaron Plattner1-2/+2
2010-03-05Bug #19545: Add support for MCP7x-based integrated GPUs.Aaron Plattner3-7/+30