aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu
Commit message (Expand)AuthorAge
* Fix mipmap generation on Nexus 5x & 6p devices.Gravatar brianosman2016-06-08
* Replace targetHasUnifiedMultisampling in GrPB constructorGravatar csmartdalton2016-06-08
* When setting up a copySurface dst texture make the orientation match the src ...Gravatar bsalomon2016-06-08
* Fix instances where hwaa was wrong for mixed samplesGravatar csmartdalton2016-06-08
* Subclass GrVkCommandBuffer into Primary and Secondary CommandBuffers.Gravatar egdaniel2016-06-08
* Add support for finding/creating general GrVkRenderPass from the VkResourcePr...Gravatar egdaniel2016-06-08
* SkLeanWindows.h: #include "Windows.h" fewer placesGravatar halcanary2016-06-07
* Fix dashing bug where hwaa was unintentionally disabledGravatar csmartdalton2016-06-07
* Switch to a whitelist for manual mip-map generationGravatar brianosman2016-06-07
* Fix for rare crash in Poly::addEdge().Gravatar senorblanco2016-06-07
* Make GrShape use the original path when path effect fails.Gravatar bsalomon2016-06-07
* Refactor creation of GrVkRenderPasses to make them move generalGravatar egdaniel2016-06-07
* Make GrDashEffect take a AA mode enum.Gravatar bsalomon2016-06-07
* Get segment masks from GrShape.Gravatar bsalomon2016-06-07
* Make GrShape track the winding direction and starting point for rrect types.Gravatar bsalomon2016-06-06
* Add new SkSourceGammaTreatment enum, used in situations like mipmap construct...Gravatar brianosman2016-06-06
* Remove GrRenderTarget from GrPipelineBuilderGravatar robertphillips2016-06-06
* More Unref GrXPFactory.Gravatar bungeman2016-06-03
* Unref GrXPFactory.Gravatar bungeman2016-06-03
* Plumbing mipmaps to the point of creation.Gravatar cblume2016-06-03
* Make GrClipMaskManager stateless and push GrPipelineBuilder construction down...Gravatar robertphillips2016-06-03
* Abandon offset support with texel buffersGravatar csmartdalton2016-06-03
* Support ARB extensions for indirect drawingGravatar csmartdalton2016-06-03
* Tessellator: stop copying vertices into Polys and Monotones.Gravatar senorblanco2016-06-02
* Adjust tolerance for when Ganesh stroked-line-as-rect optimization kicks inGravatar robertphillips2016-06-02
* Exclude Mali devices from manual mip-mapping.Gravatar brianosman2016-06-02
* Add a caps bit to enable/disable the new manual mip-mapperGravatar brianosman2016-06-02
* Manually generated sRGB mipmaps, with successively smaller draws.Gravatar brianosman2016-06-02
* Handle stroked single line special case in GaneshGravatar robertphillips2016-06-02
* Add offset to memory allocationsGravatar jvanverth2016-06-01
* Filter out degenerate contours in GrConvexPolyEffectGravatar lsalzman2016-05-31
* Fix incorrect sampler locations when using CHROMIUM_bind_uniform_locationGravatar kkinnunen2016-05-30
* Change parameters to GrPipelineBuilder's ctorGravatar robertphillips2016-05-28
* Don't store resources with a unique key in GrResourceCache's fScratchMapGravatar robertphillips2016-05-24
* Remove sRGB overrides on GrTextureParams. Use GrPaint flags instead.Gravatar brianosman2016-05-24
* Add Xlib support to viewerGravatar jvanverth2016-05-23
* Enable stencil wrap ops on vulkanGravatar egdaniel2016-05-23
* Enable tri-linear and NPOT-tiling support in VulkanGravatar brianosman2016-05-23
* Pretend that Adreno4xx doesn't have sRGB write control.Gravatar brianosman2016-05-23
* GrSWMaskHelper and GrSoftwarePathRenderer only need the textureProvider (not ...Gravatar robertphillips2016-05-20
* Add OpenGL context to Viewer.Gravatar jvanverth2016-05-20
* Make GrAtlasTextBlob::run own effects it points to.Gravatar bsalomon2016-05-19
* Retract GrRenderTarget from GLProgramsTestGravatar robertphillips2016-05-19
* Attempt to improve lifetime management of SkGlyphCache in Ganesh atlas text c...Gravatar bsalomon2016-05-19
* Make GrAppliedClip friendlessGravatar robertphillips2016-05-19
* Revert of Don't allow uncacheable paths in tessellated path renderer (patchse...Gravatar bsalomon2016-05-18
* Don't allow uncacheable paths in tessellated path rendererGravatar bsalomon2016-05-18
* Revert of Add OpenGL context to Viewer. (patchset #7 id:120001 of https://cod...Gravatar jvanverth2016-05-18
* Remove GrFontScaler class.Gravatar bsalomon2016-05-17
* Add OpenGL context to Viewer.Gravatar jvanverth2016-05-17