1. 6200036 Implement GPU/OpList DDLs by Robert Phillips · 7 years ago
  2. 3416969 Revert "Revert "Revert "Revert "Add GrTextureOp and use to implement SkGpuDevice::drawImage[Rect]() when possible"""" by Brian Salomon · 7 years ago
  3. a93a14a Convert NULL and 0 to nullptr. by Ben Wagner · 7 years ago
  4. a184ac7 Revert "Revert "Revert "Add GrTextureOp and use to implement SkGpuDevice::drawImage[Rect]() when possible""" by Brian Salomon · 7 years ago
  5. 20af6d1 Revert "Revert "Add GrTextureOp and use to implement SkGpuDevice::drawImage[Rect]() when possible"" by Brian Salomon · 7 years ago
  6. ceef4fb Revert "Add GrTextureOp and use to implement SkGpuDevice::drawImage[Rect]() when possible" by Brian Salomon · 7 years ago
  7. 3fd2955 Add GrTextureOp and use to implement SkGpuDevice::drawImage[Rect]() when possible by Brian Salomon · 7 years ago
  8. 881f143 Hide GrGpuResourceRef from prying eyes by Robert Phillips · 7 years ago[Renamed from include/gpu/GrGpuResourceRef.h]
  9. c9c06d4 Remove GrTGpuResourceRef specializations by Robert Phillips · 7 years ago
  10. 5efd5ea Update clearOp for split-OpList world (take 3) by Robert Phillips · 7 years ago
  11. b6deea8 Setup for another attempt to split up opLists by Robert Phillips · 7 years ago
  12. 952a243 Add GrGpuTextureProxyRef by Robert Phillips · 7 years ago
  13. ff92650 Convert GrMesh to a struct by Chris Dalton · 7 years ago
  14. ab015ef Move the ability to access textures, buffers, and image storages out from GrProcessor. by Brian Salomon · 7 years ago
  15. e57194f Move resource ref/io manipulation from GrProgramElement to GrProcessor by Brian Salomon · 8 years ago
  16. f9f4512 Reland image storage with fixes. by Brian Salomon · 8 years ago
  17. 59dc411 Revert "Initial OpenGL Image support." by Brian Salomon · 8 years ago
  18. be34882 Initial OpenGL Image support. by Brian Salomon · 8 years ago
  19. 6bd5284 Remove SkAutoTUnref and SkAutoTDelete from public includes. by bungeman · 8 years ago
  20. f2361d2 Add GrOpList and rename GrDrawTarget to GrRenderTargetOpList by Robert Phillips · 8 years ago
  21. d9ffaed apply mozilla patch by reed · 9 years ago
  22. 2766c00 remove SkInstCnt by mtklein · 9 years ago
  23. 6f07665 Simplify SkInstCnt by mtklein · 10 years ago
  24. 932f866 Create GrOptDrawState directly in the cmd buffer in GrIODB. by bsalomon · 10 years ago
  25. b03c4a3 Don't use NULL GrOptDrawState to indicate that draw should be skipped. by bsalomon · 10 years ago
  26. 7eb8c7b drawinfo carries bufferinfo by joshualitt · 10 years ago
  27. 37dd331 Add class GrGLTextureRenderTarget for GL texture/rendertarget objects by bsalomon · 10 years ago
  28. bcf0a52 GrResourceCache2 manages scratch texture. by bsalomon · 10 years ago
  29. 89af44a Split GrDrawState and GrOptDrawState into separate classes and remove base class. by egdaniel · 10 years ago
  30. 45725db Move IOType to GrGpuRef and rename that to GrIORef. Template GrPendingIORef on IOType. by bsalomon · 10 years ago
  31. b3e3a95 Make GrIODB keep pending IO refs on all resources it records into its cmd stream. by bsalomon · 10 years ago
  32. f96ba02 Rename GrProgramResource to GrGpuResourceRef by bsalomon · 10 years ago[Renamed (82%) from include/gpu/GrProgramResource.h]
  33. c492334 Make templated GrProgramTResource subclass of GrProgramResource by bsalomon · 10 years ago
  34. ac8d619 Add method to GrProgramResource to record that pending a execution was completed. by bsalomon · 10 years ago
  35. 9574098 Add GrProgramElement base class for GrEffect with deferred exec ref. by bsalomon · 10 years ago