reed
|
c9b5f8b152
|
tunnel down texture-size-constraint to imagefilters
BUG=skia:
Review URL: https://codereview.chromium.org/1421493003
|
2015-10-22 13:20:20 -07:00 |
|
bsalomon
|
eae6200acb
|
Some cleanup in GrTextureProvider and GrResourceProvider.
Review URL: https://codereview.chromium.org/1261643004
|
2015-07-31 13:59:31 -07:00 |
|
robertphillips
|
1b8e1b5c49
|
Refactor GrBufferAllocPools to use resource cache
Committed: https://skia.googlesource.com/skia/+/e935f1a0e2351373c33600b8388492ce1218014a
Review URL: https://codereview.chromium.org/1139753002
|
2015-06-24 06:54:10 -07:00 |
|
robertphillips
|
b607767703
|
Revert of Refactor GrBufferAllocPools to use resource cache (patchset #15 id:280001 of https://codereview.chromium.org/1139753002/)
Reason for revert:
Will reland after Chromium branch
Original issue's description:
> Refactor GrBufferAllocPools to use resource cache
>
> Committed: https://skia.googlesource.com/skia/+/e935f1a0e2351373c33600b8388492ce1218014a
TBR=bsalomon@google.com,joshualitt@google.com
NOPRESUBMIT=true
NOTREECHECKS=true
NOTRY=true
Review URL: https://codereview.chromium.org/1204773003
|
2015-06-23 12:36:12 -07:00 |
|
robertphillips
|
e935f1a0e2
|
Refactor GrBufferAllocPools to use resource cache
Review URL: https://codereview.chromium.org/1139753002
|
2015-06-23 08:23:08 -07:00 |
|
bsalomon
|
6dc6f5f4a1
|
Add support for creating texture backed images where Skia will delete the texture.
Review URL: https://codereview.chromium.org/1187523005
|
2015-06-18 09:12:17 -07:00 |
|
robertphillips
|
eea2ff7201
|
Revert of Refactor GrBufferAllocPools to use resource cache (patchset #9 id:160001 of https://codereview.chromium.org/1139753002/)
Reason for revert:
Perf Regression for some bot/skp combinations
Original issue's description:
> Refactor GrBufferAllocPools to use resource cache
>
> Committed: https://skia.googlesource.com/skia/+/c5f1c5414fc8f73cbefadcc1b24ec794056fa203
TBR=bsalomon@google.com
NOPRESUBMIT=true
NOTREECHECKS=true
NOTRY=true
Review URL: https://codereview.chromium.org/1129863008
|
2015-05-14 05:24:53 -07:00 |
|
robertphillips
|
c5f1c5414f
|
Refactor GrBufferAllocPools to use resource cache
Review URL: https://codereview.chromium.org/1139753002
|
2015-05-13 10:55:33 -07:00 |
|
bsalomon
|
ed0bcad9c8
|
Move instanced index buffer creation to flush time
Committed: https://skia.googlesource.com/skia/+/ab622c7b8cc8c39f0a594e4392b9e31b7e1ddb26
Review URL: https://codereview.chromium.org/1116943004
|
2015-05-04 10:36:43 -07:00 |
|
bsalomon
|
d8ed1b64a6
|
Revert of Move instanced index buffer creation to flush time (patchset #6 id:100001 of https://codereview.chromium.org/1116943004/)
Reason for revert:
messed up caching, recreating index buffers all the time.
Original issue's description:
> Move instanced index buffer creation to flush time
>
> Committed: https://skia.googlesource.com/skia/+/ab622c7b8cc8c39f0a594e4392b9e31b7e1ddb26
TBR=joshualitt@google.com,robertphillips@google.com
NOPRESUBMIT=true
NOTREECHECKS=true
NOTRY=true
Review URL: https://codereview.chromium.org/1126613003
|
2015-05-04 10:09:24 -07:00 |
|
bsalomon
|
ab622c7b8c
|
Move instanced index buffer creation to flush time
Review URL: https://codereview.chromium.org/1116943004
|
2015-05-04 08:09:30 -07:00 |
|
bsalomon
|
d309e7aa0e
|
This replaces the texture creation/caching functions on GrContext with a GrTextureProvider interface. The goal is to pass this narrowly focused object in places that currently take a GrContext but don't need and shouldn't use its other methods. It also has an extended private interface for interacting with non-texture resource types.
Review URL: https://codereview.chromium.org/1107973004
|
2015-04-30 14:18:54 -07:00 |
|