diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2012-11-30 12:17:25 +0000 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2012-11-30 12:47:49 +0000 |
commit | 1aee8acacfe5869a072d9f20f3b8290b16683260 (patch) | |
tree | 55e753538b675d6f0ce95116505409f4899ec586 /src/sna/Makefile.am | |
parent | 5d6dd9c5a7eeb1f879525430ad89ab74d427e469 (diff) |
sna: Unify gen4 acceleration again
After disabling render-to-Y, 965g seems just as happy with the new code
paths as g4x.
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'src/sna/Makefile.am')
-rw-r--r-- | src/sna/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/sna/Makefile.am b/src/sna/Makefile.am index 9f3d5798..306996b5 100644 --- a/src/sna/Makefile.am +++ b/src/sna/Makefile.am @@ -72,7 +72,6 @@ libsna_la_SOURCES = \ gen3_render.c \ gen3_render.h \ gen4_render.c \ - g4x_render.c \ gen4_render.h \ gen5_render.c \ gen5_render.h \ |