diff options
author | Alex Deucher <alexdeucher@gmail.com> | 2009-02-24 11:08:46 -0500 |
---|---|---|
committer | Alex Deucher <alexdeucher@gmail.com> | 2009-02-24 11:08:46 -0500 |
commit | c74727015453ff3c3d6d06b812ebca9eb19a9767 (patch) | |
tree | d98050ab1b7ce72306b44080c5f100052c625be8 | |
parent | 95ce13572dc2d9f5dd6cf55c23411e275c0aadf1 (diff) |
R6xx/R7xx EXA: init copy_area to NULL
-rw-r--r-- | src/r600_exa.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/r600_exa.c b/src/r600_exa.c index b4db38db..52b00426 100644 --- a/src/r600_exa.c +++ b/src/r600_exa.c @@ -4425,6 +4425,7 @@ R600DrawInit(ScreenPtr pScreen) return FALSE; info->accel_state->XInited3D = FALSE; + info->accel_state->copy_area = NULL; if (!R600LoadShaders(pScrn, pScreen)) return FALSE; |