diff options
author | Keith Packard <keithp@mandolin.keithp.com> | 2007-01-06 18:19:34 -0800 |
---|---|---|
committer | Keith Packard <keithp@mandolin.keithp.com> | 2007-01-06 18:19:34 -0800 |
commit | 40af0ee6ba4ab7596fbc7fcc3ad04d109746ca6f (patch) | |
tree | c4868908a9db5b514ea1159024f2a38e381c7c5c /src/i830_xaa.c | |
parent | 736d82a6b43f174cb95b425faacd4b0b889916fa (diff) |
Numerous symbol scope issues.
I830EntityIndex is shared between 810 and newer driver.
Move most EXA rendering state into I830 structure.
Declare shared variables in shared header files rather than .c.
Diffstat (limited to 'src/i830_xaa.c')
-rw-r--r-- | src/i830_xaa.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/i830_xaa.c b/src/i830_xaa.c index cad9c71b..13ba7432 100644 --- a/src/i830_xaa.c +++ b/src/i830_xaa.c @@ -91,11 +91,6 @@ static void I830SubsequentImageWriteScanline(ScrnInfoPtr pScrn, int bufno); #endif static void I830RestoreAccelState(ScrnInfoPtr pScrn); -#ifdef I830_USE_EXA -extern const int I830PatternROP[16]; -extern const int I830CopyROP[16]; -#endif - Bool I830XAAInit(ScreenPtr pScreen) { |