diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2012-11-23 17:47:49 +0000 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2012-11-23 17:47:49 +0000 |
commit | 54d8968da5ae39bfbcad511322926931bce2bda3 (patch) | |
tree | b1ff0f65d0ddebecca9aec95f0437f5a601442fc /src/sna/Makefile.am | |
parent | d560296561f68c3ac841345c0f4ce2c8e7381156 (diff) |
sna/gen4: Revert changes to 965g[m]
The changes tested on g45/gm45 prove to be highly unstable on 965gm,
suggesting a radical difference in the nature of the bugs between the
two generations. In theory, g4x has additional features that could be
exploited over and above gen4 which may prove interesting in the future.
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, 1 insertions, 0 deletions
diff --git a/src/sna/Makefile.am b/src/sna/Makefile.am index 306996b5..9f3d5798 100644 --- a/src/sna/Makefile.am +++ b/src/sna/Makefile.am @@ -72,6 +72,7 @@ libsna_la_SOURCES = \ gen3_render.c \ gen3_render.h \ gen4_render.c \ + g4x_render.c \ gen4_render.h \ gen5_render.c \ gen5_render.h \ |