mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-08 23:40:12 +01:00
Revert "st/mesa: only resolve is number of samples is > 1"
This reverts commit 8c713626db.
Didn't mean to push this at all
This commit is contained in:
parent
8c713626db
commit
b1a8b7b019
1 changed files with 1 additions and 1 deletions
|
|
@ -178,7 +178,7 @@ st_BlitFramebuffer(struct gl_context *ctx,
|
|||
st->pipe->render_condition(st->pipe, NULL, 0);
|
||||
}
|
||||
|
||||
if (readFB->Visual.sampleBuffers > drawFB->Visual.sampleBuffers && readFB->Visual.samples > 1) {
|
||||
if (readFB->Visual.sampleBuffers > drawFB->Visual.sampleBuffers) {
|
||||
struct pipe_resolve_info info;
|
||||
|
||||
if (dstX0 < dstX1) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue