1. d309e7a This replaces the texture creation/caching functions on GrContext with a GrTextureProvider interface. The goal is to pass this narrowly focused object in places that currently take a GrContext but don't need and shouldn't use its other methods. It also has an extended private interface for interacting with non-texture resource types. by bsalomon · 9 years ago
  2. 29bee0f Make XPFragmentBuilder only Builder with access to DstCopy. by egdaniel · 9 years ago
  3. cfc1886 Use GLSLCaps for creating processor keys and GLSL-specific programs by jvanverth · 9 years ago
  4. 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 9 years ago
  5. cff10b2 change colorfilter to return an array of frag processors by reed · 9 years ago
  6. f99e961 Allow resources' unique keys to be changed. by bsalomon · 10 years ago
  7. 8718aaf Rename GrContentKey to GrUniqueKey by bsalomon · 10 years ago
  8. dd21987 fix for uniform view matrix being uploaded but not used by joshualitt · 10 years ago
  9. d042358 One createTexture function, attempt to recycle scratch in createTexture. by bsalomon · 10 years ago
  10. 37f9a26 Move npot resizing out of GrContext and simplify GrContext texture functions. by bsalomon · 10 years ago
  11. e137db8 Revert of Move npot resizing out of GrContext and simplify GrContext texture functions. (patchset #10 id:200001 of https://codereview.chromium.org/882223003/) by bsalomon · 10 years ago
  12. 6c96672 Move npot resizing out of GrContext and simplify GrContext texture functions. by bsalomon · 10 years ago
  13. 6bfef2d Revert of Move npot resizing out of GrContext and simplify GrContext texture functions. (patchset #9 id:160001 of https://codereview.chromium.org/882223003/) by fmalita · 10 years ago
  14. 8a81003 Move npot resizing out of GrContext and simplify GrContext texture functions. by bsalomon · 10 years ago
  15. 24db3b1 Add specialized content key class for resources. by bsalomon · 10 years ago
  16. 72c9faa Fix up all the easy virtual ... SK_OVERRIDE cases. by mtklein · 10 years ago
  17. 9f876a3 Use threshold of 1 texture coord value per pixel w/ nearest neighbor. by bsalomon · 10 years ago
  18. 422f56f Make addUniform take a precision by bsalomon · 10 years ago
  19. eb2a676 Remove backend factories by joshualitt · 10 years ago
  20. 3f3b3d0 Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. by mtklein · 10 years ago
  21. 6e78293 Revert of Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. (patchset #1 id:1 of https://codereview.chromium.org/769953002/) by mtklein · 10 years ago
  22. 52c2935 Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. by mtklein · 10 years ago
  23. 267ce48 remove proc key by joshualitt · 10 years ago
  24. 605dd0f Move GrInvariantOutput out of GrProcessor and into its own class. by egdaniel · 10 years ago
  25. 37dd331 Add class GrGLTextureRenderTarget for GL texture/rendertarget objects by bsalomon · 10 years ago
  26. f2703d8 rename GrTextureDesc->GrSurfaceDesc, GrTextureFlags->GrSurfaceFlags by bsalomon · 10 years ago
  27. 420d7e9 Auto-compare GrProcessors' texture accesses in isEqual(). by bsalomon · 10 years ago
  28. 9e4d6d1 Move willUseInputColor check to computeInvariantOutput by egdaniel · 10 years ago
  29. 0e08fc1 Push isEqual/onIsEqual down from GrProcessor to subclasses. by bsalomon · 10 years ago
  30. 80cc420 Changed "Profile" to "Cube" in ColorCube by sugoi · 10 years ago
  31. ccb2e38 Create helper functions to use in computeInvariantOutput calls by egdaniel · 10 years ago
  32. 1598899 FPs now use the correct builder types(just a rename) by joshualitt · 10 years ago
  33. 9a7f29e Leak fixed by sugoi · 10 years ago
  34. ce68627 Adding 3D lut color filter by sugoi · 10 years ago