aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp/gpu.gypi
Commit message (Expand)AuthorAge
* Delete GrTextContextGravatar joshualitt2016-02-16
* Create GrPathRenderingDrawContextGravatar joshualitt2016-02-16
* Remove last bit of privacy violation for GrAtlasTextBlobGravatar joshualitt2016-02-16
* Make helper function on GrGLSLProgramDataManager non virtualGravatar egdaniel2016-02-03
* Add ability to extract YUV planes from SkImageGravatar bsalomon2016-02-01
* added support for PLS path renderingGravatar ethannicholas2016-01-30
* Revert of added support for PLS path rendering (patchset #16 id:360001 of htt...Gravatar ethannicholas2016-01-22
* added support for PLS path renderingGravatar ethannicholas2016-01-22
* Beginning of support for texture rectangles.Gravatar bsalomon2016-01-14
* Simplify path allocation, clean up resources correctlyGravatar kkinnunen2016-01-13
* Swizzle shader output and blend when using GL_RED to implement kAlpha_8_GrPix...Gravatar bsalomon2016-01-12
* Create stub GrAuditTrail classGravatar joshualitt2016-01-08
* Broke GrTessellatingPathRenderer's tessellator out into a separate file.Gravatar ethannicholas2016-01-07
* Revert of Broke GrTessellatingPathRenderer's tessellator out into a separate ...Gravatar caryclark2016-01-07
* Broke GrTessellatingPathRenderer's tessellator out into a separate file.Gravatar ethannicholas2016-01-06
* Create debug only SkSingleOwnerGravatar joshualitt2016-01-06
* make GrRect.h privateGravatar reed2015-12-26
* Move all text stuff to its own folderGravatar joshualitt2015-12-11
* Create GrTextUtilsGravatar joshualitt2015-12-10
* Move DistanceAdjustTable to its own fileGravatar joshualitt2015-12-10
* Create GLSLUniformHandler class for gpu backendGravatar egdaniel2015-12-03
* Add transfer buffer support.Gravatar jvanverth2015-12-03
* Revert of Add transfer buffer support. (patchset #9 id:160001 of https://code...Gravatar egdaniel2015-12-03
* Add transfer buffer support.Gravatar jvanverth2015-12-02
* Create GrGLSLVaryingHandler class for program buildingGravatar egdaniel2015-11-20
* Factor out GrAtlasTextBatch fromt GrAtlasTextContextGravatar joshualitt2015-11-20
* Initial implementation of GPU no filter NinePatchGravatar joshualitt2015-11-18
* Move GrGLPrimitive/GeometryProc to GLSLGravatar egdaniel2015-11-13
* Move XferProcessors to glslGravatar egdaniel2015-11-13
* Make all GrFragmentProcessors GL independent.Gravatar egdaniel2015-11-13
* 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
* Clean up GrAtlas and rename it GrLayerAtlasGravatar robertphillips2015-11-03
* 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
* Move GrGLShaderVar to GrGLSLGravatar egdaniel2015-10-21
* Move GrDrawingManager methods to their own .cpp fileGravatar robertphillips2015-10-20
* Rewrite GrTextureMaker to disentangle bitmap case from base class and give GP...Gravatar bsalomon2015-10-20
* Revert recent CLs around GrTextureMaker/GrTextureParamsAdjusterGravatar Brian Salomon2015-10-19
* Move definitions of GrGL basic types (e.g. GrGLenum) to their own header.Gravatar bsalomon2015-10-19
* Rewrite GrTextureMaker to disentangle bitmap case from base class and give GP...Gravatar bsalomon2015-10-19
* Revert of Rewrite GrTextureMaker to disentangle bitmap case from base class a...Gravatar egdaniel2015-10-16
* Rewrite GrTextureMaker to disentangle bitmap case from base class and give GP...Gravatar bsalomon2015-10-16
* Remove image usage type enum. Use GrTextureParams instead.Gravatar bsalomon2015-10-12
* Bye bye processor data manager.Gravatar bsalomon2015-10-06
* Remove separate cache for clip mask texturesGravatar bsalomon2015-10-02
* Make skpaint->grpaint flow work for composing draws (verts and atlas)Gravatar bsalomon2015-09-28
* Move GrFragmentProcessor implementation to its own cpp fileGravatar bsalomon2015-09-22