diff options
author | Keith Whitwell <[email protected]> | 2009-11-30 15:35:58 +0000 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2009-11-30 15:37:27 +0000 |
commit | 6781f624af8b06061673f3fd6f19ffb6a56c3e8c (patch) | |
tree | d186b60c377446ab3233379af5341330323fe499 /src/gallium/drivers/i965/brw_screen.h | |
parent | 1fd3a2773b83c6b893b220a4e449f34e73adfe0b (diff) |
i965g: pass backbuffer tiling information to driver
The gem winsys gets this information, needs to pass it on.
Diffstat (limited to 'src/gallium/drivers/i965/brw_screen.h')
-rw-r--r-- | src/gallium/drivers/i965/brw_screen.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/gallium/drivers/i965/brw_screen.h b/src/gallium/drivers/i965/brw_screen.h index 301b20d5490..ab811e48fca 100644 --- a/src/gallium/drivers/i965/brw_screen.h +++ b/src/gallium/drivers/i965/brw_screen.h @@ -72,9 +72,6 @@ struct brw_buffer void *ptr; }; -#define BRW_TILING_NONE 0 -#define BRW_TILING_Y 1 -#define BRW_TILING_X 2 union brw_surface_id { struct { |