1. f6de475 Replace uses of GrAssert by SkASSERT. by tfarina@chromium.org · 12 years ago
  2. 7425c12 Refactor GrGLUniformManager::UniformHandle to initialize itself by default by commit-bot@chromium.org · 12 years ago
  3. e8232bc Small optimization for convolution shader: only apply the bounds check in direction of convolution, not both. This requires generating different versions of the shader depending on direction. by senorblanco@chromium.org · 12 years ago
  4. 194d775 This patch implements a crop rect for SkImageFilter. It has been implemented for SkColorFilterImageFilter and SkBlurImageFilter as examples. by senorblanco@chromium.org · 12 years ago
  5. 58c856a Reverting r10251 (Implement crop rect for SkImageFilter) due to Chromium-side unit test failures by robertphillips@google.com · 12 years ago
  6. ccf225c This patch implements a crop rect for SkImageFilter. It has been implemented for SkColorFilterImageFilter and SkBlurImageFilter as examples. by senorblanco@chromium.org · 12 years ago
  7. c26d94f Move nested class GrDrawTarget::Caps out as GrDrawTargetCaps. by bsalomon@google.com · 12 years ago
  8. c781888 Attempt to reland 8264-5 with warning-as-error fixes. by bsalomon@google.com · 12 years ago
  9. 67e7cde revert 8265-8264 (broke build) by reed@google.com · 12 years ago
  10. ae81d5c Adds local coords to GrEffect system. by bsalomon@google.com · 12 years ago
  11. e0e385c Removed unused parameters by sugoi@google.com · 12 years ago
  12. f910d3b Make GrGLEffects use an interface to append their code. by bsalomon@google.com · 12 years ago
  13. 73a9694 Use SkMWRandom in GLPrograms test. by bsalomon@google.com · 12 years ago
  14. 8a252f7 Switch GrEffect::onIsEqual signature back to GrEffect from GrEffectRef. by bsalomon@google.com · 12 years ago
  15. 6340a41 Let them eat GrEffectRef. by bsalomon@google.com · 12 years ago
  16. 68b58c9 Remove default implementation of GrEffect::isEqual. Make GrSingleTextureEffect abstract. by bsalomon@google.com · 12 years ago
  17. 0ac6af4 Wrap GrEffects in GrEffectPtr. by bsalomon@google.com · 12 years ago
  18. dbe49f7 Remove default texture coords / texture matrix by bsalomon@google.com · 13 years ago
  19. b4a55b7 Make morphology, convolution, and table color filter opt out of default texture matrices. by bsalomon@google.com · 13 years ago
  20. 2eaaefd Pass GrCustomStage to key-generation functions and emitCode(). by bsalomon@google.com · 13 years ago
  21. 47d7a88 Make GrGLConvolutionEffect, GrGLMorphologyEffect, and GrGLMagnifierEffect derive directly from GrGLEffect. by bsalomon@google.com · 13 years ago
  22. 28a15fb Make GrGLEffect::setData take GrEffectStage rather than GrEffect. by bsalomon@google.com · 13 years ago
  23. 46fba0d Rename StageKey and related stuff. by bsalomon@google.com · 13 years ago
  24. 396e61f Rename GrProgramStageFactory to GrBackendEffectFactory. by bsalomon@google.com · 13 years ago
  25. aa60093 GrGLProgramStage Renaming Part 2 by bsalomon@google.com · 13 years ago
  26. d698f77 GrGLProgramStage Renaming Part 1. by bsalomon@google.com · 13 years ago
  27. 021fc73 GrCustomStage Renaming Part 5 by bsalomon@google.com · 13 years ago
  28. f271cc7 GrCustomStage Renaming Part 3 by bsalomon@google.com · 13 years ago
  29. 6f261be GrCustomStage Renaming Part 2 by bsalomon@google.com · 13 years ago
  30. a469c28 CustomStage Renaming Part 1 by bsalomon@google.com · 13 years ago
  31. 374e759 Combine the emit functions in GrGLProgramStage. by bsalomon@google.com · 13 years ago
  32. 706f668 Reland r6330 thru r6333 but do without enabling GL_ARB_fragment_coord_conventions on Intel GPUs. by bsalomon@google.com · 13 years ago
  33. d335364 Revert r6330 thru 6333 while we figure out what to do about Intel bots (possible driver bug). by bsalomon@google.com · 13 years ago
  34. 159d42b Remove two params from GrGLProgramStage::setData that are no longer necessary. by bsalomon@google.com · 13 years ago
  35. f06df1b Introduce GrGLShaderBuilder::TextureSampler by bsalomon@google.com · 13 years ago
  36. 868a8e7 Recommit r5350 with fix for image failures (which affected GLs that don't support ARB_texture_swizzle). by bsalomon@google.com · 13 years ago
  37. a3d707b Revert 5350 while image changes are diagnosed. by bsalomon@google.com · 13 years ago
  38. b41b2bc Remove fModulate from GrGLShaderBuilder by bsalomon@google.com · 13 years ago
  39. 34bcb9f Some GrGLShaderBuilder cleanup by bsalomon@google.com · 13 years ago
  40. fbfcd56 Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/) by rmistry@google.com · 13 years ago
  41. 8d3d210 Ensure that enums used by GrCustomStage TestCreate functions are declared in SK_ALLOW_GLOBAL_STATIC_INITIALIZERS=0 builds (e.g. android) by bsalomon@google.com · 13 years ago
  42. 5c33b71 Add .0 on float GLSL literals to fix GLPrograms test break by bsalomon@google.com · 13 years ago
  43. 0a7672f Add morphology, convolution, single texture, texture domain effects to new unit test system by bsalomon@google.com · 13 years ago
  44. a5e65ec by twiz@google.com · 13 years ago
  45. 777c3aa Remove uniform names from top of GrGLProgram.cpp, builder responsible for "u" and stage num tags. by bsalomon@google.com · 13 years ago
  46. dbbc4e2 Add GL uniform manager Review URL: http://codereview.appspot.com/6423066/ by bsalomon@google.com · 13 years ago
  47. 032b221 Remove uniform var pointers from custom effects by bsalomon@google.com · 13 years ago
  48. fde2c0a Having updated the documentation of GrCustomStage to argue that all custom stages must be by tomhudson@google.com · 13 years ago
  49. f4770d7 There were three different problems with lighting filters: by senorblanco@chromium.org · 13 years ago
  50. d0c1a06 Introduces new SingleTextureEffect base class for GrCustomStage objects. by tomhudson@google.com · 13 years ago
  51. eb715c8 VariableVisibility -> ShaderType by bsalomon@google.com · 13 years ago
  52. f0a104e Remove GrStringBuilder by bsalomon@google.com · 13 years ago
  53. fc0d23a Avoid un-necessary re-calculations of width in for loop of emitFS function by bsalomon@google.com · 13 years ago
  54. db3a154 Remove local variable from GrConvolutionEffect GLSL code; reported to give marginal speedup by tomhudson@google.com · 13 years ago
  55. f8a2289 Manually unroll loop in convolution (blur) - most GL drivers do, but some by tomhudson@google.com · 13 years ago
  56. cf6285b fix warnings on Mac in src/gpu and include/gpu by caryclark@google.com · 13 years ago
  57. b505a12 Implement morphology as a custom effect by bsalomon@google.com · 13 years ago
  58. 23cb229 Condense setupFSUnis, setupVSUnis, setupVaryings into by tomhudson@google.com · 13 years ago
  59. 5259814 Move swizzle & modulation computation, non-virtual functions onto by tomhudson@google.com · 13 years ago
  60. 6a820b6 First stage of reworking custom shader infrastructure to allow radial mappings. by tomhudson@google.com · 13 years ago
  61. 289efe0 Tunnel name requests through factory, forcing custom effect and custom prog stage to use same impl by bsalomon@google.com · 13 years ago
  62. ae4f96a Some refactoring of GrCustomStage and friends by bsalomon@google.com · 13 years ago
  63. f1d8806 Windows build fixes from r3887. by tomhudson@google.com · 13 years ago
  64. d8f856c Move convolution from code in GrGLProgram to new GrConvolutionEffect by tomhudson@google.com · 13 years ago