diff options
author | Nicolai Hähnle <[email protected]> | 2009-07-13 14:58:45 -0700 |
---|---|---|
committer | Corbin Simpson <[email protected]> | 2009-07-13 16:26:29 -0700 |
commit | b3f1d370a2eeb5ae69a9d59300820d3a2e86724c (patch) | |
tree | f9fd73756be0491328bca966f229237228f5af66 /src/gallium/drivers | |
parent | ca28e591f2cf62b2c20558bf4f310093067b6209 (diff) |
r300g, radeon: Whitespace fixes.
Signed-off-by: Corbin Simpson <[email protected]>
Diffstat (limited to 'src/gallium/drivers')
-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 ae7857498fc..7a96f51e5b0 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; |