mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 16:08:04 +02:00
asahi: assert hw invariant
Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26614>
This commit is contained in:
parent
23f216d6e7
commit
aa1849a541
1 changed files with 2 additions and 0 deletions
|
|
@ -3198,6 +3198,8 @@ agx_encode_state(struct agx_batch *batch, uint8_t *out, bool is_lines,
|
|||
cfg.viewport_target = vs->info.writes_layer_viewport;
|
||||
cfg.render_target = vs->info.writes_layer_viewport;
|
||||
cfg.frag_coord_z = fs->info.varyings.fs.reads_z;
|
||||
|
||||
assert(cfg.point_size || !is_points);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue