mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-26 19:20:08 +01:00
Added missing break; to fix infinite recursion between choose_emit_func
and emit_viewport4_bgra4_st2_st2.
This commit is contained in:
parent
675b92515a
commit
e4499ed276
1 changed files with 1 additions and 0 deletions
|
|
@ -1127,6 +1127,7 @@ static void choose_emit_func( GLcontext *ctx, GLuint count, GLubyte *dest)
|
|||
a[0].emit == insert_4f_viewport_4)
|
||||
vtx->emit = emit_viewport4_bgra4_st2;
|
||||
}
|
||||
break;
|
||||
case 4:
|
||||
if (a[2].emit == insert_2f_2 &&
|
||||
a[3].emit == insert_2f_2) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue