summaryrefslogtreecommitdiff
path: root/src/radeon_drm.h
AgeCommit message (Collapse)Author
2009-10-03Fix KMS on big endian machines.Michel Dänzer
Requires at least xserver 1.7 to work properly. Also make sure the front buffer is and stays tiled if colour tiling is enabled.
2009-08-19radeon/kms: add initial colortiling support (disabled by default).Dave Airlie
This requires an X server from git with createpixmap2 support fixed up in it. On 1.6 and previous it won't do any tiling, if you are running git server please upgrade to latest git. Option "AllowColorTiling" "true" to enable and do some testing
2009-07-12Fix a warningEdward O'Callaghan
Signed-off-by: Nicolai Hähnle <nhaehnle@gmail.com>
2009-06-30radeon: initial preparation for kms patch.Dave Airlie
This patch contains most of the changes to the EXA and texture video accel code. It adds a few bits of pixmap support but doesn't actually do anything useful KMS yet. Testing this should not have any regressions over what we have already, biggest worries are r6xx, I've fixed a textured video one, but no idea what other might lurk It won't build against libdrm radeon yet either
2008-11-30radeon_drm.h: remove kernel definesDave Airlie
remove these we should update from an installed kernel copy not from the original kernel copy.
2008-09-30Fix -Werror build.Michel Dänzer
2008-08-25Switch to using radeon_drm.h from the drmAlex Deucher
modelled after Matthias' similar rhd change