summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-03-31Changelog for 1.0.1-5HEADmasterKalle Vahlman
2012-03-30Bump build-depend on b2r2lib for API changesKalle Vahlman
2012-01-13Changelog for 1.0.1-4Kalle Vahlman
2012-01-13Build-depend on a fixed version of b2r2libKalle Vahlman
2012-01-10Changelog for 1.0.1-3 (unfortunate mishaps, hence the silly version)Kalle Vahlman
2012-01-10Add kernel headers to build-depsKalle Vahlman
2012-01-10We are not always on a Snowball, can't use uname to search for headersKalle Vahlman
Instead we look for our flavored headers in /usr/src, latest wins.
2011-10-18Add udev rules and xorg.conf.John Fredriksson
Udev rules for changing permissions to device files to make them accessible for ordinary users is included in the debian package.
2011-10-14Add debian packaging files.John Fredriksson
Add debian directory with rules for how to make debian packages.
2011-10-14Remove man directory from makefiles.John Fredriksson
Since no man page exist, remove this build step.
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