mesa: remove initialized field from uniform storage
authorTimothy Arceri <timothy.arceri@collabora.com>
Sun, 27 Mar 2016 03:51:02 +0000 (14:51 +1100)
committerTimothy Arceri <timothy.arceri@collabora.com>
Mon, 28 Mar 2016 22:59:03 +0000 (09:59 +1100)
commit86d87d10474d1c5c5683acb28d4491e877432a90
tree5d4913ce3093820f6a3689a1315bfb720c3f966c
parentb8b3af2932039c6105d61f6922157a250ed8b79a
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>
src/compiler/glsl/ir_uniform.h
src/compiler/glsl/link_uniform_initializers.cpp
src/compiler/glsl/link_uniforms.cpp
src/mesa/main/shaderapi.c
src/mesa/main/uniform_query.cpp
src/mesa/state_tracker/st_draw.c