diff options
author | Samuel Pitoiset <[email protected]> | 2016-08-31 17:42:04 +0200 |
---|---|---|
committer | Samuel Pitoiset <[email protected]> | 2016-08-31 19:05:13 +0200 |
commit | b2f3d50ca75e97e3e37f4f8d68f6e1c4133a60bb (patch) | |
tree | f34ea0c96f39b59546fb93cebea8b59bf4c5652d /src/gallium/drivers/nouveau/nv50 | |
parent | 6118bcab4e9f57b834578afb34256d793efe83d0 (diff) |
nv50: remove unused nv50_program::immd_size field
Signed-off-by: Samuel Pitoiset <[email protected]>
Reviewed-by: Ilia Mirkin <[email protected]>
Diffstat (limited to 'src/gallium/drivers/nouveau/nv50')
-rw-r--r-- | src/gallium/drivers/nouveau/nv50/nv50_program.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/nouveau/nv50/nv50_program.h b/src/gallium/drivers/nouveau/nv50/nv50_program.h index fc9ada43624..009d41f1562 100644 --- a/src/gallium/drivers/nouveau/nv50/nv50_program.h +++ b/src/gallium/drivers/nouveau/nv50/nv50_program.h @@ -59,7 +59,6 @@ struct nv50_program { unsigned code_size; unsigned code_base; uint32_t *immd; - unsigned immd_size; unsigned parm_size; /* size limit of uniform buffer */ uint32_t tls_space; /* required local memory per thread */ |