diff options
author | Carl Worth <cworth@cworth.org> | 2009-05-01 13:51:39 -0700 |
---|---|---|
committer | Carl Worth <cworth@cworth.org> | 2009-06-09 17:24:48 -0700 |
commit | b5e32c9cf896a0b93d193d797a8e83b4aa4691fb (patch) | |
tree | 8539b43a1f8b5fd5c2204bb775dfc23ba2d5a233 | |
parent | ee539e58c3bf39766c560d625f6e4158d419e64e (diff) |
Rename i830_exa.c to i830_uxa.c
It was just confusing otherwise, (since the EXA code has all been
removed now).
-rw-r--r-- | src/Makefile.am | 2 | ||||
-rw-r--r-- | src/i830_uxa.c (renamed from src/i830_exa.c) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 3f42e168..6496dec5 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -104,7 +104,7 @@ intel_drv_la_SOURCES = \ i915_reg.h \ i915_video.c \ i965_video.c \ - i830_exa.c \ + i830_uxa.c \ i830_render.c \ i915_render.c \ i965_render.c \ diff --git a/src/i830_exa.c b/src/i830_uxa.c index eb35014e..eb35014e 100644 --- a/src/i830_exa.c +++ b/src/i830_uxa.c |