aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu
Commit message (Expand)AuthorAge
* Added mangleString member and onBefore*, onAfter* functions to GrGLFragmentS...Gravatar wangyix2015-08-13
* Fail early in GrPipeline::CreateAt() if XP creation failsGravatar bsalomon2015-08-13
* Defer flushes if kPreferNoIO is specifiedGravatar robertphillips2015-08-13
* Use forwarding with SkTLazy::init.Gravatar bungeman2015-08-12
* Refactor helper function for SkBitmapShader to GrFragmentProcessorGravatar joshualitt2015-08-12
* broken bots warGravatar joshualitt2015-08-12
* Add support for a new GPU interfaceGravatar jvanverth2015-08-12
* Add GrAARectBatch which can handle a local matrixGravatar joshualitt2015-08-12
* Add override to GrAAFillRectBatch::onCombineIfPossibleGravatar bsalomon2015-08-12
* Check for xfer barriers in GrBatch, auto-issue barriers in GrGpuGravatar bsalomon2015-08-12
* All child GrFragmentProcs' transforms and textures will be stored in the root...Gravatar wangyix2015-08-12
* Revise DrawAtlasBatch to get rid of one copy when generating the batch.Gravatar jvanverth2015-08-12
* Remove trace marker support from GrBufferedDrawTargetGravatar bsalomon2015-08-12
* Move AAFillRect into CPP for templatizationGravatar joshualitt2015-08-12
* Make GrBatch carry its own GrPipelineGravatar bsalomon2015-08-11
* Make initBatchTracker private, move towards pipeline on batchGravatar bsalomon2015-08-10
* Remove GrPipelineOptimizations member from GrPipelineGravatar bsalomon2015-08-10
* trivial CL to add drawBatch to GrDrawContextGravatar joshualitt2015-08-10
* Expand functionality of GrRectBatchFactory with AARectsGravatar joshualitt2015-08-10
* Fix to call SkDelete_array instead of SkDelete to fix ASAN error.Gravatar egdaniel2015-08-10
* Rename GrPipelineInfo to GrPipelineOptimizationsGravatar bsalomon2015-08-10
* Move GrStrokeRectBatch creation to behind factoryGravatar joshualitt2015-08-10
* Create GrRectBatchFactoryGravatar joshualitt2015-08-10
* This is a speculative fix for the crash on IOSGravatar egdaniel2015-08-10
* move Stroke Rect and AAFill Rect to their own fileGravatar joshualitt2015-08-10
* Use a factory function to create GrPipeline and remove unused memberGravatar bsalomon2015-08-10
* Wire up testcreate function for GrDrawAtlasBatchGravatar joshualitt2015-08-10
* fixup precision with configurable atlasGravatar joshualitt2015-08-07
* GrDrawVertices to batchesGravatar joshualitt2015-08-07
* Move GrDrawAtlasBatch to separate fileGravatar jvanverth2015-08-07
* Revert of Move GrDrawAtlasBatch to separate file (patchset #1 id:1 of https:/...Gravatar jvanverth2015-08-07
* Move GrDrawAtlasBatch to separate fileGravatar jvanverth2015-08-07
* Make folder for batchesGravatar joshualitt2015-08-07
* First pass at drawAtlas batching.Gravatar jvanverth2015-08-07
* Break LCD and Bitmap text dependency on hardcoded atlas valuesGravatar joshualitt2015-08-07
* Add Batch loggingGravatar joshualitt2015-08-07
* This iOS crash makes little sense to me. Add some debugging.Gravatar mtklein2015-08-07
* This iOS crash makes little sense to me. Add some debugging.Gravatar mtklein2015-08-07
* Fix warnings on VS2015 x86_64 buildGravatar bsalomon2015-08-06
* Plug a leak in GrTestUtils.Gravatar senorblanco2015-08-06
* Move some work from backend onClear to base class clearGravatar egdaniel2015-08-06
* Implement caching of stroked paths in the tessellating path renderer.Gravatar senorblanco2015-08-06
* flag to use const& instead of const* for src-rectGravatar reed2015-08-06
* Don't pass pipeline to GrBatch::generateGeometry()Gravatar bsalomon2015-08-06
* Another small fix for reorderingGravatar joshualitt2015-08-06
* Minor cleanup: remove GR_TESSELLATING_PATH_RENDERING #ifdef.Gravatar senorblanco2015-08-06
* Fix reording across rendertarget switchingGravatar joshualitt2015-08-05
* Fix variable shadowing and unreachable code that it causedGravatar brucedawson2015-08-05
* Revert of Implement caching of stroked paths in the tessellated path renderer...Gravatar senorblanco2015-08-05
* Implement caching of stroked paths in the tessellated path renderer.Gravatar senorblanco2015-08-05