gallium: rename st_fragment_program's fs field to cso to match st_vertex_program

This commit is contained in:
Brian
2008-02-12 16:10:11 -07:00
parent 6d53b8f423
commit 9677336845
7 changed files with 11 additions and 11 deletions

View File

@@ -420,7 +420,7 @@ st_translate_fragment_program(struct st_context *st,
fs.tokens = tokensOut;
cso = st_cached_fs_state(st, &fs);
stfp->fs = cso;
stfp->cso = cso;
if (0)
_mesa_print_program(&stfp->Base.Base);