mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-14 02:20:47 +02:00
[g3dvl] add missing ureg_END
This commit is contained in:
parent
07114b3fdc
commit
9937e85bcc
1 changed files with 2 additions and 0 deletions
|
|
@ -363,6 +363,8 @@ create_ycbcr_frag_shader(struct vl_mc *r, float scale, vl_mc_ycbcr_frag_shader f
|
|||
|
||||
ureg_release_temporary(shader, tmp);
|
||||
|
||||
ureg_END(shader);
|
||||
|
||||
return ureg_create_shader_and_destroy(shader, r->pipe);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue