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

Issue 216873003: Use glTexSubImage2D while binding with external texture for map-image. (Closed)

Created:
6 years, 9 months ago by sohanjg
Modified:
5 years, 1 month ago
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

Use glTexSubImage2D while binding with GL_TEXTURE_EXTERNAL_OES for map-image. In GLImageShm, use glTexSub instead of glTex during binding, as it is more efficient and avoids gpu-workarounds. BUG=357493 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=260821

Patch Set 1 #

Total comments: 3

Patch Set 2 : comments #

Patch Set 3 : rebased #

Unified diffs Side-by-side diffs Delta from patch set Stats (+41 lines, -30 lines) Patch
M ui/gl/gl_image_shm.cc View 1 2 1 chunk +41 lines, -30 lines 0 comments Download

Messages

Total messages: 20 (1 generated)
sohanjg
PTAL. Thanks https://codereview.chromium.org/216873003/diff/1/ui/gl/gl_image_shm.cc File ui/gl/gl_image_shm.cc (right): https://codereview.chromium.org/216873003/diff/1/ui/gl/gl_image_shm.cc#newcode142 ui/gl/gl_image_shm.cc:142: if (egl_image_ == EGL_NO_IMAGE_KHR) { Should we ...
6 years, 9 months ago (2014-03-28 12:36:20 UTC) #1
reveman
https://codereview.chromium.org/216873003/diff/1/ui/gl/gl_image_shm.cc File ui/gl/gl_image_shm.cc (right): https://codereview.chromium.org/216873003/diff/1/ui/gl/gl_image_shm.cc#newcode142 ui/gl/gl_image_shm.cc:142: if (egl_image_ == EGL_NO_IMAGE_KHR) { On 2014/03/28 12:36:20, sohanjg ...
6 years, 9 months ago (2014-03-28 13:34:17 UTC) #2
reveman
lgtm thanks! +piman
6 years, 9 months ago (2014-03-28 14:28:54 UTC) #3
piman
LGTM if it works around a bug, but I'm not positive that glTexSubImage2D is better ...
6 years, 9 months ago (2014-03-28 17:17:39 UTC) #4
reveman
+epenner
6 years, 9 months ago (2014-03-28 18:33:35 UTC) #5
reveman
On 2014/03/28 17:17:39, piman wrote: > LGTM if it works around a bug, but I'm ...
6 years, 9 months ago (2014-03-28 18:34:09 UTC) #6
epenner
Reveman's description sums up my take on it. EGLImage object creation can be expensive, and ...
6 years, 8 months ago (2014-03-28 23:19:44 UTC) #7
reveman
On 2014/03/28 23:19:44, epenner wrote: > Reveman's description sums up my take on it. EGLImage ...
6 years, 8 months ago (2014-03-28 23:50:26 UTC) #8
epenner
> I don't see why it wouldn't work. Are we missing something? I think I ...
6 years, 8 months ago (2014-03-29 00:23:48 UTC) #9
reveman
On 2014/03/29 00:23:48, epenner wrote: > > I don't see why it wouldn't work. Are ...
6 years, 8 months ago (2014-03-30 15:54:37 UTC) #10
epennerAtGoogle
Okay, if you are binding the same texture to two different IDs and uploading to ...
6 years, 8 months ago (2014-03-31 20:23:28 UTC) #11
reveman
On 2014/03/31 20:23:28, epennerAtGoogle wrote: > Okay, if you are binding the same texture to ...
6 years, 8 months ago (2014-03-31 22:06:04 UTC) #12
sohanjg
The CQ bit was checked by sohan.jyoti@samsung.com
6 years, 8 months ago (2014-04-01 04:38:41 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sohan.jyoti@samsung.com/216873003/40001
6 years, 8 months ago (2014-04-01 04:38:54 UTC) #14
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 8 months ago (2014-04-01 04:59:53 UTC) #15
commit-bot: I haz the power
Try jobs failed on following builders: tryserver.chromium on mac_chromium_rel
6 years, 8 months ago (2014-04-01 04:59:54 UTC) #16
sohanjg
The CQ bit was checked by sohan.jyoti@samsung.com
6 years, 8 months ago (2014-04-01 06:55:49 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sohan.jyoti@samsung.com/216873003/40001
6 years, 8 months ago (2014-04-01 06:55:50 UTC) #18
commit-bot: I haz the power
6 years, 8 months ago (2014-04-01 09:40:33 UTC) #19
Message was sent while issue was closed.
Change committed as 260821

Powered by Google App Engine
This is Rietveld 408576698