1. 8afde5f Rename outputView->writeView and outputSwizzle->writeSwizzle by Brian Salomon · 4 years, 4 months ago
  2. c655c3a Make GrOp::onPrePrepare be pure virtual by Robert Phillips · 4 years, 4 months ago
  3. 9f2b86c More SkISizification in GPU code. by Brian Salomon · 4 years, 9 months ago
  4. 5faf474 More bounds fixes for StrokeRect and DefaultPath when using MSAA for non-aa. by Greg Daniel · 4 years, 10 months ago
  5. f91aeb2 Move a bunch of gpu files out of include/private and into src/gpu. by Greg Daniel · 5 years ago
  6. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 5 years ago
  7. b97da53 Switch Ops over to using GrRecordingContext by Robert Phillips · 5 years ago
  8. 588cec7 Reenable GrOp chaining. by Brian Salomon · 6 years ago
  9. 9a390ac Guard GrOp::dumpInfo with SK_DEBUG by Brian Osman · 6 years ago
  10. 7eae3e0 Reland "Move GrGeometryProcessor's textures out of classes and into" by Brian Salomon · 6 years ago
  11. fdf05f4 Revert "Move GrGeometryProcessor's textures out of classes and into" by Brian Salomon · 6 years ago
  12. 641ac7d Make result of GrOp::combineIfPossible be an enum. by Brian Salomon · 6 years ago
  13. d818ebf Revert "Some scissor state cleanup." by Brian Salomon · 6 years ago
  14. a219419 Some scissor state cleanup. by Brian Salomon · 6 years ago
  15. 7c525e6 Plumb GrContext everywhere by Robert Phillips · 6 years ago
  16. 6a40abc Revert "Implement window rectangles in vulkan" by Jim Van Verth · 7 years ago
  17. 94c0468 Implement window rectangles in vulkan by Chris Dalton · 7 years ago
  18. 500d58b Make Copy Ops to go through GpuCommandBuffer instead of straigt to GPU. by Greg Daniel · 7 years ago
  19. 19e51dc Store GrRenderTarget in GrGpuCommandBuffer by Robert Phillips · 7 years ago
  20. 4f101a7 Make GrGpuCommandBuffer's methods take a GrRenderTargetProxy (rather than a GrRenderTarget) by Robert Phillips · 7 years ago
  21. 2890fbf Make GrPipeline hold a GrRenderTargetProxy (instead of a GrRenderTarget) by Robert Phillips · 7 years ago
  22. 466c7d6 header cleanup by Hal Canary · 7 years ago
  23. 2f4ddf6 Update more GrOps to split-opList world by Robert Phillips · 7 years ago
  24. ce78bad header cleanup by Hal Canary · 7 years ago
  25. b9a02a1 Update stencil ops to have a parallel proxyID by Robert Phillips · 7 years ago
  26. 9e50f7b Store clipped bounds on GrOp rather than in parallel in GrRenderTargetOpList. by Brian Salomon · 7 years ago
  27. f833478 Remove ref counting from GrOp. by Brian Salomon · 8 years ago
  28. 69868af Remove render target unique ID virtual from GrOp. by Brian Salomon · 8 years ago
  29. bde4285 Rename GrOp::draw to GrOp::execute by Brian Salomon · 8 years ago
  30. 8952743 move src/gpu/batches -> src/gpu/ops by Brian Salomon · 8 years ago[Renamed from src/gpu/batches/GrClearStencilClipOp.h]
  31. 7dae46a Some more batch->op renaming by Brian Salomon · 8 years ago[Renamed (69%) from src/gpu/batches/GrClearStencilClipBatch.h]
  32. 2790c52 Make *OpList::recordOp functions take sk_sp<GrOp> not GrOp* by Brian Salomon · 8 years ago
  33. 742e31d Rename GrBatchFlushState to GrOpFlushState by Brian Salomon · 8 years ago
  34. 25a8809 Rename GrBatch to GrOp by Brian Salomon · 8 years ago
  35. 3a7492f Remove GrBatch::renderTarget() and use GrBatch::renderTargetUniqueID() instead. by Brian Salomon · 8 years ago
  36. c293a29 Make GrGpuCommandBuffer infer its render target from first draw by Brian Salomon · 8 years ago
  37. 294870f Add explicit UniqueID classes for GrGpuResource & GrSurfaceProxy by Robert Phillips · 8 years ago
  38. 36a77ee Refactor GrVkGpuCommandBuffer to handle multiple GrVkCommandBuffers. by Greg Daniel · 8 years ago
  39. 65a0927 Don't pass in RT to individual Gpu CommandBuffer calls by Greg Daniel · 8 years ago
  40. 8abb370 Have GrSurfaceProxys and GrGpuResources draw from the same pool of unique ids by robertphillips · 8 years ago
  41. 29df760 Define clear regions in terms of GrFixedClip by csmartdalton · 8 years ago
  42. 9199a9f Move GrDrawTarget::clear logic into GrDrawContext by robertphillips · 8 years ago