anv/pipeline: Make the temp blend attachment state pointer const
authorJason Ekstrand <jason.ekstrand@intel.com>
Sat, 26 Nov 2016 06:26:50 +0000 (22:26 -0800)
committerJason Ekstrand <jason.ekstrand@intel.com>
Sat, 26 Nov 2016 19:55:09 +0000 (11:55 -0800)
commite41f7c3063c71840f75891c501aa2a0e0a23f352
tree172bb08830b86db0c3b16685084a9a163640dc5e
parent8fdb800bdaa28f4ca563829f70e8b187f867c0ac
anv/pipeline: Make the temp blend attachment state pointer const

This fixes a "discards const" warning since blend is const.

Reviewed-by: Ilia Mirkin <imirkin@alum.mit.edu>
src/intel/vulkan/genX_pipeline.c