gallium: need to call st_validate_state() in Bitmap()

This commit is contained in:
Brian Paul
2008-03-26 09:02:54 -06:00
parent 8cb85807d3
commit 1ecb2e4a7a

View File

@@ -475,6 +475,8 @@ st_Bitmap(GLcontext *ctx, GLint x, GLint y, GLsizei width, GLsizei height,
struct st_context *st = ctx->st;
struct pipe_texture *pt;
st_validate_state(st);
stfp = combined_bitmap_fragment_program(ctx);
if (!st->bitmap.vs) {