1. ec56e45 Implement NV_path_rendering on OpenGL ES by kkinnunen · 10 years ago
  2. 30ba436 Initial refactor of shaderbuilder to prepare for geometry shaders by joshualitt · 10 years ago
  3. dddc18a Make GrGLProgram be available to GrGLProgramDataManager by kkinnunen · 10 years ago
  4. 7510b22 Rename GrGLUniformManager to GrGLProgramDataManager by kkinnunen · 10 years ago
  5. 8ab8cc0 Finish removing GrTHashTable by robertphillips · 10 years ago
  6. a05fa06 Use GrGLShaderBuilder::GenProgramOutput in GrGLProgram. by commit-bot@chromium.org · 10 years ago
  7. 9681eeb Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  8. facad13 Make GrGLShaderBuilder store a GenProgramOutput by commit-bot@chromium.org · 10 years ago
  9. 6eac42e Incremental refactoring of GrGLProgram and GrGLShaderBuilder by commit-bot@chromium.org · 10 years ago
  10. 0365261 Move all code generation from GrGLProgram to GrGLShaderBuilder by commit-bot@chromium.org · 10 years ago
  11. 47c66dd separate view matrix from rt adjustment by commit-bot@chromium.org · 10 years ago
  12. b930cc3 Please Valgrind by calling preConcat. by commit-bot@chromium.org · 10 years ago
  13. a34995e Implement SkColorFilter as a GrGLEffect by commit-bot@chromium.org · 11 years ago
  14. 6b30e45 Use vertexless shaders when NVpr is available by commit-bot@chromium.org · 11 years ago
  15. 3390b9a Repurpose GrGLCoordTransform as GrGLProgramEffects by commit-bot@chromium.org · 11 years ago
  16. 77af680 Make GPU coord transforms automatic by bsalomon@google.com · 11 years ago
  17. 410552a Move the GL shader compilation step into GrGLShaderBuilder by commit-bot@chromium.org · 11 years ago
  18. a4acf12 Revert "Add a requiresVertexShader method to GrGLEffect" by commit-bot@chromium.org · 11 years ago
  19. a4de8c2 Remove GrRefCnt.h in favor of SkRefCnt.h by commit-bot@chromium.org · 11 years ago
  20. a91f031 Add a requiresVertexShader method to GrGLEffect by commit-bot@chromium.org · 11 years ago
  21. 215a682 Add getGLMatrix method to MatrixState by commit-bot@chromium.org · 11 years ago
  22. 9188a15 Add a GrGpuGL reference for GrGLProgram/GrGLUniformManager by commit-bot@chromium.org · 11 years ago
  23. 5a02cb4 Isolate VertexBuilder from GrGLShaderBuilder by commit-bot@chromium.org · 11 years ago
  24. 7425c12 Refactor GrGLUniformManager::UniformHandle to initialize itself by default by commit-bot@chromium.org · 11 years ago
  25. 2c84aa3 separate arrays for color and coverage effects. by bsalomon@google.com · 11 years ago
  26. 804e994 Make GrGLProgram no longer depend on kNumStages by bsalomon@google.com · 11 years ago
  27. 2db3ded Make GrGLProgramDesc's key variable length by compacting the effect key array by bsalomon@google.com · 11 years ago
  28. 018f179 Expand modulate, add, subtract, extract component glsl helpers. by bsalomon@google.com · 11 years ago
  29. 05a2ee0 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  30. 054ae99 Take two for r8466: by jvanverth@google.com · 11 years ago
  31. c7bf296 Rolling back r8466. by jvanverth@google.com · 11 years ago
  32. fb495b5 Revise attribute binding interface. by commit-bot@chromium.org · 11 years ago
  33. 26e18b5 Add support for reading the dst pixel value in an effect. Use in a new effect for the kDarken xfer mode. by bsalomon@google.com · 11 years ago
  34. 798c8c4 Move GrGLProgramDesc::Build to new cpp file. by bsalomon@google.com · 11 years ago
  35. 31ec798 Move GrGLProgram::Desc out of GrGLProgram. by bsalomon@google.com · 11 years ago
  36. e9144c6 Program key coverage/discard fixes. by bsalomon@google.com · 11 years ago
  37. 4647f90 Replace edge types with GrEdgeEffect. by bsalomon@google.com · 11 years ago
  38. c781888 Attempt to reland 8264-5 with warning-as-error fixes. by bsalomon@google.com · 11 years ago
  39. 67e7cde revert 8265-8264 (broke build) by reed@google.com · 11 years ago
  40. ae81d5c Adds local coords to GrEffect system. by bsalomon@google.com · 11 years ago
  41. 9b855c7 Resubmit r7899 and r7901. by jvanverth@google.com · 11 years ago
  42. af3a3b9 Revert r7901 & r7899 to allow DEPS roll by robertphillips@google.com · 11 years ago
  43. 6177e69 Split GrGLContextInfo into GrGLContext & GrGLContextInfo by robertphillips@google.com · 11 years ago
  44. b8b705b Add new vertex attribute array specification. by jvanverth@google.com · 11 years ago
  45. 880b8fc Refactor tracking of bound vbufs and ibufs and vertex attrib arrays. by bsalomon@google.com · 11 years ago
  46. 3976825 Remove unused texture coordinate flags. by jvanverth@google.com · 11 years ago
  47. 45a412e r7719 was an exact reland of r7713. This CL is fix. by bsalomon@google.com · 11 years ago
  48. 6a51dcb Attempt to reland r7713 with fix. by bsalomon@google.com · 11 years ago
  49. 1eeef16 Revert r7713 until GM changes are understood. by bsalomon@google.com · 11 years ago
  50. d2afa6e Move view matrix flush to GrGLPrograms. by bsalomon@google.com · 11 years ago
  51. 9120748 Move code that builds GrGLProgram::Desc to GrGLProgram. Move color and coverage flush to GrGLProgram. by bsalomon@google.com · 11 years ago
  52. 3cb406b Implement support for origin-TopLeft render targets. Note that the default behaviour remains the same: textures default to origin-TopLeft, render targets default to origin-BottomLeft, and backend textures default to origin-BottomLeft. However, the caller can override the default by setting fOrigin in GrTextureDesc, GrBackendTextureDesc or GrBackendRenderTargetDesc. by senorblanco@chromium.org · 11 years ago
  53. cf9faf6 Reverting r7545 (render target origin change) due to layout test issues (see https://codereview.chromium.org/12210002/) by robertphillips@google.com · 11 years ago
  54. ed8659b Implement support for origin-TopLeft render targets in GL backend. by senorblanco@chromium.org · 11 years ago
  55. 8ae714b Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  56. 34cccde Allow GrEffects with multiple textures. by bsalomon@google.com · 12 years ago
  57. 45a15f5 Modifications to GrPatherRenderer(Chain) interfaces to support clip mask manager. by bsalomon@google.com · 12 years ago
  58. dbe49f7 Remove default texture coords / texture matrix by bsalomon@google.com · 12 years ago
  59. b9086a0 Replace GrMatrix with SkMatrix. by bsalomon@google.com · 12 years ago
  60. 17504f5 Expose vertex position to GrGLEffect via GrGLShaderBuilder. by bsalomon@google.com · 12 years ago
  61. 2eaaefd Pass GrCustomStage to key-generation functions and emitCode(). by bsalomon@google.com · 12 years ago
  62. 2d0bade Make the orientation of a texture accessible from and known by GrSurface. by bsalomon@google.com · 12 years ago
  63. 46fba0d Rename StageKey and related stuff. by bsalomon@google.com · 12 years ago
  64. 396e61f Rename GrProgramStageFactory to GrBackendEffectFactory. by bsalomon@google.com · 12 years ago
  65. d698f77 GrGLProgramStage Renaming Part 1. by bsalomon@google.com · 12 years ago
  66. 021fc73 GrCustomStage Renaming Part 5 by bsalomon@google.com · 12 years ago
  67. f271cc7 GrCustomStage Renaming Part 3 by bsalomon@google.com · 12 years ago
  68. a469c28 CustomStage Renaming Part 1 by bsalomon@google.com · 12 years ago
  69. 706f668 Reland r6330 thru r6333 but do without enabling GL_ARB_fragment_coord_conventions on Intel GPUs. by bsalomon@google.com · 12 years ago
  70. 28f6ab4 Reorder the vertex attributes to be friendlier to android. by bsalomon@google.com · 12 years ago
  71. d335364 Revert r6330 thru 6333 while we figure out what to do about Intel bots (possible driver bug). by bsalomon@google.com · 12 years ago
  72. 4fe9b1b Automatically handle converting gl_FragCoord to Skia's y-down device coords. by bsalomon@google.com · 12 years ago
  73. 4285acc Make GrGLProgram be responsible for calling setData on custom stages. by bsalomon@google.com · 12 years ago
  74. 67e78c9 Use GrCustomStage to implement color matrix. by bsalomon@google.com · 12 years ago
  75. 6d003d1 Wrap all GrCustomStage textures in GrTextureAccess, remove StageDesc::fInConfigFlags by bsalomon@google.com · 12 years ago
  76. 2d8edaf Try r5428 again with fix by bsalomon@google.com · 12 years ago
  77. 4592df8 Revert 5428 and 5429. by bsalomon@google.com · 12 years ago
  78. dbbf843 Consolidate texture access functions, provide default GrTextureAccess by bsalomon@google.com · 12 years ago
  79. f06df1b Introduce GrGLShaderBuilder::TextureSampler by bsalomon@google.com · 12 years ago
  80. a27096b Sanitizing source files in Skia_Nightly_House_Keeping by skia.committer@gmail.com · 12 years ago
  81. a04e8e8 Do premul and r/b swap conversions in a custom effect by bsalomon@google.com · 12 years ago
  82. d6176b0 Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/) by rmistry@google.com · 12 years ago
  83. d472620 Registry-based unit test for custom effects by bsalomon@google.com · 12 years ago
  84. a5e65ec by twiz@google.com · 12 years ago
  85. 0982d35 Make 0-texture GrCustomStages work. by bsalomon@google.com · 12 years ago
  86. cddaf34 Remove GrDrawState::setTexture/getTexture by bsalomon@google.com · 12 years ago
  87. dbbc4e2 Add GL uniform manager Review URL: http://codereview.appspot.com/6423066/ by bsalomon@google.com · 12 years ago
  88. ecb60aa Factory method for creating GrGLProgram by bsalomon@google.com · 12 years ago
  89. 2f68e76 Move texture domains onto a GrCustomStage, off of GrSamplerState. by tomhudson@google.com · 12 years ago
  90. 9ba4fa6 Remove GrGLProgram::CachedData, make GrGLProgram represent the program by bsalomon@google.com · 12 years ago
  91. 032b221 Remove uniform var pointers from custom effects by bsalomon@google.com · 12 years ago
  92. ad5e937 Make GrGLShaderBuilder produce the shader strings by bsalomon@google.com · 12 years ago
  93. f0a104e Remove GrStringBuilder by bsalomon@google.com · 12 years ago
  94. e287c1b Remove cached texture width/height that was used by 4x4 filter by bsalomon@google.com · 12 years ago
  95. d2ae1fa remove 4x4 downsample filter mode by bsalomon@google.com · 12 years ago
  96. 4c88378 move texture flush and param update to separate function by bsalomon@google.com · 12 years ago
  97. 898e7b5 Flip the switch to turn on GrCustomStage implementation of gradients; by tomhudson@google.com · 12 years ago
  98. 890e3b5 Remove dirty flags from GrGpuGL state flush by bsalomon@google.com · 12 years ago
  99. b505a12 Implement morphology as a custom effect by bsalomon@google.com · 12 years ago
  100. 5739d2c Merge GrGpuGLShaders into its parent class, GrGpuGL by bsalomon@google.com · 12 years ago