index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
tests
/
ClipCacheTest.cpp
Commit message (
Expand
)
Author
Age
*
Style Change: NULL->nullptr
halcanary
2015-08-27
*
Remove GrContext from GrClipMaskCache
bsalomon
2015-05-29
*
This replaces the texture creation/caching functions on GrContext with a GrTe...
bsalomon
2015-04-30
*
I'd really like to land this before the branch so speedy reviews are apprecia...
joshualitt
2015-02-25
*
Revert of Pass clip to context (patchset #8 id:180001 of https://codereview.c...
joshualitt
2015-02-25
*
I'd really like to land this before the branch so speedy reviews are apprecia...
joshualitt
2015-02-25
*
Move clip off of draw target
joshualitt
2015-02-23
*
One createTexture function, attempt to recycle scratch in createTexture.
bsalomon
2015-02-06
*
BUG=skia:
joshualitt
2015-02-05
*
DM can see into src/gpu. No need for relative include.
mtklein
2015-01-14
*
rename GrTextureDesc->GrSurfaceDesc, GrTextureFlags->GrSurfaceFlags
bsalomon
2014-10-28
*
Make GrCacheable implement its own ref counting.
bsalomon
2014-07-21
*
Revert "Remove ability for Release code to call getRefCnt() or getWeakRefCnt()."
Mike Klein
2014-07-09
*
Remove ability for Release code to call getRefCnt() or getWeakRefCnt().
mtklein
2014-07-08
*
Cleanup: Sanitize the order of includes under tests/
tfarina@chromium.org
2014-01-24
*
Move macros from TestClassDef.h to Test.h
commit-bot@chromium.org
2014-01-14
*
Add a DEF_GPUTEST() macro.
tfarina@chromium.org
2014-01-10
*
Avoid re-rendering stencil clip for every draw with reducable clip stack
commit-bot@chromium.org
2013-11-05
*
Revert "Avoid re-rendering stencil clip for every draw with reducable clip st...
reed@google.com
2013-11-01
*
Avoid re-rendering stencil clip for every draw with reducable clip stack
commit-bot@chromium.org
2013-11-01
*
Don't reuse scratch textures patch
robertphillips@google.com
2013-10-29
*
Remove GrRefCnt.h in favor of SkRefCnt.h
commit-bot@chromium.org
2013-09-09
*
Replace all instances of GrRect with SkRect.
commit-bot@chromium.org
2013-07-17
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2013-03-05
*
Fix Mac 10.8 64-bit Release ClipCacheTest issue
robertphillips@google.com
2013-03-04
*
Remove legacy names no longer referenced in Chrome and WebKit.
bsalomon@google.com
2013-02-07
*
Make GPU unit tests use GrContexts of different GL types.
bsalomon@google.com
2013-02-04
*
Make all GrContext members that return a texture also ref the texture for the...
bsalomon@google.com
2013-01-24
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2012-12-07
*
Use ReduceClipStack in ClipMaskManager.
bsalomon@google.com
2012-12-06
*
Turn on GPU AA clipping
robertphillips@google.com
2012-10-12
*
Result of running tools/sanitize_source_files.py (which was added in https://...
rmistry@google.com
2012-08-23
*
Move SK_SUPPORT_GPU checks below first #includes in case the macro is defined...
bsalomon@google.com
2012-08-03
*
Create GPU-less build of Skia.
bsalomon@google.com
2012-08-02
*
Replace GrClip with SkClipStack
robertphillips@google.com
2012-07-31
*
Added dev- & canv- prefixes to Ganesh bounding boxes to indicate coordinate s...
robertphillips@google.com
2012-07-31
*
GrClip no longer translates its clips (to better mimic SkClipStack's behavior)
robertphillips@google.com
2012-07-31
*
Added test to ensure getConservativeBounds' result is clamped to render target
robertphillips@google.com
2012-07-31
*
Move clientID into texture desc
robertphillips@google.com
2012-06-07
*
fix warnings on Mac in tests
caryclark@google.com
2012-06-06
*
Convert AAClipCache's GrRects to GrIRects
robertphillips@google.com
2012-05-15
*
Made clip mask cache use Scratch Texture system
robertphillips@google.com
2012-05-14
*
fix for r3903 compilation issue
robertphillips@google.com
2012-05-11
*
Made clip mask cache reuse depend on mask size/bounds (instead of render targ...
robertphillips@google.com
2012-05-11
*
Fix for Android ClipCache unit test crash
robertphillips@google.com
2012-05-10
*
Reverting r3898 due to Android failures
robertphillips@google.com
2012-05-10
*
Re-enabling ClipCache unit test which now runs on Xoom w/ new tool chain
robertphillips@google.com
2012-05-10
*
Disabled new ClipCache unit test pending investigation of Android failures
robertphillips@google.com
2012-05-09
*
Added stack to AA clip mask cache
robertphillips@google.com
2012-05-09