aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu
Commit message (Expand)AuthorAge
* Revert of Refactor drawContext/RenderTarget creation (patchset #8 id:140001 o...Gravatar robertphillips2016-04-28
* Repurpose Release_Developer BUILDTYPE and remove SK_DEVELOPER.Gravatar djsollen2016-04-27
* Refactor drawContext/RenderTarget creationGravatar robertphillips2016-04-27
* Remove AttachmentInfo from VulkanViewer setupGravatar jvanverth2016-04-27
* Add work around for vulkan copies on the 5XGravatar egdaniel2016-04-27
* Image filters: de-nest SkImageFilter::Cache and Cache::Key.Gravatar senorblanco2016-04-27
* Bring sk_sp to GrDrawContextGravatar robertphillips2016-04-27
* remove 'deprecated' region from SkDrawGravatar reed2016-04-27
* Add support for building GrShape from SkPath and more testsGravatar bsalomon2016-04-27
* Ensure we're operating on the correct texture when generating mipmaps.Gravatar brianosman2016-04-26
* Add initial implementation of GrShape and GrStyle classes and testsGravatar bsalomon2016-04-26
* Revert of Add initial implementation of GrShape and GrStyle classes and tests...Gravatar bsalomon2016-04-26
* Remove unnessary uniform barriers in Vulkan.Gravatar egdaniel2016-04-26
* Add automatic generation of mipmaps to VulkanGravatar jvanverth2016-04-26
* make context() virtual on deviceGravatar reed2016-04-26
* Add initial implementation of GrShape and GrStyle classes and testsGravatar bsalomon2016-04-26
* Revert of Add initial implementation of GrShape and GrStyle classes and tests...Gravatar robertphillips2016-04-26
* Add initial implementation of GrShape and GrStyle classes and testsGravatar bsalomon2016-04-25
* Add another dollop of sk_sp to SkSpecialImage and SkSpecialSurfaceGravatar robertphillips2016-04-25
* Revert of Batch multiple single NVPR draw paths to instanced draws (patchset ...Gravatar stephana2016-04-25
* Batch multiple single NVPR draw paths to instanced drawsGravatar kkinnunen2016-04-25
* Compute bounds union while combining path range draw path batchesGravatar kkinnunen2016-04-24
* Retract SkDevice a bit moreGravatar robertphillips2016-04-22
* Refactor to separate backend object lifecycle and GpuResource budget decisionGravatar kkinnunen2016-04-22
* Revise WSI setup.Gravatar jvanverth2016-04-21
* Guard against FramebufferStatus checks in GrGLRenderTargetGravatar robertphillips2016-04-21
* Include scaler context flags (gamma and contrast boost) in the text blob cach...Gravatar brianosman2016-04-21
* Update min Vulkan version to 1.0.8.0, and fix various bugsGravatar egdaniel2016-04-21
* Fix data parameter for createBufferGravatar cdalton2016-04-21
* Begin removing deprecated (and now, unused) ImageFilter code pathsGravatar robertphillips2016-04-20
* Revert of Use transfer buffer for BatchAtlas texture copies (patchset #9 id:1...Gravatar jvanverth2016-04-20
* Refactor how we store and use samplers in GaneshGravatar egdaniel2016-04-20
* Use transfer buffer for BatchAtlas texture copies.Gravatar jvanverth2016-04-20
* Enable NV_path_rendering in the Null GL.Gravatar svaisanen2016-04-20
* Revert of Refactor how we store and use samplers in Ganesh (patchset #7 id:12...Gravatar egdaniel2016-04-19
* Refactor how we store and use samplers in GaneshGravatar egdaniel2016-04-19
* Fix createBuffer in VulkanGravatar egdaniel2016-04-19
* Add optional data parameter to createBufferGravatar cdalton2016-04-19
* Remove deprecated paths from image filter infrastructure.Gravatar senorblanco2016-04-18
* Skia Filter Quality and Scaling MetricsGravatar ericrk2016-04-18
* Modernize and trim down SkOnce.Gravatar mtklein2016-04-18
* Revert of Remove deprecated paths from image filter infrastructure. (patchset...Gravatar robertphillips2016-04-17
* Remove deprecated paths from image filter infrastructure.Gravatar senorblanco2016-04-17
* Several fixes for fp 16 rendering:Gravatar brianosman2016-04-14
* Simplify gamma-correctness for text rendering.Gravatar brianosman2016-04-14
* Remove GrTextureStorageAllocator. This was added from Chromium but never used...Gravatar bsalomon2016-04-13
* Tweak distance field path renderer behavior in gamma-correct mode to matchGravatar brianosman2016-04-13
* Rename lots of things from 'sRGB' to 'GammaCorrect', where appropriateGravatar brianosman2016-04-13
* Allow a small tolerance in GrAtlasTextBatch bounds test.Gravatar bsalomon2016-04-13
* Add missing F16 case to reverse pixel config conversionGravatar brianosman2016-04-12