platform/upstream/libSkiaSharp.git
2016-07-01 halcanaryusing_skia_and_harfbuzz: use default typeface
2016-07-01 ethannicholasinitial checkin of SkSL compiler
2016-07-01 egdanielUse bounds of batches for render pass bounds
2016-07-01 egdanielFix vulkan ImageView swizzling to match spec
2016-07-01 bsalomonCleanup non-AA fill rect batch construction.
2016-07-01 bsalomonSimplify AA fill rect batch construction and rename...
2016-07-01 bsalomonRemove unneeded helpers in AA and non-AA rect GrBatch...
2016-07-01 bsalomonCleanup PLSPathBatch
2016-06-30 bsalomonDisable GPU dithering in Android framework builds
2016-06-30 bsalomonRemove unused batch rect append functions
2016-06-30 bsalomonRemove GrTInstanceBatch
2016-06-30 vjiaoblackFix bug where ovals' AA exceed bounds by .5 pixel
2016-06-30 csmartdaltonBegin instanced rendering for simple shapes
2016-06-30 bsalomonHide GrNonAANinePatchBatch::Geometry and rename to...
2016-06-30 bsalomonHide MSAAPathBatch::Geometry and rename to PathInfo
2016-06-30 halcanarySkPDF: Glyph Useage Map improvements
2016-06-30 egdanielRemove support for GL discards
2016-06-30 msarettFix png encoding in skia debugger
2016-06-30 hsternAdd cubic example and draw original path
2016-06-30 jcgregorioskiaserve: Use snakeCase for JSON identifiers.
2016-06-30 jvanverthAdd static buffer support
2016-06-30 egdanielAdd discard support to Vulkan
2016-06-30 halcanarySkPDF: allow overriding Producer metadata
2016-06-30 reeduse mapRectScaleTranslate for common case in clipRect
2016-06-30 bsalomonHide GrDrawVerticesBatch::Geometry and rename to Mesh
2016-06-30 jcgregoriodebugger: Allow for larger images.
2016-06-30 reedinline very common intersect+rect_rgn
2016-06-30 hcmUpdate skia milestone to next
2016-06-30 bsalomonEven more hiding of Geometry structs in GrBatch subclasses.
2016-06-30 reedspeed up maprect for scale+trans case
2016-06-30 borenetAdd Android SDK asset
2016-06-30 benjaminwagnerRevert of Better encapsulate oval/rrect batchs. (patchs...
2016-06-30 bsalomonHide more GrBatch Geometry structs.
2016-06-30 bsalomonBetter encapsulate oval/rrect batchs.
2016-06-29 benjaminwagnerRevert of Better encapsulate oval/rrect batchs. (patchs...
2016-06-29 reedadd SK_SUPPORT_PRECHECK_CLIPRECT experiment for clipRect
2016-06-29 bsalomonBetter encapsulate oval/rrect batchs.
2016-06-29 caryclarkfix asan bug triggered by pathops fuzz tests
2016-06-29 robertphillipsMove dump of batches to be after the forwardCombine...
2016-06-29 reedadd short-desc
2016-06-29 caryclarkfix another pathops fuzz bug
2016-06-29 robertphillipsAdd Annotations to old debugger
2016-06-29 benjaminwagnerDisable PathOpsFailOp test for Bazel ASAN test, because...
2016-06-29 caryclarkfix fuzz test that exceeds numeric limit
2016-06-29 halcanarySkPDF: always assume SkStreamAsset behaves as specified
2016-06-29 benjaminwagnerCheck for empty output in adb_wait_for_charge.
2016-06-29 robertphillipsDump batch bounds and scissor rect
2016-06-29 halcanarySkPDF: SkPDFStream takes only SkStreamAsset
2016-06-29 martina.kollarovaRemove unnecessary includes in src/pdf/
2016-06-29 reedadd annotations to debugger
2016-06-28 robertphillipsSpruce up batch info printouts
2016-06-28 fmenozziChanges to Lua gradient scraping
2016-06-28 egdanielFix vulkan onGetWritePixelsInfo
2016-06-28 bsalomonMake lines a special case in GrShape
2016-06-28 bsalomonRevert of Make lines a special case in GrShape (patchse...
2016-06-28 robertphillipsTighten up masking of colorType & alphaType in SkImageI...
2016-06-28 rmistryUpdate CT documentation on skia.org
2016-06-28 bsalomonMake lines a special case in GrShape
2016-06-28 rmistryAdd blacklist for the Test-Ubuntu-GCC-GCE-CPU-AVX2...
2016-06-28 caryclarkfix fuzz bugs
2016-06-28 robertphillipsAddress two fuzzer bugs:
2016-06-28 egdanielEnable many more tests for Vulkan
2016-06-28 msarettMove SkColorSpace ICC parsing/writing code to its own...
2016-06-28 reedremove SK_SUPPORT_LEGACY_COLORPROFILETYPE dead-code
2016-06-28 robertphillipsFix mask applied to SkPath::fFillType in readFromMemory...
2016-06-28 borenetAdd CIPD support for bot assets
2016-06-27 egdanielFix Vulkan readPixels
2016-06-27 csmartdaltonCheck PremulType during GrGradientEffect::onIsEqual
2016-06-27 egdanielAdd support for draws in vulkan read and write pixels
2016-06-27 hcmUpdate roadmap and remove highlights
2016-06-27 rmistryUpdate documentation on how to download CT SKPs
2016-06-27 robertphillipsFix Perlin noise fuzz issue
2016-06-27 robertphillipsAddress ASAN fuzzer complaint
2016-06-27 dvonbeckSkLightingShader normal vector CPU computation refactor.
2016-06-27 robertphillipsFix up flags to SkGpuBlurUtils::GaussianBlur
2016-06-27 bsalomonFix inverse test for GrDFAAPR::onCanDrawPath
2016-06-27 bsalomonUse a union inside GrShape to hold geometry
2016-06-27 dvonbeckRevert of Refactoring of CPU NormalMap handling out...
2016-06-27 csmartdaltonAdd a GL cap for instanced rendering to floating point
2016-06-27 dvonbeckSkLightingShader normal vector CPU computation refactor.
2016-06-27 bsalomonMake sure path computed from stroke-rec application...
2016-06-27 bsalomonRemove style application from GrPathRenderer subclasses
2016-06-27 egdanielFix check for maxVertexAttributes in GrVkPipeline
2016-06-25 reedremove DownSample imagefilter
2016-06-25 reedremove experimental treat-skcolor-as-srgb flag
2016-06-24 egdanielAdd Sleep on windows GrVkGpu dtor to avoid fence bug
2016-06-24 herbAdd documention on SkBlitter for runs, and small cleanups.
2016-06-24 brianosmanGrColor4f is yet another 4f color type, unfortunately.
2016-06-24 brianosmanFix incorrect swizzle on BGRA platforms in filterColor4...
2016-06-24 tandriiMake bucket names explicit in cq.cfg.
2016-06-24 bsalomonUse GrShape in GrPathRenderer.
2016-06-24 egdanielRemove unnecessary srcAccessMask for preinitialized...
2016-06-24 egdanielHave gpu createTestingOlyBackendTexture know if it...
2016-06-24 brianosmanChange SkColor4f to RGBA channel order
2016-06-24 rmistryRevert of Remove Android SampleApp (patchset #5 id...
2016-06-23 msarettAdd support for 3D colorLUTs to SkColorXform
2016-06-23 egdanielFix vulkan warning in RecordReplaceDrawTest
2016-06-23 halcanarySkPDF: alloc less memory for strings
2016-06-23 robertphillipsMove GrPipelineBuilder out of gms & reduce use of GrPip...
2016-06-23 csmartdaltonSupport GL_SAMPLES queries in null contexts
next