aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu
Commit message (Expand)AuthorAge
* Revert of Include glGetMultisamplefv API (patchset #1 id:1 of https://coderev...Gravatar ethannicholas2016-02-24
* Include glGetMultisamplefv APIGravatar cdalton2016-02-23
* Simplify and combine SkDrawCacheProc and SkMeasureCacheProc to SkPaint::Glyph...Gravatar benjaminwagner2016-02-23
* Only use fake gamma with linear devices.Gravatar bungeman2016-02-22
* fix unsigned/signed warning on linux for GrVkDescriptorPool::numPoolSizes()Gravatar bsalomon2016-02-22
* Fix unsigned short UVs for Vulkan.Gravatar jvanverth2016-02-22
* Use unorm shorts for texture coordinates when rendering text.Gravatar jvanverth2016-02-22
* Simplify calculations in AADistanceFieldPathBatch::writePathVertices.Gravatar benjaminwagner2016-02-22
* Add gl_SampleMask functionality to fragment buildersGravatar cdalton2016-02-22
* Add vulkan files into skia repo. This is an incomplete backend with only part...Gravatar Greg Daniel2016-02-22
* Revert of Add vulkan files into skia repo. (patchset #2 id:20001 of https://c...Gravatar egdaniel2016-02-22
* Add vulkan files into skia repo. This is an incomplete backend with only part...Gravatar Greg Daniel2016-02-22
* Calculate translations to apply to vertices in batchGravatar joshualitt2016-02-19
* Revert of Use unorm shorts for texture coordinates when rendering text. (patc...Gravatar jvanverth2016-02-19
* Use unorm shorts for texture coordinates when rendering text.Gravatar jvanverth2016-02-19
* GrAuditTrail can now be enabled/disabled at runtimeGravatar ethannicholas2016-02-18
* Add more specialized fragment buildersGravatar cdalton2016-02-18
* fix comma in GrAuditTrail jsonGravatar joshualitt2016-02-18
* Add GrGpu support for Vulkan command buffer flushGravatar jvanverth2016-02-17
* Mark existing image filter entry points that will be going away with DeprecatedGravatar robertphillips2016-02-17
* Add batch information to jsonGravatar joshualitt2016-02-17
* Fix memory leakGravatar joshualitt2016-02-17
* Do not try to use GL_texture_rectangle on GL ESGravatar kkinnunen2016-02-16
* There is an unused rowBytes parameter being passed along.Gravatar cblume2016-02-16
* Remove outdated optimization to not flush for new textures in GrSWMaskHelperGravatar bsalomon2016-02-16
* Workaround for bug in Tegra 3 when uploading to a render targetGravatar bsalomon2016-02-16
* Delete GrTextContextGravatar joshualitt2016-02-16
* Create GrPathRenderingDrawContextGravatar joshualitt2016-02-16
* Modify interface to GrPathUtils::convertCubicToQuadsGravatar bsalomon2016-02-16
* Make copySurface work for texture dsts, return a bool, & add unit test.Gravatar bsalomon2016-02-16
* Remove last bit of privacy violation for GrAtlasTextBlobGravatar joshualitt2016-02-16
* Roll back ellipse logic for now. This was (probably) still wrong.Gravatar brianosman2016-02-14
* Revert of Add infastructure for gl_SampleMask (patchset #6 id:100001 of https...Gravatar benjaminwagner2016-02-12
* Add infastructure for gl_SampleMaskGravatar cdalton2016-02-12
* Use noperspective interpolation for 2D drawsGravatar cdalton2016-02-12
* Make copySurface work in more situations.Gravatar bsalomon2016-02-12
* Put back the 0.5 bias in the shader. Only adjust the radii for the geometry, ...Gravatar brianosman2016-02-12
* Remove the 0.5 bias from the ellipse edge function. This makes coverage drop ...Gravatar brianosman2016-02-12
* Switch to vertex colors rather than uniforms for color in Ellipse/Circle/RRec...Gravatar brianosman2016-02-11
* Add #define directives to GrGLSLShaderBuilderGravatar cdalton2016-02-11
* Add GrShaderFlags enumGravatar cdalton2016-02-11
* start to chip away at friending of GrAtlasTextBatch/GrAtlasTextBlobGravatar joshualitt2016-02-11
* Revert of Make copySurface work for texture dsts, return a bool, & add unit t...Gravatar kjlubick2016-02-11
* Remove GrContext* from GrTextContextGravatar joshualitt2016-02-11
* Make copySurface work for texture dsts, return a bool, & add unit test.Gravatar bsalomon2016-02-11
* Pass a GrContext pointer in GrDrawContext constructorGravatar joshualitt2016-02-11
* Move surface props off of GrTextContextGravatar joshualitt2016-02-11
* skia: Add support for CHROMIUM_image backed textures.Gravatar erikchen2016-02-10
* Start whittling down GrTextContextGravatar joshualitt2016-02-10
* Remove GrTextBlobCache/GrAtlasTextBlob friendlinessGravatar joshualitt2016-02-10