Merge commit 'origin/master' into gallium-0.2

Conflicts:

	progs/glsl/Makefile
This commit is contained in:
Alan Hourihane
2008-12-08 14:29:50 +00:00
29 changed files with 1106 additions and 707 deletions

View File

@@ -632,7 +632,7 @@ append(char *dst, const char *src)
/**
* Convert token 'k' to a string, append it only 'dst' string.
* Convert token 'k' to a string, append it onto 'dst' string.
*/
static void
append_token(char *dst, gl_state_index k)
@@ -807,7 +807,8 @@ append_token(char *dst, gl_state_index k)
append(dst, "ShadowAmbient");
break;
default:
;
/* probably STATE_INTERNAL_DRIVER+i (driver private state) */
append(dst, "driverState");
}
}