mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 00:00:11 +01:00
gallium: add missing cso_save_samplers() call
This commit is contained in:
parent
bf8de6d4dc
commit
d246274b9c
1 changed files with 1 additions and 0 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue