diff options
author | Keith Whitwell <[email protected]> | 2009-11-01 14:32:50 +0000 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2009-11-01 14:33:01 +0000 |
commit | 15e7a3b8bb6771d24e5bde7805ea394f9ce0a3ec (patch) | |
tree | 799656b83f902dd40895ac859d12dba5e50d4341 /src/gallium/drivers/i965/brw_defines.h | |
parent | 39448a9aa061291f4253ee2a1a42e2488e14233c (diff) |
i965g: more files compiling
Diffstat (limited to 'src/gallium/drivers/i965/brw_defines.h')
-rw-r--r-- | src/gallium/drivers/i965/brw_defines.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/gallium/drivers/i965/brw_defines.h b/src/gallium/drivers/i965/brw_defines.h index 65cd71c939c..92c6b6edc33 100644 --- a/src/gallium/drivers/i965/brw_defines.h +++ b/src/gallium/drivers/i965/brw_defines.h @@ -842,8 +842,5 @@ (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 |