diff options
author | Ben Skeggs <[email protected]> | 2010-03-04 13:47:41 +1000 |
---|---|---|
committer | Ben Skeggs <[email protected]> | 2010-03-10 16:30:00 +1000 |
commit | a527716e81a81f73c73d3744b4803c27a053ade2 (patch) | |
tree | adee984cc247ddc5dc1ccdb27c6dee6fb8b44a79 /src/gallium/drivers/nv50/nv50_context.h | |
parent | 2b8c0cf16959c07341309484da41b2e9a17e5266 (diff) |
nv50: rip out inline push draw paths temporarily
Diffstat (limited to 'src/gallium/drivers/nv50/nv50_context.h')
-rw-r--r-- | src/gallium/drivers/nv50/nv50_context.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gallium/drivers/nv50/nv50_context.h b/src/gallium/drivers/nv50/nv50_context.h index 973fdd23a22..15f33fa4f4f 100644 --- a/src/gallium/drivers/nv50/nv50_context.h +++ b/src/gallium/drivers/nv50/nv50_context.h @@ -163,8 +163,6 @@ struct nv50_context { unsigned sampler_nr[PIPE_SHADER_TYPES]; struct nv50_miptree *miptree[PIPE_SHADER_TYPES][PIPE_MAX_SAMPLERS]; unsigned miptree_nr[PIPE_SHADER_TYPES]; - - uint16_t vbo_fifo; }; static INLINE struct nv50_context * |