| Summary: | Mesa-10.2.1/src/gallium/state_trackers/vega/api_params.c:60: possible bad if test ? | ||
|---|---|---|---|
| Product: | Mesa | Reporter: | dcb314 |
| Component: | Mesa core | Assignee: | mesa-dev |
| Status: | RESOLVED INVALID | QA Contact: | |
| Severity: | normal | ||
| Priority: | medium | ||
| Version: | git | ||
| Hardware: | Other | ||
| OS: | All | ||
| Whiteboard: | |||
| i915 platform: | i915 features: | ||
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.
[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));