summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2014-04-15Clarify assumptions on window front buffer pixmapsRaymond Smith1-3/+2
2014-04-07Removed 24 bit visual - we use 32 bit visuals for RGB888.Dave Barnish4-28/+43
2014-03-25Fallback to 24 bit depth if 32 bit depth is not supported.Dave Barnish1-3/+22
2014-02-14Added HWCURSOR_API_NONE to the platform specific hwcursor api.Dave Barnish2-11/+23
2014-02-12Report damage for drawable in ARMSOCDRI2ScheduleSwapDave Barnish1-0/+9
2014-01-31Fix malloc/calloc/free usageDaniel Kurtz6-26/+25
2014-01-31Fix leak in OMAPProbe if xf86AllocateScreen() failsDaniel Kurtz1-2/+6
2014-01-29Only modify pending_flips for flipsMathias Palmqvist1-2/+3
2014-01-02Fix unsafe pointer-to-int castingRay Smith3-11/+12
2013-11-29Chipset is now reported as 'Mali'.Dave Barnish1-24/+5
2013-11-21Fix leaks in ARMSOCCloseScreenDave Barnish1-2/+13
2013-11-14For Exynos, always request non-contiguous buffers.Dave Barnish2-12/+21
2013-11-05Use EXYNOS_GEM_CREATE when allocating buffersDave Barnish1-27/+26
2013-10-31Use flag settings for a non-scanout buffer in all cases for exynos drm.Dave Barnish1-1/+7
2013-10-10Change custom GEM creation flags for pl111.Javier Martin1-4/+19
2013-10-03In drmmode_output_init() check possible_crtcs for all encodersDave Barnish1-64/+137
2013-09-26Ensure the change of window flippablity before the first ScheduleSwap is alwa...Liyou Zhou1-5/+3
2013-09-25Removed unnecessary call to drmModeGetCrtc() in drmmode_crtc_init()Dave Barnish1-14/+13
2013-09-16Remove ARGB to LBBP format conversion for pl111.Javier Martin5-150/+42
2013-09-13On drmModeSetCrtc() fail, revert to last good settingsDave Barnish2-66/+91
2013-09-12Add support for standard HW cursor API.Javier Martin5-36/+163
2013-09-11Add InitFromFBDev xorg.conf optionDavid Garbett1-0/+157
2013-09-03Separate modeset fallbacks are retained for each crtcDave Barnish3-49/+53
2013-09-02Fix build failure when XF86_SCRN_INTERFACE definedDave Barnish1-1/+1
2013-08-30Use xf86ScreenToScrn and xf86ScrnToScreenDaniel Kurtz6-22/+24
2013-08-30Call DRI2CloseScreen after pScreen->CloseScreenDaniel Kurtz1-5/+8
2013-08-30Explicitly set .resize member of xf86CrtcConfigFuncsRecDaniel Kurtz1-1/+1
2013-08-30Check result from fstatDavid Garbett1-6/+7
2013-08-30NameForAtom may return NULLDaniel Kurtz1-0/+2
2013-08-23A modeset that results in an unexpected resolution is revertedDave Barnish1-21/+96
2013-08-22Provide a new hook to allocate GEM objects in a device specific way.Javier Martin7-53/+152
2013-08-20Use correct flags for scanout buffers in exynos.Javier Martin1-1/+1
2013-08-15Use plane property for setting Exynos zposRay Smith1-4/+37
2013-08-12Added a platform specific flag for vsync timestamp query support.Dave Barnish6-25/+35
2013-07-23Fallback to blitting when out of scanout memoryRay Smith4-14/+60
2013-07-09DRI2 N-BufferingDavid Garbett3-29/+210
2013-07-09Cache GEM name in omap_boDavid Garbett1-9/+22
2013-07-09Remove spurious semi-colonDavid Garbett1-1/+1
2013-07-03Remove ARMSOCRec.has_resizedRay Smith3-18/+29
2013-06-27Move wakeup handler to per-fd not per-ScreenRay Smith3-14/+21
2013-06-26Fix dropped const compiler warningsRay Smith1-4/+6
2013-06-26Fix build failure when XF86_SCRN_INTERFACE is definedDave Barnish1-11/+14
2013-06-24Added DRM device selection options to xorg.confDave Barnish2-15/+198
2013-06-11Source conforms to linux kernel coding styleDave Barnish14-687/+799
2013-06-10Fixed some small defectsDave Barnish6-25/+15
2013-06-10Removed some unneeded #includesDave Barnish3-61/+6
2013-06-10Abstract cursor format handlingDave Barnish11-235/+235
2013-06-07Fix one CRTC per Screen supportRay Smith1-2/+9
2013-05-31Reload hardware cursor after mode setting if it is initialized.Dave Barnish1-4/+4
2013-05-28Removed obsolete TODO commentDave Barnish1-4/+0