1. 2bbdcc4 Rework GrSamplerParams to be more compact and use its own wrap mode enum. by Brian Salomon · 7 years ago
  2. 08283af Rename GrSamplerState to GrEffectStage. by bsalomon@google.com · 12 years ago
  3. 6f261be GrCustomStage Renaming Part 2 by bsalomon@google.com · 12 years ago
  4. a469c28 CustomStage Renaming Part 1 by bsalomon@google.com · 12 years ago
  5. 989a95e Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  6. 288d954 Separate out the texture matrix from the coord-system change matrix in GrSamplerState. This is a step towards moving texture matrix to GrCustomStage. by bsalomon@google.com · 12 years ago
  7. dfdb7e5 Reland r5963 with two fixes: by bsalomon@google.com · 12 years ago
  8. f6eac8a Revert r5962 because of failures. by bsalomon@google.com · 12 years ago
  9. b022177 Require matrix for custom stage to be set when custom stage is installed. by bsalomon@google.com · 12 years ago
  10. 1ce49fc Move GrTextureParams from GrSamplerState to GrTextureAccess by bsalomon@google.com · 12 years ago
  11. a04e8e8 Do premul and r/b swap conversions in a custom effect by bsalomon@google.com · 12 years ago
  12. fbfcd56 Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/) by rmistry@google.com · 12 years ago
  13. 0342a85 Remove _UPM_ GrPixelConfigs Review URL: http://codereview.appspot.com/6460113/ by bsalomon@google.com · 12 years ago
  14. cddaf34 Remove GrDrawState::setTexture/getTexture by bsalomon@google.com · 12 years ago
  15. b867099 Move filter/wrap out of GrSamplerState into GrTextureParams by bsalomon@google.com · 12 years ago
  16. 2f68e76 Move texture domains onto a GrCustomStage, off of GrSamplerState. by tomhudson@google.com · 12 years ago
  17. 50e4ce0 Fix memory leaks. by tomhudson@google.com · 12 years ago
  18. d2ae1fa remove 4x4 downsample filter mode by bsalomon@google.com · 12 years ago
  19. 83e5eb8 Clean up likely reference leak in Ganesh custom stages. by tomhudson@google.com · 12 years ago
  20. 898e7b5 Flip the switch to turn on GrCustomStage implementation of gradients; by tomhudson@google.com · 12 years ago
  21. 0bdbed3 Fix GrSamplerState::operator=() to take a reference rather than a copy. by tomhudson@google.com · 12 years ago
  22. 194de08 Zero out GrSamplerState in constructor to recover performance loss on Linux from r4102. by tomhudson@google.com · 12 years ago
  23. b505a12 Implement morphology as a custom effect by bsalomon@google.com · 12 years ago
  24. 67794f5 Fix typo in r4092. by tomhudson@google.com · 12 years ago
  25. 1117559 Use element-by-element assignment in GrSamplerState::operator= instead of memcpy by tomhudson@google.com · 12 years ago
  26. d8f856c Move convolution from code in GrGLProgram to new GrConvolutionEffect by tomhudson@google.com · 12 years ago
  27. b88bbd2 Make GrSamplerState::operator==() use GrCustomStage::isEquivalent() rather by tomhudson@google.com · 12 years ago
  28. 02b1ea2 Add comparison and assignment operators to GrSamplerState. by tomhudson@google.com · 12 years ago
  29. 07eecdc Hooks up the GrCustomStage/GrGLProgramStageFactory/GrGLProgramStage by tomhudson@google.com · 12 years ago
  30. 05054f1 Erode and dilate image filter effects, CPU and GPU implementations. by senorblanco@chromium.org · 13 years ago
  31. aa814fe Access sampler matrices directly, cleanup GrSamplerState::reset()s by bsalomon@google.com · 13 years ago
  32. 1e266f8 Remove GrDrawState::setSampler, use direct access to sampler by bsalomon@google.com · 13 years ago
  33. 1fadb20 Remove static initiazled gClampNearest in gpu backend by bsalomon@google.com · 13 years ago
  34. 9791291 Prep for GrDrawState as a class Part 2 by bsalomon@google.com · 13 years ago
  35. e7160bf Fix convert to bool warning in VS http://codereview.appspot.com/5371051/ by bsalomon@google.com · 13 years ago
  36. 62b0968 Speed up GrDrawState handling. by tomhudson@google.com · 13 years ago
  37. 0a97be2 When GL_RGBA readPixels are slow do swizzle using a draw then readPixels with GL_BGRA by bsalomon@google.com · 13 years ago
  38. 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]
  39. 1f221a7 More prep work in Gr for landing AA hairline renderer. by bsalomon@google.com · 13 years ago
  40. ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 13 years ago
  41. 027de5f GPU-based Gaussian blur. by senorblanco@chromium.org · 13 years ago
  42. 22c5dea Fix div by zero in GPU degenerate radials (and add sample and gm baselines) by bsalomon@google.com · 13 years ago
  43. 6aab8e3 Initialize members to satisfy coverity. by bsalomon@google.com · 13 years ago
  44. 64cc579 The plain Makefile was using -Wall, but the gyp build wasn't. This CL turns on by senorblanco@chromium.org · 13 years ago
  45. 6acc9b3 Fixed color bleeding issue when drawing a sub region of a bitmap with filtering enabled. by junov@google.com · 13 years ago
  46. 6aef1fb Add 4x4 downsample filter with 4 bilinear texture reads, use for ssaa. by bsalomon@google.com · 13 years ago
  47. c6cf723 Hide alloc size vs content size below API by bsalomon@google.com · 14 years ago
  48. 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
  49. 8531c1c Towards issue #106 by bsalomon@google.com · 14 years ago
  50. ac10a2d add gpu backend (not hooked up yet) by reed@google.com · 14 years ago