Bug 79852 - Mesa-10.2.1/src/gallium/state_trackers/vega/api_params.c:60: possible bad if test ?
Summary: Mesa-10.2.1/src/gallium/state_trackers/vega/api_params.c:60: possible bad if ...
Status: RESOLVED INVALID
Alias: None
Product: Mesa
Classification: Unclassified
Component: Mesa core (show other bugs)
Version: git
Hardware: Other All
: medium normal
Assignee: mesa-dev
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-06-09 20:56 UTC by dcb314
Modified: 2016-01-24 10:15 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description dcb314 2014-06-09 20:56:50 UTC
[Mesa-10.2.1/src/gallium/state_trackers/vega/api_params.c:60]: (warning) Logical disjunction always evaluates to true: count >= 0 || count <= 128.

      return (!(count % 4) && (count >= 0 || count <= VEGA_MAX_SCISSOR_RECTS * 4));
Comment 1 Timothy Arceri 2016-01-24 10:15:02 UTC
This state tracker has since been removed from Mesa.


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.