diff options
author | Christoph Bumiller <[email protected]> | 2010-09-18 13:40:10 +0200 |
---|---|---|
committer | Christoph Bumiller <[email protected]> | 2010-09-18 15:21:59 +0200 |
commit | 275a81af13624be70566e190d4dd1f457ea1ff33 (patch) | |
tree | fc11493382b31e6b6bb9019baf500e63b008fe2d /src/gallium/drivers/nv50/nv50_context.h | |
parent | ca92ae2699c4aad21c0811b9a5562b9223816caf (diff) |
nv50: add relocs for stack and local mem buffers
Diffstat (limited to 'src/gallium/drivers/nv50/nv50_context.h')
-rw-r--r-- | src/gallium/drivers/nv50/nv50_context.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/nv50/nv50_context.h b/src/gallium/drivers/nv50/nv50_context.h index 6ec9095a741..ac69c7848e9 100644 --- a/src/gallium/drivers/nv50/nv50_context.h +++ b/src/gallium/drivers/nv50/nv50_context.h @@ -157,6 +157,7 @@ struct nv50_context { unsigned sampler_view_nr[3]; unsigned vbo_fifo; + unsigned req_lmem; }; static INLINE struct nv50_context * |