summaryrefslogtreecommitdiff
path: root/src/armsoc_dumb.c
AgeCommit message (Expand)AuthorFilesLines
2014-04-07Removed 24 bit visual - we use 32 bit visuals for RGB888.Dave Barnish1-0/+6
2014-03-25Fallback to 24 bit depth if 32 bit depth is not supported.Dave Barnish1-3/+22
2014-01-31Fix malloc/calloc/free usageDaniel Kurtz1-1/+1
2013-09-13On drmModeSetCrtc() fail, revert to last good settingsDave Barnish1-2/+3
2013-08-22Provide a new hook to allocate GEM objects in a device specific way.Javier Martin1-27/+20
2013-07-23Fallback to blitting when out of scanout memoryRay Smith1-1/+0
2013-07-09Cache GEM name in omap_boDavid Garbett1-9/+22
2013-06-11Source conforms to linux kernel coding styleDave Barnish1-64/+69
2013-06-10Fixed some small defectsDave Barnish1-10/+5
2013-05-13Reduce chance of OOM in case of resolution change.Dave Barnish1-11/+57
2013-05-07Added asserts for non-zero refcounts in armsoc_bo operations.Dave Barnish1-2/+19
2013-04-25Improve ScreenInit & CloseScreenDave Barnish1-3/+6
2013-04-22Prevent flushing issues when clearing a bo if there is a cache in useDave Barnish1-0/+10
2013-04-15Rename generic armsoc files from omap_ to armsoc_Paul Geary1-0/+352