Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(89)

Issue 1691853003: Do not try to use GL_texture_rectangle on GL ES (Closed)

Created:
4 years, 10 months ago by Kimmo Kinnunen
Modified:
4 years, 10 months ago
Reviewers:
erikchen, bsalomon, ericrk
CC:
reviews_skia.org
Base URL:
https://skia.googlesource.com/skia.git@master
Target Ref:
refs/heads/master
Project:
skia
Visibility:
Public.

Description

Do not try to use GL_texture_rectangle on GL ES Do not try to use ARB_GL_texture_rectangle on GL ES. Command buffer exposes it, but it's not recommended. It also does not work with TexImage2D, and ANGLE does not have support for it on with GL ES 3.0 source context. Bug triggered only when trying to use command buffer in GL ES 3.0 mode. BUG=angleproject:1313 GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1691853003 Committed: https://skia.googlesource.com/skia/+/e06ed2554064781237430cfbd3abddd6c85126eb

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+11 lines, -6 lines) Patch
M src/gpu/gl/GrGLCaps.cpp View 1 chunk +11 lines, -6 lines 1 comment Download

Dependent Patchsets:

Messages

Total messages: 21 (8 generated)
Kimmo Kinnunen
4 years, 10 months ago (2016-02-12 07:42:07 UTC) #3
bsalomon
Kimmo does this cause our tests to fail on the cmd buffer? Eric and Erik ...
4 years, 10 months ago (2016-02-12 13:51:36 UTC) #8
Kimmo Kinnunen
On 2016/02/12 13:51:36, bsalomon wrote: > Kimmo does this cause our tests to fail on ...
4 years, 10 months ago (2016-02-12 14:32:20 UTC) #9
Kimmo Kinnunen
And to clarify: I dont know whether kbr was opposed of tex rect in general ...
4 years, 10 months ago (2016-02-12 14:52:26 UTC) #10
bsalomon
On 2016/02/12 14:52:26, Kimmo Kinnunen wrote: > And to clarify: > I dont know whether ...
4 years, 10 months ago (2016-02-12 15:02:53 UTC) #11
Kimmo Kinnunen
https://codereview.chromium.org/1691853003/diff/1/src/gpu/gl/GrGLCaps.cpp File src/gpu/gl/GrGLCaps.cpp (left): https://codereview.chromium.org/1691853003/diff/1/src/gpu/gl/GrGLCaps.cpp#oldcode233 src/gpu/gl/GrGLCaps.cpp:233: if (ctxInfo.glslGeneration() >= k140_GrGLSLGeneration) { Soo.. doesn't this kind ...
4 years, 10 months ago (2016-02-15 07:00:41 UTC) #12
ericrk
On 2016/02/12 at 15:02:53, bsalomon wrote: > On 2016/02/12 14:52:26, Kimmo Kinnunen wrote: > > ...
4 years, 10 months ago (2016-02-15 17:55:50 UTC) #13
ericrk
On 2016/02/15 at 07:00:41, kkinnunen wrote: > https://codereview.chromium.org/1691853003/diff/1/src/gpu/gl/GrGLCaps.cpp > File src/gpu/gl/GrGLCaps.cpp (left): > > https://codereview.chromium.org/1691853003/diff/1/src/gpu/gl/GrGLCaps.cpp#oldcode233 ...
4 years, 10 months ago (2016-02-15 17:59:08 UTC) #14
Kimmo Kinnunen
On 2016/02/15 17:59:08, ericrk wrote: > On 2016/02/15 at 07:00:41, kkinnunen wrote: > https://codereview.chromium.org/1691853003/diff/1/src/gpu/gl/GrGLCaps.cpp#oldcode233 > ...
4 years, 10 months ago (2016-02-15 19:08:01 UTC) #15
ericrk
On 2016/02/15 at 19:08:01, kkinnunen wrote: > On 2016/02/15 17:59:08, ericrk wrote: > > On ...
4 years, 10 months ago (2016-02-15 21:03:03 UTC) #16
bsalomon
lgtm. Eric I think the confusion is that even on Mac core profile Skia is ...
4 years, 10 months ago (2016-02-16 14:24:29 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1691853003/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1691853003/1
4 years, 10 months ago (2016-02-17 06:52:39 UTC) #19
commit-bot: I haz the power
4 years, 10 months ago (2016-02-17 07:15:44 UTC) #21
Message was sent while issue was closed.
Committed patchset #1 (id:1) as
https://skia.googlesource.com/skia/+/e06ed2554064781237430cfbd3abddd6c85126eb

Powered by Google App Engine
This is Rietveld 408576698