aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu
Commit message (Expand)AuthorAge
* 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
* Expose coord transforms from GrPipelineGravatar joshualitt2015-08-05
* This CL wires up the backend portion necessary for sending transformed coords...Gravatar joshualitt2015-08-05
* Move impl of stroke rect batch from h to cppGravatar bsalomon2015-08-05
* Give strokerectbatch a proper homeGravatar bsalomon2015-08-05
* Remove SHADER_AA_FILL_RECT flagGravatar robertphillips2015-08-05
* Revert of Break LCD and Bitmap text dependency on hardcoded atlas values (pat...Gravatar joshualitt2015-08-05
* Move atlas creation to internal to GrResourceProviderGravatar joshualitt2015-08-05
* Implement caching of filled paths in the tessellated path renderer.Gravatar senorblanco2015-08-04
* Break LCD and Bitmap text dependency on hardcoded atlas valuesGravatar joshualitt2015-08-04
* Revert "Implement caching of filled paths in the tessellated path renderer."Gravatar mtklein2015-08-04