diff options
author | Nicolai Hähnle <nhaehnle@gmail.com> | 2009-07-13 14:58:45 -0700 |
---|---|---|
committer | Corbin Simpson <MostAwesomeDude@gmail.com> | 2009-07-13 16:26:29 -0700 |
commit | b3f1d370a2eeb5ae69a9d59300820d3a2e86724c (patch) | |
tree | f9fd73756be0491328bca966f229237228f5af66 /src/gallium/drivers/r300/r300_context.h | |
parent | ca28e591f2cf62b2c20558bf4f310093067b6209 (diff) |
r300g, radeon: Whitespace fixes.
Signed-off-by: Corbin Simpson <MostAwesomeDude@gmail.com>
Diffstat (limited to 'src/gallium/drivers/r300/r300_context.h')
-rw-r--r-- | src/gallium/drivers/r300/r300_context.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/r300/r300_context.h b/src/gallium/drivers/r300/r300_context.h index ae7857498f..7a96f51e5b 100644 --- a/src/gallium/drivers/r300/r300_context.h +++ b/src/gallium/drivers/r300/r300_context.h @@ -217,7 +217,7 @@ struct r300_texture { /* Stride (pitch?) of this texture in bytes */ unsigned stride; - + /* Total size of this texture, in bytes. */ unsigned size; |