index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
effects
/
SkDisplacementMapEffect.cpp
Commit message (
Expand
)
Author
Age
*
Add more specialized fragment builders
cdalton
2016-02-18
*
Mark existing image filter entry points that will be going away with Deprecated
robertphillips
2016-02-17
*
Image filters: change applyCropRect() to take a src rect.
senorblanco
2016-02-16
*
Add GrShaderFlags enum
cdalton
2016-02-11
*
Next round of GrGLSLFragmentProcessor-derived class cleanup
robertphillips
2016-02-04
*
Clean up GrGLSLFragmentProcessor-derived classes
robertphillips
2016-02-03
*
Image filters: Make a recursive, forward-mapping bounds
senorblanco
2016-01-28
*
Fix bounds computations for SkDisplacementMapEffect with negative scale.
senorblanco
2016-01-21
*
Refactor to use GrWrapTextureInBitmap more
robertphillips
2016-01-14
*
remove imagefilter::sizeconstraint
reed
2016-01-11
*
Reland of change all factories to return their base-class (patchset #1 id:1 o...
reed
2015-12-21
*
Revert of change all factories to return their base-class (patchset #1 id:1 o...
reed
2015-12-20
*
change all factories to return their base-class
reed
2015-12-20
*
Fix filter primitive bounds computations.
senorblanco
2015-12-09
*
Create GLSLUniformHandler class for gpu backend
egdaniel
2015-12-03
*
Don't create a GXPFactory when blend is SrcOver
egdaniel
2015-11-23
*
Move glsl onto EmitArgs struct for emitCode
egdaniel
2015-11-19
*
Add ShaderBuilders to EmitArgs and remove gettings from ProgBuilder.
egdaniel
2015-11-18
*
Rename some processor functions from GL to GLSL
egdaniel
2015-11-13
*
Make all GrFragmentProcessors GL independent.
egdaniel
2015-11-13
*
Move all ShaderBuilder files to GLSL
egdaniel
2015-11-11
*
Create GLSL base class for ProgramDataManager
egdaniel
2015-10-28
*
Fix some GPU filters to use the correct size constraint.
senorblanco
2015-10-23
*
Image filters: Replace all use of tryAllocPixels() with createDevice().
senorblanco
2015-10-20
*
Image filters: refactor input GPU processing into filterInputGPU().
senorblanco
2015-10-16
*
Image Filters: refactor all CPU input processing into a filterInput helper fu...
senorblanco
2015-10-15
*
GrDrawContext now holds GrRenderTarget pointer
robertphillips
2015-10-15
*
Bye bye processor data manager.
bsalomon
2015-10-06
*
Limit lifetime of GrDrawContext objects
robertphillips
2015-09-01
*
Change SkShader;asFragmentProcessor signature to no longer take skpaint\grcolor*
bsalomon
2015-08-28
*
Revert of Change SkShader;asFragmentProcessor signature to no longer take skp...
rmistry
2015-08-28
*
Change SkShader;asFragmentProcessor signature to no longer take skpaint\grcolor*
bsalomon
2015-08-28
*
Style Change: NULL->nullptr
halcanary
2015-08-27
*
Remove GrStagedProcessor, remove the word Stage as it applies to FPs
bsalomon
2015-08-27
*
Style Change: SkNEW->new; SkDELETE->delete
halcanary
2015-08-26
*
Revert of Remove GrStagedProcessor, remove the word Stage as it applies to FP...
rmistry
2015-08-26
*
Remove GrStagedProcessor, remove the word Stage as it applies to FPs
bsalomon
2015-08-26
*
When getGLInstance is called on a frag proc, the resulting GrGLFragmentProces...
wangyix
2015-08-18
*
Added registerChild; transforms, textures, glKey automatically handled.
wangyix
2015-08-04
*
Some cleanup in GrTextureProvider and GrResourceProvider.
bsalomon
2015-07-31
*
Added GrGLFragmentProcessor::EmitArgs struct for use with emitCode()
wangyix
2015-07-22
*
Misc cleanup
robertphillips
2015-07-22
*
Moved GrGLFragmentProcessor definition to its own file
wangyix
2015-07-22
*
rename GrShaderDataManager -> GrProcessorDataManager
joshualitt
2015-07-09
*
fix up test create functions
joshualitt
2015-07-08
*
more threading of GrShaderDataManager
joshualitt
2015-07-08
*
Revert of Revert of Revert of Fix SkTileImageFilter clipping/cropRect interac...
robertphillips
2015-07-06
*
Revert of Revert of Fix SkTileImageFilter clipping/cropRect interaction issue...
jvanverth
2015-07-03
*
Revert of Fix SkTileImageFilter clipping/cropRect interaction issue (patchset...
bsalomon
2015-07-01
*
Fix SkTileImageFilter clipping/cropRect interaction issue
robertphillips
2015-06-26
[next]