intel/compiler: brw_validate_instructions to take const void* instead of void*
authorKevin Rogovin <kevin.rogovin@intel.com>
Mon, 25 Sep 2017 10:34:08 +0000 (13:34 +0300)
committerKenneth Graunke <kenneth@whitecape.org>
Thu, 26 Oct 2017 17:43:48 +0000 (10:43 -0700)
commit75d10e4c84c0666d4120389d116cb178afccec4d
tree4c39ed484adb57379a5e0e786e51d50847d7b95c
parent109de3049dda6be2a5a3910f777feea0bbf9ce92
intel/compiler: brw_validate_instructions to take const void* instead of void*

The disassembler does not (and should not) be modifying the data.

Signed-off-by: Kevin Rogovin <kevin.rogovin@intel.com>
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
src/intel/compiler/brw_eu.h
src/intel/compiler/brw_eu_validate.c