| Priority | medium |
|---|---|
| Bug ID | 79852 |
| Assignee | dri-devel@lists.freedesktop.org |
| Summary | Mesa-10.2.1/src/gallium/state_trackers/vega/api_params.c:60: possible bad if test ? |
| Severity | normal |
| Classification | Unclassified |
| OS | All |
| Reporter | dcb314@hotmail.com |
| Hardware | Other |
| Status | NEW |
| Version | git |
| Component | Drivers/Gallium/r300 |
| Product | Mesa |
[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));