mesa/src/intel
Vinson Lee 56cb5cf34e intel/genxml: Avoid generating identical 12.5 and 12 branches.
Fix defects reported by Coverity Scan.

Identical code for different branches (IDENTICAL_BRANCHES)

identical_branches: The same code is executed regardless of
whether 0 is true, because the 'then' and 'else' branches are
identical. Should one of the branches be modified, or the entire
'if' statement replaced?

Signed-off-by: Vinson Lee <vlee@freedesktop.org>
Reviewed-by: Caio Marcelo de Oliveira Filho <caio.oliveira@intel.com>
Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8001>
2020-12-12 02:36:20 +00:00
..
blorp intel/blorp: Drop support for STC_CCS resolves 2020-12-10 22:41:33 +00:00
common util: Add helgrind support for simple_mtx 2020-11-24 21:03:34 +00:00
compiler intel/fs: Implement nir_jump_halt 2020-12-01 16:19:18 -06:00
dev intel/dev: Add gen_device_info_is_12hp 2020-12-01 19:06:22 +00:00
genxml intel/genxml: Avoid generating identical 12.5 and 12 branches. 2020-12-12 02:36:20 +00:00
isl intel/isl: Build gen 12.5 2020-12-01 19:06:22 +00:00
perf intel: remove dead code 2020-11-02 19:58:56 +00:00
tools intel/tools/aubinator_error_decode: fix small memory leaks 2020-12-09 12:15:56 +00:00
vulkan anv: fix calculation of buffer size in case dynamic size is used 2020-12-10 08:26:34 +02:00
Android.blorp.mk
Android.common.mk
Android.compiler.mk
Android.dev.mk
Android.genxml.mk intel/genxml: Build gen 12.5 2020-12-01 19:06:22 +00:00
Android.isl.mk intel/isl: Build gen 12.5 2020-12-01 19:06:22 +00:00
Android.mk
Android.perf.mk
Android.vulkan.mk intel/anv: Build gen 12.5 2020-12-01 19:06:22 +00:00
Makefile.perf.am
Makefile.sources isl: Fix android build 2020-12-05 11:42:15 +00:00
meson.build