diff options
author | Brian Paul <[email protected]> | 2010-03-08 14:00:20 -0700 |
---|---|---|
committer | Brian Paul <[email protected]> | 2010-03-08 16:26:44 -0700 |
commit | 156585c12ea4ffc6ada703d68c80ed49137da59c (patch) | |
tree | 537679ddf25217ef949d421c82e1092c7811552f /src | |
parent | e0d4f3202e213ae790a272eba7e96a40f68a6822 (diff) |
svga: s/PIPE_MAX_TEXTURE_LEVELS/SVGA_MAX_TEXTURE_LEVELS/
Diffstat (limited to 'src')
-rw-r--r-- | src/gallium/drivers/svga/svga_screen_texture.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/svga/svga_screen_texture.h b/src/gallium/drivers/svga/svga_screen_texture.h index 24c1f78ca55..ca6602b4369 100644 --- a/src/gallium/drivers/svga/svga_screen_texture.h +++ b/src/gallium/drivers/svga/svga_screen_texture.h @@ -78,7 +78,7 @@ struct svga_texture { struct pipe_texture base; - boolean defined[6][PIPE_MAX_TEXTURE_LEVELS]; + boolean defined[6][SVGA_MAX_TEXTURE_LEVELS]; struct svga_sampler_view *cached_view; |