summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2011-10-14Correct y coordinate in destination buffers.John Fredriksson
Don't use framebuffer yoffset for calculating destination y-coordinates.
2011-09-20Add xvideo driver.John Fredriksson
2011-08-08Updated to new hwmem api.John Fredriksson
2011-05-25Add hardware accelerated copy and solid methodsJohn Fredriksson
maliCopy and maliSolid has been implemented with b2r2 hardware blitting using libblt_hw.
2011-05-18Correct drm device handlingJohn Fredriksson
Correct a problem with the open / close handling of the drm device.
2011-05-18Remove dependency to ump and use hwmem instead.John Fredriksson
Hwmem is used instead of ump for graphics buffers.
2011-05-18Configuration file changes.John Fredriksson
2011-02-25Initial X11 drivers for Mali DDKPaul Jeong