summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nouveau/nv50
diff options
context:
space:
mode:
authorSamuel Pitoiset <samuel.pitoiset@gmail.com>2016-08-31 17:42:04 +0200
committerSamuel Pitoiset <samuel.pitoiset@gmail.com>2016-08-31 19:05:13 +0200
commitb2f3d50ca75e97e3e37f4f8d68f6e1c4133a60bb (patch)
treef34ea0c96f39b59546fb93cebea8b59bf4c5652d /src/gallium/drivers/nouveau/nv50
parent6118bcab4e9f57b834578afb34256d793efe83d0 (diff)
downloadexternal_mesa3d-b2f3d50ca75e97e3e37f4f8d68f6e1c4133a60bb.zip
external_mesa3d-b2f3d50ca75e97e3e37f4f8d68f6e1c4133a60bb.tar.gz
external_mesa3d-b2f3d50ca75e97e3e37f4f8d68f6e1c4133a60bb.tar.bz2
nv50: remove unused nv50_program::immd_size field
Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Reviewed-by: Ilia Mirkin <imirkin@alum.mit.edu>
Diffstat (limited to 'src/gallium/drivers/nouveau/nv50')
-rw-r--r--src/gallium/drivers/nouveau/nv50/nv50_program.h1
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 fc9ada4..009d41f 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 */