Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skqp
/
5cd95c61cb7670de87216103803763710db2796d
/
tests
/
ClipCacheTest.cpp
edd77a1
Remove GrContext from GrClipMaskCache
by bsalomon
· 9 years ago
d309e7a
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.
by bsalomon
· 10 years ago
570d2f8
I'd really like to land this before the branch so speedy reviews are appreciated.
by joshualitt
· 10 years ago
2907059
Revert of Pass clip to context (patchset #8 id:180001 of https://codereview.chromium.org/936943002/)
by joshualitt
· 10 years ago
586d5d6
I'd really like to land this before the branch so speedy reviews are appreciated.
by joshualitt
· 10 years ago
44701df
Move clip off of draw target
by joshualitt
· 10 years ago
d042358
One createTexture function, attempt to recycle scratch in createTexture.
by bsalomon
· 10 years ago
de358a9
BUG=skia:
by joshualitt
· 10 years ago
7c348a8
DM can see into src/gpu. No need for relative include.
by mtklein
· 10 years ago
f2703d8
rename GrTextureDesc->GrSurfaceDesc, GrTextureFlags->GrSurfaceFlags
by bsalomon
· 10 years ago
dcabb05
Make GrCacheable implement its own ref counting.
by bsalomon
· 10 years ago
874a62a
Revert "Remove ability for Release code to call getRefCnt() or getWeakRefCnt()."
by Mike Klein
· 10 years ago
4ae94ff
Remove ability for Release code to call getRefCnt() or getWeakRefCnt().
by mtklein
· 10 years ago
8f6884a
Cleanup: Sanitize the order of includes under tests/
by tfarina@chromium.org
· 11 years ago
e2eac8b
Move macros from TestClassDef.h to Test.h
by commit-bot@chromium.org
· 11 years ago
4ee16bf
Add a DEF_GPUTEST() macro.
by tfarina@chromium.org
· 11 years ago
d3e5842
Avoid re-rendering stencil clip for every draw with reducable clip stack
by commit-bot@chromium.org
· 11 years ago
f0784bd
Revert "Avoid re-rendering stencil clip for every draw with reducable clip stack"
by reed@google.com
· 11 years ago
679eb67
Avoid re-rendering stencil clip for every draw with reducable clip stack
by commit-bot@chromium.org
· 11 years ago
9ef0426
Don't reuse scratch textures patch
by robertphillips@google.com
· 11 years ago
a4de8c2
Remove GrRefCnt.h in favor of SkRefCnt.h
by commit-bot@chromium.org
· 11 years ago
fd03d4a
Replace all instances of GrRect with SkRect.
by commit-bot@chromium.org
· 11 years ago
075b089
Sanitizing source files in Skia_Periodic_House_Keeping
by skia.committer@gmail.com
· 12 years ago
b755a2a
Fix Mac 10.8 64-bit Release ClipCacheTest issue
by robertphillips@google.com
· 12 years ago
fec0bc3
Remove legacy names no longer referenced in Chrome and WebKit.
by bsalomon@google.com
· 12 years ago
67b915d
Make GPU unit tests use GrContexts of different GL types.
by bsalomon@google.com
· 12 years ago
95ed55a
Make all GrContext members that return a texture also ref the texture for the caller.
by bsalomon@google.com
· 12 years ago
d21444a
Sanitizing source files in Skia_Periodic_House_Keeping
by skia.committer@gmail.com
· 12 years ago
4c2443e
Use ReduceClipStack in ClipMaskManager.
by bsalomon@google.com
· 12 years ago
ba998f2
Turn on GPU AA clipping
by robertphillips@google.com
· 12 years ago
d6176b0
Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/)
by rmistry@google.com
· 12 years ago
a68937c
Move SK_SUPPORT_GPU checks below first #includes in case the macro is defined in SkUserConfig.h rather than by the build system.
by bsalomon@google.com
· 12 years ago
cf8fb1f
Create GPU-less build of Skia.
by bsalomon@google.com
· 12 years ago
641f8b1
Replace GrClip with SkClipStack
by robertphillips@google.com
· 12 years ago
7b11289
Added dev- & canv- prefixes to Ganesh bounding boxes to indicate coordinate space
by robertphillips@google.com
· 12 years ago
f8d904a
GrClip no longer translates its clips (to better mimic SkClipStack's behavior)
by robertphillips@google.com
· 12 years ago
c23a63b
Added test to ensure getConservativeBounds' result is clamped to render target
by robertphillips@google.com
· 12 years ago
75b3c96
Move clientID into texture desc
by robertphillips@google.com
· 12 years ago
42639cd
fix warnings on Mac in tests
by caryclark@google.com
· 12 years ago
6623fcd
Convert AAClipCache's GrRects to GrIRects
by robertphillips@google.com
· 12 years ago
f105b10
Made clip mask cache use Scratch Texture system
by robertphillips@google.com
· 12 years ago
f21c704
fix for r3903 compilation issue
by robertphillips@google.com
· 12 years ago
8fff356
Made clip mask cache reuse depend on mask size/bounds (instead of render target size)
by robertphillips@google.com
· 12 years ago
d82f3fa
Fix for Android ClipCache unit test crash
by robertphillips@google.com
· 13 years ago
50b8ead
Reverting r3898 due to Android failures
by robertphillips@google.com
· 13 years ago
c3e050f
Re-enabling ClipCache unit test which now runs on Xoom w/ new tool chain
by robertphillips@google.com
· 13 years ago
96a162e
Disabled new ClipCache unit test pending investigation of Android failures
by robertphillips@google.com
· 13 years ago
beeb97c
Added stack to AA clip mask cache
by robertphillips@google.com
· 13 years ago