aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrGpu.cpp
Commit message (Expand)AuthorAge
* Make GrTextureProxy store a GrTextureType.Gravatar Brian Salomon2018-07-30
* Ensure that textures exported via SkImage::MakeBackendTextureFromSkImageGravatar Brian Salomon2018-06-20
* Fall back to bilerp if we are undable to do a copy for mips.Gravatar Greg Daniel2018-06-08
* Reland "Reland "Require mips to be allocated at texture creation time and dis...Gravatar Greg Daniel2018-06-08
* Revert "Reland "Require mips to be allocated at texture creation time and dis...Gravatar Greg Daniel2018-06-08
* Reland "Require mips to be allocated at texture creation time and disable lat...Gravatar Greg Daniel2018-06-08
* Revert "Require mips to be allocated at texture creation time and disable lat...Gravatar Greg Daniel2018-06-07
* Require mips to be allocated at texture creation time and disable late alloca...Gravatar Greg Daniel2018-06-07
* Remove origin from GrGpu::readPixelsGravatar Brian Salomon2018-06-02
* Remove origin from GrGpu::writePixelsGravatar Brian Salomon2018-06-02
* Remove GrGpu::getWritePixelsInfoGravatar Brian Salomon2018-06-01
* Replace GrContextPriv::read/writeSurfacePixels with GrContextPriv::read/Write...Gravatar Brian Salomon2018-06-01
* Make GPU lattice/nine patch not bleed across cells.Gravatar Brian Salomon2018-05-07
* Don't allow ganesh to allocate mip maps for wrapped textures.Gravatar Greg Daniel2018-04-16
* Add texture-specific flags for External & Rectangle texturesGravatar Robert Phillips2018-03-21
* Correctly discard or load RT when doing copies as draws in VulkanGravatar Greg Daniel2018-03-16
* Additional DDL playback cleanupGravatar Robert Phillips2018-03-08
* Initial texture data is never flipped when uploaded.Gravatar Brian Salomon2018-03-07
* Remove GrSurfaceOrigin from GrSurfaceDesc.Gravatar Brian Salomon2018-03-05
* Introduce GrColorTypeGravatar Brian Salomon2018-02-20
* Drop unused support for MSAA sample locationsGravatar Chris Dalton2018-02-20
* Prepare sRGB encoding conversion for the removal of GrPixelConfigGravatar Brian Salomon2018-02-14
* Move default init of tmp draw params out of subclasses into GrGpuGravatar Brian Salomon2018-02-10
* Track dirty rects on GrRenderTargets in native space rather than origin-relativeGravatar Brian Salomon2018-02-09
* Remove integer texture supportGravatar Brian Salomon2018-02-06
* Revert "Revert "Revert "Revert "Revert "Revert "Redefine the meaning of sampl...Gravatar Brian Salomon2018-02-03
* Revert "Revert "Revert "Revert "Revert "Redefine the meaning of sample counts...Gravatar Brian Salomon2018-02-03
* Revert "Revert "Revert "Revert "Redefine the meaning of sample counts in GPU ...Gravatar Brian Salomon2018-02-02
* Revert "Revert "Revert "Redefine the meaning of sample counts in GPU backend."""Gravatar Brian Salomon2018-02-02
* More sample count cleanup:Gravatar Brian Salomon2018-02-01
* Revert "Revert "Redefine the meaning of sample counts in GPU backend.""Gravatar Brian Salomon2018-02-01
* Revert "Redefine the meaning of sample counts in GPU backend."Gravatar Brian Salomon2018-02-01
* Redefine the meaning of sample counts in GPU backend.Gravatar Brian Salomon2018-02-01
* Revert "Drop support for unused MSAA extensions"Gravatar Robert Phillips2018-01-30
* Drop support for unused MSAA extensionsGravatar Chris Dalton2018-01-29
* Make use of VkSemaphores thread safe assuming use of the same VkQueue.Gravatar Greg Daniel2018-01-22
* Move resourceProvider accessor to GrContextPriv (take 2)Gravatar Robert Phillips2018-01-16
* Revert "Move resourceProvider accessor to GrContextPriv"Gravatar Hal Canary2018-01-16
* Move resourceProvider accessor to GrContextPrivGravatar Robert Phillips2018-01-16
* Update GrSemaphore to allow it to only be used once for signaling and once fo...Gravatar Greg Daniel2018-01-09
* Remove instanced renderingGravatar Brian Salomon2017-12-08
* Use enum to track MipMapsStatus throughout Texture creationGravatar Greg Daniel2017-10-12
* Revert "Revert "Update GrBitmapTextureMaker for handling mipped requests""Gravatar Greg Daniel2017-09-29
* Revert "Update GrBitmapTextureMaker for handling mipped requests"Gravatar Greg Daniel2017-09-28
* Update GrBitmapTextureMaker for handling mipped requestsGravatar Greg Daniel2017-09-28
* Remove pre-attachment of stencil buffersGravatar Robert Phillips2017-09-21
* Rework GrSamplerParams to be more compact and use its own wrap mode enum.Gravatar Brian Salomon2017-09-07
* Remove kDefault_GrSurfaceOriginGravatar Robert Phillips2017-08-30
* Remove origin field from GrSurface (take 2)Gravatar Robert Phillips2017-08-29
* Revert "Revert "GrContext::dump that produces JSON formatted output""Gravatar Brian Osman2017-08-10