summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* gitlab CI: add a basic build testHEADmasterAlan Coopersmith2022-01-251-0/+98
* Update Sun license notices to current X.Org standard formAlan Coopersmith2022-01-231-22/+19
* Build xz tarballs instead of bzip2Alan Coopersmith2022-01-221-1/+1
* remove sarea.h usageIlia Mirkin2021-04-261-1/+0
* nouveau: fixup driver for new X server ABIDave Airlie2021-02-203-4/+8
* Bump version to 1.0.17xf86-video-nouveau-1.0.17Ilia Mirkin2021-01-231-2/+2
* present: fix handling of drmWaitVBlank failuresIlia Mirkin2020-08-291-1/+12
* drmmode: make event handler leave a note that there are stuck eventsIlia Mirkin2020-08-151-0/+11
* present: don't enable if there's no accelerationIlia Mirkin2020-08-081-1/+1
* drmmode: fix screen resize without accelerationIlia Mirkin2020-08-081-1/+1
* make error when failing to allocate surface more descriptiveIlia Mirkin2019-10-261-1/+1
* dri2,present: move in pixmap before getting addressesIlia Mirkin2019-10-122-4/+29
* nv4/exa: tiling is unsupported pre-nv10, reduce alignment requirementsIlia Mirkin2019-10-122-2/+6
* Don't advertise any PRIME offloading capabilities without accelerationCarlo Caione2019-10-121-0/+3
* Bump version to 1.0.16xf86-video-nouveau-1.0.16Ilia Mirkin2019-01-281-1/+1
* update known chipsets listIlia Mirkin2019-01-272-3/+13
* Revert "wfb: Fix missing init function decls behind FB_ACCESS_WRAPPER"Ilia Mirkin2019-01-231-1/+0
* present: rotated crtc's work fineIlia Mirkin2019-01-231-4/+1
* Adapt to PixmapDirtyUpdateRec::src being a DrawablePtrRhys Kidd2019-01-211-1/+8
* config: Suggest upstream to find macros in case they are missingRhys Kidd2019-01-211-2/+6
* config: Complete bug report URL for Xorg DDX nouveau driverRhys Kidd2019-01-211-1/+1
* config: Set automake options consistently in one locationRhys Kidd2019-01-212-3/+1
* config: remove unused sdkdir=$(pkg-config...) statementRhys Kidd2019-01-211-1/+0
* config: Remove unrequired AC_SUBST for LIBDRM_NOUVEAU and LIBUDEVRhys Kidd2019-01-211-4/+0
* config: Add comments for main statementsRhys Kidd2019-01-211-3/+6
* config: Use LT_INIT option instead of AC_DISABLE_STATICRhys Kidd2019-01-211-4/+2
* config: Utilize util-macros 1.8 for additional man page supportRhys Kidd2019-01-211-18/+2
* config: remove unrequired AC_HEADER_STDCRhys Kidd2019-01-211-3/+0
* config: Use XORG_DEFAULT_OPTIONS which replaces six XORG_* macrosRhys Kidd2019-01-211-3/+0
* config: libtoolize: put macros in AC_CONFIG_MACRO_DIR, 'm4'Rhys Kidd2019-01-214-5/+9
* gitignore: Update to mirror modern X.org driversRhys Kidd2019-01-211-11/+65
* config: remove AC_PROG_CC as it overrides AC_PROG_C_C99Rhys Kidd2019-01-211-1/+0
* config: Rely upon list.h as at least xorg-server 1.8 requiredRhys Kidd2019-01-211-12/+5
* config: Only check for presence of libdrm package onceRhys Kidd2019-01-211-1/+1
* config, nv: Use xorg-macros PACKAGE_VERSION_{MAJOR, MINOR, PATCHLEVEL}Rhys Kidd2019-01-212-10/+1
* config: Fix typo in commentRhys Kidd2019-01-211-1/+1
* xv/nv30, nv40: Mark local NV30GetSurfaceFormat and NV40GetSurfaceFormat as st...Rhys Kidd2019-01-202-2/+2
* xv: Mark local NVSetupTexturedVideo function as staticRhys Kidd2019-01-201-1/+1
* dri2: Mark local create/destroy buffer and copy region functions as staticRhys Kidd2019-01-201-6/+6
* wfb: Remove declaration for undefined function nouveau_wfb_init()Rhys Kidd2019-01-201-1/+0
* xv: Avoid shadowed declaration of 'int ret' in NVPutImageRhys Kidd2019-01-201-1/+1
* xv: Avoid shadowed declaration of 'int i' in NVPutImageRhys Kidd2019-01-201-1/+0
* wfb: Fix missing init function decls behind FB_ACCESS_WRAPPERRhys Kidd2019-01-201-0/+1
* xv: Silence build warning regarding const qualifierRhys Kidd2019-01-201-1/+1
* Check for xf86CursorResetCursor()Rhys Kidd2019-01-202-0/+10
* drmmode: update logic for dynamic connectors, paths, and tilesIlia Mirkin2018-12-091-55/+335
* Fix colormap handling at screen depth 30. (v2)Mario Kleiner2018-12-091-4/+7
* drmmode: provide better error when failing to set gammaIlia Mirkin2018-12-091-1/+2
* dri3: don't check permissions on render nodeIlia Mirkin2018-03-081-14/+8
* nv50/xv: add support for depth 30 xv outputIlia Mirkin2018-02-043-4/+13