mesa/src
Vinson Lee 54e8138bbc r600/sb: Initialize sb_context members in constructor.
Fix defects reported by Coverity Scan.

Uninitialized scalar field (UNINIT_CTOR)
uninit_member: Non-static class member alu_temp_gprs is not initialized in this constructor nor in any functions that it calls.
uninit_member: Non-static class member max_fetch is not initialized in this constructor nor in any functions that it calls.
uninit_member: Non-static class member has_trans is not initialized in this constructor nor in any functions that it calls.
uninit_member: Non-static class member vtx_src_num is not initialized in this constructor nor in any functions that it calls.
uninit_member: Non-static class member num_slots is not initialized in this constructor nor in any functions that it calls.
uninit_member: Non-static class member uses_mova_gpr is not initialized in this constructor nor in any functions that it calls.
uninit_member: Non-static class member r6xx_gpr_index_workaround is not initialized in this constructor nor in any functions that it calls.
uninit_member: Non-static class member stack_workaround_8xx is not initialized in this constructor nor in any functions that it calls.
uninit_member: Non-static class member stack_workaround_9xx is not initialized in this constructor nor in any functions that it calls.
uninit_member: Non-static class member wavefront_size is not initialized in this constructor nor in any functions that it calls.
uninit_member: Non-static class member stack_entry_size is not initialized in this constructor nor in any functions that it calls.

Signed-off-by: Vinson Lee <vlee@freedesktop.org>
Reviewed-by: Gert Wollny <gert.wollny@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/7413>
2020-11-20 00:55:19 +00:00
..
amd radv/winsys: add missing Van Gogh and Dimgrey Cavefish in the null winsys 2020-11-19 21:28:40 +01:00
android_stub mesa: Make the android_stub be a set of non-installed shared libraries. 2020-09-22 17:09:22 +00:00
broadcom v3dv: remove box check from texel buffer copy fragment shader 2020-11-19 07:57:50 +01:00
compiler glcpp: Handle bison-3.6 error message changes 2020-11-19 15:31:15 +00:00
drm-shim drm-shim: Fix unused variable warnings from asserts in release build. 2020-08-28 22:45:08 +00:00
egl egl/dri2: fix race between image create and egl_image_target_texture 2020-11-16 05:53:20 +00:00
etnaviv etnaviv: drm: fix BO refcount race 2020-10-30 13:27:44 +00:00
freedreno ir3: Enable nir_lower_vars_to_scratch on a6xx 2020-11-19 17:55:58 +01:00
gallium r600/sb: Initialize sb_context members in constructor. 2020-11-20 00:55:19 +00:00
gbm egl: implement EGL_EXT_protected_surface support 2020-11-02 10:15:47 +01:00
getopt
glx driconf: remove the redundant glx-extension-disabling options 2020-11-13 08:48:34 +02:00
gtest gtest: Update to 1.10.0 2020-04-20 11:57:11 +00:00
hgl
imgui
intel intel/fs: Add support for printing half-float immediate values 2020-11-19 21:23:53 +00:00
loader loader: Print dlerror() output in the failure message 2020-11-04 21:45:37 +00:00
mapi mesa: Implement GL_ANGLE_pack_reverse_row_order 2020-11-06 02:28:44 +00:00
mesa mesa: don't FLUSH_VERTICES from primitive restart changes 2020-11-18 01:41:25 +00:00
microsoft microsoft: Add CLC frontend and kernel/compute support to DXIL converter 2020-11-18 04:05:37 +00:00
panfrost panfrost/util: Move nir_undef_to_zero into core nir and add 'lower' 2020-11-18 04:05:37 +00:00
util util: fix -Wshift-count-overflow warning 2020-11-17 21:23:20 +00:00
virtio virgl: update protocol headers 2020-08-21 18:38:44 +00:00
vulkan util: add mapping from Vulkan to Gallium R64 integer formats 2020-11-09 18:28:59 +00:00
meson.build microsoft: Add CLC frontend and kernel/compute support to DXIL converter 2020-11-18 04:05:37 +00:00
SConscript driconf: drop now unused translation facility 2020-06-22 21:50:12 +00:00