index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
*
be sure to use cached bitmap when we need to upload something to make a texture
reed
2015-09-14
*
we must own/free the generator, even if we fail to return a cacherator
reed
2015-09-14
*
disable kIndex_8 gpu support for now -- seems to always be slower
reed
2015-09-14
*
remove dead code not mentioned in any GYP
mtklein
2015-09-14
*
formalize generate->bitmap
reed
2015-09-13
*
skia: Add ANGLE with GL backend to nanobench/DM
hendrikw
2015-09-11
*
move GrGLPathProcessor back into GrPathProcessor
joshualitt
2015-09-11
*
support colortables in cacherator
reed
2015-09-11
*
remove path specific program building classes
joshualitt
2015-09-11
*
Start trying to collapse path program stuff
joshualitt
2015-09-11
*
Remove batchtracker
joshualitt
2015-09-11
*
increase resource image-cache size to test perf
reed
2015-09-11
*
Revert of Parallel cache - preliminary (patchset #23 id:440001 of https://co...
jyasskin
2015-09-10
*
Revert of use new shuffle to speed up affine matrix mappts (patchset #3 id:40...
mtklein
2015-09-10
*
Use SkImageCacherator in SkImages
reed
2015-09-10
*
use new shuffle to speed up affine matrix mappts
mtklein
2015-09-10
*
Correct a possible free after use.
herb
2015-09-10
*
SkNx_shuffle
mtklein
2015-09-10
*
fix missing clipmaskmanager
Brian Salomon
2015-09-10
*
make a shallow-copy so we don't get racy trying to lock/unlock our private bi...
reed
2015-09-10
*
Fix texture creation on stencil format test code
egdaniel
2015-09-10
*
Port SkMatrix opts to SkOpts.
mtklein
2015-09-10
*
Remove GrClipTarget
bsalomon
2015-09-10
*
Simplify installation of pipeling into GrDrawBatch in GrDrawTarget
bsalomon
2015-09-10
*
Late creation of GrPathProcessor
joshualitt
2015-09-10
*
Cleanup GrDrawTarget now that all paths lead to GrBatch
bsalomon
2015-09-10
*
Port SkBlitRow::Color32 to SkOpts.
mtklein
2015-09-10
*
Fix leak of path ranges
bsalomon
2015-09-10
*
Calculate pixel config and stencil fmt pairs once per pixel config.
egdaniel
2015-09-10
*
Add a mutex to GrContext::readSurfacePixels to protect against multiple CPU r...
bsalomon
2015-09-10
*
There's a set probability that a linear pipeline of random procs will be crea...
wangyix
2015-09-10
*
Initialize subrun variables to make Valgrind happy
jvanverth
2015-09-10
*
Revert of Add a mutex to GrContext::readSurfacePixels to protect against mult...
bsalomon
2015-09-09
*
Add a mutex to GrContext::readSurfacePixels to protect against multiple CPU r...
bsalomon
2015-09-09
*
Remove race.
herb
2015-09-09
*
don't peek w/o first acquiring the lock
reed
2015-09-09
*
Reland of more zero-length changes for svg compatibility (patchset #1 id:1 of...
caryclark
2015-09-09
*
Brian requested a new namespace for factories that create fragment processors...
wangyix
2015-09-09
*
Parallel cache.
herb
2015-09-09
*
Specialize SkOncePtr<T[]>.
mtklein
2015-09-09
*
Make GrProcessorDataManager a noop
joshualitt
2015-09-09
*
GrPathRangeBatch
bsalomon
2015-09-09
*
Revert of more zero-length changes for svg compatibility (patchset #6 id:1000...
caryclark
2015-09-09
*
Port uses of SkLazyPtr to SkOncePtr.
mtklein
2015-09-09
*
wire up incNumDraws
joshualitt
2015-09-09
*
Detach cache in DF routines rather than passing it in.
jvanverth
2015-09-09
*
Make SkGraphics::Term a no-op, stop calling it.
mtklein
2015-09-09
*
Revert of Make SkGraphics::Term a no-op, stop calling it. (patchset #2 id:200...
mtklein
2015-09-09
*
Revert of Port uses of SkLazyPtr to SkOncePtr. (patchset #7 id:110001 of http...
mtklein
2015-09-09
*
more zero-length changes for svg compatibility
caryclark
2015-09-09
[next]