diff options
author | Dave Airlie <[email protected]> | 2010-10-13 11:02:52 +1000 |
---|---|---|
committer | Dave Airlie <[email protected]> | 2010-10-13 15:55:47 +1000 |
commit | fa797f12b3e1e82020eb7bc8fd0181baa7515efe (patch) | |
tree | c0ec7ffef1fba0cdbb2b4cad4929bee50674d439 /src/gallium/drivers/r600/r600_resource.h | |
parent | 6a0066a69f6873a53d45684205926e8f5b73ddb2 (diff) |
r600g: rename pitch in texture to pitch_in_bytes
Diffstat (limited to 'src/gallium/drivers/r600/r600_resource.h')
-rw-r--r-- | src/gallium/drivers/r600/r600_resource.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/r600/r600_resource.h b/src/gallium/drivers/r600/r600_resource.h index 323960960d6..04b31ddf899 100644 --- a/src/gallium/drivers/r600/r600_resource.h +++ b/src/gallium/drivers/r600/r600_resource.h @@ -50,7 +50,7 @@ struct r600_resource { struct r600_resource_texture { struct r600_resource resource; unsigned long offset[PIPE_MAX_TEXTURE_LEVELS]; - unsigned long pitch[PIPE_MAX_TEXTURE_LEVELS]; + unsigned long pitch_in_bytes[PIPE_MAX_TEXTURE_LEVELS]; unsigned long layer_size[PIPE_MAX_TEXTURE_LEVELS]; unsigned long pitch_override; unsigned long bpt; |