1. 90c240a Move edge GrEffects to locally defined classes. by commit-bot@chromium.org · 11 years ago
  2. 798c8c4 Move GrGLProgramDesc::Build to new cpp file. by bsalomon@google.com · 11 years ago
  3. 31ec798 Move GrGLProgram::Desc out of GrGLProgram. by bsalomon@google.com · 11 years ago
  4. 4647f90 Replace edge types with GrEdgeEffect. by bsalomon@google.com · 11 years ago
  5. c26d94f Move nested class GrDrawTarget::Caps out as GrDrawTargetCaps. by bsalomon@google.com · 11 years ago
  6. 8131283 Move oval rendering code to GrOvalRenderer. by commit-bot@chromium.org · 11 years ago
  7. 65eb4d5 Add stroked ovals and CircleEdgeEffect. by jvanverth@google.com · 11 years ago
  8. 91274b9 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  9. ff6ea26 Add GrEllipseEdgeEffect. by commit-bot@chromium.org · 11 years ago
  10. 6918d48 Use vertex array objects on core profiles. by bsalomon@google.com · 11 years ago
  11. ecd8484 Add support to GrGLInterface for vertex array objects by bsalomon@google.com · 11 years ago
  12. b82c399 Revert 7919 and 7920 (committed wrong version of r7919.) by bsalomon@google.com · 11 years ago
  13. 87c6d7a Add support to GrGLInterface for vertex array objects by bsalomon@google.com · 11 years ago
  14. 6177e69 Split GrGLContextInfo into GrGLContext & GrGLContextInfo by robertphillips@google.com · 11 years ago
  15. 1744f97 Use glGetStringi to get extensions when available. by bsalomon@google.com · 11 years ago
  16. 8f94361 Consolidate functions common the the null and debug GL interfaces. by bsalomon@google.com · 11 years ago
  17. e49ad45 Add GrGLBufferImpl to unify implementation of GrGLVertexBuffer and GrGLIndexBuffer. by bsalomon@google.com · 11 years ago
  18. 8598328 Remove compile time option to use different types for text vertices. by bsalomon@google.com · 11 years ago
  19. 68b58c9 Remove default implementation of GrEffect::isEqual. Make GrSingleTextureEffect abstract. by bsalomon@google.com · 12 years ago
  20. 21cbec4 Remove GrTDArray. by bsalomon@google.com · 12 years ago
  21. 11f20d6 Remove GrInstanceCounter. by bsalomon@google.com · 12 years ago
  22. 0797c2c Reland 6914 w/ fixes. by bsalomon@google.com · 12 years ago
  23. 0b6ad22 Revert 6914 to fix build issues. by bsalomon@google.com · 12 years ago
  24. 4b86e34 Simplify cache IDs and keys. by bsalomon@google.com · 12 years ago
  25. 45a15f5 Modifications to GrPatherRenderer(Chain) interfaces to support clip mask manager. by bsalomon@google.com · 12 years ago
  26. 170bd79 Move GrReducedClip to its own files. by bsalomon@google.com · 12 years ago
  27. 223137f Remove GrRandom API in favor of SkRandom. by tfarina@chromium.org · 12 years ago
  28. b9086a0 Replace GrMatrix with SkMatrix. by bsalomon@google.com · 12 years ago
  29. 7158e6a Improve NaCl support by borenet@google.com · 12 years ago
  30. 8171288 Remove GrScalar, replace with SkScalar. by bsalomon@google.com · 12 years ago
  31. d8b5fac Reland r6233 with fix. by bsalomon@google.com · 12 years ago
  32. 115b06f Re-revert r6233. by bsalomon@google.com · 12 years ago
  33. c3a58f3 Reland r6233 with fix for config conversion texture matrices. by bsalomon@google.com · 12 years ago
  34. 66e534d Revert r6233 while investigating bot failures. by bsalomon@google.com · 12 years ago
  35. ce49e16 Checkpoint in moving texture matrices out of GrGLProgram and into GrGLEffect. by bsalomon@google.com · 12 years ago
  36. 97b6b07 Fleshed out GPU portion of image/surface feature by robertphillips@google.com · 12 years ago
  37. 2eaaefd Pass GrCustomStage to key-generation functions and emitCode(). by bsalomon@google.com · 12 years ago
  38. 08283af Rename GrSamplerState to GrEffectStage. by bsalomon@google.com · 12 years ago
  39. 396e61f Rename GrProgramStageFactory to GrBackendEffectFactory. by bsalomon@google.com · 12 years ago
  40. d698f77 GrGLProgramStage Renaming Part 1. by bsalomon@google.com · 12 years ago
  41. 6f261be GrCustomStage Renaming Part 2 by bsalomon@google.com · 12 years ago
  42. a469c28 CustomStage Renaming Part 1 by bsalomon@google.com · 12 years ago
  43. b2ad101 Make table color filter use asNewCustomStage. by bsalomon@google.com · 12 years ago
  44. af84e74 Move setPaint from GrContext to GrDrawState. by bsalomon@google.com · 12 years ago
  45. 2b64f84 Add SkNativeGLContext implementation for iOS. by bsalomon@google.com · 12 years ago
  46. c58b126 Move android gl files from src/gpu/android to src/gpu/gl/android. by bsalomon@google.com · 12 years ago
  47. 7ec0015 delete obsolete/unused SkGpuCanvas by reed@google.com · 12 years ago
  48. cca3c8f Make gpu work in iOS SampleApp. by bsalomon@google.com · 12 years ago
  49. f585c45 Remove GrTLList.h by robertphillips@google.com · 12 years ago
  50. 047696c Move GrTextureAccess decl/defn to separate files by bsalomon@google.com · 12 years ago
  51. 7fa1876 Extended instance counting to all GrResource-derived classes by robertphillips@google.com · 12 years ago
  52. 1fcc1b8 Moved GrClipMaskCache to its own files by robertphillips@google.com · 12 years ago
  53. a04e8e8 Do premul and r/b swap conversions in a custom effect by bsalomon@google.com · 12 years ago
  54. 2080635 Add gpu.gypi to ease skia->chrome rolls by bsalomon@google.com · 12 years ago