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

Issue 427093004: Start the process of choosing the correct compression format (Closed)

Created:
6 years, 4 months ago by krajcevski
Modified:
6 years, 4 months ago
Reviewers:
robertphillips
CC:
reviews_skia.org
Base URL:
https://skia.googlesource.com/skia.git@master
Project:
skia
Visibility:
Public.

Description

Start the process of choosing the correct compression format Committed: https://skia.googlesource.com/skia/+/b3abe90145b988883c9882de1ac42da963adbf67

Patch Set 1 #

Total comments: 8

Patch Set 2 : Code review comments #

Patch Set 3 : Constify pointer #

Patch Set 4 : Check for support for glCompressedTexSubImage2D #

Total comments: 2

Patch Set 5 : Typo #

Unified diffs Side-by-side diffs Delta from patch set Stats (+71 lines, -46 lines) Patch
M src/gpu/GrSWMaskHelper.h View 1 2 3 4 2 chunks +7 lines, -3 lines 0 comments Download
M src/gpu/GrSWMaskHelper.cpp View 1 2 3 5 chunks +60 lines, -38 lines 0 comments Download
M src/gpu/gl/GrGLCaps.cpp View 1 2 3 1 chunk +4 lines, -5 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
krajcevski
6 years, 4 months ago (2014-07-29 22:11:10 UTC) #1
robertphillips
https://codereview.chromium.org/427093004/diff/1/src/gpu/GrSWMaskHelper.cpp File src/gpu/GrSWMaskHelper.cpp (right): https://codereview.chromium.org/427093004/diff/1/src/gpu/GrSWMaskHelper.cpp#newcode53 src/gpu/GrSWMaskHelper.cpp:53: #if GR_COMPRESS_ALPHA_MASK I would reverse the order of the ...
6 years, 4 months ago (2014-07-30 12:15:50 UTC) #2
krajcevski
https://codereview.chromium.org/427093004/diff/1/src/gpu/GrSWMaskHelper.cpp File src/gpu/GrSWMaskHelper.cpp (right): https://codereview.chromium.org/427093004/diff/1/src/gpu/GrSWMaskHelper.cpp#newcode53 src/gpu/GrSWMaskHelper.cpp:53: #if GR_COMPRESS_ALPHA_MASK On 2014/07/30 12:15:49, robertphillips wrote: > I ...
6 years, 4 months ago (2014-07-30 15:10:20 UTC) #3
krajcevski
Updated to take into account whether or not we have glCompressedTexSubImage2D
6 years, 4 months ago (2014-07-30 19:38:51 UTC) #4
robertphillips
lgtm + typo https://codereview.chromium.org/427093004/diff/60001/src/gpu/GrSWMaskHelper.h File src/gpu/GrSWMaskHelper.h (right): https://codereview.chromium.org/427093004/diff/60001/src/gpu/GrSWMaskHelper.h#newcode109 src/gpu/GrSWMaskHelper.h:109: // This is the desired format ...
6 years, 4 months ago (2014-07-30 19:49:00 UTC) #5
krajcevski
https://codereview.chromium.org/427093004/diff/60001/src/gpu/GrSWMaskHelper.h File src/gpu/GrSWMaskHelper.h (right): https://codereview.chromium.org/427093004/diff/60001/src/gpu/GrSWMaskHelper.h#newcode109 src/gpu/GrSWMaskHelper.h:109: // This is the desired format within which to ...
6 years, 4 months ago (2014-07-30 19:56:13 UTC) #6
krajcevski
The CQ bit was checked by krajcevski@google.com
6 years, 4 months ago (2014-07-30 19:56:23 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://skia-tree-status.appspot.com/cq/krajcevski@google.com/427093004/70004
6 years, 4 months ago (2014-07-30 19:57:09 UTC) #8
commit-bot: I haz the power
6 years, 4 months ago (2014-07-30 20:08:18 UTC) #9
Message was sent while issue was closed.
Change committed as b3abe90145b988883c9882de1ac42da963adbf67

Powered by Google App Engine
This is Rietveld 408576698