aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Expand)AuthorAge
...
* Check granularity in render pass boundsGravatar egdaniel2016-07-07
* Add offsets to GrVkBuffer.Gravatar jvanverth2016-07-07
* Begin instanced rendering for simple shapesGravatar csmartdalton2016-07-07
* Only check resource tracking on program shutdown, not context shutdownGravatar jvanverth2016-07-07
* Fix vulkan compileGravatar egdaniel2016-07-07
* centralize VECTORCALL as SK_VECTORCALLGravatar mtklein2016-07-07
* Correctly handle mat2x2 in VulkanGravatar egdaniel2016-07-07
* Better encapsulate oval/rrect batchs.Gravatar bsalomon2016-07-07
* Remove fColor from PathRenderer DrawPathArgs structGravatar robertphillips2016-07-07
* Pull out freelist allocation from GrVkSubHeapGravatar jvanverth2016-07-07
* fix for SkSL producing invalid branch after an OpKillGravatar ethannicholas2016-07-07
* Abstracted diffuse color map out of SkLightingShaderImpl into a generic SkShaderGravatar dvonbeck2016-07-06
* Hide NonAAStrokeRectBatch Geometry class and cleanup class.Gravatar bsalomon2016-07-06
* Fix bounds computation for non-aa hairlines when snapping to pixel centersGravatar egdaniel2016-07-06
* Deleting void pointers is bad, mmmkay?Gravatar jvanverth2016-07-06
* API change to allow for NormalSource selection at the user level.Gravatar dvonbeck2016-07-06
* Hide geometry class in AAStrokeRectBatch and remove unused Append function.Gravatar bsalomon2016-07-06
* Vulkan fixes for TesselatingPathRenderer testGravatar jvanverth2016-07-06
* check for zero scale in SkDraw::ComputeResScaleForStrokingGravatar lsalzman2016-07-06
* Grow descriptor pools by 1.5Gravatar egdaniel2016-07-06
* Fixed crash when RunInSeriesFP's color input is nilGravatar dvonbeck2016-07-06
* Add gm that tests shaded stroked rectangles.Gravatar bsalomon2016-07-06
* Fix caching of sample locationsGravatar csmartdalton2016-07-06
* Move GrNonAAFillRectPerspectiveBatch to its own fileGravatar robertphillips2016-07-06
* Check fIgnoresCoverage in GrPipeline::AreEqualGravatar csmartdalton2016-07-06
* Experiment: add flag for finish-recording to return nullGravatar reed2016-07-06
* Add resource tracking output and command buffer recyclingGravatar jvanverth2016-07-06
* Compile Vulkan when building for the Android framework.Gravatar djsollen2016-07-06
* Fix vulkan image samplingGravatar egdaniel2016-07-06
* Increase batching for AA fill rects.Gravatar bsalomon2016-07-06
* fix for Clang 3.8 warning in SkSLGravatar ethannicholas2016-07-06
* Document SkSurface::MakeRaster's memory initializationGravatar fmalita2016-07-06
* Revert of Begin instanced rendering for simple shapes (patchset #20 id:380001...Gravatar ksakamoto2016-07-05
* Revert of Fix caching of sample locations (patchset #3 id:40001 of https://co...Gravatar rmistry2016-07-04
* Fix caching of sample locationsGravatar csmartdalton2016-07-04
* all dumpcanvas to be built in releaseGravatar reed2016-07-04
* Revert of Increase batching for AA fill rects. (patchset #4 id:60001 of https...Gravatar benjaminwagner2016-07-04
* fixed SkSL memory leakGravatar ethannicholas2016-07-01
* Increase batching for AA fill rects.Gravatar bsalomon2016-07-01
* Split apart the GP construction for the NonAAFillRect BatchesGravatar robertphillips2016-07-01
* initial checkin of SkSL compilerGravatar ethannicholas2016-07-01
* Use bounds of batches for render pass boundsGravatar egdaniel2016-07-01
* Fix vulkan ImageView swizzling to match specGravatar egdaniel2016-07-01
* Cleanup non-AA fill rect batch construction.Gravatar bsalomon2016-07-01
* Simplify AA fill rect batch construction and rename Geometry->RectInfoGravatar bsalomon2016-07-01
* Remove unneeded helpers in AA and non-AA rect GrBatch subclasses.Gravatar bsalomon2016-07-01
* Cleanup PLSPathBatchGravatar bsalomon2016-06-30
* Remove unused batch rect append functionsGravatar bsalomon2016-06-30
* Remove GrTInstanceBatchGravatar bsalomon2016-06-30
* Fix bug where ovals' AA exceed bounds by .5 pixelGravatar vjiaoblack2016-06-30