summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* dri3: remove bogus condition for creating pixmapIlia Mirkin2018-02-041-1/+4
* man: remove reference to glamor under DRI optionIlia Mirkin2017-12-101-2/+1
* modesetting: Validate the atom for enum propertiesAdam Jackson2017-06-131-1/+2
* Bump version to 1.0.15xf86-video-nouveau-1.0.15Lyude2017-04-211-1/+1
* 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
* Bump version to 1.0.14xf86-video-nouveau-1.0.14Lyude2017-03-071-1/+1
* 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
* Bump version to 1.0.13xf86-video-nouveau-1.0.13Ilia Mirkin2016-09-201-1/+1
* 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
* Bump version to 1.0.12xf86-video-nouveau-1.0.12Ben Skeggs2015-12-081-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
* xv: use correct max width/height settingsIlia Mirkin2015-09-133-5/+8
* remove maxwell GM10x support for nowIlia Mirkin2015-09-131-2/+1
* glamor: removeIlia Mirkin2015-09-1311-364/+3
* Add Option "DRI" to allow selection of maximum DRI level. (v2)Mario Kleiner2015-08-036-4/+48
* present: Fixup return type of nouveau_present_init()Mario Kleiner2015-08-031-2/+2
* Avoid build fail without COMPOSITEIlia Mirkin2015-07-141-2/+6
* Adapt to new dirty tracking apiVadim Rutkovsky2015-07-112-1/+7
* fix a wrong use of a logical operator in drmmode_output_dpms()Samuel Pitoiset2015-06-101-1/+1
* nv50/exa: add comments showing the code that makes up the programsIlia Mirkin2015-05-271-110/+109
* older hardware prefers copy to clear, so use thatIlia Mirkin2015-05-201-1/+1
* nv04-nv40: don't attempt to do 32-bit shiftsIlia Mirkin2015-05-201-1/+2
* Check before trying a solid fillIlia Mirkin2015-05-201-5/+8
* nv50: explicitly disable ZETA bufferIlia Mirkin2015-03-231-0/+2
* use defined method names where availableIlia Mirkin2015-03-2310-32/+33
* Actually do a clear instead of doing a bogus copy.Maarten Lankhorst2015-03-231-2/+2
* Try using EXA ops harder in drmmode_fbcon_copy fallbackMaarten Lankhorst2015-03-211-13/+20
* Simplify nouveau_allocate_surface's pitch calculation.Maarten Lankhorst2015-03-201-14/+7
* Use drmGetRenderDeviceNameFromFd to obtain the dri3 node.Maarten Lankhorst2015-03-202-10/+8
* Use the correct class and shader ops for GK20A.Maarten Lankhorst2015-03-141-3/+5
* Make the ddx load with platform devicesMaarten Lankhorst2015-03-141-15/+26
* fix null pointer derefMaarten Lankhorst2014-10-231-2/+2
* check memory allocation in nouveau_glamor_set_shared_pixmap_backingMaarten Lankhorst2014-10-231-0/+2
* rework initialization to prevent some crashesMaarten Lankhorst2014-10-231-4/+4
* fix !DRI3 caseMaarten Lankhorst2014-10-221-4/+6