mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-30 09:20:23 +01:00
st/xorg: Bind rasterizer state for copies.
This commit is contained in:
parent
7edda9350a
commit
67fb13ba68
1 changed files with 2 additions and 0 deletions
|
|
@ -867,6 +867,8 @@ static void renderer_copy_texture(struct exa_context *exa,
|
|||
/* texture */
|
||||
cso_set_sampler_textures(exa->cso, 1, &src);
|
||||
|
||||
bind_rasterizer_state(exa);
|
||||
|
||||
/* shaders */
|
||||
shader = xorg_shaders_get(exa->shaders,
|
||||
VS_COMPOSITE,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue