New issue
Advanced search Search tips

Issue 782497 link

Starred by 3 users

Issue metadata

Status: Fixed
Owner:
Closed: Dec 2017
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 2
Type: Bug

Blocked on:
issue 731286



Sign in to add a comment

GLES2DecoderImpl::offscreen_target_samples_ should be 0 for non-multisampled

Project Member Reported by kainino@chromium.org, Nov 8 2017

Issue description

I tried just making the trivial change, but it fails the gl_test EXTMultisampleCompatibilityTest.DrawAndResolve on my Mac/Intel. That test passes on my Linux/NVIDIA.
I thought the test failure was caused by my changes, but apparently not.
I'll try submitting this change for a dry run.
https://crrev.com/c/765091
Components: -Internals>GPU Internals>GPU>Internals
Project Member

Comment 4 by bugdroid1@chromium.org, Nov 13 2017

The following revision refers to this bug:
  https://chromium.googlesource.com/chromium/src.git/+/a0ff710d32386aeeaa3587bd985a948b0a357c2b

commit a0ff710d32386aeeaa3587bd985a948b0a357c2b
Author: Kai Ninomiya <kainino@chromium.org>
Date: Mon Nov 13 20:38:21 2017

Set offscreen_target_samples_=0 if nonmultisampled

GLES2DecoderImpl::offscreen_target_samples_ should be 0 for
nonmultisampled offscreen targets, but it was set to 1 instead sometimes.

Bug:  782497 , b/30976816
Cq-Include-Trybots: master.tryserver.chromium.android:android_optional_gpu_tests_rel;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel
Change-Id: I2efa1e432632c7d86d8b071ead7a0cdbfc9a2784
Reviewed-on: https://chromium-review.googlesource.com/765091
Reviewed-by: Zhenyao Mo <zmo@chromium.org>
Commit-Queue: Kai Ninomiya <kainino@chromium.org>
Cr-Commit-Position: refs/heads/master@{#516033}
[modify] https://crrev.com/a0ff710d32386aeeaa3587bd985a948b0a357c2b/gpu/command_buffer/service/gles2_cmd_decoder.cc

Waiting for verification of b/30976816 before closing.
Blockedon: 731286
Status: Fixed (was: Started)

Sign in to add a comment