diff options
author | Keith Whitwell <[email protected]> | 2009-11-30 16:16:30 +0000 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2009-11-30 16:16:30 +0000 |
commit | bb1cde755bce0ea29cc4c1a29ad3841e3b304309 (patch) | |
tree | d55ebe93b5fb22c97b9482622d182fdebd0d776c /src/gallium/drivers/i965/brw_screen.h | |
parent | 6781f624af8b06061673f3fd6f19ffb6a56c3e8c (diff) |
i965g: turn on texture tiling by default
Diffstat (limited to 'src/gallium/drivers/i965/brw_screen.h')
-rw-r--r-- | src/gallium/drivers/i965/brw_screen.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/i965/brw_screen.h b/src/gallium/drivers/i965/brw_screen.h index ab811e48fca..7226d9228b7 100644 --- a/src/gallium/drivers/i965/brw_screen.h +++ b/src/gallium/drivers/i965/brw_screen.h @@ -45,6 +45,7 @@ struct brw_screen struct pipe_screen base; struct brw_chipset chipset; struct brw_winsys_screen *sws; + boolean no_tiling; }; /** |