commit | 834502e3c8855333501d988913c49f31e6ce1c4a | [log] [tgz] |
---|---|---|
author | Gert Wollny <gert.wollny@collabora.com> | Tue Nov 08 14:24:43 2022 +0100 |
committer | Marge Bot <emma+marge@anholt.net> | Thu Nov 10 07:03:02 2022 +0000 |
tree | b425ebd86f7121d57e1c235bda73ab935fc6c5c6 | |
parent | 935adfdcc86c4ef92db036ef981536faf7ea4536 [diff] |
vrend: simplify set_scissor_state function That return in the middle of the function doesn't help here and makes the logic more difficult to understand. Related Coverity ID: 1527211 "Out-of-bounds write" Signed-off-by: Gert Wollny <gert.wollny@collabora.com> Part-of: <https://gitlab.freedesktop.org/virgl/virglrenderer/-/merge_requests/975>