mesa/src
Vinson Lee fcc506e520 radesonsi: Remove unsigned comparison to zero.
cbuf was changed to unsigned in commit 3fec2f67c3 ("radeonsi:
compact MRTs to save PS export memory space").

Fix defect reported by Coverity Scan.

Macro compares unsigned to 0 (NO_EFFECT)
unsigned_compare: This greater-than-or-equal-to-zero comparison of
an unsigned value is always true. cbuf >= 0U.

Signed-off-by: Vinson Lee <vlee@freedesktop.org>
Reviewed-by: Marek Olšák <marek.olsak@amd.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6739>
2020-09-17 22:59:57 +00:00
..
amd radv: initialize with expanded cmask if the destination layout needs it 2020-09-17 10:28:29 +00:00
android_stub ci: Include enough Android headers to let us compile test EGL 2020-08-05 18:08:07 +00:00
broadcom v3d/compiler: fix V3D double-rounding of .8 fixed-point XY coordinates 2020-09-11 09:51:33 +02:00
compiler nir: remove ubo_r600 instrinsic since ubo_vec4 is used now 2020-09-17 10:11:11 +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/android: HAVE_DRM_GRALLOC path fixes (v2) 2020-09-07 23:33:15 +02:00
etnaviv etnaviv: replace all dup() with os_dupfd_cloexec() 2020-06-18 02:09:56 +00:00
freedreno turnip: Add support for a615. 2020-09-16 23:53:00 +00:00
gallium radesonsi: Remove unsigned comparison to zero. 2020-09-17 22:59:57 +00:00
gbm meson: conditionally include -ldl in gbm pkg-config file 2020-08-31 09:14:57 +00:00
getopt
glx glx: Allow depth-30 pbuffers to work without a depth-30 pixmap format 2020-09-17 14:28:24 -04:00
gtest gtest: Update to 1.10.0 2020-04-20 11:57:11 +00:00
hgl scons: Prune out unnecessary targets. 2020-03-30 13:38:01 +00:00
imgui
intel anv: Fix the target_bo assertion in anv_reloc_list_add 2020-09-17 07:25:05 -05:00
loader glx/dri3: Implement GLX_EXT_swap_control_tear 2020-09-10 14:48:19 -04:00
mapi src/mesa: add GL_NV_half_float extension support (v2) 2020-08-11 19:55:22 +00:00
mesa gallium+mesa/st: lower uniforms based on compiler flag instead of packed uniforms cap 2020-09-16 10:07:42 +00:00
panfrost android: pan/bi: Use new packing 2020-09-17 23:40:45 +02:00
util disk_cache: Fix filename leak on error path. 2020-09-17 15:42:44 -07:00
virtio virgl: update protocol headers 2020-08-21 18:38:44 +00:00
vulkan wsi/x11: Hook up VK_PRESENT_MODE_FIFO_RELAXED_KHR 2020-09-10 14:17:47 -04:00
meson.build meson: don't advertise TLS support if glx wasn't build with it 2020-08-31 09:14:57 +00:00
SConscript driconf: drop now unused translation facility 2020-06-22 21:50:12 +00:00