diff options
author | Dave Airlie <[email protected]> | 2010-10-08 11:56:43 +1000 |
---|---|---|
committer | Dave Airlie <[email protected]> | 2010-10-18 09:25:22 +1000 |
commit | 7b3fa038830663de9bceded1b0dd2d64b8cf39c4 (patch) | |
tree | a83195c2f9200fbf76f89e32194091afceb9d1c5 /src/gallium/drivers/r600/r600_pipe.h | |
parent | e8e20313afbdf3a38e5a10e6fa566864452eeb2c (diff) |
r600g: get tiling info from kernel
Diffstat (limited to 'src/gallium/drivers/r600/r600_pipe.h')
-rw-r--r-- | src/gallium/drivers/r600/r600_pipe.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/r600/r600_pipe.h b/src/gallium/drivers/r600/r600_pipe.h index 47a1b3070e9..35548329e46 100644 --- a/src/gallium/drivers/r600/r600_pipe.h +++ b/src/gallium/drivers/r600/r600_pipe.h @@ -58,6 +58,7 @@ enum r600_pipe_state_id { struct r600_screen { struct pipe_screen screen; struct radeon *radeon; + struct r600_tiling_info *tiling_info; }; struct r600_pipe_sampler_view { |