mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 09:08:10 +02:00
In here we actually do want to assign it. Fix compilation.
This commit is contained in:
parent
1ae7373ac5
commit
c0afc92f00
1 changed files with 1 additions and 1 deletions
|
|
@ -216,7 +216,7 @@ st_translate_vertex_shader(struct st_context *st,
|
|||
tgsi_emit_sse2( stvp->tokens, &stvp->sse2_program );
|
||||
|
||||
if (!cso->state.executable)
|
||||
cso->state.executable = (void *) x86_get_func( &stvp->sse2_program );
|
||||
((struct cso_vertex_shader*)cso)->state.executable = (void *) x86_get_func( &stvp->sse2_program );
|
||||
#endif
|
||||
|
||||
stvp->dirty = 0;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue