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_program.h | |
parent | ca92ae2699c4aad21c0811b9a5562b9223816caf (diff) |
nv50: add relocs for stack and local mem buffers
Diffstat (limited to 'src/gallium/drivers/nv50/nv50_program.h')
-rw-r--r-- | src/gallium/drivers/nv50/nv50_program.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/nv50/nv50_program.h b/src/gallium/drivers/nv50/nv50_program.h index 37b02bbec7c..33c4c8ca6df 100644 --- a/src/gallium/drivers/nv50/nv50_program.h +++ b/src/gallium/drivers/nv50/nv50_program.h @@ -45,6 +45,7 @@ struct nv50_program { ubyte type; boolean translated; + boolean uses_lmem; struct nouveau_bo *bo; struct nouveau_stateobj *so; |