i965: Initialize all elements of ctx->ShaderCompilerOptions.
authorPaul Berry <stereotype441@gmail.com>
Mon, 10 Jun 2013 17:29:20 +0000 (10:29 -0700)
committerPaul Berry <stereotype441@gmail.com>
Fri, 23 Aug 2013 18:02:34 +0000 (11:02 -0700)
commit52bac6e4ffb898d2222a59c9ee3c8d0a46426e20
tree985d3d0b75f9d90ee007defbd71f1759ed6c5a97
parent61a5bd8336aaf44b455407e0eb10caa1d031b358
i965: Initialize all elements of ctx->ShaderCompilerOptions.

Otherwise any GS that requires lowering (e.g. one that uses
gl_ClipDistance as an input or output) will fail to work.

Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Matt Turner <mattst88@gmail.com>
src/mesa/drivers/dri/i965/brw_context.c