intel/compiler: Prevent warnings in the following patch
authorMatt Turner <mattst88@gmail.com>
Mon, 10 Dec 2018 22:49:49 +0000 (14:49 -0800)
committerMatt Turner <mattst88@gmail.com>
Thu, 10 Jan 2019 00:42:41 +0000 (16:42 -0800)
commit7e4e9da90d8b4a000357efa5c0e0027fd00c28b9
tree7e131c90eda0402e445420a5a1e5abf863310d27
parent2b801b66686ec893d1335c971724deb5a624c76f
intel/compiler: Prevent warnings in the following patch

The next patch replaces an unsigned bitfield with a plain unsigned,
which triggers gcc to begin warning on signed/unsigned comparisons.

Keeping this patch separate from the actual move allows bisectablity and
generates no additional warnings temporarily.

Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
src/intel/compiler/brw_fs.cpp
src/intel/compiler/brw_fs.h
src/intel/compiler/brw_fs_nir.cpp
src/intel/compiler/brw_fs_reg_allocate.cpp
src/intel/compiler/brw_fs_register_coalesce.cpp
src/intel/compiler/brw_schedule_instructions.cpp
src/intel/compiler/brw_vec4.cpp
src/intel/compiler/brw_vec4.h
src/intel/compiler/brw_vec4_reg_allocate.cpp
src/intel/compiler/brw_vec4_visitor.cpp
src/intel/compiler/gen6_gs_visitor.cpp