aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/sksl
diff options
context:
space:
mode:
authorGravatar Brian Osman <brianosman@google.com>2018-02-09 09:32:06 -0500
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2018-02-09 15:01:41 +0000
commit426e6c5cbaecbb11b85a90387d6441b3f31a98a0 (patch)
tree26c9d8cf1615525e959679e4865eac87cdf513b7 /src/sksl
parentde7220f574372a5463b5ff502fe4b721daf37c7b (diff)
Remove (unused) NV_bindless_texture from GL interface
Change-Id: I232c200c30f348da4f61cd7d6d73f3f3b46e0770 Reviewed-on: https://skia-review.googlesource.com/105984 Reviewed-by: Brian Salomon <bsalomon@google.com> Commit-Queue: Brian Osman <brianosman@google.com>
Diffstat (limited to 'src/sksl')
-rw-r--r--src/sksl/SkSLIRGenerator.cpp1
-rw-r--r--src/sksl/SkSLUtil.h4
2 files changed, 0 insertions, 5 deletions
diff --git a/src/sksl/SkSLIRGenerator.cpp b/src/sksl/SkSLIRGenerator.cpp
index 3388a4758d..984c2e2449 100644
--- a/src/sksl/SkSLIRGenerator.cpp
+++ b/src/sksl/SkSLIRGenerator.cpp
@@ -126,7 +126,6 @@ static void fill_caps(const SKSL_CAPS_CLASS& caps,
Program::Settings::Value(caps.name())));
CAP(fbFetchSupport);
CAP(fbFetchNeedsCustomOutput);
- CAP(bindlessTextureSupport);
CAP(dropsTileOnZeroDivide);
CAP(flatInterpolationSupport);
CAP(noperspectiveInterpolationSupport);
diff --git a/src/sksl/SkSLUtil.h b/src/sksl/SkSLUtil.h
index 787698f2c6..7c675eac16 100644
--- a/src/sksl/SkSLUtil.h
+++ b/src/sksl/SkSLUtil.h
@@ -83,10 +83,6 @@ public:
return false;
}
- bool bindlessTextureSupport() const {
- return false;
- }
-
bool dropsTileOnZeroDivide() const {
return false;
}