summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r300/r300_context.h
diff options
context:
space:
mode:
authorMarek Olšák <maraeo@gmail.com>2010-07-08 06:16:09 +0200
committerMarek Olšák <maraeo@gmail.com>2010-07-08 18:02:30 +0200
commitf9e8cdc145fc0ba1f6c47e20860add6528387c7c (patch)
tree246e36ca7607fa5901d22bccf6db585a8b675de4 /src/gallium/drivers/r300/r300_context.h
parent3751e6e1fc385739022d0942b46e175632ad0d4b (diff)
r300g: minor fixups
Diffstat (limited to 'src/gallium/drivers/r300/r300_context.h')
-rw-r--r--src/gallium/drivers/r300/r300_context.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gallium/drivers/r300/r300_context.h b/src/gallium/drivers/r300/r300_context.h
index 5bc5d98939..9a4df0a375 100644
--- a/src/gallium/drivers/r300/r300_context.h
+++ b/src/gallium/drivers/r300/r300_context.h
@@ -308,9 +308,9 @@ struct r300_surface {
enum r300_buffer_domain domain;
- uint32_t offset;
+ uint32_t offset; /* COLOROFFSET or DEPTHOFFSET. */
uint32_t pitch; /* COLORPITCH or DEPTHPITCH. */
- uint32_t format; /* US_OUT_FMT or R300_ZB_FORMAT. */
+ uint32_t format; /* US_OUT_FMT or ZB_FORMAT. */
};
struct r300_texture {