projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fe6be99
)
radeonsi: mark MSAA config state as dirty at the beginning of CS
author
Marek Olšák
<marek.olsak@amd.com>
Tue, 8 Jul 2014 00:02:40 +0000
(
02:02
+0200)
committer
Marek Olšák
<marek.olsak@amd.com>
Tue, 8 Jul 2014 18:46:23 +0000
(20:46 +0200)
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=81020
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
src/gallium/drivers/radeonsi/si_hw_context.c
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/radeonsi/si_hw_context.c
b/src/gallium/drivers/radeonsi/si_hw_context.c
index e4ce3af3baeb4f8b7faab73dc8095189e4cb5787..56fa66498823a978a52ecb3bef73dd9dcda7d262 100644
(file)
--- a/
src/gallium/drivers/radeonsi/si_hw_context.c
+++ b/
src/gallium/drivers/radeonsi/si_hw_context.c
@@
-160,6
+160,7
@@
void si_begin_new_cs(struct si_context *ctx)
ctx->emitted.named.init = ctx->queued.named.init;
ctx->framebuffer.atom.dirty = true;
+ ctx->msaa_config.dirty = true;
ctx->b.streamout.enable_atom.dirty = true;
si_all_descriptors_begin_new_cs(ctx);