1. cae3a4c Revert "Replaced all calls to fragmentPosition() with sk_FragCoord" by Ethan Nicholas · 8 years ago
  2. de4d301 Replaced all calls to fragmentPosition() with sk_FragCoord by Ethan Nicholas · 8 years ago
  3. 95e3c05 SkTypes.h : move SkAutoMalloc into SkAutoMalloc.h by Hal Canary · 8 years ago
  4. c456b73 Revert "SkTypes.h : move SkAutoMalloc into SkAutoMalloc.h" by Kevin Lubick · 8 years ago
  5. a5494f1 SkTypes.h : move SkAutoMalloc into SkAutoMalloc.h by Hal Canary · 8 years ago
  6. 941e7e2 re-land of added sk_FragCoord support to skslc by Ethan Nicholas · 8 years ago
  7. e8e4a3e Revert "added sk_FragCoord support to skslc" by Greg Daniel · 8 years ago
  8. ce33f10 added sk_FragCoord support to skslc by Ethan Nicholas · 8 years ago
  9. 1edc5b9 Rename vars and functions from 'glslcaps'->'shadercaps' by Brian Salomon · 8 years ago
  10. 94efbf5 Merge GrGLSLCaps into GrShaderCaps by Brian Salomon · 8 years ago
  11. f9f4512 Reland image storage with fixes. by Brian Salomon · 8 years ago
  12. 59dc411 Revert "Initial OpenGL Image support." by Brian Salomon · 8 years ago
  13. be34882 Initial OpenGL Image support. by Brian Salomon · 8 years ago
  14. 276cc41 Revive geometry shaders by csmartdalton · 8 years ago
  15. 101b844 Remove GrGLSLSampler type and subclasses by Brian Salomon · 8 years ago
  16. 5d8f69f Merge GrGLSLProgramDesc into GrProgramDesc by egdaniel · 8 years ago
  17. 4e44efe SkRTConf: eliminate by halcanary · 8 years ago
  18. b979634 Revert of SkRTConf: reduce functionality to what we use, increase simplicity (patchset #8 id:150001 of https://codereview.chromium.org/2212473002/ ) by mtklein · 8 years ago
  19. ef59974 SkRTConf: reduce functionality to what we use, increase simplicity by halcanary · 8 years ago
  20. 0d9990f Merge ProgramDesc's for GL and Vulkan by egdaniel · 8 years ago
  21. 09aa1fc Refactor how we store and use samplers in Ganesh by egdaniel · 8 years ago
  22. b800248 Revert of Refactor how we store and use samplers in Ganesh (patchset #7 id:120001 of https://codereview.chromium.org/1885863004/ ) by egdaniel · 8 years ago
  23. 45b61a1 Refactor how we store and use samplers in Ganesh by egdaniel · 8 years ago
  24. 3f6f76f Rename EmitArgs::fSamplers to fTexSamplers by cdalton · 8 years ago
  25. 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 8 years ago
  26. 0e1853c Update how we send draws to gpu backend to reduce state setting. by egdaniel · 8 years ago
  27. 9c3f143 Add support for vertex and geometry shader textures by cdalton · 8 years ago
  28. 5e58cee Add GrShaderFlags enum by cdalton · 9 years ago
  29. 9f1d415 Finalize gpu shaders in ProgramBuilding. by egdaniel · 9 years ago
  30. 85dc359 Remove SkNEW_APPEND_TO_TARRAY. by bungeman · 9 years ago
  31. 7bdb05d Do not try to get fragment input locations with CHROMIUM_path_rendering by kkinnunen · 9 years ago
  32. c1e7101 Make GrGLProgramBuilder a local stack variable in CreateProgram by egdaniel · 9 years ago
  33. e5286e0 Beginning of support for texture rectangles. by bsalomon · 9 years ago
  34. fa89632 Move some program building utils from GL to GLSL by egdaniel · 9 years ago
  35. 7f9b2e4 Swizzle shader output and blend when using GL_RED to implement kAlpha_8_GrPixelConfig by bsalomon · 9 years ago
  36. 2047b78 Don't ref/unref the static src-over xp by bsalomon · 9 years ago
  37. 7ea439b Create GLSLUniformHandler class for gpu backend by egdaniel · 9 years ago
  38. 56cf6dc Create a static instances of SrcOver XferProcessor by egdaniel · 9 years ago
  39. 7ea33f5 Initial version of external_oes texture support and unit test by bsalomon · 9 years ago
  40. 0315dbc Revert of Initial version of external_oes texture support and unit test (patchset #14 id:260001 of https://codereview.chromium.org/1451683002/ ) by bsalomon · 9 years ago
  41. 27a0487 Initial version of external_oes texture support and unit test by bsalomon · 9 years ago
  42. 0eafe79 Create GrGLSLVaryingHandler class for program building by egdaniel · 9 years ago
  43. a2e3e0f Move glsl onto EmitArgs struct for emitCode by egdaniel · 9 years ago
  44. 4ca2e60 Add ShaderBuilders to EmitArgs and remove gettings from ProgBuilder. by egdaniel · 9 years ago
  45. 57d3b03 Rename some processor functions from GL to GLSL by egdaniel · 9 years ago
  46. e659a58 Move GrGLPrimitive/GeometryProc to GLSL by egdaniel · 9 years ago
  47. fa4cc8b Move XferProcessors to glsl by egdaniel · 9 years ago
  48. 64c4728 Make all GrFragmentProcessors GL independent. by egdaniel · 9 years ago
  49. 2d721d3 Move all ShaderBuilder files to GLSL by egdaniel · 9 years ago
  50. 8dcdedc Make GrGLSLProgramBuilder base class for GrGLProgramBuilder. by egdaniel · 9 years ago
  51. f3bace9 Add addFragPosUniform to GrGLrogramBuilder by egdaniel · 9 years ago
  52. 574a4c1 Move shader compiling to ProgramBuilder and various ShaderBuilder cleanups. by egdaniel · 9 years ago
  53. 7dc4bd0 Remove GrGLProcessor and create GrGLSLTextureSampler class. by egdaniel · 9 years ago
  54. 018fb62 Create GLSL base class for ProgramDataManager by egdaniel · 9 years ago
  55. 177519e Disable CHROMIUM_bind_uniform_location due to a spec bug by kkinnunen · 9 years ago
  56. 0d3f061 Move GrGLShaderVar to GrGLSL by egdaniel · 9 years ago
  57. f529439 Move shader precision modifier check onto GLSLCaps by egdaniel · 9 years ago
  58. 7bdd70a Fix for 2056 by joshualitt · 9 years ago
  59. eb00eab fix up GrGLProgrambuilder precision on varyings by joshualitt · 9 years ago
  60. 102081a move GrGLPathProcessor back into GrPathProcessor by joshualitt · 9 years ago
  61. d8dd47b remove path specific program building classes by joshualitt · 9 years ago
  62. e7afc2d Start trying to collapse path program stuff by joshualitt · 9 years ago
  63. 465283c Remove batchtracker by joshualitt · 9 years ago
  64. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  65. ac856c9 Remove GrStagedProcessor, remove the word Stage as it applies to FPs by bsalomon · 9 years ago
  66. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  67. 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
  68. 2424344 Remove GrStagedProcessor, remove the word Stage as it applies to FPs by bsalomon · 9 years ago
  69. 69ed114 Added class AutoFragmentChildProcAdvance to be constructed before a child emitCode and destructed after by wangyix · 9 years ago
  70. 58d890b All child GrFragmentProcs' transforms and textures will be stored in the root GrFragmentProc in preorder by wangyix · 9 years ago
  71. b2aa7cb This CL wires up the backend portion necessary for sending transformed coords via vertex attributes. by joshualitt · 9 years ago
  72. 4b3050b Added registerChild; transforms, textures, glKey automatically handled. by wangyix · 9 years ago
  73. 150714f Name of primitive processor will now be printed in generated shader code by wangyix · 9 years ago
  74. 7c157a9 Added GrGLFragmentProcessor::EmitArgs struct for use with emitCode() by wangyix · 9 years ago
  75. 7aedda5 Refactor separable varying location info to be stored in GrGLProgram subclass by kkinnunen · 9 years ago
  76. cba99b8 Move GLSL-specific routines/classes to separate glsl directory by jvanverth · 9 years ago
  77. 4271765 Don't call bindTexture from GrGLProgram by cdalton · 9 years ago
  78. 1acea86 Begin tracking driver info in GrGLContextInfo by cdalton · 9 years ago
  79. 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
  80. 682c269 Store context options on caps. by bsalomon · 9 years ago
  81. 08bf86d Revert of Store context options on caps. (patchset #3 id:40001 of https://codereview.chromium.org/1158433006/) by bsalomon · 9 years ago
  82. f28cff7 Store context options on caps. by bsalomon · 9 years ago
  83. 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
  84. 5df6fee Move copy-surface-as-draw fallback to GrGLGpu. by bsalomon · 9 years ago
  85. 6c89110 GLProgramsTest 3.0 by joshualitt · 9 years ago
  86. e9c0fc6 Pull out shader-specific caps into GrShaderCaps and GrGLSLCaps by jvanverth · 9 years ago
  87. 5053063 Remove legacy NVPR support by jvanverth · 9 years ago
  88. 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 9 years ago
  89. 6f7f201 Move GrAutoLocaleSetter to new file and fix issue with null locale by bsalomon · 9 years ago
  90. 3318ee7 Use C locale for numerics when emitting shaders. by bsalomon · 9 years ago
  91. 6be6f7c Cleanup in GrPipelineBuilder by bsalomon · 10 years ago
  92. 297aaf9 Avoid wrong memory access due to double substitution and %% by kkinnunen · 10 years ago
  93. 8072caa A simple change to move a bunch of stuff out of Gr*Geometry.h by joshualitt · 10 years ago
  94. 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
  95. 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
  96. 5e1378d Move DstCopy on gpu into the GrXferProcessor. by egdaniel · 10 years ago
  97. 4dce32c Revert "Move DstCopy on gpu into the GrXferProcessor." by egdaniel · 10 years ago
  98. 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
  99. 3e9dfdb Revert "Move DstCopy on gpu into the GrXferProcessor." by egdaniel · 10 years ago
  100. 74a1175 Move DstCopy on gpu into the GrXferProcessor. by egdaniel · 10 years ago