mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 13:28:06 +02:00
fix fd.o bug #12217, recalcuate urb when clip plane size change
This commit is contained in:
parent
f40ca444f5
commit
925ff408a6
1 changed files with 1 additions and 1 deletions
|
|
@ -90,7 +90,7 @@ static void calculate_curbe_offsets( struct brw_context *brw )
|
|||
*/
|
||||
if (nr_fp_regs > brw->curbe.wm_size ||
|
||||
nr_vp_regs > brw->curbe.vs_size ||
|
||||
nr_clip_regs > brw->curbe.clip_size ||
|
||||
nr_clip_regs != brw->curbe.clip_size ||
|
||||
(total_regs < brw->curbe.total_size / 4 &&
|
||||
brw->curbe.total_size > 16)) {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue