diff options
author | Patrice Mandin <[email protected]> | 2008-12-12 17:22:41 +0100 |
---|---|---|
committer | Patrice Mandin <[email protected]> | 2008-12-12 17:22:41 +0100 |
commit | 6432d03c3d7ae21312e983fe41f4df7d66f7a3bf (patch) | |
tree | 2dce6b7da378f6811264bad571dde3c7ab14edfb /src/gallium/drivers/nouveau | |
parent | fd2492d24447e461f36982da268caf0317885967 (diff) |
nouveau: remove useless NOUVEAU_BO_SWIZZLED flag, copy/paste nv40 work to swizzle textures
Diffstat (limited to 'src/gallium/drivers/nouveau')
-rw-r--r-- | src/gallium/drivers/nouveau/nouveau_bo.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/nouveau/nouveau_bo.h b/src/gallium/drivers/nouveau/nouveau_bo.h index 0ed3367815a..65b138283c4 100644 --- a/src/gallium/drivers/nouveau/nouveau_bo.h +++ b/src/gallium/drivers/nouveau/nouveau_bo.h @@ -37,7 +37,6 @@ #define NOUVEAU_BO_LOCAL (1 << 9) #define NOUVEAU_BO_TILED (1 << 10) #define NOUVEAU_BO_ZTILE (1 << 11) -#define NOUVEAU_BO_SWIZZLED (1 << 12) #define NOUVEAU_BO_DUMMY (1 << 31) struct nouveau_bo { |