History log of /external/skia/src/gpu/gl/GrGLTestInterface.h
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
28c2cc47fd2a4fbc3aaa7843f46f4c313d28b835 03-Nov-2017 Skia_Android Canary Bot <31977622648@project.gserviceaccount.com> Roll external/skia b693fbf0f..6516293c1 (32 commits)

https://skia.googlesource.com/skia.git/+log/b693fbf0f..6516293c1

2017-11-02 csmartdalton@google.com Include Vulkan in all Android builds on the CQ
2017-11-02 angle-deps-roller@chromium.org Roll skia/third_party/externals/angle2/ a59fc19f6..0741c0f1e (1 commit)
2017-11-02 caryclark@skia.org filling holes in canvas doc
2017-11-02 jvanverth@google.com Revert "Revert "Fix int overflow issues with clip and path bounds, take 2.""
2017-11-02 angle-deps-roller@chromium.org Roll skia/third_party/externals/angle2/ 6a89d2275..a59fc19f6 (1 commit)
2017-11-02 herb@google.com Support for direct gaussian blur evaluation
2017-11-02 liyuqian@google.com Remove SK_SUPPORT_LEGACY_AA_CHOICE
2017-11-02 liyuqian@google.com Add a GPU calmbench bot
2017-11-02 angle-deps-roller@chromium.org Roll skia/third_party/externals/angle2/ d10cf69e8..6a89d2275 (1 commit)
2017-11-02 jvanverth@google.com Revert "Fix int overflow issues with clip and path bounds, take 2."
2017-11-02 brianosman@google.com Fix GPU blurring when using SkColorSpaceXformCanvas
2017-11-02 robertphillips@google.com Do not always allocate temp space in GrGLGpu::uploadTexData
2017-11-02 jvanverth@google.com Fix int overflow issues with clip and path bounds, take 2.
2017-11-02 kjlubick@google.com Rename chromebook jobs to be more human friendly
2017-11-02 angle-deps-roller@chromium.org Roll skia/third_party/externals/angle2/ 58f67be0c..d10cf69e8 (1 commit)
2017-11-02 csmartdalton@google.com Revert "Implement window rectangles in vulkan"
2017-11-02 jvanverth@google.com Revert "Implement window rectangles in vulkan"
2017-11-02 csmartdalton@google.com Revert "Fix signed/unsigned comparison in assert"
2017-11-02 csmartdalton@google.com Fix signed/unsigned comparison in assert
2017-11-02 bsalomon@google.com During flush store GrOp draw and upload records on GrOpFlushState instead of on the ops themselves.
2017-11-02 reed@google.com add client-context to SkWriteBuffer
2017-11-02 kjlubick@google.com Add instructions for building Skia for Chromebooks
2017-11-02 angle-deps-roller@chromium.org Roll skia/third_party/externals/angle2/ a8b73ed05..58f67be0c (1 commit)
2017-11-02 angle-deps-roller@chromium.org Roll skia/third_party/externals/angle2/ e1f3ad4d8..a8b73ed05 (2 commits)
2017-11-02 csmartdalton@google.com Implement window rectangles in vulkan
2017-11-02 angle-deps-roller@chromium.org Roll skia/third_party/externals/angle2/ 640d597d8..e1f3ad4d8 (2 commits)
2017-11-02 jvanverth@google.com Add sample mouse support to Viewer
2017-11-02 mtklein@chromium.org add a GM to demo dither
2017-11-02 kjlubick@google.com Add Pixelbook to tree
2017-11-02 kjlubick@google.com Make CPU coverage bot a bit faster
2017-11-02 egdaniel@google.com Remove content area from GrTextureAdjuster.
2017-11-02 ethannicholas@google.com API to cache shader binaries between runs of Skia.

The AutoRoll server is located here: https://android-roll.skia.org

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md

If the roll is causing failures, please contact the current sheriff, who should
be CC'd on the roll, and stop the roller if necessary.

Test: Presubmit checks will test this change.
Change-Id: Ia006c6e27588077abd58ae05f08426e7b0683e5f
Exempt-From-Owner-Approval: The autoroll bot does not require owner approval.
(cherry picked from commit 0fb4b365b99b5e15da2875f9e0bf68c7d1cc6819)
/external/skia/src/gpu/gl/GrGLTestInterface.h
dba7e7ccfbab1c99b8a3f81156cecdb630d7d03a 20-Jul-2017 Greg Daniel <egdaniel@google.com> Add test for flushing empty surface with semaphores

Bug: skia:
Change-Id: I8d7dcb29c5b4c460aa5137842caf6563448ba5d3
Reviewed-on: https://skia-review.googlesource.com/25181
Commit-Queue: Greg Daniel <egdaniel@google.com>
Reviewed-by: Robert Phillips <robertphillips@google.com>
/external/skia/src/gpu/gl/GrGLTestInterface.h
81e7bf8d6d338d944f3c5075b14c21580398aeb6 19-Jul-2017 Greg Daniel <egdaniel@google.com> Update gpu caps for valid sample counts.

Instead of query and maxSampleCount and using that to cap, we now have
each config store its supported values and when requested returns either
the next highest or equal supported value, or if non the max config supported.

Bug: skia:
Change-Id: I8802d44c13b3b1703ee54a7e69b82102d4b8dc2d
Reviewed-on: https://skia-review.googlesource.com/24302
Commit-Queue: Greg Daniel <egdaniel@google.com>
Reviewed-by: Brian Salomon <bsalomon@google.com>
/external/skia/src/gpu/gl/GrGLTestInterface.h
609e7ccc664f51d430c10b68435833e485a5ede4 30-Mar-2017 Jim Van Verth <jvanverth@google.com> Add glPolygonMode support.

Mainly added because it's useful for rendering in wireframe mode.

Change-Id: I84dab43ce5b56a48d47dd16d4c98fa7648bb1f0b
Reviewed-on: https://skia-review.googlesource.com/10530
Commit-Queue: Jim Van Verth <jvanverth@google.com>
Reviewed-by: Brian Salomon <bsalomon@google.com>
/external/skia/src/gpu/gl/GrGLTestInterface.h
6be35238855dbbc7575e78d6723936293a4b38e6 01-Mar-2017 Greg Daniel <egdaniel@google.com> Add support for Semaphores (gpu waiting on gpu) in Ganesh

BUG=skia:

Change-Id: I4324b65bc50a3dfd90372459899870d5f1952fdc
Reviewed-on: https://skia-review.googlesource.com/9120
Commit-Queue: Greg Daniel <egdaniel@google.com>
Reviewed-by: Brian Salomon <bsalomon@google.com>
Reviewed-by: Brian Osman <brianosman@google.com>
/external/skia/src/gpu/gl/GrGLTestInterface.h
84741b308496409f4ff662658167221fc6801bbe 30-Sep-2016 jvanverth <jvanverth@google.com> Add fence support for TransferBuffers

BUG=skia:4604
GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2384463003

Review-Url: https://codereview.chromium.org/2384463003
/external/skia/src/gpu/gl/GrGLTestInterface.h
fc9527a0dfab9b4e2f6c1b8a7ff23a61a5e6b31f 29-Aug-2016 bsalomon <bsalomon@google.com> Add support for glDrawRangeElements
GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2287003002

Review-Url: https://codereview.chromium.org/2287003002
/external/skia/src/gpu/gl/GrGLTestInterface.h
739bbb2dadbb9f1c37db0a2afa3709ae132d007a 10-Jun-2016 csmartdalton <csmartdalton@google.com> Fix glDraw*Indirect prototypes

BUG=skia:
GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2050403002

Review-Url: https://codereview.chromium.org/2050403002
/external/skia/src/gpu/gl/GrGLTestInterface.h
3724e574a744491b7cfb8187ac865a70ef3d4528 31-Mar-2016 bsalomon <bsalomon@google.com> Move SkGLContext and some GrGLInterface implementations to skgputest module

BUG=skia:
GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1815823002
CQ_EXTRA_TRYBOTS=client.skia.compile:Build-Ubuntu-GCC-x86_64-Release-CMake-Trybot,Build-Mac-Clang-x86_64-Release-CMake-Trybot

Committed: https://skia.googlesource.com/skia/+/fe3456cb006110d045b26ff3f8681b893a757b58

Review URL: https://codereview.chromium.org/1815823002
/external/skia/src/gpu/gl/GrGLTestInterface.h
6f70d43719d0583d486a000f66e915c10a6b83a2 30-Mar-2016 robertphillips <robertphillips@google.com> Revert of Move SkGLContext and some GrGLInterface implementations to skgputest module (patchset #13 id:240001 of https://codereview.chromium.org/1815823002/ )

Reason for revert:
red bots

Original issue's description:
> Move SkGLContext and some GrGLInterface implementations to skgputest module
>
> BUG=skia:
> GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1815823002
> CQ_EXTRA_TRYBOTS=client.skia.compile:Build-Ubuntu-GCC-x86_64-Release-CMake-Trybot,Build-Mac-Clang-x86_64-Release-CMake-Trybot
>
> Committed: https://skia.googlesource.com/skia/+/fe3456cb006110d045b26ff3f8681b893a757b58

TBR=jvanverth@google.com,bsalomon@google.com
# Skipping CQ checks because original CL landed less than 1 days ago.
NOPRESUBMIT=true
NOTREECHECKS=true
NOTRY=true
BUG=skia:

Review URL: https://codereview.chromium.org/1845473004
/external/skia/src/gpu/gl/GrGLTestInterface.h
fe3456cb006110d045b26ff3f8681b893a757b58 30-Mar-2016 bsalomon <bsalomon@google.com> Move SkGLContext and some GrGLInterface implementations to skgputest module

BUG=skia:
GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1815823002
CQ_EXTRA_TRYBOTS=client.skia.compile:Build-Ubuntu-GCC-x86_64-Release-CMake-Trybot,Build-Mac-Clang-x86_64-Release-CMake-Trybot

Review URL: https://codereview.chromium.org/1815823002
/external/skia/src/gpu/gl/GrGLTestInterface.h
9d524f22bfde5dc3dc8f48e1be39bdebd3bb0304 29-Mar-2016 halcanary <halcanary@google.com> Style bikeshed - remove extraneous whitespace

GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1842753002

Review URL: https://codereview.chromium.org/1842753002
/external/skia/src/gpu/gl/GrGLTestInterface.h
28ef445d2e55ada7a45fd74e9248b4f22b16e061 25-Mar-2016 ethannicholas <ethannicholas@google.com> added support for glMinSampleShading
GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1812223002

Review URL: https://codereview.chromium.org/1812223002
/external/skia/src/gpu/gl/GrGLTestInterface.h
b5a94e3e24ef16f96ecfbe4ee427f7a0c69d7290 18-Mar-2016 bsalomon <bsalomon@google.com> Store null GL context's state in interface object

BUG=skia:
GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1814113002

Review URL: https://codereview.chromium.org/1814113002
/external/skia/src/gpu/gl/GrGLTestInterface.h