mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-04 22:49:13 +02:00
r300g: add missing flush
This commit is contained in:
parent
c7dfffc5d5
commit
d8592d1724
1 changed files with 2 additions and 0 deletions
|
|
@ -577,6 +577,8 @@ static void r300_set_sampler_textures(struct pipe_context* pipe,
|
|||
if (count > 8) {
|
||||
return;
|
||||
}
|
||||
|
||||
r300->context.flush(&r300->context, 0, NULL);
|
||||
|
||||
for (i = 0; i < count; i++) {
|
||||
if (r300->textures[i] != (struct r300_texture*)texture[i]) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue