aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Expand)AuthorAge
...
* | factor out computation for dy in SkEdge lines, so we can later try a fix.Gravatar reed@google.com2012-10-30
* | Fix cross compilation with mingw.Gravatar bungeman@google.com2012-10-30
| * Expose vertex position to GrGLEffect via GrGLShaderBuilder.Gravatar bsalomon@google.com2012-10-30
* | Use consistent globals in AttachCache.Gravatar bungeman@google.com2012-10-29
| * Rebase gpu_dev up to r5182Gravatar bsalomon@google.com2012-10-29
| |\ | |/ |/|
| * Pass GrCustomStage to key-generation functions and emitCode().Gravatar bsalomon@google.com2012-10-29
* | Fix alpha computation for specular lighting filter (GPU path).Gravatar senorblanco@chromium.org2012-10-29
* | Allow default texture cache limit to be set within gyp.Gravatar djsollen@google.com2012-10-29
* | Add option to gm: write out images into a hierarchy, rather than a flat set o...Gravatar epoger@google.com2012-10-29
| * Make lighting filters directly inherit from GrGLEffect.Gravatar bsalomon@google.com2012-10-29
| * Make GrGLConvolutionEffect, GrGLMorphologyEffect, and GrGLMagnifierEffect der...Gravatar bsalomon@google.com2012-10-29
| * Make GrGLGradientEffect derive directly from GrGLEffect.Gravatar bsalomon@google.com2012-10-29
| * Rebaseline gpu_dev from trunk at r6159.Gravatar bsalomon@google.com2012-10-26
| |\ | |/ |/|
* | Fix generateMask to properly apply pre-blend.Gravatar bungeman@google.com2012-10-26
* | Add a factory Create function for SkColorFilterImageFilter, and move the matr...Gravatar senorblanco@chromium.org2012-10-26
* | Clean up usage of mask gamma.Gravatar bungeman@google.com2012-10-26
| * Make a bunch of GrGLEffects derive directly from GrGLEffect rather than GrGLL...Gravatar bsalomon@google.com2012-10-26
| * Make the orientation of a texture accessible from and known by GrSurface.Gravatar bsalomon@google.com2012-10-26
| * Make GrGLEffect::setData take GrEffectStage rather than GrEffect.Gravatar bsalomon@google.com2012-10-26
|/
* Update comment in GrDrawState.h to reflect renaming changes and expansion of ...Gravatar bsalomon@google.com2012-10-26
* Rename GrSamplerState to GrEffectStage.Gravatar bsalomon@google.com2012-10-26
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2012-10-26
* Misc stage->effect renamingGravatar bsalomon@google.com2012-10-25
* GrGLGradientStage->GrGLGradientEffectGravatar bsalomon@google.com2012-10-25
* Rename StageKey and related stuff.Gravatar bsalomon@google.com2012-10-25
* Fix WIN64 break from variable redefinition.Gravatar scroggo@google.com2012-10-25
* Fix self assignment in GrGLShaderVarGravatar bsalomon@google.com2012-10-25
* Add a callback to cleanup TLS data on Windows.Gravatar scroggo@google.com2012-10-25
* Rename GrProgramStageFactory to GrBackendEffectFactory.Gravatar bsalomon@google.com2012-10-25
* Files accidentally omitted from r6123.Gravatar bsalomon@google.com2012-10-25
* Platform/Engine -> BackendGravatar bsalomon@google.com2012-10-25
* use subclasses instead of function-ptrs for hairline specializations.Gravatar reed@google.com2012-10-25
* Remove SK_DISABLE_EXTRACTSUBSET_OPAQUE_FIX test since it has been rebaselined.Gravatar bungeman@google.com2012-10-25
* Fix decl of gl_FragCoord in GLSL versions <= 1.20.Gravatar bsalomon@google.com2012-10-25
* GrGLProgramStage Renaming Part 3Gravatar bsalomon@google.com2012-10-25
* GrGLProgramStage Renaming Part 2Gravatar bsalomon@google.com2012-10-25
* GrGLProgramStage Renaming Part 1.Gravatar bsalomon@google.com2012-10-25
* GrCustomStage Renaming Part 5Gravatar bsalomon@google.com2012-10-25
* If a path is known to be nonfinite, don't forget that in our autoboundsGravatar reed@google.com2012-10-24
* GrCustomStage Renaming Part 4Gravatar bsalomon@google.com2012-10-24
* GrCustomStage Renaming Part 3Gravatar bsalomon@google.com2012-10-24
* GrCustomStage Renaming Part 2Gravatar bsalomon@google.com2012-10-24
* CustomStage Renaming Part 1Gravatar bsalomon@google.com2012-10-24
* Pass the GrCustomStage and key to GrGLProgramStage emitCode.Gravatar bsalomon@google.com2012-10-24
* Protect filter_texture() against render target change.Gravatar senorblanco@chromium.org2012-10-24
* Reset clip in ~SkGpuDeviceGravatar robertphillips@google.com2012-10-24
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2012-10-24
* Catch callers who pass invalid glyph ids and improve SkPdfFont desructor.Gravatar edisonn@google.com2012-10-23
* Enable Android executables (like skia_launcher) to redirect SkDebugf output t...Gravatar djsollen@google.com2012-10-23
* Combine the emit functions in GrGLProgramStage.Gravatar bsalomon@google.com2012-10-23