summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-01-27update known chipsets listIlia Mirkin2-3/+13
2019-01-23Revert "wfb: Fix missing init function decls behind FB_ACCESS_WRAPPER"Ilia Mirkin1-1/+0
2019-01-23present: rotated crtc's work fineIlia Mirkin1-4/+1
2019-01-21Adapt to PixmapDirtyUpdateRec::src being a DrawablePtrRhys Kidd1-1/+8
2019-01-21config: Suggest upstream to find macros in case they are missingRhys Kidd1-2/+6
2019-01-21config: Complete bug report URL for Xorg DDX nouveau driverRhys Kidd1-1/+1
2019-01-21config: Set automake options consistently in one locationRhys Kidd2-3/+1
2019-01-21config: remove unused sdkdir=$(pkg-config...) statementRhys Kidd1-1/+0
2019-01-21config: Remove unrequired AC_SUBST for LIBDRM_NOUVEAU and LIBUDEVRhys Kidd1-4/+0
2019-01-21config: Add comments for main statementsRhys Kidd1-3/+6
2019-01-21config: Use LT_INIT option instead of AC_DISABLE_STATICRhys Kidd1-4/+2
2019-01-21config: Utilize util-macros 1.8 for additional man page supportRhys Kidd1-18/+2
2019-01-21config: remove unrequired AC_HEADER_STDCRhys Kidd1-3/+0
2019-01-21config: Use XORG_DEFAULT_OPTIONS which replaces six XORG_* macrosRhys Kidd1-3/+0
2019-01-21config: libtoolize: put macros in AC_CONFIG_MACRO_DIR, 'm4'Rhys Kidd4-5/+9
2019-01-21gitignore: Update to mirror modern X.org driversRhys Kidd1-11/+65
2019-01-21config: remove AC_PROG_CC as it overrides AC_PROG_C_C99Rhys Kidd1-1/+0
2019-01-21config: Rely upon list.h as at least xorg-server 1.8 requiredRhys Kidd1-12/+5
2019-01-21config: Only check for presence of libdrm package onceRhys Kidd1-1/+1
2019-01-21config, nv: Use xorg-macros PACKAGE_VERSION_{MAJOR, MINOR, PATCHLEVEL}Rhys Kidd2-10/+1
2019-01-21config: Fix typo in commentRhys Kidd1-1/+1
2019-01-20xv/nv30, nv40: Mark local NV30GetSurfaceFormat and NV40GetSurfaceFormat as st...Rhys Kidd2-2/+2
2019-01-20xv: Mark local NVSetupTexturedVideo function as staticRhys Kidd1-1/+1
2019-01-20dri2: Mark local create/destroy buffer and copy region functions as staticRhys Kidd1-6/+6
2019-01-20wfb: Remove declaration for undefined function nouveau_wfb_init()Rhys Kidd1-1/+0
2019-01-20xv: Avoid shadowed declaration of 'int ret' in NVPutImageRhys Kidd1-1/+1
2019-01-20xv: Avoid shadowed declaration of 'int i' in NVPutImageRhys Kidd1-1/+0
2019-01-20wfb: Fix missing init function decls behind FB_ACCESS_WRAPPERRhys Kidd1-0/+1
2019-01-20xv: Silence build warning regarding const qualifierRhys Kidd1-1/+1
2019-01-20Check for xf86CursorResetCursor()Rhys Kidd2-0/+10
2018-12-09drmmode: update logic for dynamic connectors, paths, and tilesIlia Mirkin1-55/+335
2018-12-09Fix colormap handling at screen depth 30. (v2)Mario Kleiner1-4/+7
2018-12-09drmmode: provide better error when failing to set gammaIlia Mirkin1-1/+2
2018-03-08dri3: don't check permissions on render nodeIlia Mirkin1-14/+8
2018-02-04nv50/xv: add support for depth 30 xv outputIlia Mirkin3-4/+13
2018-02-04dri3: remove bogus condition for creating pixmapIlia Mirkin1-1/+4
2017-12-10man: remove reference to glamor under DRI optionIlia Mirkin1-2/+1
2017-06-13modesetting: Validate the atom for enum propertiesAdam Jackson1-1/+2
2017-04-21Bump version to 1.0.15xf86-video-nouveau-1.0.15Lyude1-1/+1
2017-04-20fix null pointer deref when building against >=libdrm 2.4.78Ben Skeggs1-1/+1
2017-04-03Do not register hotplug without RandRMariusz Bialonczyk1-0/+15
2017-03-29Add Pascal family support, identical to MaxwellIlia Mirkin6-0/+15
2017-03-07Bump version to 1.0.14xf86-video-nouveau-1.0.14Lyude1-1/+1
2017-03-07Consider CRTCs disabled when DPMS is offLyude5-11/+26
2016-10-27recognize and accelerate GM20xIlia Mirkin2-1/+11
2016-10-27copy: add maxwell/pascal copy engine classesIlia Mirkin2-1/+11
2016-10-27nvc0: refactor TIC uploads to allow different specifics per generationIlia Mirkin4-64/+93
2016-10-27nvc0: rename BEGIN_IMC0 to IMMED_NVC0Ilia Mirkin1-1/+1
2016-10-27nvc0: make use of the new hwdefs for TEX_CB_INDEXIlia Mirkin2-1/+2
2016-10-27hwdefs: update nvc0_3d, add gm107_texture for new TIC formatIlia Mirkin3-340/+893