aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/batches
Commit message (Expand)AuthorAge
...
* Screenspace AA tessellated GPU path rendering.Gravatar senorblanco2016-08-31
* Revert of Screenspace AA tessellated path rendering. (patchset #37 id:730001 ...Gravatar senorblanco2016-08-31
* Screenspace AA tessellated GPU path rendering.Gravatar senorblanco2016-08-31
* changed kCurveConnectionThreshold in GrAAConvexTessellatorGravatar ethannicholas2016-08-30
* Skip spinlock overhead on AndroidGravatar msarett2016-08-29
* Reduce CPU overhead on drawRegion()Gravatar msarett2016-08-26
* fixed 'corners' of paths in GrAAConvexTessellatorGravatar ethannicholas2016-08-26
* GPU implementation of drawRegion()Gravatar msarett2016-08-25
* add SkMatrixPriv for specialized helpersGravatar reed2016-08-22
* Move GrFixedClip into src directoryGravatar csmartdalton2016-08-19
* Batched implementation of drawLattice() for GPUGravatar msarett2016-08-18
* Revert of Batched implementation of drawLattice() for GPU (patchset #7 id:180...Gravatar msarett2016-08-18
* Batched implementation of drawLattice() for GPUGravatar msarett2016-08-18
* Simplify adding attributes to GrGeometryProcessorGravatar bsalomon2016-08-17
* Detemplatize GrGLSLGeometryProcessor::setTransformDataHelper()Gravatar bsalomon2016-08-17
* Add alternative ambient shadow method to Android shadow sampleGravatar jvanverth2016-08-17
* Remove stencil settings param from stencilPath()Gravatar csmartdalton2016-08-12
* Re-adding analytical GeoProc for rectanglesGravatar dvonbeck2016-08-12
* Avoid creating full screen clear batches when there is already one in the queue.Gravatar bsalomon2016-08-11
* Use sse4.2 CRC32 instructions to hash when available.Gravatar mtklein2016-08-08
* SkRTConf: eliminateGravatar halcanary2016-08-04
* Revert of SkRTConf: reduce functionality to what we use, increase simplicity ...Gravatar mtklein2016-08-03
* SkRTConf: reduce functionality to what we use, increase simplicityGravatar halcanary2016-08-03
* Move off SK_SUPPORT_LEGACY_DATA_FACTORIES.Gravatar bungeman2016-08-02
* Add drawImageLattice() and drawBitmapLattice() APIsGravatar msarett2016-08-02
* require semi at the end of SkASSERT and friendsGravatar caryclark2016-07-27
* Revert of Retract PipelineBuilder some more (patchset #9 id:160001 of https:/...Gravatar bsalomon2016-07-22
* Retract PipelineBuilder some moreGravatar robertphillips2016-07-21
* Remove DrawFace enum from GrPipelineBuilderGravatar robertphillips2016-07-21
* Minor change to Ganesh path renderersGravatar robertphillips2016-07-21
* Revert of Remove DrawFace enum from GrPipelineBuilder (patchset #2 id:20001 o...Gravatar robertphillips2016-07-21
* Remove DrawFace enum from GrPipelineBuilderGravatar robertphillips2016-07-21
* Fix leak when DFPR fails to draw pathGravatar bsalomon2016-07-14
* Make GrBatchAtlas robust against attempts to add large rects.Gravatar bsalomon2016-07-13
* Retract PipelineBuilder from GrClip::applyGravatar robertphillips2016-07-13
* Move GrDrawTarget::clear logic into GrDrawContextGravatar robertphillips2016-07-13
* Simplify GrDefaultPathRenderer a tiny bitGravatar robertphillips2016-07-11
* Simplify MSAA path rendererGravatar robertphillips2016-07-11
* Add choke point for modifying non-AA rect draws (e.g., applying clipping)Gravatar robertphillips2016-07-08
* Revert of Add choke point for modifying non-AA rect draws (e.g., applying cli...Gravatar robertphillips2016-07-08
* Add choke point for modifying non-AA rect draws (e.g., applying clipping)Gravatar robertphillips2016-07-08
* Revert change of bounds computation in MSAA path renderer.Gravatar bsalomon2016-07-08
* Consolidate handling of infinitely thin primitives and aa bloat handing WRT b...Gravatar bsalomon2016-07-08
* Remove fColor from PathRenderer DrawPathArgs structGravatar robertphillips2016-07-07
* 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
* Hide geometry class in AAStrokeRectBatch and remove unused Append function.Gravatar bsalomon2016-07-06
* Add gm that tests shaded stroked rectangles.Gravatar bsalomon2016-07-06
* Move GrNonAAFillRectPerspectiveBatch to its own fileGravatar robertphillips2016-07-06
* Increase batching for AA fill rects.Gravatar bsalomon2016-07-06