1. 8aa4569 switched SkSL's temporary 'highfloat' type back to 'float' by Ethan Nicholas · 7 years ago
  2. f7b8820 re-land of new SkSL precisions by Ethan Nicholas · 7 years ago
  3. 27185a9 Revert "Revert "Revert "Switched highp float to highfloat and mediump float to half.""" by Ethan Nicholas · 7 years ago
  4. 05d5a13 Revert "Revert "Switched highp float to highfloat and mediump float to half."" by Ethan Nicholas · 7 years ago
  5. 1d816b9 Revert "Switched highp float to highfloat and mediump float to half." by Brian Salomon · 7 years ago
  6. 88d99c6 Switched highp float to highfloat and mediump float to half. by Ethan Nicholas · 7 years ago
  7. bc5d4d7 Split tracking of TexelBuffers from normal samplers by Greg Daniel · 7 years ago
  8. f6ce600 Remove "Unused uniform in shader" messages by Brian Osman · 7 years ago
  9. f9f4512 Reland image storage with fixes. by Brian Salomon · 8 years ago
  10. 59dc411 Revert "Initial OpenGL Image support." by Brian Salomon · 8 years ago
  11. be34882 Initial OpenGL Image support. by Brian Salomon · 8 years ago
  12. 99938a8 Merge GrGLSLShaderVar and GrShaderVar by Brian Salomon · 8 years ago
  13. 101b844 Remove GrGLSLSampler type and subclasses by Brian Salomon · 8 years ago
  14. 35a98c7 Add integer array uniforms to GL and Vulkan by fmenozzi · 8 years ago
  15. 497e9e2 Integers can now be passed as uniforms; needed for passing color count to fragment shader by fmenozzi · 8 years ago
  16. 452ba88 Revert of Integers can now be passed as uniforms (patchset #1 id:1 of https://codereview.chromium.org/2076143003/ ) by brianosman · 8 years ago
  17. cc3a22b Integers can now be passed as uniforms; needed for passing color count to fragment shader by fmenozzi · 8 years ago
  18. 09aa1fc Refactor how we store and use samplers in Ganesh by egdaniel · 8 years ago
  19. 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
  20. 45b61a1 Refactor how we store and use samplers in Ganesh by egdaniel · 8 years ago
  21. 74b8d32 Implement texel buffers by cdalton · 8 years ago
  22. 8d988b3 Add support for 2x2 matrices by cdalton · 9 years ago
  23. 5e58cee Add GrShaderFlags enum by cdalton · 9 years ago
  24. 2829bb7 Make helper function on GrGLSLProgramDataManager non virtual by egdaniel · 9 years ago
  25. e5286e0 Beginning of support for texture rectangles. by bsalomon · 9 years ago
  26. 7ea439b Create GLSLUniformHandler class for gpu backend by egdaniel · 9 years ago
  27. 7ea33f5 Initial version of external_oes texture support and unit test by bsalomon · 9 years ago
  28. 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
  29. 27a0487 Initial version of external_oes texture support and unit test by bsalomon · 9 years ago
  30. 0eafe79 Create GrGLSLVaryingHandler class for program building by egdaniel · 9 years ago
  31. 018fb62 Create GLSL base class for ProgramDataManager by egdaniel · 9 years ago
  32. 0d3f061 Move GrGLShaderVar to GrGLSL by egdaniel · 9 years ago
  33. d8dd47b remove path specific program building classes by joshualitt · 9 years ago
  34. e7afc2d Start trying to collapse path program stuff by joshualitt · 9 years ago
  35. 7aedda5 Refactor separable varying location info to be stored in GrGLProgram subclass by kkinnunen · 9 years ago
  36. 682c269 Store context options on caps. by bsalomon · 9 years ago
  37. 08bf86d Revert of Store context options on caps. (patchset #3 id:40001 of https://codereview.chromium.org/1158433006/) by bsalomon · 9 years ago
  38. f28cff7 Store context options on caps. by bsalomon · 9 years ago
  39. 7d022d6 add option to supress prints on context by joshualitt · 9 years ago
  40. ee71044 Revert of add option to supress prints on context (patchset #5 id:80001 of https://codereview.chromium.org/1128903008/) by joshualitt · 9 years ago
  41. 5566133 add option to supress prints on context by joshualitt · 9 years ago
  42. af2d56d print on unused uniforms in debug builds by joshualitt · 9 years ago
  43. dd21987 fix for uniform view matrix being uploaded but not used by joshualitt · 10 years ago
  44. 39edf76 Rename GrGpuGL -> GrGLGpu by jvanverth · 10 years ago
  45. 861e103 Rename GrGpuGL to GrGLGpu for consistency by bsalomon · 10 years ago
  46. 47bb382 Cleanup of shader building system by joshualitt · 10 years ago
  47. db0d3ca Revert of Cleanup of shader building system (patchset #25 id:470001 of https://codereview.chromium.org/611653002/) by joshualitt · 10 years ago
  48. fe1233c Cleanup of shader building system by joshualitt · 10 years ago
  49. ec56e45 Implement NV_path_rendering on OpenGL ES by kkinnunen · 10 years ago
  50. 30ba436 Initial refactor of shaderbuilder to prepare for geometry shaders by joshualitt · 10 years ago
  51. dddc18a Make GrGLProgram be available to GrGLProgramDataManager by kkinnunen · 10 years ago
  52. 7510b22 Rename GrGLUniformManager to GrGLProgramDataManager by kkinnunen · 10 years ago[Renamed (80%) from src/gpu/gl/GrGLUniformManager.cpp]
  53. c72425a Move GrGLInterface function pointers into a nested struct by commit-bot@chromium.org · 11 years ago
  54. 8f4d230 remove SK_SCALAR_IS_[FLOAT,FIXED] and assume floats by reed@google.com · 11 years ago
  55. d3baf20 Added support for Chrome's gpu command buffer extension BindUniformLocation. by commit-bot@chromium.org · 11 years ago
  56. 9188a15 Add a GrGpuGL reference for GrGLProgram/GrGLUniformManager by commit-bot@chromium.org · 11 years ago
  57. 74a3a21 Rename ShaderType enum to ShaderVisibility by commit-bot@chromium.org · 11 years ago
  58. f6de475 Replace uses of GrAssert by SkASSERT. by tfarina@chromium.org · 11 years ago
  59. 7425c12 Refactor GrGLUniformManager::UniformHandle to initialize itself by default by commit-bot@chromium.org · 11 years ago
  60. e41fee9 Disable static asserts to get Chrome compiling by robertphillips@google.com · 12 years ago
  61. d8b5fac Reland r6233 with fix. by bsalomon@google.com · 12 years ago
  62. 115b06f Re-revert r6233. by bsalomon@google.com · 12 years ago
  63. c3a58f3 Reland r6233 with fix for config conversion texture matrices. by bsalomon@google.com · 12 years ago
  64. 66e534d Revert r6233 while investigating bot failures. by bsalomon@google.com · 12 years ago
  65. ce49e16 Checkpoint in moving texture matrices out of GrGLProgram and into GrGLEffect. by bsalomon@google.com · 12 years ago
  66. 8ea78d8 GrCustomStage Renaming Part 4 by bsalomon@google.com · 12 years ago
  67. 0982d35 Make 0-texture GrCustomStages work. by bsalomon@google.com · 12 years ago
  68. bfb459d Disable unused uniform assert due to texture matrices being crammed down stage's throats by bsalomon@google.com · 12 years ago
  69. dbbc4e2 Add GL uniform manager Review URL: http://codereview.appspot.com/6423066/ by bsalomon@google.com · 12 years ago