summaryrefslogtreecommitdiffstats
path: root/src/compiler/glsl/ir_uniform.h
diff options
context:
space:
mode:
authorTimothy Arceri <timothy.arceri@collabora.com>2016-03-27 14:51:02 +1100
committerTimothy Arceri <timothy.arceri@collabora.com>2016-03-29 09:59:03 +1100
commit86d87d10474d1c5c5683acb28d4491e877432a90 (patch)
tree5d4913ce3093820f6a3689a1315bfb720c3f966c /src/compiler/glsl/ir_uniform.h
parentb8b3af2932039c6105d61f6922157a250ed8b79a (diff)
downloadexternal_mesa3d-86d87d10474d1c5c5683acb28d4491e877432a90.zip
external_mesa3d-86d87d10474d1c5c5683acb28d4491e877432a90.tar.gz
external_mesa3d-86d87d10474d1c5c5683acb28d4491e877432a90.tar.bz2
mesa: remove initialized field from uniform storage
The only place this was used was in a gallium debug function that had to be manually enabled. Reviewed-by: Edward O'Callaghan <eocallaghan@alterapraxis.com> Reviewed-by: Brian Paul <brianp@vmware.com>
Diffstat (limited to 'src/compiler/glsl/ir_uniform.h')
-rw-r--r--src/compiler/glsl/ir_uniform.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/compiler/glsl/ir_uniform.h b/src/compiler/glsl/ir_uniform.h
index 1854279..e72e7b4 100644
--- a/src/compiler/glsl/ir_uniform.h
+++ b/src/compiler/glsl/ir_uniform.h
@@ -105,11 +105,6 @@ struct gl_uniform_storage {
*/
unsigned array_elements;
- /**
- * Has this uniform ever been set?
- */
- bool initialized;
-
struct gl_opaque_uniform_index opaque[MESA_SHADER_STAGES];
/**