projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1ae7373
)
In here we actually do want to assign it. Fix compilation.
author
Zack Rusin
<zack@tungstengraphics.com>
Mon, 24 Sep 2007 09:43:07 +0000
(
05:43
-0400)
committer
Zack Rusin
<zack@tungstengraphics.com>
Mon, 24 Sep 2007 09:43:07 +0000
(
05:43
-0400)
src/mesa/state_tracker/st_atom_vs.c
patch
|
blob
|
history
diff --git
a/src/mesa/state_tracker/st_atom_vs.c
b/src/mesa/state_tracker/st_atom_vs.c
index ae51e9764b150c399437e1eeaafa5f5cd21443cf..9050f30cab6592f4db07e84cbfec6b11d24368d7 100644
(file)
--- a/
src/mesa/state_tracker/st_atom_vs.c
+++ b/
src/mesa/state_tracker/st_atom_vs.c
@@
-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;