aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-10-04Bump version to 0.5.00.5.0David Garbett
2012-10-04select() on dma_buf fd in cpu_prep (so PrepareAccess).David Garbett
2012-10-02ARMSOC: Update all CRTCs when the framebuffer is resized.Brian Starkey
2012-10-02drmmode_display: comment out gamma setttingMandeep Singh Baines
2012-10-02Add reference counting to omap_boSean Paul
2012-10-02Clean up OMAPModifyPixmapHeaderSean Paul
2012-10-02Remove OMAP_BO_TILED referencesSean Paul
2012-10-02Move drmModeAddFB into omap_boSean Paul
2012-10-02Rename 'omap' to 'armsoc' for driver binaryJohn Sheu
2012-10-02omap_dumb: Add missing LF to error message in omap_bo_new_with_dimMandeep Singh Baines
2012-10-02Handle disabled/multiple CRTCs correctly.John Sheu
2012-10-02Revert "select() on dma_buf fd in cpu_prep (so PrepareAccess)."David Garbett
2012-10-02armsoc: Ignore/Add X clients at VT switchabhinav.k
2012-10-02drmmode_display.c :Exynos: Fix HDMI hotpluggingShirish S
2012-10-02Change DRI2 driver name "omap" -> "armsoc"John Sheu
2012-10-02Remove vbe.h include.Stéphane Marchesin
2012-10-02Bump version to 0.4.0David Garbett
2012-07-05select() on dma_buf fd in cpu_prep (so PrepareAccess).David Garbett
2012-07-04Fix build when using older X server and compat-apiDavid Garbett
2012-07-01Add compat api support for newer serverCooper Yuan
2012-07-01Add mali-400 to supported chipset listCooper Yuan
2012-06-20Fix transition between non-flippable and flippableRaymond Smith
2012-05-30Pass explicit dimensions when creating a buffer.David Garbett
2012-05-30Use AC_CHECK_HEADER to check for DRI headersJohn Sheu
2012-05-23Enable handler of page flip events.David Garbett
2012-05-22Don't change scanout if we blittedRaymond Smith
2012-05-18Fix error in allocating dumb bos of size 1Raymond Smith
2012-05-16Added omap_dumb.c to Makefile.David Garbett
2012-05-16Redefine omap specific flags as 0 in src/omap_drmif_fb.h.David Garbett
2012-05-16Removed omap_drmif.hDavid Garbett
2012-05-16Added MIT header to omap_dumb.cDavid Garbett
2012-05-16Removed references to drmmode_remove_fb.David Garbett
2012-05-16Readded code to create scanout FB into set_mode_major as there is no call to ...David Garbett
2012-05-16Explicitly set DRI2 flags to 0Raymond Smith
2012-05-16Only exchange if the new buffer has a framebufferDavid Garbett
2012-05-16Check that the drawable can still be flipped at ScheduleSwap time, in case so...David Garbett
2012-05-16Don't leak drmModePageFlip eventsRaymond Smith
2012-05-16Remove a few unused variablesRaymond Smith
2012-05-16Update pOMAP->scanout on page flip tooDavid Garbett
2012-05-16Assert dumb bo and fb deletion succeedsRaymond Smith
2012-05-16Move page flip handler hackRaymond Smith
2012-05-16Never delete fb in DRI2DestroyBufferRaymond Smith
2012-05-16Dumb implementation for omap_bo fb trackingRaymond Smith
2012-05-16Move framebuffer tracking into omap_boDavid Garbett
2012-05-16Headers for open vs drmOpenRaymond Smith
2012-05-16Don't wait for vblank when swappingRaymond Smith
2012-05-16Warn when DRI2CreateBuffer is called on a pixmap we can't accelerateRaymond Smith
2012-05-16Don't reallocate scanout buffer when we can flipRaymond Smith
2012-05-16Changed DDX driver to work with any dumb DRM driver.David Garbett
2012-05-16Comment out XVideo supportRaymond Smith