aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Add lock to SkPDFDictGravatar halcanary2014-06-27
* Fix RRect tranform bugGravatar robertphillips2014-06-27
* Mark SkBBoxHierarchyRecord destructor as virtualGravatar tomhudson2014-06-27
* Add SSE4 optimization of S32A_Opaque_BlitrowGravatar henrik.smiding2014-06-27
* add SkSurface::NewRasterDirectReleaseProcGravatar reed2014-06-27
* remove unnecessary bitmapdevice referencesGravatar reed2014-06-27
* delete code for SK_SUPPORT_LEGACY_GETTOTALCLIPGravatar reed2014-06-27
* Update SKP version to 34Gravatar borenet2014-06-27
* don't create explicit bitmapdevice when not neededGravatar reed2014-06-26
* remove SK_SUPPORT_LEGACY_DEVICE_VIRTUAL_ISOPAQUE for chromeGravatar reed2014-06-26
* Fix scale type in JSON formatGravatar kelvinly2014-06-26
* Revert of Switch SkPDFStream's internal storage from SkStream to SkData (http...Gravatar rmistry2014-06-26
* Switch SkPDFStream's internal storage from SkStream to SkDataGravatar halcanary2014-06-26
* Promote SkInterpolator unit test to our tests driver.Gravatar tfarina2014-06-26
* Make LTCG optional on windows builds.Gravatar bsalomon2014-06-26
* Add trace event when GrBufferAllocPool unmaps a buffer indicating what % of t...Gravatar bsalomon2014-06-26
* Rebaseline Test-Android-Logan-Nvidia-Arm7-*Gravatar rmistry2014-06-26
* Make SKP bench JSON ouput betterGravatar kelvinly2014-06-26
* Don't set SK_MALLOC_TEMP in SkAutoTMalloc.Gravatar Mike Klein2014-06-26
* Add SK_API to SkWriter32Gravatar bsalomon2014-06-26
* ARM Skia NEON patches - 40 - arm64: S32A_D565_OpaqueGravatar kevin.petit2014-06-26
* Update SKP version to 33Gravatar borenet2014-06-25
* Remove SkBicubicImageFilter, and all related tests.Gravatar senorblanco2014-06-25
* Add nanobench, a fresh look at our microbenchmark harness.Gravatar mtklein2014-06-25
* tools/git-sync-deps is a stand-alone program, not dependent on synced deps.Gravatar halcanary2014-06-25
* Add noinline for GCC 4.6, which seems to vectorize after inlining.Gravatar mtklein2014-06-25
* "interface" is defined in Windows headers, so undef it in GrGLCaps so we don'...Gravatar george2014-06-25
* Narrow disabled vectorization further to just ConvolveHorizontally.Gravatar mtklein2014-06-25
* Rename TestSize.cpp to SizeTest.cppGravatar tfarina2014-06-25
* Rebase Test-Ubuntu12-ShuttleA-GTX660-x86-Release.Gravatar Mike Klein2014-06-25
* try release onlyGravatar Mike Klein2014-06-25
* disable on naclGravatar Mike Klein2014-06-25
* Focus disabled optimizations on just BGRAConvolve2D, and only 32-bit.Gravatar mtklein2014-06-25
* Whitespace fixes for Python toolsGravatar borenet2014-06-25
* Temporarily disable autovectorization in core for 32-bit Linux builds.Gravatar mtklein2014-06-25
* Add valgrind supp for NV driver.Gravatar bsalomon2014-06-25
* Use new common tools in Python scriptsGravatar Eric Boren2014-06-25
* Ignore degeneratesegments for nvprmsaa4 to unbreak the buildGravatar kkinnunen2014-06-25
* Update SKP version to 32Gravatar borenet2014-06-25
* Disable bogus _scaled benches until we can figure out why they're bogus.Gravatar mtklein2014-06-24
* Rename GrAtlasMgr to GrAtlas (and other cleanup)Gravatar robertphillips2014-06-24
* rebase GMsGravatar Brian Salomon2014-06-24
* delete disabled benchGravatar mtklein2014-06-24
* Remove special case gpu transforms for Identity and TranslateGravatar egdaniel2014-06-24
* Move allocation of texture from SkGpuDevice to GrLayerCacheGravatar robertphillips2014-06-24
* Bench: Change default maxMs from 4s to 1s.Gravatar borenet2014-06-24
* Support serialization in SkRecord-backed SkPictures.Gravatar mtklein2014-06-24
* Make GrGLShaderBuilder::fragmentPosition() return a vec4, with 1.0 as the zw ...Gravatar bsalomon2014-06-24
* Another iOS fix for SampleApp.Gravatar jvanverth2014-06-24
* Prune some dead code from SkPicture.cpp.Gravatar mtklein2014-06-24