- 391395d Begin weaning GrClipMaskManager off of GrDrawTarget (take 2) by robertphillips · 9 years ago
- 8b8f36f Revert of Begin weaning GrClipMaskManager off of GrDrawTarget (take 2) (patchset #7 id:120001 of https://codereview.chromium.org/1754563003/ ) by robertphillips · 9 years ago
- 86c6075 Begin weaning GrClipMaskManager off of GrDrawTarget (take 2) by robertphillips · 9 years ago
- 46b301d add /img/n/m endpoint to skiaserve by joshualitt · 9 years ago
- f55c364 Wire up stack traces again by joshualitt · 9 years ago
- 2a7cf5f Revert of Generate Signed Distance Field directly from vector path (patchset #13 id:240001 of https://codereview.chromium.org/1643143002/ ) by robertphillips · 9 years ago
- 4de97a6 Generate Signed Distance Field directly from vector path by joel.liang · 9 years ago
- 87a2234 Force values to 0.0f in QuadUVMatrix::set by robertphillips · 9 years ago
- 09bd2c0 Disabling calls to TexParameteri when the values do not exist on ES2. by cblume · 9 years ago
- 744898a Revert of Progress on gamma-correctness in the GPU backend. Fixed conversion of color and profile type to pix… (patchset #1 id:1 of https://codereview.chromium.org/1750383002/ ) by brianosman · 9 years ago
- 3d5d9ac Implement various vulkan stencil clears and fix various stenciling bugs. by egdaniel · 9 years ago
- a6f5819 Progress on gamma-correctness in the GPU backend. Fixed conversion of color and profile type to pixel config, which makes many things "just work". by brianosman · 9 years ago
- 4bc3181 Make GrDrawContext::internalDrawPath cons up its own GrPipelineBuilder by robertphillips · 9 years ago
- 4a98cdb Add cap and builder feature for multisample interpolation by cdalton · 9 years ago
- df3f2b0 Move some GrAuditTrail fuctions to cpp file by joshualitt · 9 years ago
- 1d7decf SkDebugCanvas ignore batch bounds if they are offscreen by joshualitt · 9 years ago
- e9c8442 Revert of Progress on gamma-correctness in the GPU backend. Fixed conversion of color and profile type to pix… (patchset #3 id:40001 of https://codereview.chromium.org/1746253002/ ) by brianosman · 9 years ago
- 0009589 Move drawDRRect back to GrDrawContext by robertphillips · 9 years ago
- eef9802 Progress on gamma-correctness in the GPU backend. Fixed conversion of color and profile type to pixel config, which makes many things "just work". by brianosman · 9 years ago
- 89685d9 Disabling mipmap generation until anisotropic mipmap levels are generated. by cblume · 9 years ago
- 10d8fc2 Render batch bounds as stroke rects by joshualitt · 9 years ago
- 790d513 This CL adds glTexStorage support. by cblume · 9 years ago
- 15923c9 Modernize SkSpinlock. by mtklein · 9 years ago
- b95c772 Add abilitly to query audit trail for batches by draw op by joshualitt · 9 years ago
- 08fc807 Revert of Add abilitly to query audit trail for batches by draw op (patchset #4 id:60001 of https://codereview.chromium.org/1745513002/ ) by joshualitt · 9 years ago
- 9b48a6e Add abilitly to query audit trail for batches by draw op by joshualitt · 9 years ago
- 55f2d2d Creating functions for uploading a mipmapped texture. by cblume · 9 years ago
- e015c26 Make GrVkStencilAttachment derive form GrVkImage by egdaniel · 9 years ago
- d524f16 Fix memory crash in vulakn writeUniformBuffers by egdaniel · 9 years ago
- 8733210 Replace fWillReadFragmentPosition with a bitfield by cdalton · 9 years ago
- eb79eea Include glGetMultisamplefv API by cdalton · 9 years ago
- b2c0133 When a surface is backed by an external render target force a copy on image snap by bsalomon · 9 years ago
- 992ad36 Add back Vk files with LF endings by jvanverth · 9 years ago
- e02918d Remove Vk files with spurious CRLFs by jvanverth · 9 years ago
- 67acb83 Fix oval rendering in vulkan by egdaniel · 9 years ago
- 4ee1cda Fix uniform buffer layout in vulkan by egdaniel · 9 years ago
- 18d6b75 Add batchlist managment to GrAuditTrail by joshualitt · 9 years ago
- 42701e9 Add VkProgramDataManager back into to repo by egdaniel · 9 years ago
- 89a6029 Try to fix broken file by just deleting it. by egdaniel · 9 years ago
- 952538e fix undefined signed shifts by caryclark · 9 years ago
- 82e26bf Revert of Skia Filter Quality and Scaling Metrics (patchset #3 id:60001 of https://codereview.chromium.org/1686203002/ ) by ericrk · 9 years ago
- d2c7791 Revert of Make GrDrawContext::internalDrawPath cons up its own GrPipelineBuilder (patchset #3 id:40001 of https://codereview.chromium.org/1730903007/ ) by ethannicholas · 9 years ago
- 436d985 Fix copy-paste typo in comment. by brianosman · 9 years ago
- 00fddeb Make GrDrawContext::internalDrawPath cons up its own GrPipelineBuilder by robertphillips · 9 years ago
- f57b3a6 Skia Filter Quality and Scaling Metrics by ericrk · 9 years ago
- b56f927 Hide GrPipelineBuilder from GrOvalRenderer by robertphillips · 9 years ago
- d770610 Mv DRRect drawing code from GrDrawContext into SkGpuDevice by robertphillips · 9 years ago
- 5ec26ae Move Budgeted enum out of SkSurface, use in GrTextureProvider by bsalomon · 9 years ago
- f7e865a Add stub for new method to GrVkGpu by jvanverth · 9 years ago
- bd500f0 Revert of Move Budgeted enum out of SkSurface, use in GrTextureProvider (patchset #6 id:100001 of https://codereview.chromium.org/1728093005/ ) by bsalomon · 9 years ago
- 2d07b76 Update shaderc lib and use single combined lib by Greg Daniel · 9 years ago
- 57599fe Move Budgeted enum out of SkSurface, use in GrTextureProvider by bsalomon · 9 years ago
- 45c2c81 Implement support for using GL ES 3.0 with command buffer by kkinnunen · 9 years ago
- f7b8b8a Add wrapBackendTextureAsRenderTarget API by ericrk · 9 years ago
- 0cc2f85 Hide GrDrawTarget from GrOvalRenderer by robertphillips · 9 years ago
- b8d8649 fixup GLPrograms textblob todo by joshualitt · 9 years ago
- f15b07b Revert of Include glGetMultisamplefv API (patchset #1 id:1 of https://codereview.chromium.org/1720963002/ ) by ethannicholas · 9 years ago
- 69c1b24 Include glGetMultisamplefv API by cdalton · 9 years ago
- d936f63 Simplify and combine SkDrawCacheProc and SkMeasureCacheProc to SkPaint::GlyphCacheProc. by benjaminwagner · 9 years ago
- f6d1e60 Only use fake gamma with linear devices. by bungeman · 9 years ago
- bc2f4df fix unsigned/signed warning on linux for GrVkDescriptorPool::numPoolSizes() by bsalomon · 9 years ago
- f853594 Fix unsigned short UVs for Vulkan. by jvanverth · 9 years ago
- 7023a00 Use unorm shorts for texture coordinates when rendering text. by jvanverth · 9 years ago
- 01e5838 Simplify calculations in AADistanceFieldPathBatch::writePathVertices. by benjaminwagner · 9 years ago
- 33ad701 Add gl_SampleMask functionality to fragment builders by cdalton · 9 years ago
- 164a9f0 Add vulkan files into skia repo. This is an incomplete backend with only partial functionality at this time. by Greg Daniel · 9 years ago
- ad3a13c Revert of Add vulkan files into skia repo. (patchset #2 id:20001 of https://codereview.chromium.org/1718693002/ ) by egdaniel · 9 years ago
- 48cf268 Add vulkan files into skia repo. This is an incomplete backend with only partial functionality at this time. by Greg Daniel · 9 years ago
- 8e0ef29 Calculate translations to apply to vertices in batch by joshualitt · 9 years ago
- d106c2c Revert of Use unorm shorts for texture coordinates when rendering text. (patchset #3 id:40001 of https://codereview.chromium.org/1713693002/ ) by jvanverth · 9 years ago
- e507ff0 Use unorm shorts for texture coordinates when rendering text. by jvanverth · 9 years ago
- c85d9fb GrAuditTrail can now be enabled/disabled at runtime by ethannicholas · 9 years ago
- 8528541 Add more specialized fragment builders by cdalton · 9 years ago
- adab5a2 fix comma in GrAuditTrail json by joshualitt · 9 years ago
- d2d2eb9 Add GrGpu support for Vulkan command buffer flush by jvanverth · 9 years ago
- 48e7846 Mark existing image filter entry points that will be going away with Deprecated by robertphillips · 9 years ago
- 6b3cf73 Add batch information to json by joshualitt · 9 years ago
- 8db8678 Fix memory leak by joshualitt · 9 years ago
- e06ed25 Do not try to use GL_texture_rectangle on GL ES by kkinnunen · 9 years ago
- ed82800 There is an unused rowBytes parameter being passed along. by cblume · 9 years ago
- 0042245 Remove outdated optimization to not flush for new textures in GrSWMaskHelper by bsalomon · 9 years ago
- babafcc Workaround for bug in Tegra 3 when uploading to a render target by bsalomon · 9 years ago
- 8e84a1e Delete GrTextContext by joshualitt · 9 years ago
- 96880d9 Create GrPathRenderingDrawContext by joshualitt · 9 years ago
- 18fab30 Modify interface to GrPathUtils::convertCubicToQuads by bsalomon · 9 years ago
- b8fea97 Make copySurface work for texture dsts, return a bool, & add unit test. by bsalomon · 9 years ago
- ddd22d8 Remove last bit of privacy violation for GrAtlasTextBlob by joshualitt · 9 years ago
- bd6366a Roll back ellipse logic for now. This was (probably) still wrong. by brianosman · 9 years ago
- 1751dc7 Revert of Add infastructure for gl_SampleMask (patchset #6 id:100001 of https://codereview.chromium.org/1690963003/ ) by benjaminwagner · 9 years ago
- 533cefe Add infastructure for gl_SampleMask by cdalton · 9 years ago
- c08f196 Use noperspective interpolation for 2D draws by cdalton · 9 years ago
- 083617b Make copySurface work in more situations. by bsalomon · 9 years ago
- c6052ac Put back the 0.5 bias in the shader. Only adjust the radii for the geometry, not the radii constants. by brianosman · 9 years ago
- 09bf666 Remove the 0.5 bias from the ellipse edge function. This makes coverage drop to zero before we get clipped by the rasterizer (i.e. ensures the generated ellipse is inscribed in the geometry). by brianosman · 9 years ago
- bb2ff94 Switch to vertex colors rather than uniforms for color in Ellipse/Circle/RRect/DRRect by brianosman · 9 years ago
- d36f2c4 Add #define directives to GrGLSLShaderBuilder by cdalton · 9 years ago
- 5e58cee Add GrShaderFlags enum by cdalton · 9 years ago
- bc81111 start to chip away at friending of GrAtlasTextBatch/GrAtlasTextBlob by joshualitt · 9 years ago
- 0eed945 Revert of Make copySurface work for texture dsts, return a bool, & add unit test. (patchset #6 id:100001 of https://codereview.chromium.org/1684313002/ ) by kjlubick · 9 years ago
- 27004b7 Remove GrContext* from GrTextContext by joshualitt · 9 years ago