1. e862d16 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  2. 4b2e1c8 Rebase gpu_dev up to r5182 by bsalomon@google.com · 12 years ago
  3. 2eaaefd Pass GrCustomStage to key-generation functions and emitCode(). by bsalomon@google.com · 12 years ago
  4. 7b734e0 Fix alpha computation for specular lighting filter (GPU path). by senorblanco@chromium.org · 12 years ago
  5. ae5ef11 Make lighting filters directly inherit from GrGLEffect. by bsalomon@google.com · 12 years ago
  6. 2d0bade Make the orientation of a texture accessible from and known by GrSurface. by bsalomon@google.com · 12 years ago
  7. 28a15fb Make GrGLEffect::setData take GrEffectStage rather than GrEffect. by bsalomon@google.com · 12 years ago
  8. 46fba0d Rename StageKey and related stuff. by bsalomon@google.com · 12 years ago
  9. 396e61f Rename GrProgramStageFactory to GrBackendEffectFactory. by bsalomon@google.com · 12 years ago
  10. 422e81a GrGLProgramStage Renaming Part 3 by bsalomon@google.com · 12 years ago
  11. aa60093 GrGLProgramStage Renaming Part 2 by bsalomon@google.com · 12 years ago
  12. d698f77 GrGLProgramStage Renaming Part 1. by bsalomon@google.com · 12 years ago
  13. 021fc73 GrCustomStage Renaming Part 5 by bsalomon@google.com · 12 years ago
  14. 8ea78d8 GrCustomStage Renaming Part 4 by bsalomon@google.com · 12 years ago
  15. f271cc7 GrCustomStage Renaming Part 3 by bsalomon@google.com · 12 years ago
  16. 6f261be GrCustomStage Renaming Part 2 by bsalomon@google.com · 12 years ago
  17. a469c28 CustomStage Renaming Part 1 by bsalomon@google.com · 12 years ago
  18. 374e759 Combine the emit functions in GrGLProgramStage. by bsalomon@google.com · 12 years ago
  19. 706f668 Reland r6330 thru r6333 but do without enabling GL_ARB_fragment_coord_conventions on Intel GPUs. by bsalomon@google.com · 12 years ago
  20. d335364 Revert r6330 thru 6333 while we figure out what to do about Intel bots (possible driver bug). by bsalomon@google.com · 12 years ago
  21. 159d42b Remove two params from GrGLProgramStage::setData that are no longer necessary. by bsalomon@google.com · 12 years ago
  22. 4fe9b1b Automatically handle converting gl_FragCoord to Skia's y-down device coords. by bsalomon@google.com · 12 years ago
  23. 254eae2 Change SkLightingImageFilter to derive from SkSingleInputImageFilter, so that it can participate in filter DAGs. by senorblanco@chromium.org · 12 years ago
  24. f06df1b Introduce GrGLShaderBuilder::TextureSampler by bsalomon@google.com · 12 years ago
  25. 868a8e7 Recommit r5350 with fix for image failures (which affected GLs that don't support ARB_texture_swizzle). by bsalomon@google.com · 12 years ago
  26. a3d707b Revert 5350 while image changes are diagnosed. by bsalomon@google.com · 12 years ago
  27. b41b2bc Remove fModulate from GrGLShaderBuilder by bsalomon@google.com · 12 years ago
  28. 34bcb9f Some GrGLShaderBuilder cleanup by bsalomon@google.com · 12 years ago
  29. 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
  30. a1bf0ff by bsalomon@google.com · 12 years ago
  31. c73dd5c Update SkFlattenable buffers to be more modular. by djsollen@google.com · 12 years ago
  32. a5e65ec by twiz@google.com · 12 years ago
  33. cf8fb1f Create GPU-less build of Skia. by bsalomon@google.com · 12 years ago
  34. 777c3aa Remove uniform names from top of GrGLProgram.cpp, builder responsible for "u" and stage num tags. by bsalomon@google.com · 12 years ago
  35. b9119a6 Fix static assert on non-windows compilers(?) by bsalomon@google.com · 12 years ago
  36. dbbc4e2 Add GL uniform manager Review URL: http://codereview.appspot.com/6423066/ by bsalomon@google.com · 12 years ago
  37. 0567f22 Add SkScalarPow. by bungeman@google.com · 12 years ago
  38. 300f562 SkNEW instead of new for lighting effects. by tomhudson@google.com · 12 years ago
  39. 187c15c Fix bad allocator access in r4616 by bsalomon@google.com · 12 years ago
  40. 032b221 Remove uniform var pointers from custom effects by bsalomon@google.com · 12 years ago
  41. f4770d7 There were three different problems with lighting filters: by senorblanco@chromium.org · 12 years ago
  42. d0c1a06 Introduces new SingleTextureEffect base class for GrCustomStage objects. by tomhudson@google.com · 12 years ago
  43. eb31184 Fix lighting filters on Windows, and re-enable the GPU path. by senorblanco@chromium.org · 12 years ago
  44. a2fdb33 Disable GPU path for lighting filters, due to Windows weirdness. Unreviewed. by senorblanco@chromium.org · 12 years ago
  45. 0ec1eab Mac GLSL fixes; unreviewed. by senorblanco@chromium.org · 12 years ago
  46. 6730cbb More build fixes; unreviewed. by senorblanco@chromium.org · 12 years ago
  47. bd9fad6 Mac build fix; unreviewed. by senorblanco@chromium.org · 12 years ago
  48. 894790d This patch implements the diffuse and specular lighting filters in Ganesh. by senorblanco@chromium.org · 12 years ago
  49. bdb1ec4 Minor cleanup in lighting image filters: Made the light color a member of the by senorblanco@chromium.org · 12 years ago
  50. 51f3866 fix leak of Light object (in this private instance, the caller is transferring by reed@google.com · 12 years ago
  51. 0456e0b Added Inst counting to SkFlattenable-derived classes by robertphillips@google.com · 12 years ago
  52. 0833777 Cleanup flattening code to properly serialize lighting image filters. by djsollen@google.com · 12 years ago
  53. f49b429 Raster implementation of diffuse and specular lighting filters. Externally, by senorblanco@chromium.org · 12 years ago