svga: s/PIPE_MAX_TEXTURE_LEVELS/SVGA_MAX_TEXTURE_LEVELS/

This commit is contained in:
Brian Paul 2010-03-08 14:00:20 -07:00
parent e0d4f3202e
commit 156585c12e
1 changed files with 1 additions and 1 deletions

View File

@ -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;