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

Issue 292323003: Add compressed texture capabilities for GPU devices (Closed)

Created:
6 years, 7 months ago by krajcevski
Modified:
6 years, 7 months ago
CC:
skia-review_googlegroups.com
Base URL:
https://skia.googlesource.com/skia.git@master
Visibility:
Public.

Description

Add compressed texture capabilities for GPU devices BUG=skia: Committed: http://code.google.com/p/skia/source/detail?r=14880 Committed: http://code.google.com/p/skia/source/detail?r=14901

Patch Set 1 #

Patch Set 2 : Cleanup the enum and remove comment #

Total comments: 2

Patch Set 3 : Add GL_ prefix #

Total comments: 4

Patch Set 4 : Fix loop iteration start #

Patch Set 5 : Update comments on compressed formats #

Total comments: 6

Patch Set 6 : Change wording on comment #

Patch Set 7 : Fix signedness issue #

Patch Set 8 : Remove = 0 constraint #

Patch Set 9 : Add a few more values to the enum. #

Total comments: 4

Patch Set 10 : Report on other compressed formats #

Unified diffs Side-by-side diffs Delta from patch set Stats (+77 lines, -0 lines) Patch
M include/gpu/GrTypes.h View 1 2 3 4 5 6 7 8 9 1 chunk +14 lines, -0 lines 0 comments Download
M src/gpu/GrDrawTarget.cpp View 1 2 3 4 5 6 7 8 9 3 chunks +20 lines, -0 lines 0 comments Download
M src/gpu/GrDrawTargetCaps.h View 1 2 3 4 5 6 2 chunks +7 lines, -0 lines 0 comments Download
M src/gpu/gl/GrGLCaps.h View 1 chunk +2 lines, -0 lines 0 comments Download
M src/gpu/gl/GrGLCaps.cpp View 1 2 3 4 5 6 7 8 9 2 chunks +34 lines, -0 lines 0 comments Download

Messages

Total messages: 27 (0 generated)
krajcevski
6 years, 7 months ago (2014-05-22 21:47:20 UTC) #1
robertphillips
https://codereview.chromium.org/292323003/diff/20001/src/gpu/GrDrawTarget.cpp File src/gpu/GrDrawTarget.cpp (right): https://codereview.chromium.org/292323003/diff/20001/src/gpu/GrDrawTarget.cpp#newcode1141 src/gpu/GrDrawTarget.cpp:1141: 1? https://codereview.chromium.org/292323003/diff/40001/include/gpu/GrTypes.h File include/gpu/GrTypes.h (right): https://codereview.chromium.org/292323003/diff/40001/include/gpu/GrTypes.h#newcode622 include/gpu/GrTypes.h:622: /** that ...
6 years, 7 months ago (2014-05-22 22:00:26 UTC) #2
krajcevski
https://codereview.chromium.org/292323003/diff/20001/src/gpu/GrDrawTarget.cpp File src/gpu/GrDrawTarget.cpp (right): https://codereview.chromium.org/292323003/diff/20001/src/gpu/GrDrawTarget.cpp#newcode1141 src/gpu/GrDrawTarget.cpp:1141: On 2014/05/22 22:00:26, robertphillips wrote: > 1? Done. https://codereview.chromium.org/292323003/diff/40001/include/gpu/GrTypes.h ...
6 years, 7 months ago (2014-05-22 22:17:11 UTC) #3
krajcevski
Forgot to actually change the comments in GrTypes.h
6 years, 7 months ago (2014-05-22 22:20:09 UTC) #4
bsalomon
I have a couple minor comments, but this lgtm. https://codereview.chromium.org/292323003/diff/80001/include/gpu/GrTypes.h File include/gpu/GrTypes.h (right): https://codereview.chromium.org/292323003/diff/80001/include/gpu/GrTypes.h#newcode625 include/gpu/GrTypes.h:625: ...
6 years, 7 months ago (2014-05-23 13:40:04 UTC) #5
krajcevski
https://codereview.chromium.org/292323003/diff/80001/include/gpu/GrTypes.h File include/gpu/GrTypes.h (right): https://codereview.chromium.org/292323003/diff/80001/include/gpu/GrTypes.h#newcode625 include/gpu/GrTypes.h:625: * GrDrawTargetCaps::compressedTextureSupport On 2014/05/23 13:40:04, bsalomon wrote: > Maybe ...
6 years, 7 months ago (2014-05-23 15:11:46 UTC) #6
bsalomon
lgtm
6 years, 7 months ago (2014-05-23 15:14:27 UTC) #7
krajcevski
The CQ bit was checked by krajcevski@google.com
6 years, 7 months ago (2014-05-23 17:40:23 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://skia-tree-status.appspot.com/cq/krajcevski@google.com/292323003/100001
6 years, 7 months ago (2014-05-23 17:40:47 UTC) #9
commit-bot: I haz the power
Change committed as 14880
6 years, 7 months ago (2014-05-23 20:00:56 UTC) #10
krajcevski
A revert of this CL has been created in https://codereview.chromium.org/296313003/ by krajcevski@google.com. The reason for ...
6 years, 7 months ago (2014-05-23 20:17:03 UTC) #11
krajcevski
6 years, 7 months ago (2014-05-23 20:28:09 UTC) #12
krajcevski
6 years, 7 months ago (2014-05-23 20:29:38 UTC) #13
krajcevski
6 years, 7 months ago (2014-05-23 22:05:36 UTC) #14
krajcevski
The CQ bit was checked by krajcevski@google.com
6 years, 7 months ago (2014-05-23 22:45:11 UTC) #15
krajcevski
The CQ bit was unchecked by krajcevski@google.com
6 years, 7 months ago (2014-05-23 22:45:11 UTC) #16
krajcevski
So, there was a little SNAFU when trying to commit this: Apparently Clang does some ...
6 years, 7 months ago (2014-05-23 22:56:32 UTC) #17
robertphillips
It think it is okay to build in space for ETC2 and DXT1. I think ...
6 years, 7 months ago (2014-05-27 12:20:35 UTC) #18
krajcevski
https://codereview.chromium.org/292323003/diff/160001/src/gpu/gl/GrGLCaps.cpp File src/gpu/gl/GrGLCaps.cpp (right): https://codereview.chromium.org/292323003/diff/160001/src/gpu/gl/GrGLCaps.cpp#newcode489 src/gpu/gl/GrGLCaps.cpp:489: fCompressedFormatSupport[kETC1_GrCompressedFormat] = hasETC1; On 2014/05/27 12:20:35, robertphillips wrote: > ...
6 years, 7 months ago (2014-05-27 14:31:19 UTC) #19
krajcevski
https://codereview.chromium.org/292323003/diff/160001/src/gpu/GrDrawTarget.cpp File src/gpu/GrDrawTarget.cpp (right): https://codereview.chromium.org/292323003/diff/160001/src/gpu/GrDrawTarget.cpp#newcode1135 src/gpu/GrDrawTarget.cpp:1135: On 2014/05/27 12:20:35, robertphillips wrote: > add new enums ...
6 years, 7 months ago (2014-05-27 14:32:01 UTC) #20
robertphillips
lgtm
6 years, 7 months ago (2014-05-27 17:01:41 UTC) #21
krajcevski
The CQ bit was checked by krajcevski@google.com
6 years, 7 months ago (2014-05-27 17:23:06 UTC) #22
krajcevski
The CQ bit was unchecked by krajcevski@google.com
6 years, 7 months ago (2014-05-27 17:23:07 UTC) #23
krajcevski
The CQ bit was checked by krajcevski@google.com
6 years, 7 months ago (2014-05-27 18:46:36 UTC) #24
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://skia-tree-status.appspot.com/cq/krajcevski@google.com/292323003/170001
6 years, 7 months ago (2014-05-27 18:47:08 UTC) #25
commit-bot: I haz the power
Change committed as 14901
6 years, 7 months ago (2014-05-27 18:52:28 UTC) #26
epoger
6 years, 7 months ago (2014-05-27 19:06:25 UTC) #27
Message was sent while issue was closed.
A revert of this CL has been created in
https://codereview.chromium.org/307543002/ by epoger@google.com.

The reason for reverting is: RunDecodingTests failing on multiple platforms. 
Please use trybots to validate and re-land..

Powered by Google App Engine
This is Rietveld 408576698