diff options
author | Ben Skeggs <[email protected]> | 2009-01-12 15:19:35 +1000 |
---|---|---|
committer | Ben Skeggs <[email protected]> | 2009-01-12 16:59:34 +1000 |
commit | f935f352873a69767415210c5dace47d240de0b0 (patch) | |
tree | 1899c251af21e8015e42b871f0cdb1bce5b3c501 /src/gallium/drivers/nv50/nv50_context.h | |
parent | 515c3d9bc15f66e5ffea87efee52fc27b4b558db (diff) |
nv50: remove previous hack to manage tiled surfaces
Diffstat (limited to 'src/gallium/drivers/nv50/nv50_context.h')
-rw-r--r-- | src/gallium/drivers/nv50/nv50_context.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/nv50/nv50_context.h b/src/gallium/drivers/nv50/nv50_context.h index c1ff6061e4d..a1a6b2cb887 100644 --- a/src/gallium/drivers/nv50/nv50_context.h +++ b/src/gallium/drivers/nv50/nv50_context.h @@ -91,7 +91,6 @@ nv50_miptree(struct pipe_texture *pt) struct nv50_surface { struct pipe_surface base; - struct pipe_buffer *untiled; }; static INLINE struct nv50_surface * |