Jason Ekstrand
dca35c598d
intel/fs,vec4: Fix a compiler warning
...
../src/intel/compiler/brw_fs_nir.cpp:3534:46: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare]
assert(nir_intrinsic_write_mask(instr) ==
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
(1 << instr->num_components) - 1);
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
This was caused by 6339aba775 which added these completely valid
checks. However clang likes to complain about signedness mismatches.
Fixes: 6339aba775 "intel/compiler: Lower SSBO and shared..."
Reviewed-by: Alejandro Piñeiro <apinheiro@igalia.com >
2018-11-19 09:57:41 -06:00
..
2017-12-07 18:27:05 -08:00
2017-03-22 16:55:22 +00:00
2017-05-26 07:58:01 -07:00
2017-05-26 07:58:01 -07:00
2018-02-28 15:03:51 -08:00
2017-05-26 07:58:01 -07:00
2017-05-26 07:58:01 -07:00
2017-05-26 07:58:01 -07:00
2017-11-17 12:14:38 -08:00
2017-05-26 07:58:01 -07:00
2018-11-19 09:57:41 -06:00
2018-11-12 13:22:54 +00:00
2017-03-22 16:55:22 +00:00
2018-08-22 20:31:32 -07:00
2017-11-17 21:51:16 -08:00
2018-11-15 09:36:55 -08:00
2018-02-28 11:15:47 -08:00
2018-08-29 14:04:03 -05:00
2018-10-23 12:44:24 -07:00
2017-03-13 11:16:35 +00:00
2018-07-10 00:14:49 +02:00
2018-08-27 11:07:39 -07:00
2018-08-28 15:35:38 -07:00
2018-07-12 18:02:26 +02:00
2018-11-09 19:39:22 -08:00
2018-09-17 00:38:22 -07:00
2018-08-22 20:31:32 -07:00
2018-05-29 15:44:50 -07:00
2018-08-22 20:31:32 -07:00
2018-10-23 12:44:24 -07:00
2017-12-07 18:27:04 -08:00
2017-12-07 18:27:04 -08:00
2018-07-27 14:48:29 +02:00
2018-11-19 09:57:41 -06:00
2018-11-09 08:22:08 +01:00
2017-11-21 10:13:07 -08:00
2017-07-20 16:56:49 -07:00
2018-08-29 14:04:02 -05:00
2018-08-29 14:04:02 -05:00
2018-10-15 18:10:27 -07:00
2018-09-25 09:59:59 +03:00
2018-10-30 20:14:52 -05:00
2018-11-08 10:09:06 -06:00
2018-08-22 20:31:32 -07:00
2018-10-10 13:13:12 -05:00
2018-10-10 13:13:12 -05:00
2018-11-08 10:09:25 -06:00
2018-01-02 16:51:42 -08:00
2018-11-19 09:57:41 -06:00
2018-10-26 11:45:29 -05:00
2018-11-15 19:59:49 -06:00
2018-10-25 12:43:18 +01:00
2018-07-06 10:04:22 -07:00
2018-11-15 19:59:49 -06:00
2018-11-15 19:59:49 -06:00
2018-03-16 09:27:16 -07:00
2018-02-28 11:15:47 -08:00
2018-10-10 13:13:12 -05:00
2018-08-22 20:31:32 -07:00
2018-08-29 14:04:03 -05:00
2018-10-16 17:48:17 -07:00
2018-02-28 11:15:47 -08:00
2018-07-02 19:19:16 -07:00
2017-09-26 15:35:14 -07:00
2018-03-08 15:26:26 -08:00
2017-04-14 14:56:09 -07:00
2018-09-01 00:23:43 -07:00
2018-11-08 10:09:25 -06:00
2018-07-02 16:17:19 -07:00
2017-05-09 15:08:07 -07:00
2017-04-14 14:56:08 -07:00
2018-11-19 09:57:41 -06:00
2017-08-21 14:45:44 -07:00
2017-09-26 15:35:11 -07:00
2018-11-08 10:09:25 -06:00
2017-05-09 15:08:07 -07:00
2018-09-01 00:23:45 -07:00
2017-05-09 15:08:07 -07:00
2018-09-07 10:21:26 -07:00
2018-01-02 16:51:42 -08:00
2018-01-02 16:51:42 -08:00
2018-10-10 13:13:12 -05:00
2018-11-08 10:09:06 -06:00
2018-06-28 13:19:38 -07:00
2018-06-26 08:18:55 +02:00
2018-11-15 19:59:49 -06:00
2018-02-27 11:42:39 -08:00
2018-10-11 10:02:40 -07:00
2018-03-26 08:50:43 -07:00
2017-11-21 10:13:07 -08:00
2018-07-02 19:19:16 -07:00