1. 4ca2e60 Add ShaderBuilders to EmitArgs and remove gettings from ProgBuilder. by egdaniel · 9 years ago
  2. 57d3b03 Rename some processor functions from GL to GLSL by egdaniel · 9 years ago
  3. e659a58 Move GrGLPrimitive/GeometryProc to GLSL by egdaniel · 9 years ago
  4. fa4cc8b Move XferProcessors to glsl by egdaniel · 9 years ago
  5. 64c4728 Make all GrFragmentProcessors GL independent. by egdaniel · 9 years ago
  6. 2d721d3 Move all ShaderBuilder files to GLSL by egdaniel · 9 years ago
  7. 8dcdedc Make GrGLSLProgramBuilder base class for GrGLProgramBuilder. by egdaniel · 9 years ago
  8. 44972e2 Remove debug print statement by egdaniel · 9 years ago
  9. f3bace9 Add addFragPosUniform to GrGLrogramBuilder by egdaniel · 9 years ago
  10. b7e7d57 Create swizzle table inside of glsl caps by egdaniel · 9 years ago
  11. 0c29999 Revert of Create swizzle table inside of glsl caps (patchset #12 id:210001 of https://codereview.chromium.org/1420033005/ ) by egdaniel · 9 years ago
  12. 4036674 Create swizzle table inside of glsl caps by egdaniel · 9 years ago
  13. c8a66eb Fix assert in GrGLShaderBuilder regarding shader outputs by egdaniel · 9 years ago
  14. 574a4c1 Move shader compiling to ProgramBuilder and various ShaderBuilder cleanups. by egdaniel · 9 years ago
  15. 7dc4bd0 Remove GrGLProcessor and create GrGLSLTextureSampler class. by egdaniel · 9 years ago
  16. 018fb62 Create GLSL base class for ProgramDataManager by egdaniel · 9 years ago
  17. 177519e Disable CHROMIUM_bind_uniform_location due to a spec bug by kkinnunen · 9 years ago
  18. cb7ba1e Make appending default precision be controled by GLSL by egdaniel · 9 years ago
  19. 472d44e Add version string and force highp NDS transfrom to GLSLCaps by egdaniel · 9 years ago
  20. 899ba37 Revert of Add version string and force highp NDS transfrom to GLSLCaps (patchset #3 id:40001 of https://codereview.chromium.org/1417993004/ ) by egdaniel · 9 years ago
  21. cef4bce Add version string and force highp NDS transfrom to GLSLCaps by egdaniel · 9 years ago
  22. 0d3f061 Move GrGLShaderVar to GrGLSL by egdaniel · 9 years ago
  23. f529439 Move shader precision modifier check onto GLSLCaps by egdaniel · 9 years ago
  24. 7bdd70a Fix for 2056 by joshualitt · 9 years ago
  25. ef4ba3d Fix Ganesh perspective projection bug by robertphillips · 9 years ago
  26. eb00eab fix up GrGLProgrambuilder precision on varyings by joshualitt · 9 years ago
  27. 102081a move GrGLPathProcessor back into GrPathProcessor by joshualitt · 9 years ago
  28. d8dd47b remove path specific program building classes by joshualitt · 9 years ago
  29. e7afc2d Start trying to collapse path program stuff by joshualitt · 9 years ago
  30. 465283c Remove batchtracker by joshualitt · 9 years ago
  31. 54a6b1a emitChild() used to generate a mangled outputColor based on the parent's outputColor; now it just accepts an outputColor string. It's now up to the programmer to declare outputColors if needed before emitting child code. by wangyix · 9 years ago
  32. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  33. ac856c9 Remove GrStagedProcessor, remove the word Stage as it applies to FPs by bsalomon · 9 years ago
  34. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  35. 4bf69f7b Revert of Remove GrStagedProcessor, remove the word Stage as it applies to FPs (patchset #6 id:90001 of https://codereview.chromium.org/1307223004/ ) by rmistry · 9 years ago
  36. 2424344 Remove GrStagedProcessor, remove the word Stage as it applies to FPs by bsalomon · 9 years ago
  37. 2a37843 added emitChild() to GrGLFragmentProcessor; removed AutoFragmentChildProcAdvance class by wangyix · 9 years ago
  38. 69ed114 Added class AutoFragmentChildProcAdvance to be constructed before a child emitCode and destructed after by wangyix · 9 years ago
  39. 7ef45a1 Added mangleString member and onBefore*, onAfter* functions to GrGLFragmentShaderBuilder by wangyix · 9 years ago
  40. 58d890b All child GrFragmentProcs' transforms and textures will be stored in the root GrFragmentProc in preorder by wangyix · 9 years ago
  41. 7375d6b fixup precision with configurable atlas by joshualitt · 9 years ago
  42. b2aa7cb This CL wires up the backend portion necessary for sending transformed coords via vertex attributes. by joshualitt · 9 years ago
  43. 4b3050b Added registerChild; transforms, textures, glKey automatically handled. by wangyix · 9 years ago
  44. d94708e Implement support for dual source blending in ES by kkinnunen · 9 years ago
  45. 150714f Name of primitive processor will now be printed in generated shader code by wangyix · 9 years ago
  46. 7c157a9 Added GrGLFragmentProcessor::EmitArgs struct for use with emitCode() by wangyix · 9 years ago
  47. 6af0c93 Moved GrGLFragmentProcessor definition to its own file by wangyix · 9 years ago
  48. 18c58c7 Possible fix Moto E compilation failure by robertphillips · 9 years ago
  49. 6bb6d40 Implement support for CHROMIUM_path_rendering pseudo extension by kkinnunen · 9 years ago
  50. 6968428 Revert of Another trivial cleanup (patchset #6 id:100001 of https://codereview.chromium.org/1229303003/) by joshualitt · 9 years ago
  51. 52e7657 Another trivial cleanup by joshualitt · 9 years ago
  52. 2853fe4 Revert of Implement support for CHROMIUM_path_rendering pseudo extension (patchset #4 id:60001 of https://codereview.chromium.org/1192663002/) by jvanverth · 9 years ago
  53. eeef46d Implement support for CHROMIUM_path_rendering pseudo extension by kkinnunen · 9 years ago
  54. 7aedda5 Refactor separable varying location info to be stored in GrGLProgram subclass by kkinnunen · 9 years ago
  55. cba99b8 Move GLSL-specific routines/classes to separate glsl directory by jvanverth · 9 years ago
  56. c1f56b5 fix for calling bindFragDataLocation on OpenGL 2.1 by joshualitt · 9 years ago
  57. 4271765 Don't call bindTexture from GrGLProgram by cdalton · 9 years ago
  58. d18bb23 Fix edge-line artifacts issue on Mali by joel.liang · 9 years ago
  59. 1acea86 Begin tracking driver info in GrGLContextInfo by cdalton · 9 years ago
  60. 6df8640 Revert "Revert of Move copy-surface-as-draw fallback to GrGLGpu. (patchset #12 id:220001 of https://codereview.chromium.org/1144433002/)" by bsalomon · 9 years ago
  61. 6a44c6a Move DstCoordTexture to GrXP, rename and remove the word "copy" from dstcopytexture names. by bsalomon · 9 years ago
  62. d23a395 Revert of Move DstCoordTexture to GrXP, rename and remove the word "copy" from dstcopytexture names. (patchset #6 id:100001 of https://codereview.chromium.org/1132093004/) by bungeman · 9 years ago
  63. bb106b5 Move DstCoordTexture to GrXP, rename and remove the word "copy" from dstcopytexture names. by bsalomon · 9 years ago
  64. 682c269 Store context options on caps. by bsalomon · 9 years ago
  65. 08bf86d Revert of Store context options on caps. (patchset #3 id:40001 of https://codereview.chromium.org/1158433006/) by bsalomon · 9 years ago
  66. f28cff7 Store context options on caps. by bsalomon · 9 years ago
  67. f2539d5 Use high precision vertex attributes. by senorblanco · 9 years ago
  68. 404b3b2 Revert of Move copy-surface-as-draw fallback to GrGLGpu. (patchset #12 id:220001 of https://codereview.chromium.org/1144433002/) by mtklein · 9 years ago
  69. 5df6fee Move copy-surface-as-draw fallback to GrGLGpu. by bsalomon · 9 years ago
  70. 6c89110 GLProgramsTest 3.0 by joshualitt · 9 years ago
  71. f7cc877 Add function for logging blend info on XP. by bsalomon · 9 years ago
  72. 8917d62 Implement support for KHR_blend_equation_advanced by cdalton · 9 years ago
  73. e4017d8 Add layout qualifiers to GrGLShaderBuilder by cdalton · 9 years ago
  74. 29bee0f Make XPFragmentBuilder only Builder with access to DstCopy. by egdaniel · 9 years ago
  75. e9c0fc6 Pull out shader-specific caps into GrShaderCaps and GrGLSLCaps by jvanverth · 9 years ago
  76. 5053063 Remove legacy NVPR support by jvanverth · 10 years ago
  77. d79c549 Make non-AA hairline stroke rects snap to pixels centers so they close. by bsalomon · 10 years ago
  78. 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 10 years ago
  79. 6f7f201 Move GrAutoLocaleSetter to new file and fix issue with null locale by bsalomon · 10 years ago
  80. 3318ee7 Use C locale for numerics when emitting shaders. by bsalomon · 10 years ago
  81. 5bf99f1 Creation of GrBatchAtlas and Distancefieldpathrenderer batch by joshualitt · 10 years ago
  82. 6be6f7c Cleanup in GrPipelineBuilder by bsalomon · 10 years ago
  83. 297aaf9 Avoid wrong memory access due to double substitution and %% by kkinnunen · 10 years ago
  84. 43466a1 Multi-string shaders by joshualitt · 10 years ago
  85. b8a82f2 Revert of Multi-string shaders (patchset #4 id:60001 of https://codereview.chromium.org/929503002/) by joshualitt · 10 years ago
  86. 1c3c2d8 Multi-string shaders by joshualitt · 10 years ago
  87. dd21987 fix for uniform view matrix being uploaded but not used by joshualitt · 10 years ago
  88. 8072caa A simple change to move a bunch of stuff out of Gr*Geometry.h by joshualitt · 10 years ago
  89. 50785a3 Revert of Revert of Move DstCopy on gpu into the GrXferProcessor. (patchset #1 id:1 of https://codereview.chromium.org/901663007/) by bsalomon · 10 years ago
  90. 21b2c53 Revert of Move DstCopy on gpu into the GrXferProcessor. (patchset #11 id:200001 of https://codereview.chromium.org/885923002/) by bsalomon · 10 years ago
  91. 5e1378d Move DstCopy on gpu into the GrXferProcessor. by egdaniel · 10 years ago
  92. 4dce32c Revert "Move DstCopy on gpu into the GrXferProcessor." by egdaniel · 10 years ago
  93. 7adb355 Revert of Revert "Move DstCopy on gpu into the GrXferProcessor." (patchset #1 id:1 of https://codereview.chromium.org/896163003/) by egdaniel · 10 years ago
  94. 3e9dfdb Revert "Move DstCopy on gpu into the GrXferProcessor." by egdaniel · 10 years ago
  95. 74a1175 Move DstCopy on gpu into the GrXferProcessor. by egdaniel · 10 years ago
  96. b9eb4ac patch from issue 886233004 at patchset 40001 (http://crrev.com/886233004#ps40001) by mtklein · 10 years ago
  97. 7f14c9b Revert of Add device space "nudge" to gpu draws (patchset #6 id:90001 of https://codereview.chromium.org/877473005/) by robertphillips · 10 years ago
  98. b932999 Add device space "nudge" to gpu draws by robertphillips · 10 years ago
  99. 9cc2f26 Revert of Add device space "nudge" to gpu draws (patchset #5 id:70001 of https://codereview.chromium.org/877473005/) by robertphillips · 10 years ago
  100. 2d55d07 Add device space "nudge" to gpu draws by robertphillips · 10 years ago