gallium: add missing cso_save_samplers() call
authorBrian Paul <brian.paul@tungstengraphics.com>
Mon, 24 Mar 2008 17:46:41 +0000 (11:46 -0600)
committerBrian Paul <brian.paul@tungstengraphics.com>
Mon, 24 Mar 2008 17:56:05 +0000 (11:56 -0600)
src/mesa/state_tracker/st_cb_bitmap.c

index acc22d4..dbf2f77 100644 (file)
@@ -406,6 +406,7 @@ draw_bitmap_quad(GLcontext *ctx, GLint x, GLint y, GLfloat z,
    assert(height <= maxSize);
 
    cso_save_rasterizer(cso);
+   cso_save_samplers(cso);
    //cso_save_viewport(cso);
 
    /* rasterizer state: just scissor */