st/mesa: rename state -> tgsi, updated comments

This commit is contained in:
Brian Paul
2010-02-12 14:46:51 -07:00
parent cd0a32924d
commit b9b4e7724e
6 changed files with 24 additions and 22 deletions

View File

@@ -59,7 +59,7 @@ static void
translate_fp(struct st_context *st,
struct st_fragment_program *stfp)
{
if (!stfp->state.tokens) {
if (!stfp->tgsi.tokens) {
assert(stfp->Base.Base.NumInstructions > 0);
st_translate_fragment_program(st, stfp);