New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 661603 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner:
Closed: Nov 2016
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: All
Pri: 3
Type: Bug



Sign in to add a comment

Log messages from GL_KHR_debug

Project Member Reported by geoffl...@chromium.org, Nov 2 2016

Issue description

GL_KHR_debug can often tell us why the driver is returning an error and provide us the callstack with the code generating the error.  Load the debug entry points and print out the messages the driver generates.
 
Project Member

Comment 1 by bugdroid1@chromium.org, Nov 3 2016

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

commit 326c851cbb14cc379fa6516ef2cf73f18f8778f0
Author: geofflang <geofflang@chromium.org>
Date: Thu Nov 03 15:11:28 2016

Load the GL_KHR_debug entry points and log messages they produce.

BUG= 661603 
CQ_INCLUDE_TRYBOTS=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

Review-Url: https://codereview.chromium.org/2472703003
Cr-Commit-Position: refs/heads/master@{#429589}

[modify] https://crrev.com/326c851cbb14cc379fa6516ef2cf73f18f8778f0/content/common/gpu_host_messages.h
[modify] https://crrev.com/326c851cbb14cc379fa6516ef2cf73f18f8778f0/content/public/browser/gpu_utils.cc
[modify] https://crrev.com/326c851cbb14cc379fa6516ef2cf73f18f8778f0/gpu/command_buffer/service/feature_info.cc
[modify] https://crrev.com/326c851cbb14cc379fa6516ef2cf73f18f8778f0/gpu/command_buffer/service/feature_info.h
[modify] https://crrev.com/326c851cbb14cc379fa6516ef2cf73f18f8778f0/gpu/command_buffer/service/gl_utils.cc
[modify] https://crrev.com/326c851cbb14cc379fa6516ef2cf73f18f8778f0/gpu/command_buffer/service/gl_utils.h
[modify] https://crrev.com/326c851cbb14cc379fa6516ef2cf73f18f8778f0/gpu/command_buffer/service/gles2_cmd_decoder.cc
[modify] https://crrev.com/326c851cbb14cc379fa6516ef2cf73f18f8778f0/gpu/command_buffer/service/gles2_cmd_decoder_passthrough.cc
[modify] https://crrev.com/326c851cbb14cc379fa6516ef2cf73f18f8778f0/gpu/command_buffer/service/gpu_preferences.h
[modify] https://crrev.com/326c851cbb14cc379fa6516ef2cf73f18f8778f0/gpu/command_buffer/service/gpu_switches.cc
[modify] https://crrev.com/326c851cbb14cc379fa6516ef2cf73f18f8778f0/gpu/command_buffer/service/gpu_switches.h
[add] https://crrev.com/326c851cbb14cc379fa6516ef2cf73f18f8778f0/third_party/khronos/GLES3/gl32.h
[modify] https://crrev.com/326c851cbb14cc379fa6516ef2cf73f18f8778f0/ui/gl/generate_bindings.py
[modify] https://crrev.com/326c851cbb14cc379fa6516ef2cf73f18f8778f0/ui/gl/gl_bindings_api_autogen_gl.h
[modify] https://crrev.com/326c851cbb14cc379fa6516ef2cf73f18f8778f0/ui/gl/gl_bindings_autogen_gl.cc
[modify] https://crrev.com/326c851cbb14cc379fa6516ef2cf73f18f8778f0/ui/gl/gl_bindings_autogen_gl.h
[modify] https://crrev.com/326c851cbb14cc379fa6516ef2cf73f18f8778f0/ui/gl/gl_bindings_autogen_mock.cc
[modify] https://crrev.com/326c851cbb14cc379fa6516ef2cf73f18f8778f0/ui/gl/gl_bindings_autogen_mock.h
[modify] https://crrev.com/326c851cbb14cc379fa6516ef2cf73f18f8778f0/ui/gl/gl_enums_implementation_autogen.h
[modify] https://crrev.com/326c851cbb14cc379fa6516ef2cf73f18f8778f0/ui/gl/gl_mock_autogen_gl.h
[modify] https://crrev.com/326c851cbb14cc379fa6516ef2cf73f18f8778f0/ui/gl/gl_stub_autogen_gl.h

Status: Fixed (was: Started)

Sign in to add a comment