summaryrefslogtreecommitdiff
path: root/src/Makefile.am
AgeCommit message (Collapse)AuthorFilesLines
2016-12-07Use NotifyFd more completelyRob Clark1-1/+0
previous commit missed some. Signed-off-by: Rob Clark <robdclark@gmail.com>
2014-04-26accel: split out z1xx 2d core bitsRob Clark1-0/+2
Just cleaning up, separating out a bit better some of the 2d core parts. Signed-off-by: Rob Clark <robdclark@gmail.com>
2014-02-16xa: add XA state tracker based EXARob Clark1-4/+13
Currently just for solid fills and blits (no composite wired up yet), but this is enough to accelerate presentation blit (and avoid stalling for GPU to complete and memcpy), which is pretty important for performance of post-sub-buffer (gnome-shell and window managers), windowed GL apps (including gpu based video rendering), etc.
2013-11-16make-dist fixesRob Clark1-2/+10
Signed-off-by: Rob Clark <robdclark@gmail.com>
2013-08-29drm/kms supportRob Clark1-0/+1
Add drmmode_display with the drm/kms support. Signed-off-by: Rob Clark <robdclark@gmail.com>
2013-08-29split out fbdev parts to prepare for drm/kmsRob Clark1-3/+1
The fbdev specifics are moved into fbmode_display to keep things cleaner. Signed-off-by: Rob Clark <robdclark@gmail.com>
2012-12-16update for compat-apiRob Clark1-1/+1
2012-10-22add dri2Rob Clark1-0/+1
2012-10-14convert to use libdrm_freedrenoRob Clark1-1/+1
2012-04-02accel: Add ringbuffer and initial context setupRob Clark1-0/+1
2012-03-31Initial commitRob Clark1-0/+20
based on a stripped down xf86-video-msm.. the goal is to get something with just EXA and remove the unneeded bits (like xv and dri2) for now. They can be re-added later with removal of dependency on c2d2 if needed.