mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 07:28:11 +02:00
gallium: need to call st_validate_state() in Bitmap()
This commit is contained in:
parent
8cb85807d3
commit
1ecb2e4a7a
1 changed files with 2 additions and 0 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue