summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-06-13modesetting: Validate the atom for enum propertiesHEADmasterAdam Jackson1-1/+2
2016-12-07Use NotifyFd more completelyRob Clark3-1/+37
2016-07-19Use NotifyFd for drm and udev fdsKeith Packard2-0/+25
2016-07-19Adapt Block/WakeupHandler signature for ABI 23Adam Jackson1-0/+5
2015-10-08NEWS: Bump version to 1.4.0xf86-video-freedreno-1.4.0Rob Clark2-1/+11
2015-09-09drmmode_output_dpms: Replace logical && with bitwise & operationKhem Raj1-1/+1
2015-09-09configure: drop unneeded AC_SUBST statementsEmil Velikov1-3/+0
2015-09-09fix a couple error-path leaksRob Clark2-2/+6
2015-06-15kms: add additional output namesRob Clark1-0/+2
2015-05-16xa: fix leaked xa trackerRob Clark4-14/+32
2014-10-06remove left over header file from the conversion to libdrm_freedrenoNicolas Dechesne1-192/+0
2014-10-04NEWS: Bump version to 1.3.0xf86-video-freedreno-1.3.0Rob Clark2-1/+14
2014-10-04xa: reject unsupported Solid opsRob Clark1-0/+2
2014-10-03dri2: pDraw can be gone already... don't dixSetPrivate()Rob Clark1-10/+1
2014-09-03kms: remove fb on ScreenCloseRob Clark1-0/+1
2014-09-03server-fd fixesRob Clark2-2/+19
2014-08-25add COPYING license fileRob Clark1-0/+50
2014-08-25kms: remove some unneeded includesRob Clark1-4/+0
2014-08-07make sure scanout has a legit strideRob Clark1-1/+7
2014-08-07kms: fix problem with multiple displaysRob Clark1-2/+13
2014-07-14NEWS: Bump version to 1.2.0xf86-video-freedreno-1.2.0Rob Clark2-1/+11
2014-07-14add OutputClass confRob Clark4-1/+47
2014-07-04add support for server managed fd'sRob Clark1-0/+28
2014-07-04add platform-probe supportRob Clark1-1/+82
2014-06-20cleanup better on exitRob Clark1-5/+21
2014-06-14bump libdrm dependencyRob Clark1-1/+1
2014-05-06NEWS: Bump version to 1.1.0xf86-video-freedreno-1.1.0Rob Clark2-1/+14
2014-05-04option to enable/disable individual EXA functionsRob Clark5-4/+42
2014-05-04xa: add compositeRob Clark3-24/+213
2014-05-04config: add missing udev checkRob Clark1-0/+8
2014-04-30fb: fix yet again, now for load_cursor_argb_checkRob Clark1-10/+5
2014-04-30kms/fb: fix again, now for load_cursor_argb_checkRob Clark1-10/+5
2014-04-27kms/fb: fix load_cursor_argb for the new Xorg ABIRob Clark2-6/+43
2014-04-26kms: missing hunk from last patchRob Clark1-1/+1
2014-04-26kms: fix crash on startup with no displayRob Clark3-4/+26
2014-04-26kms: fix crash with NoAccelRob Clark1-1/+6
2014-04-26accel: split out z1xx 2d core bitsRob Clark6-263/+351
2014-04-25kms: copy old fb to new fb on modesetRob Clark1-2/+101
2014-03-06Add option to disable SW_REFRESHER (KGSL)crondog4-1/+16
2014-03-05add man page with .conf file optionsRob Clark5-1/+164
2014-03-05add NoAccel config file optionRob Clark2-1/+9
2014-02-16xa: add XA state tracker based EXARob Clark9-16/+822
2014-01-18fbmode_display: Clean up commentAndreas Färber1-1/+1
2014-01-15drmmode_display: Drop unused includeAndreas Färber1-1/+0
2013-11-20Fix probe issuesRob Clark1-49/+61
2013-11-16NEWS: Bump version to 1.0.0xf86-video-freedreno-1.0.0Rob Clark2-3/+6
2013-11-16make-dist fixesRob Clark2-2/+15
2013-11-16fbdev: fix 0x0 visual issueRob Clark1-0/+3
2013-11-07Fix xf86ScreenToScrn and xf86ScrnToScreen macros not being defined.Micah Richert1-0/+1
2013-08-29dri2: page-flip supportRob Clark5-7/+442