projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e0d4f32
)
svga: s/PIPE_MAX_TEXTURE_LEVELS/SVGA_MAX_TEXTURE_LEVELS/
author
Brian Paul
<brianp@vmware.com>
Mon, 8 Mar 2010 21:00:20 +0000
(14:00 -0700)
committer
Brian Paul
<brianp@vmware.com>
Mon, 8 Mar 2010 23:26:44 +0000
(16:26 -0700)
src/gallium/drivers/svga/svga_screen_texture.h
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/svga/svga_screen_texture.h
b/src/gallium/drivers/svga/svga_screen_texture.h
index 24c1f78ca55d9e772f5ffb8e6ce29f21e1dc7e8c..ca6602b43699a39f6dc8687cd63d7c3fc90dd0ff 100644
(file)
--- 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;