diff options
author | Marek Olšák <[email protected]> | 2012-01-29 07:39:08 +0100 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2012-01-31 02:18:23 +0100 |
commit | 9344ab382a1765c1a7c2560e771485edf4954fe2 (patch) | |
tree | 90035576ff1ba56fd222fbae65ff41388bf19594 /src/gallium/drivers/r600/r600.h | |
parent | 4a058aebb2ce340d0e03434a8820fdf5853b971e (diff) |
r600g: get rid of the mask in r600_pipe_reg
Reviewed-by: Dave Airlie <[email protected]>
Reviewed-by: Alex Deucher <[email protected]>
Diffstat (limited to 'src/gallium/drivers/r600/r600.h')
-rw-r--r-- | src/gallium/drivers/r600/r600.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/r600/r600.h b/src/gallium/drivers/r600/r600.h index c6a27904d78..a51e6af36c1 100644 --- a/src/gallium/drivers/r600/r600.h +++ b/src/gallium/drivers/r600/r600.h @@ -111,7 +111,6 @@ struct r600_resource { struct r600_pipe_reg { u32 value; - u32 mask; struct r600_block *block; struct r600_resource *bo; enum radeon_bo_usage bo_usage; |