1. 83e5eb8 Clean up likely reference leak in Ganesh custom stages. by tomhudson@google.com · 13 years ago
  2. 898e7b5 Flip the switch to turn on GrCustomStage implementation of gradients; by tomhudson@google.com · 13 years ago
  3. 0bdbed3 Fix GrSamplerState::operator=() to take a reference rather than a copy. by tomhudson@google.com · 13 years ago
  4. 194de08 Zero out GrSamplerState in constructor to recover performance loss on Linux from r4102. by tomhudson@google.com · 13 years ago
  5. b505a12 Implement morphology as a custom effect by bsalomon@google.com · 13 years ago
  6. 67794f5 Fix typo in r4092. by tomhudson@google.com · 13 years ago
  7. 1117559 Use element-by-element assignment in GrSamplerState::operator= instead of memcpy by tomhudson@google.com · 13 years ago
  8. d8f856c Move convolution from code in GrGLProgram to new GrConvolutionEffect by tomhudson@google.com · 13 years ago
  9. b88bbd2 Make GrSamplerState::operator==() use GrCustomStage::isEquivalent() rather by tomhudson@google.com · 13 years ago
  10. 02b1ea2 Add comparison and assignment operators to GrSamplerState. by tomhudson@google.com · 13 years ago
  11. 07eecdc Hooks up the GrCustomStage/GrGLProgramStageFactory/GrGLProgramStage by tomhudson@google.com · 13 years ago
  12. 05054f1 Erode and dilate image filter effects, CPU and GPU implementations. by senorblanco@chromium.org · 13 years ago
  13. aa814fe Access sampler matrices directly, cleanup GrSamplerState::reset()s by bsalomon@google.com · 13 years ago
  14. 1e266f8 Remove GrDrawState::setSampler, use direct access to sampler by bsalomon@google.com · 13 years ago
  15. 1fadb20 Remove static initiazled gClampNearest in gpu backend by bsalomon@google.com · 13 years ago
  16. 9791291 Prep for GrDrawState as a class Part 2 by bsalomon@google.com · 13 years ago
  17. e7160bf Fix convert to bool warning in VS http://codereview.appspot.com/5371051/ by bsalomon@google.com · 13 years ago
  18. 62b0968 Speed up GrDrawState handling. by tomhudson@google.com · 13 years ago
  19. 0a97be2 When GL_RGBA readPixels are slow do swizzle using a draw then readPixels with GL_BGRA by bsalomon@google.com · 13 years ago
  20. d38f137 Move gpu/include/* to include/gpu and gpu/src/* to src/gpu by bsalomon@google.com · 13 years ago[Renamed from gpu/include/GrSamplerState.h]
  21. 1f221a7 More prep work in Gr for landing AA hairline renderer. by bsalomon@google.com · 13 years ago
  22. ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 13 years ago
  23. 027de5f GPU-based Gaussian blur. by senorblanco@chromium.org · 13 years ago
  24. 22c5dea Fix div by zero in GPU degenerate radials (and add sample and gm baselines) by bsalomon@google.com · 13 years ago
  25. 6aab8e3 Initialize members to satisfy coverity. by bsalomon@google.com · 14 years ago
  26. 64cc579 The plain Makefile was using -Wall, but the gyp build wasn't. This CL turns on by senorblanco@chromium.org · 14 years ago
  27. 6acc9b3 Fixed color bleeding issue when drawing a sub region of a bitmap with filtering enabled. by junov@google.com · 14 years ago
  28. 6aef1fb Add 4x4 downsample filter with 4 bilinear texture reads, use for ssaa. by bsalomon@google.com · 14 years ago
  29. c6cf723 Hide alloc size vs content size below API by bsalomon@google.com · 14 years ago
  30. 5782d71 Rev the GrContext interface. Context has draw* functions that take a new GrPaint object. Removed many of the lower-level GrGpu function call-throughs on context. by bsalomon@google.com · 14 years ago
  31. 8531c1c Towards issue #106 by bsalomon@google.com · 14 years ago
  32. ac10a2d add gpu backend (not hooked up yet) by reed@google.com · 14 years ago