diff options
author | Daniel Vetter <[email protected]> | 2010-12-01 21:03:13 +0100 |
---|---|---|
committer | Jakob Bornecrantz <[email protected]> | 2010-12-02 01:34:13 +0100 |
commit | f34fd58ec92b9344982b4a5a4b9e05fe4b151a64 (patch) | |
tree | fbfaf2ef48fe511e773440a55f8e12ec6467bd51 /src/gallium/drivers/i915/i915_reg.h | |
parent | a95e694eaf3b40c86fbe8116fc3b5f1add365898 (diff) |
i915g: implement unfenced relocs for textures using tiling bits
Signed-off-by: Daniel Vetter <[email protected]>
Reviewed-by: Jakob Bornecrantz <[email protected]>
Signed-off-by: Jakob Bornecrantz <[email protected]>
Diffstat (limited to 'src/gallium/drivers/i915/i915_reg.h')
-rw-r--r-- | src/gallium/drivers/i915/i915_reg.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/i915/i915_reg.h b/src/gallium/drivers/i915/i915_reg.h index cc28891e4ac..1f6d8ac76bb 100644 --- a/src/gallium/drivers/i915/i915_reg.h +++ b/src/gallium/drivers/i915/i915_reg.h @@ -753,7 +753,7 @@ #define MT_COMPRESS_DXT1_RGB (4<<3) #define MS3_USE_FENCE_REGS (1<<2) #define MS3_TILED_SURFACE (1<<1) -#define MS3_TILE_WALK (1<<0) +#define MS3_TILE_WALK_Y (1<<0) #define MS4_PITCH_SHIFT 21 #define MS4_CUBE_FACE_ENA_NEGX (1<<20) |