diff options
author | Keith Whitwell <[email protected]> | 2009-11-01 12:08:14 +0000 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2009-11-01 12:08:14 +0000 |
commit | 9b18ca095503eb80f02db55baf9c35aa69ae1cc9 (patch) | |
tree | ce0814233d6965d15ce55337a005c16add89452a /src/gallium/drivers/i965/brw_defines.h | |
parent | e7b76000826ff4faf8bf6a834d55b50a2784c9f2 (diff) |
i965g: more work on compilation -- surface management
Diffstat (limited to 'src/gallium/drivers/i965/brw_defines.h')
-rw-r--r-- | src/gallium/drivers/i965/brw_defines.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/gallium/drivers/i965/brw_defines.h b/src/gallium/drivers/i965/brw_defines.h index 544d36306cd..65cd71c939c 100644 --- a/src/gallium/drivers/i965/brw_defines.h +++ b/src/gallium/drivers/i965/brw_defines.h @@ -841,4 +841,9 @@ #define URB_SIZES(brw) (BRW_IS_IGDNG(brw) ? 1024 : \ (BRW_IS_G4X(brw) ? 384 : 256)) /* 512 bit units */ + +#define BRW_TILING_NONE 0 +#define BRW_TILING_Y 1 +#define BRW_TILING_X 2 + #endif |