1. 02 Jun, 2014 1 commit
  2. 30 May, 2014 3 commits
  3. 29 May, 2014 1 commit
  4. 20 May, 2014 1 commit
  5. 09 May, 2014 3 commits
  6. 02 May, 2014 1 commit
    • commit-bot@chromium.org's avatar
      Split GrResource into GrCacheable/GrGpuObject · 089a780c
      commit-bot@chromium.org authored
      Before this change, an object needed to inherit from GrResource (and
      thus be a GPU object) in order to live in the GrResourceCache. That
      was a problem for caching items that weren't GPU objects themselves,
      but owned GPU objects.
      
      This change splits GrResource into two classes:
      
        1. GrCacheable: The base class for objects that can live in the
           GrResourceCache.
      
        2. GrGpuObject, which inherits from GrCacheable: The base class for
           objects that get tracked by GrGpu.
      
      This change is purely a refactor; there is no change in functionality.
      
      Change-Id: I3e8daeb1f123041f414aa306c1366e959ae9e39e
      
      BUG=skia:
      R=bsalomon@google.com
      
      Author: cdalton@nvidia.com
      
      Review URL: https://codereview.chromium.org/251013002
      
      git-svn-id: http://skia.googlecode.com/svn/trunk@14553 2bbb7eff-a529-9590-31e7-b0007b416f81
      089a780c
  7. 30 Apr, 2014 1 commit
  8. 25 Apr, 2014 1 commit
  9. 23 Apr, 2014 1 commit
    • commit-bot@chromium.org's avatar
      Use fixed function pipeline only when drawing paths · 0a6fe71f
      commit-bot@chromium.org authored
      Use fixed function pipeline only when drawing paths. Previously FF
      vertex shader was used when drawing normal geometry if path rendering
      was enabled.
      
      This is required to make Chromium integration easier. This way
      fixed function vertex shading, including vertexshader-less programs,
      need not be implemented in the Chromium command buffer.
      
      Removes FF TexGen functionality, as it is not used anymore. Likewise
      removes the fixedFunctionSupport GL capability flag.
      
      BUG=chromium:344330
      R=bsalomon@google.com
      
      Author: kkinnunen@nvidia.com
      
      Review URL: https://codereview.chromium.org/212753002
      
      git-svn-id: http://skia.googlecode.com/svn/trunk@14334 2bbb7eff-a529-9590-31e7-b0007b416f81
      0a6fe71f
  10. 16 Apr, 2014 2 commits
  11. 02 Apr, 2014 1 commit
  12. 28 Mar, 2014 3 commits
  13. 25 Mar, 2014 3 commits
  14. 21 Feb, 2014 1 commit
  15. 17 Jan, 2014 1 commit
  16. 16 Jan, 2014 3 commits
  17. 19 Dec, 2013 1 commit
  18. 09 Dec, 2013 1 commit
  19. 02 Dec, 2013 2 commits
  20. 28 Nov, 2013 1 commit
  21. 27 Nov, 2013 1 commit
  22. 21 Nov, 2013 1 commit
  23. 20 Nov, 2013 1 commit
  24. 01 Nov, 2013 1 commit
  25. 31 Oct, 2013 1 commit
  26. 21 Oct, 2013 2 commits
  27. 17 Oct, 2013 1 commit