summaryrefslogtreecommitdiff
path: root/src/cayman_shader.c
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2012-06-15 10:05:03 +0100
committerDave Airlie <airlied@redhat.com>2012-06-15 15:41:52 +0100
commit18d5ae3bd9075ac1a2ee21b071ac133e2e634b62 (patch)
tree82e60e279e52956df3c4d4f124c8d489d2ed106d /src/cayman_shader.c
parent248e912c487636d7352cfad43c03fc9f19fc2215 (diff)
radeon: drop all UMS/DRI1/XAA/overlay support.
This overhauls the radeon driver and removes all the old UMS-only code, it drops all the UMS, DRI1, XAA, overlay Xv, video capture, tv tuners There are probably a lot more cleanups that will fall out of this afterwards. So far this is compile/build tested. Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'src/cayman_shader.c')
-rw-r--r--src/cayman_shader.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/cayman_shader.c b/src/cayman_shader.c
index 18e9f507..2a6d6b1b 100644
--- a/src/cayman_shader.c
+++ b/src/cayman_shader.c
@@ -28,8 +28,6 @@
#include "config.h"
#endif
-#ifdef XF86DRM_MODE
-
#include "xf86.h"
#include "cayman_shader.h"
@@ -3131,5 +3129,3 @@ int cayman_comp_ps(RADEONChipFamily ChipSet, uint32_t* shader)
return i;
}
-
-#endif