diff options
author | Samuel Pitoiset <[email protected]> | 2016-03-15 13:16:44 +0100 |
---|---|---|
committer | Samuel Pitoiset <[email protected]> | 2016-03-19 18:00:59 +0100 |
commit | d86933e6f42b9c2f5bb617c66c91795c560a9abd (patch) | |
tree | 5eb40f2cb06d2c54478a9f0903d57ed430b88c73 /src/gallium/drivers/nouveau/nouveau_compiler.c | |
parent | e05492fd7f0e1a9454482a9174f5870b8cb5a41e (diff) |
nv50,nvc0: replace resInfoCBSlot by auxCBSlot
Having two different variables for the driver constant buffer slot
is confusing and really useless.
Signed-off-by: Samuel Pitoiset <[email protected]>
Acked-by: Ilia Mirkin <[email protected]>
Acked-by: Pierre Moreau <[email protected]>
Diffstat (limited to 'src/gallium/drivers/nouveau/nouveau_compiler.c')
-rw-r--r-- | src/gallium/drivers/nouveau/nouveau_compiler.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gallium/drivers/nouveau/nouveau_compiler.c b/src/gallium/drivers/nouveau/nouveau_compiler.c index cd44aa1e1d9..ca73fd17a43 100644 --- a/src/gallium/drivers/nouveau/nouveau_compiler.c +++ b/src/gallium/drivers/nouveau/nouveau_compiler.c @@ -114,8 +114,6 @@ nouveau_codegen(int chipset, int type, struct tgsi_token tokens[], info.io.auxCBSlot = 15; info.io.ucpBase = NV50_CB_AUX_UCP_OFFSET; - - info.io.resInfoCBSlot = 15; info.io.suInfoBase = NV50_CB_AUX_TEX_MS_OFFSET; info.io.msInfoCBSlot = 15; info.io.msInfoBase = NV50_CB_AUX_MS_OFFSET; |