asahi: delete bogus assertion
dEQP-GLES3.functional.fragment_ops.scissor.outside_render_line at certain render sizes. Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/27616>
This commit is contained in:
committed by
Marge Bot
parent
5261962186
commit
e91c0b6423
@@ -1063,7 +1063,6 @@ agx_upload_viewport_scissor(struct agx_pool *pool, struct agx_batch *batch,
|
||||
for (unsigned i = 0; i < count; ++i) {
|
||||
agx_get_scissor_extents(&vp[i], ss ? &ss[i] : NULL, &batch->key, &minx[i],
|
||||
&miny[i], &maxx[i], &maxy[i]);
|
||||
assert(maxx[i] >= minx[i] && maxy[i] >= miny[i]);
|
||||
|
||||
float minz, maxz;
|
||||
util_viewport_zmin_zmax(vp, clip_halfz, &minz, &maxz);
|
||||
|
||||
Reference in New Issue
Block a user