Create GLSLUniformHandler class for gpu backend
[platform/upstream/libSkiaSharp.git] / gyp / gpu.gypi
2015-12-03 egdanielCreate GLSLUniformHandler class for gpu backend
2015-12-03 jvanverthAdd transfer buffer support.
2015-12-03 egdanielRevert of Add transfer buffer support. (patchset #9...
2015-12-02 jvanverthAdd transfer buffer support.
2015-11-20 egdanielCreate GrGLSLVaryingHandler class for program building
2015-11-20 joshualittFactor out GrAtlasTextBatch fromt GrAtlasTextContext
2015-11-18 joshualittInitial implementation of GPU no filter NinePatch
2015-11-13 egdanielMove GrGLPrimitive/GeometryProc to GLSL
2015-11-13 egdanielMove XferProcessors to glsl
2015-11-13 egdanielMake all GrFragmentProcessors GL independent.
2015-11-11 egdanielMove all ShaderBuilder files to GLSL
2015-11-11 egdanielMake GrGLSLProgramBuilder base class for GrGLProgramBui...
2015-11-09 bsalomonSeparate out natively-texture image/bmp draws from...
2015-11-03 robertphillipsClean up GrAtlas and rename it GrLayerAtlas
2015-10-29 robertphillipsRemove GrPipelineBuilder from getPathRenderer call
2015-10-29 egdanielRemove GrGLProcessor and create GrGLSLTextureSampler...
2015-10-28 egdanielCreate GLSL base class for ProgramDataManager
2015-10-21 egdanielMove GrGLShaderVar to GrGLSL
2015-10-20 robertphillipsMove GrDrawingManager methods to their own .cpp file
2015-10-20 bsalomonRewrite GrTextureMaker to disentangle bitmap case from...
2015-10-19 Brian SalomonRevert recent CLs around GrTextureMaker/GrTextureParams...
2015-10-19 bsalomonMove definitions of GrGL basic types (e.g. GrGLenum...
2015-10-19 bsalomonRewrite GrTextureMaker to disentangle bitmap case from...
2015-10-16 egdanielRevert of Rewrite GrTextureMaker to disentangle bitmap...
2015-10-16 bsalomonRewrite GrTextureMaker to disentangle bitmap case from...
2015-10-12 bsalomonRemove image usage type enum. Use GrTextureParams instead.
2015-10-06 bsalomonBye bye processor data manager.
2015-10-02 bsalomonRemove separate cache for clip mask textures
2015-09-28 bsalomonMake skpaint->grpaint flow work for composing draws...
2015-09-22 bsalomonMove GrFragmentProcessor implementation to its own...
2015-09-22 bsalomonReplace GrExtractAlphaFragmentProcessor with DstIn...
2015-09-18 joshualittMove StrokeRectBatches into .cpp files
2015-09-16 robertphillipsRemove duplicate GrProcessorUnitTest.cpp from gpu.gypi
2015-09-15 bsalomonCreate fragment processor for performing input color...
2015-09-15 ericrkAdd onMemoryDump to GrContext
2015-09-14 bsalomonAdd helper for creating leaf FPs inside GrFP::TestCreat...
2015-09-11 joshualittmove GrGLPathProcessor back into GrPathProcessor
2015-09-11 joshualittremove path specific program building classes
2015-09-11 joshualittStart trying to collapse path program stuff
2015-09-10 bsalomonCleanup GrDrawTarget now that all paths lead to GrBatch
2015-09-09 wangyixBrian requested a new namespace for factories that...
2015-09-09 bsalomonGrPathRangeBatch
2015-09-08 reedrefactor parts of SkGr.cpp for use by SkImages
2015-09-02 joshualittRemove GrAddPathRenderers_default
2015-09-01 joshualittMove PathRenderers to batches folder
2015-08-29 bsalomonChange SkShader;asFragmentProcessor signature to no...
2015-08-29 rmistryRevert of Change SkShader;asFragmentProcessor signature...
2015-08-28 bsalomonChange SkShader;asFragmentProcessor signature to no...
2015-08-27 hendrikwskia: add ability to load command_buffer_gles2
2015-08-27 bsalomonRemove GrStagedProcessor, remove the word Stage as...
2015-08-26 joshualittRename GrBWFillRectBatch to GrNonAAFillRectBAtch
2015-08-26 rmistryRevert of Remove GrStagedProcessor, remove the word...
2015-08-26 bsalomonRemove GrStagedProcessor, remove the word Stage as...
2015-08-19 bsalomonPut drawPath in GrBatch.
2015-08-19 joshualittCreate GrQuad
2015-08-19 joshualittAllow setting of GrBatchFontCache atlas sizes
2015-08-18 bsalomonPath stenciling in GrBatch
2015-08-18 bsalomonGrCopySurfaceBatch
2015-08-18 wangyixWhen getGLInstance is called on a frag proc, the result...
2015-08-18 joshualittMove GrTBatchTesselator to its own file
2015-08-18 bsalomonPut clear and discard into GrBatch.
2015-08-17 bsalomonMake GrVertexBatch objects hold their own draws during...
2015-08-13 bsalomonSplit GrDrawBatch and GrVertexBatch into their own...
2015-08-13 joshualittMove GrRectBatch to GrBWFillRectBatch and make internal
2015-08-10 joshualittExpand functionality of GrRectBatchFactory with AARects
2015-08-10 joshualittCreate GrRectBatchFactory
2015-08-10 joshualittmove Stroke Rect and AAFill Rect to their own file
2015-08-07 joshualittGrDrawVertices to batches
2015-08-07 jvanverthMove GrDrawAtlasBatch to separate file
2015-08-07 jvanverthRevert of Move GrDrawAtlasBatch to separate file (patch...
2015-08-07 jvanverthMove GrDrawAtlasBatch to separate file
2015-08-07 joshualittMake folder for batches
2015-08-05 bsalomonGive strokerectbatch a proper home
2015-07-28 joshualittRename GrInOrderDrawBuffer to GrBufferedDrawTarget
2015-07-24 wangyixAdded GrGLBlend.h|cpp with helper function AppendPorter...
2015-07-21 joshualittAdd sanity check to GrAtlasTextBlob
2015-07-21 joshualittrename BitmapTextBlob and move it to its own file
2015-07-17 joshualittRemoving GrTemplates.h
2015-07-14 joshualittRemove GrRedBlackTree
2015-07-14 joshualittAnother trivial cleanup
2015-07-13 joshualittRevert of Another trivial cleanup (patchset #6 id:10000...
2015-07-13 joshualittAnother trivial cleanup
2015-07-13 joshualittGet rid of GrMurmur3Hash
2015-07-13 joshualittAdd GrNonAtomicRef
2015-07-10 joshualittremove some unused stuff
2015-07-09 joshualittrename GrShaderDataManager -> GrProcessorDataManager
2015-07-08 joshualittInitial CL to create dummy GrShaderDataManager and...
2015-06-30 kkinnunenRefactor separable varying location info to be stored...
2015-06-24 jvanverthMove GLSL-specific routines/classes to separate glsl...
2015-06-12 cdaltonMove blend enums into GrBlend.h
2015-06-10 ethannicholasAdded GrAAFlatteningConvexPathRenderer.
2015-05-29 joshualittadd context override of GeometryBufferMapThreshold
2015-05-27 cdaltonImplement Porter Duff XP with a blend table
2015-05-27 robertphillipsMove SkGpuDevice::internalDrawPath to GrBlurUtils:...
2015-05-26 bsalomonSplit GrCaps impl out into its own cpp
2015-05-26 robertphillipsSplit drawing functionality out of GrContext and into...
2015-05-23 bungemanRevert of Implement Porter Duff XP with a blend table...
2015-05-22 bsalomonStore context options on caps.
2015-05-22 bsalomonRevert of Store context options on caps. (patchset...
2015-05-22 bsalomonStore context options on caps.
next