mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 22:38:05 +02:00
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:
parent
5261962186
commit
e91c0b6423
1 changed files with 0 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue