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

Issue 471603003: gpu: support immutable texture on Linux Mesa driver and GLES3. (Closed)

Created:
6 years, 4 months ago by dshwang
Modified:
6 years, 4 months ago
CC:
chromium-reviews, piman+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

gpu: support immutable texture on Linux Mesa driver and GLES3. Mesa GL driver supports GL_ARB_texture_storage extensions, not GL_EXT_texture_storage. GLES3 supports glTexStroage2D by default. This CL makes Intel Chromebook and Linux take advantage of immutable texture. BUG=106142 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=290676

Patch Set 1 #

Total comments: 1

Patch Set 2 : Support es3 also #

Unified diffs Side-by-side diffs Delta from patch set Stats (+4 lines, -2 lines) Patch
M gpu/command_buffer/service/feature_info.cc View 1 1 chunk +3 lines, -1 line 0 comments Download
M ui/gl/generate_bindings.py View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 13 (0 generated)
dshwang
Could you review? It makes Linux Intel GPU take advantage of immutable texture.
6 years, 4 months ago (2014-08-19 09:19:52 UTC) #1
dshwang
For example, Acer C720, i.e. peppy, needs this CL.
6 years, 4 months ago (2014-08-19 09:34:01 UTC) #2
bsalomon
https://codereview.chromium.org/471603003/diff/1/gpu/command_buffer/service/feature_info.cc File gpu/command_buffer/service/feature_info.cc (right): https://codereview.chromium.org/471603003/diff/1/gpu/command_buffer/service/feature_info.cc#newcode694 gpu/command_buffer/service/feature_info.cc:694: if (extensions.Contains("GL_EXT_texture_storage") || Shouldn't there also be an is_es3 ...
6 years, 4 months ago (2014-08-19 13:28:44 UTC) #3
dshwang
On 2014/08/19 13:28:44, bsalomon wrote: > https://codereview.chromium.org/471603003/diff/1/gpu/command_buffer/service/feature_info.cc > File gpu/command_buffer/service/feature_info.cc (right): > > https://codereview.chromium.org/471603003/diff/1/gpu/command_buffer/service/feature_info.cc#newcode694 > ...
6 years, 4 months ago (2014-08-19 18:02:53 UTC) #4
bsalomon
lgtm, but I'm not a valid reviewer :(
6 years, 4 months ago (2014-08-19 19:14:03 UTC) #5
piman
lgtm
6 years, 4 months ago (2014-08-19 20:20:39 UTC) #6
dshwang
Thank you for review!
6 years, 4 months ago (2014-08-19 20:37:50 UTC) #7
dshwang
The CQ bit was checked by dongseong.hwang@intel.com
6 years, 4 months ago (2014-08-19 20:37:53 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dongseong.hwang@intel.com/471603003/20001
6 years, 4 months ago (2014-08-19 20:38:50 UTC) #9
commit-bot: I haz the power
Committed patchset #2 (20001) as 290676
6 years, 4 months ago (2014-08-19 22:10:57 UTC) #10
spang
A revert of this CL (patchset #2) has been created in https://codereview.chromium.org/494843002/ by spang@chromium.org. The ...
6 years, 4 months ago (2014-08-20 20:46:14 UTC) #11
piman
On Wed, Aug 20, 2014 at 1:46 PM, <spang@chromium.org> wrote: > A revert of this ...
6 years, 4 months ago (2014-08-21 00:16:34 UTC) #12
dshwang
6 years, 4 months ago (2014-08-21 08:50:05 UTC) #13
Message was sent while issue was closed.
On 2014/08/21 00:16:34, piman (OOO) wrote:
> On Wed, Aug 20, 2014 at 1:46 PM, <mailto:spang@chromium.org> wrote:
> 
> > A revert of this CL (patchset #2) has been created in
> > https://codereview.chromium.org/494843002/ by mailto:spang@chromium.org.
> >
> > The reason for reverting is: causes black rectangles on chromeos
> > link_freon.
> >
> 
> Any details of the failure? Are there any GL errors?
> It's not clear to me why this would pass on the GL driver but fail on freon
> (GLES3). The entrypoint should be the same.
> 
> 
> >
> > https://codereview.chromium.org/471603003/
> >
> 
> To unsubscribe from this group and stop receiving emails from it, send an
email
> to mailto:chromium-reviews+unsubscribe@chromium.org.

Hi, thank you for reporting. glTexStorage2D on gl_renderer can cause the black
rect bug.

device wiki doesn't have freon;
http://www.chromium.org/chromium-os/developer-information-for-chrome-os-devices
Could you tell me what's freon spec? especially gpu. If you copy&paste
chrome://gpu, I'll very appreciate it.
I'll investigate it using peppy because I guess peppy has similar spec to freon.

Powered by Google App Engine
This is Rietveld 408576698