mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-03 15:50:17 +01:00
mesa: Update vertex processing mode on _mesa_UseProgram.
The change is a bug fix for92d76a169: mesa: Provide an alternative to get_vp_mode() that actually got exposed through4562a7b0: vbo: Make use of _DrawVAO from the dlist code. Fixes: KHR-GLES31.core.shader_image_load_store.advanced-sso-simple Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=105229 Signed-off-by: Mathias Fröhlich <Mathias.Froehlich@web.de> Reviewed-by: Brian Paul <brianp@vmware.com>
This commit is contained in:
parent
d169438d8e
commit
b54bf0e3e3
1 changed files with 2 additions and 0 deletions
|
|
@ -2069,6 +2069,8 @@ use_program(GLuint program, bool no_error)
|
|||
_mesa_BindProgramPipeline(ctx->Pipeline.Current->Name);
|
||||
}
|
||||
}
|
||||
|
||||
_mesa_update_vertex_processing_mode(ctx);
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue