summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2016-10-27exa: add GM10x acceleration supportIlia Mirkin26-19/+918
2016-09-20Bump version to 1.0.13xf86-video-nouveau-1.0.13Ilia Mirkin1-1/+1
2016-07-19Use NotifyFd for drm and udev fdsKeith Packard2-0/+40
2016-07-19Adapt Block/WakeupHandler signature for ABI 23Adam Jackson1-0/+5
2016-06-28Properly cleanup fb for reverse-prime-offloadHans de Goede1-1/+7
2016-06-02exa/nv50-: fix some potential incomplete pushesBen Skeggs2-46/+50
2016-06-02fix use of out-of-scope dataBen Skeggs1-17/+21
2016-01-13HAS_DIRTYTRACKING_ROTATION also supports multiple CRTCsIlia Mirkin1-1/+1
2015-12-08Bump version to 1.0.12xf86-video-nouveau-1.0.12Ben Skeggs1-1/+1
2015-11-17Take shift in crtc positions for ZaphodHeads configs into account.Mario Kleiner1-4/+6
2015-09-13fix build after glamor removalIlia Mirkin2-10/+3
2015-09-13xv: use correct max width/height settingsIlia Mirkin3-5/+8
2015-09-13remove maxwell GM10x support for nowIlia Mirkin1-2/+1
2015-09-13glamor: removeIlia Mirkin11-364/+3
2015-08-03Add Option "DRI" to allow selection of maximum DRI level. (v2)Mario Kleiner6-4/+48
2015-08-03present: Fixup return type of nouveau_present_init()Mario Kleiner1-2/+2
2015-07-14Avoid build fail without COMPOSITEIlia Mirkin1-2/+6
2015-07-11Adapt to new dirty tracking apiVadim Rutkovsky2-1/+7
2015-06-10fix a wrong use of a logical operator in drmmode_output_dpms()Samuel Pitoiset1-1/+1
2015-05-27nv50/exa: add comments showing the code that makes up the programsIlia Mirkin1-110/+109
2015-05-20older hardware prefers copy to clear, so use thatIlia Mirkin1-1/+1
2015-05-20nv04-nv40: don't attempt to do 32-bit shiftsIlia Mirkin1-1/+2
2015-05-20Check before trying a solid fillIlia Mirkin1-5/+8
2015-03-23nv50: explicitly disable ZETA bufferIlia Mirkin1-0/+2
2015-03-23use defined method names where availableIlia Mirkin10-32/+33
2015-03-23Actually do a clear instead of doing a bogus copy.Maarten Lankhorst1-2/+2
2015-03-21Try using EXA ops harder in drmmode_fbcon_copy fallbackMaarten Lankhorst1-13/+20
2015-03-20Simplify nouveau_allocate_surface's pitch calculation.Maarten Lankhorst1-14/+7
2015-03-20Use drmGetRenderDeviceNameFromFd to obtain the dri3 node.Maarten Lankhorst2-10/+8
2015-03-14Use the correct class and shader ops for GK20A.Maarten Lankhorst1-3/+5
2015-03-14Make the ddx load with platform devicesMaarten Lankhorst1-15/+26
2014-10-23fix null pointer derefMaarten Lankhorst1-2/+2
2014-10-23check memory allocation in nouveau_glamor_set_shared_pixmap_backingMaarten Lankhorst1-0/+2