- 3176e86 Rename GrGLSLFragmentProcessor to GrFragmentProcessor::ProgramImpl by Brian Salomon · 3 years, 3 months ago
- 13b2873 Remove GLSL from name of functions that builds GrProcessor keys. by Brian Salomon · 3 years, 3 months ago
- 4dca831 Rename GrSurfaceDrawContext to skgpu::v1::SurfaceDrawContext by Robert Phillips · 3 years, 3 months ago
- ea46ef3 Move clip optimizations into GrFillRRectOp by Chris Dalton · 3 years, 4 months ago
- 550de7f Depower GrPipeline.h by Robert Phillips · 3 years, 4 months ago
- 1a82a4e Remove GrResourceProvider.h from all other header files by Robert Phillips · 3 years, 4 months ago
- b1e8f85 Add an 'opBeingClipped' param to GrClip::apply by Chris Dalton · 3 years, 4 months ago
- 294723d Move GrOp::VisitProxyFunc to GrTypesPriv.h GrVisitProxyFunc by Robert Phillips · 3 years, 5 months ago
- 52cb1d0 Rename GrXferProcessor::DstProxyView to GrDstProxyView. by John Stiles · 3 years, 5 months ago
- 6edc8d9 Remove 'hasUserStencilSettings' from GrClip::apply by Chris Dalton · 3 years, 5 months ago
- 57ab06c Delete mixed samples by Chris Dalton · 3 years, 6 months ago
- f5b87f9 Make SkSurfaceProps non-optional for SDCs and SkSpecialImages by Chris Dalton · 3 years, 7 months ago
- 396cd1d Revert "Lift atlas clip FP creation out of GrClip::apply" by Derek Sollenberger · 3 years, 7 months ago
- 92b3567 Lift atlas clip FP creation out of GrClip::apply by Chris Dalton · 3 years, 7 months ago
- 18ab203 Make GrGLSLFragmentProcessors be created as std::unique_ptr. by Brian Salomon · 3 years, 8 months ago
- 9e2c50e Revert "Remove deferred proxy machinery" by Adlai Holler · 3 years, 9 months ago
- a3987cc Remove deferred proxy machinery by Adlai Holler · 3 years, 9 months ago
- bead7e3 Remove GrFragmentProcessor::usesExplicitReturn. by John Stiles · 3 years, 11 months ago
- 02eb5dc Remove sk_OutColor built-in variable. by John Stiles · 3 years, 11 months ago
- eebe735 GrRenderTargetContext->GrSurfaceDrawContext by Brian Salomon · 3 years, 11 months ago
- 70fe17e Remove GrRenderTargetContextPriv and GrSurfaceContextPriv by Brian Salomon · 4 years ago
- 42dbca5 Pass in the color load op to GrProgramInfo. by Greg Daniel · 4 years ago
- e2296f7 Pass the writeView as a const-ref instead of a pointer … by Adlai Holler · 4 years ago
- 9902cff Use SkSpan to clean up GrOnFlushCallbackObject API by Adlai Holler · 4 years ago
- c76d409 add API for Op creation by Herb Derby · 4 years, 1 month ago
- a069304 Rename GrContextPriv to GrDirectContextPriv by Adlai Holler · 4 years, 1 month ago
- d358cbe Add support for plumbing GrDstSampleType through Ops and Pipeline creation. by Greg Daniel · 4 years, 2 months ago
- 7571f9e Replace 'typedef xxxxx INHERITED' with 'using INHERITED = xxxx;'. by John Stiles · 4 years, 2 months ago
- c113f00 Remove renderable flag from texture createLazyProxy. by Greg Daniel · 4 years, 2 months ago
- 6397e80 Specify aa type of draw to the GrClip by Michael Ludwig · 4 years, 3 months ago
- b25e065 Convert more tests to GrDirectContext/GrRecordingContext pair by Robert Phillips · 4 years, 3 months ago
- 40a4062 Rename GrBackendTexture::fMipMapped -> fMipmapped by Brian Salomon · 4 years, 4 months ago
- a6db510 Rename GrMipMapsStatus GrMipmapStatus by Brian Salomon · 4 years, 4 months ago
- 7e67dca Rename GrMipMapped GrMipmapped by Brian Salomon · 4 years, 4 months ago
- f4f8011 Add Context factories to GrDirectContext by Robert Phillips · 4 years, 4 months ago
- 4e3cab7 Reland "Simplify GrClip API" by Michael Ludwig · 4 years, 4 months ago
- d8f4f42 Revert "Simplify GrClip API" by Michael Ludwig · 4 years, 4 months ago
- 9716414 Simplify GrClip API by Michael Ludwig · 4 years, 4 months ago
- 9aba625 Move setSampleMatrix and setSampledWithExplicitCoords into child registration by Michael Ludwig · 4 years, 4 months ago
- f629a90 Make Clip test FP use texture effect child by Brian Salomon · 4 years, 5 months ago
- e06a897 GrClips know their device dimensions by Michael Ludwig · 4 years, 5 months ago
- 7c12e28 Reland "GrClips provided as pointers to GrRTC" by Michael Ludwig · 4 years, 5 months ago
- 074414f Revert "GrClips provided as pointers to GrRTC" by Weston Tracey · 4 years, 5 months ago
- 226b689 GrClips provided as pointers to GrRTC by Michael Ludwig · 4 years, 5 months ago
- 81d4172 Reland "Simplify GrRTC::clean APIs" by Michael Ludwig · 4 years, 5 months ago
- 4730f29 Revert "Simplify GrRTC::clean APIs" by Michael Ludwig · 4 years, 5 months ago
- 6cbd7c2 Simplify GrRTC::clean APIs by Michael Ludwig · 4 years, 6 months ago
- 0a2464f Update internal skia uses to use flushAndSubmit and submit calls. by Greg Daniel · 4 years, 6 months ago
- c002d56 Simplify GrClip::getConservativeBounds() signature by Michael Ludwig · 4 years, 6 months ago
- 5ba50af Replace skstd::exchange with std::exchange by Adlai Holler · 4 years, 6 months ago
- 63410e9 Pass description of GrSurface to GrSurfaceProxy lazy callbacks. by Brian Salomon · 4 years, 7 months ago
- 8afde5f Rename outputView->writeView and outputSwizzle->writeSwizzle by Brian Salomon · 4 years, 7 months ago
- df1bd6d Remove texture swizzle from GrSurfaceProxy. by Brian Salomon · 4 years, 7 months ago
- c655c3a Make GrOp::onPrePrepare be pure virtual by Robert Phillips · 4 years, 8 months ago
- 456f9b5 Reland "Move GrGpuResource GrSurface and GrTexture into src." by Greg Daniel · 4 years, 8 months ago
- f6ed96d Revert "Move GrGpuResource GrSurface and GrTexture into src." by Greg Daniel · 4 years, 8 months ago
- e5a06ce Move GrGpuResource GrSurface and GrTexture into src. by Greg Daniel · 4 years, 8 months ago
- 3a36511 Remove origin from GrSurfaceProxy. by Greg Daniel · 4 years, 9 months ago
- a56a746 Remove GrSurfaceDesc by Brian Salomon · 4 years, 9 months ago
- b58a3c7 Remove fConfig from GrSurfaceDesc. by Greg Daniel · 4 years, 10 months ago
- ce3ddaa Pass readSwizzle into more proxy creation to not use config. by Greg Daniel · 4 years, 10 months ago
- ccb6142 Allow implicit conversion from GrSamplerState::Filter to GrSamplerState by Brian Salomon · 4 years, 10 months ago
- e20fcad Reland "Move makeDeferredRenderTargetContext calls to factory on RTC." by Greg Daniel · 4 years, 10 months ago
- a4f207e Revert "Move makeDeferredRenderTargetContext calls to factory on RTC." by Jim Van Verth · 4 years, 10 months ago
- 1c16b43 Move makeDeferredRenderTargetContext calls to factory on RTC. by Greg Daniel · 4 years, 10 months ago
- 14b5721 Rename GrCaps textureSwizzle to readSwizzle. by Greg Daniel · 4 years, 11 months ago
- f46d5ca use std::make_unique by Mike Klein · 5 years ago
- bd99c0c Reland "Update FragmentProcessor TextureSampler to hold an GrSurfaceProxyView." by Robert Phillips · 5 years ago
- c5c0247 Revert "Update FragmentProcessor TextureSampler to hold an GrSurfaceProxyView." by Robert Phillips · 5 years ago
- acf5929 Update FragmentProcessor TextureSampler to hold an GrSurfaceProxyView. by Greg Daniel · 5 years ago
- 7d7aaf4 Slim down GrFragmentProcessor::TextureSampler and GrPrimitiveProcessor::TextureSampler by Robert Phillips · 5 years ago
- 5faf474 More bounds fixes for StrokeRect and DefaultPath when using MSAA for non-aa. by Greg Daniel · 5 years ago
- a90382f Pass color types when creating texture with initial data. by Brian Salomon · 5 years ago
- aee18c9 Cleanup after removal of IORefs from GrSurface by Robert Phillips · 5 years ago
- beb7f52 Make GrSurfaceProxy constructors take arg that determines participation in by Brian Salomon · 5 years ago
- dcf9ca1 Have visitProxies take a GrTexutreProxy instead of GrSurfaceProxy. by Greg Daniel · 5 years ago
- 92b3335 more rect api simplifications by Mike Reed · 5 years ago
- c4b4735 Don't pass around renderTargetContexts from onFlush callbacks by Chris Dalton · 5 years ago
- f41b2bd Reland "Merge GrOpList and GrRTOpList and rename to GrOpsTask." by Greg Daniel · 5 years ago
- f21bf9e Revert "Merge GrOpList and GrRTOpList and rename to GrOpsTask." by Greg Daniel · 5 years ago
- 2a59541 Merge GrOpList and GrRTOpList and rename to GrOpsTask. by Greg Daniel · 5 years ago
- bf6b979 GrSurfaceContext not ref counted. by Brian Salomon · 5 years ago
- 9c73e3d Turn off -Wreturn-std-move-in-c++11 by Brian Salomon · 5 years ago
- 4eb38b7 Pass GrBackendFormat to GrResourceProvider and GrGpu texture create functions. by Brian Salomon · 5 years ago
- 95d8ceb Add GrMipMapsStatus to GrTextureProxy by Chris Dalton · 5 years ago
- 0a15cc6 Propagate GrRenderable flag to GrCaps::getBackendFormatFromColorType by Robert Phillips · 5 years ago
- c80b0e9 Make rest of GrGpu::wrapBackend* methods take a GrColorType (take 2) by Robert Phillips · 5 years ago
- 27b4d8d Remove sample count from GrSurfaceDesc. by Brian Salomon · 5 years ago
- e8a766b Move GrProtected off GrSurfaceDesc and pass separately. by Brian Salomon · 5 years ago
- dd39980 Revert "Make rest of GrGpu::wrapBackend* methods take a GrColorType" by Robert Phillips · 5 years ago
- 9725638 Make rest of GrGpu::wrapBackend* methods take a GrColorType by Robert Phillips · 5 years ago
- f2c2ba9 Remove kRenderTarget_GrSurfaceFlag, instead pass GrRenderable. by Brian Salomon · 5 years ago
- e877dce Add kRGBA_8888_SRGB GrColorType and remove GrSRGBEncoded. by Greg Daniel · 5 years ago
- a5e78be Make Mock GrBackendFormat use GrColorType (instead of GrPixelConfig) by Robert Phillips · 5 years ago
- 627d053 Move uses of functions taking SkColorType to GrColorType versions in GrCaps. by Greg Daniel · 5 years ago
- 27ae52c Make deferred render target context without config or format by Brian Salomon · 5 years ago
- da2e67a Add GrProtected parameter to all createBackendTexture variants by Robert Phillips · 5 years ago
- d628747 Make GrColorSpaceInfo store GrColorType. by Brian Salomon · 5 years ago
- 6ce447a Eliminate mixed samples as an FBO type or AA type by Chris Dalton · 5 years ago
- f91aeb2 Move a bunch of gpu files out of include/private and into src/gpu. by Greg Daniel · 5 years ago