summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* remove sarea.h usageIlia Mirkin2021-04-261-1/+0
* nouveau: fixup driver for new X server ABIDave Airlie2021-02-203-4/+8
* 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
* update known chipsets listIlia Mirkin2019-01-271-2/+6
* 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, nv: Use xorg-macros PACKAGE_VERSION_{MAJOR, MINOR, PATCHLEVEL}Rhys 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-201-0/+4
* 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
* dri3: remove bogus condition for creating pixmapIlia Mirkin2018-02-041-1/+4
* modesetting: Validate the atom for enum propertiesAdam Jackson2017-06-131-1/+2
* fix null pointer deref when building against >=libdrm 2.4.78Ben Skeggs2017-04-201-1/+1
* Do not register hotplug without RandRMariusz Bialonczyk2017-04-031-0/+15
* Add Pascal family support, identical to MaxwellIlia Mirkin2017-03-296-0/+15
* Consider CRTCs disabled when DPMS is offLyude2017-03-075-11/+26
* recognize and accelerate GM20xIlia Mirkin2016-10-272-1/+11
* copy: add maxwell/pascal copy engine classesIlia Mirkin2016-10-272-1/+11
* nvc0: refactor TIC uploads to allow different specifics per generationIlia Mirkin2016-10-274-64/+93
* nvc0: rename BEGIN_IMC0 to IMMED_NVC0Ilia Mirkin2016-10-271-1/+1
* nvc0: make use of the new hwdefs for TEX_CB_INDEXIlia Mirkin2016-10-272-1/+2
* hwdefs: update nvc0_3d, add gm107_texture for new TIC formatIlia Mirkin2016-10-273-340/+893
* exa: add GM10x acceleration supportIlia Mirkin2016-10-2726-19/+918
* Use NotifyFd for drm and udev fdsKeith Packard2016-07-192-0/+40
* Adapt Block/WakeupHandler signature for ABI 23Adam Jackson2016-07-191-0/+5
* Properly cleanup fb for reverse-prime-offloadHans de Goede2016-06-281-1/+7
* exa/nv50-: fix some potential incomplete pushesBen Skeggs2016-06-022-46/+50
* fix use of out-of-scope dataBen Skeggs2016-06-021-17/+21
* HAS_DIRTYTRACKING_ROTATION also supports multiple CRTCsIlia Mirkin2016-01-131-1/+1
* Take shift in crtc positions for ZaphodHeads configs into account.Mario Kleiner2015-11-171-4/+6
* fix build after glamor removalIlia Mirkin2015-09-132-10/+3