New issue
Advanced search Search tips

Issue 827648 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner:
Closed: Jul 18
Components:
EstimatedDays: ----
NextAction: ----
OS: Windows
Pri: 1
Type: Bug

Blocking:
issue 827649



Sign in to add a comment

d3d11 zero copy: passthrough gles decoder support

Project Member Reported by liber...@chromium.org, Mar 30 2018

Issue description

add support for the new gles2 passthrough decoder.  currently, we memorize that it's the validating decoder when handling PictureBuffers.
 
Blocking: 827649
Project Member

Comment 2 by bugdroid1@chromium.org, Jun 14 2018

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

commit c955ca0daa2d7e2f614b3d313e85469058828bde
Author: Ted Meyer <tmathmeyer@chromium.org>
Date: Thu Jun 14 22:40:44 2018

Add BindStreamTextureImage and BindImage

Bug:  827648 
Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel
Change-Id: Ie5ada63305913f3a0c8fe1986390ae80db253e4c
Reviewed-on: https://chromium-review.googlesource.com/1092079
Reviewed-by: Antoine Labour <piman@chromium.org>
Reviewed-by: Frank Liberato <liberato@chromium.org>
Commit-Queue: Ted Meyer <tmathmeyer@chromium.org>
Cr-Commit-Position: refs/heads/master@{#567447}
[modify] https://crrev.com/c955ca0daa2d7e2f614b3d313e85469058828bde/gpu/command_buffer/service/abstract_texture.h
[modify] https://crrev.com/c955ca0daa2d7e2f614b3d313e85469058828bde/gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc
[modify] https://crrev.com/c955ca0daa2d7e2f614b3d313e85469058828bde/gpu/command_buffer/service/validating_abstract_texture_impl.cc
[modify] https://crrev.com/c955ca0daa2d7e2f614b3d313e85469058828bde/gpu/command_buffer/service/validating_abstract_texture_impl.h

Project Member

Comment 3 by bugdroid1@chromium.org, Jun 26 2018

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

commit 110bd3eb816246382bab36b5d94e644cfb8412a7
Author: Ted Meyer <tmathmeyer@chromium.org>
Date: Tue Jun 26 02:14:15 2018

Adds PassthroughAbstractTextureImpl

Bug:  827648 
Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel
Change-Id: I75f2ebe01cd6a0af212b7d4a2d823d16f2cbba8b
Reviewed-on: https://chromium-review.googlesource.com/1102085
Commit-Queue: Ted Meyer <tmathmeyer@chromium.org>
Reviewed-by: Antoine Labour <piman@chromium.org>
Reviewed-by: Frank Liberato <liberato@chromium.org>
Cr-Commit-Position: refs/heads/master@{#570290}
[modify] https://crrev.com/110bd3eb816246382bab36b5d94e644cfb8412a7/gpu/command_buffer/service/BUILD.gn
[modify] https://crrev.com/110bd3eb816246382bab36b5d94e644cfb8412a7/gpu/command_buffer/service/gles2_cmd_decoder_passthrough.cc
[modify] https://crrev.com/110bd3eb816246382bab36b5d94e644cfb8412a7/gpu/command_buffer/service/gles2_cmd_decoder_passthrough.h
[modify] https://crrev.com/110bd3eb816246382bab36b5d94e644cfb8412a7/gpu/command_buffer/service/gles2_cmd_decoder_unittest_base.cc
[add] https://crrev.com/110bd3eb816246382bab36b5d94e644cfb8412a7/gpu/command_buffer/service/passthrough_abstract_texture_impl.cc
[add] https://crrev.com/110bd3eb816246382bab36b5d94e644cfb8412a7/gpu/command_buffer/service/passthrough_abstract_texture_impl.h

Status: Fixed (was: Assigned)

Sign in to add a comment