Add LINK_STATUS to completion query
This stores program LINK_STATUS to the GL_QUERY_RESULT of GL_PROGRAM_COMPLETION_QUERY_CHROMIUM. WebGL useProgram checks the status before using it. By caching this status, useProgram no longer stalls on the round-trip to the GPU thread. Bug: 962337 Change-Id: Ifcc15044b1e6e6813e0599d90a76556b2401396a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1607573 Commit-Queue: Kenneth Russell <kbr@chromium.org> Reviewed-by:Kenneth Russell <kbr@chromium.org> Reviewed-by:
Kai Ninomiya <kainino@chromium.org> Cr-Commit-Position: refs/heads/master@{#661134}
Showing
Please register or sign in to comment