aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/batches
Commit message (Expand)AuthorAge
* Don't ref/unref the static src-over xpGravatar bsalomon2015-12-21
* Rejigger distance field path rect calcs to avoid underflowGravatar jvanverth2015-12-18
* Fix for GrAALinearizingConvexPathRenderer incorrectly drawing non-convex pathsGravatar ethannicholas2015-12-15
* Move all text stuff to its own folderGravatar joshualitt2015-12-11
* Move DistanceAdjustTable to its own fileGravatar joshualitt2015-12-10
* Remove uniform color for GrDistanceFieldGeoProcGravatar joshualitt2015-12-10
* Fix compile error with GOOGLE3 define.Gravatar benjaminwagner2015-12-09
* Fix bug with GrAtlasTextContext color regenGravatar joshualitt2015-12-09
* A small text cleanupGravatar joshualitt2015-12-09
* Remove spew in GrDefaultPathRendererGravatar joshualitt2015-12-08
* Improve nvpr glyph batchingGravatar cdalton2015-12-08
* Allow LCD text to batch across colorchanges. This will always useGravatar joshualitt2015-12-08
* Remove drawPathsFromRange from GrDrawContextGravatar cdalton2015-12-08
* Use correct fill type and bounds for NVPR paths that are stroked with SkiaGravatar kkinnunen2015-12-07
* Start objectifying GrAtlasTextBlobGravatar joshualitt2015-12-07
* Add option to draw wireframe batch boundsGravatar bsalomon2015-12-03
* Revert of Add option to draw wireframe batch bounds (patchset #6 id:100001 of...Gravatar scroggo2015-12-03
* Add option to draw wireframe batch boundsGravatar bsalomon2015-12-03
* Create GLSLUniformHandler class for gpu backendGravatar egdaniel2015-12-03
* Retract GrRenderTarget a bitGravatar robertphillips2015-12-01
* Make onPrepareDraws constGravatar joshualitt2015-11-30
* New API for computing optimization invariants.Gravatar ethannicholas2015-11-24
* Make stencil and cover path rendering have more reasonable bounds.Gravatar bsalomon2015-11-23
* Remove unecessary GetGlyphIdMetrics callGravatar joshualitt2015-11-23
* Don't create a GXPFactory when blend is SrcOverGravatar egdaniel2015-11-23
* Move GrAtlasTextBatch blob regeneration to templateGravatar joshualitt2015-11-23
* Add stroking support to distance field path rendererGravatar jvanverth2015-11-23
* Restrict query bounds for reduce clip to dev boundsGravatar bsalomon2015-11-23
* Revert of Add stroking support to distance field path renderer (patchset #8 i...Gravatar fmalita2015-11-22
* Add stroking support to distance field path rendererGravatar jvanverth2015-11-20
* Create GrGLSLVaryingHandler class for program buildingGravatar egdaniel2015-11-20
* Factor out GrAtlasTextBatch fromt GrAtlasTextContextGravatar joshualitt2015-11-20
* Add more batch information printoutsGravatar robertphillips2015-11-19
* Revert of Add stroking support to distance field path renderer (patchset #7 i...Gravatar jvanverth2015-11-19
* Add stroking support to distance field path rendererGravatar jvanverth2015-11-19
* Make block size a template parameter of SkTLListGravatar bsalomon2015-11-18
* Initial implementation of GPU no filter NinePatchGravatar joshualitt2015-11-18
* Add ShaderBuilders to EmitArgs and remove gettings from ProgBuilder.Gravatar egdaniel2015-11-18
* Increase the amount of debug information printed out by batchesGravatar robertphillips2015-11-16
* Rename some processor functions from GL to GLSLGravatar egdaniel2015-11-13
* Move GrGLPrimitive/GeometryProc to GLSLGravatar egdaniel2015-11-13
* Fix mixed sampled inverse path fillsGravatar cdalton2015-11-12
* Move all ShaderBuilder files to GLSLGravatar egdaniel2015-11-11
* Make GrGLSLProgramBuilder base class for GrGLProgramBuilder.Gravatar egdaniel2015-11-11
* Separate out natively-texture image/bmp draws from cached-as-texture image/bm...Gravatar bsalomon2015-11-09
* Remove GrPipelineBuilder from getPathRenderer callGravatar robertphillips2015-10-29
* Remove GrGLProcessor and create GrGLSLTextureSampler class.Gravatar egdaniel2015-10-29
* Create GLSL base class for ProgramDataManagerGravatar egdaniel2015-10-28
* Updates nvpr text blobs to not store a direct reference to theGravatar cdalton2015-10-08
* Make path range loading explicitGravatar cdalton2015-10-05