index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
effects
/
SkMorphologyImageFilter.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
*
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
*
Refactor to use GrWrapTextureInBitmap more
robertphillips
2016-01-14
*
remove imagefilter::sizeconstraint
reed
2016-01-11
*
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
*
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
*
Rename non-aa rect methods on GrDrawContext in anticipation of making them su...
bsalomon
2015-11-05
*
Create GLSL base class for ProgramDataManager
egdaniel
2015-10-28
*
tunnel down texture-size-constraint to imagefilters
reed
2015-10-22
*
Image filters: Replace all use of tryAllocPixels() with createDevice().
senorblanco
2015-10-20
*
Remove DrawingMgr shims from GrContext
robertphillips
2015-10-17
*
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
*
Port morphology to SkOpts.
mtklein
2015-08-04
*
Added registerChild; transforms, textures, glKey automatically handled.
wangyix
2015-08-04
*
Some cleanup in GrTextureProvider and GrResourceProvider.
bsalomon
2015-07-31
*
Fix variable shadowing in SkMorphologyImageFilter
robertphillips
2015-07-23
*
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
*
More threading of GrProcessorDataManager
joshualitt
2015-07-09
*
fix up test create functions
joshualitt
2015-07-08
*
Split drawing functionality out of GrContext and into new GrDrawContext
robertphillips
2015-05-26
*
rename GrDrawTargetCaps to GrCaps
bsalomon
2015-05-19
*
This replaces the texture creation/caching functions on GrContext with a GrTe...
bsalomon
2015-04-30
*
Make XPFragmentBuilder only Builder with access to DstCopy.
egdaniel
2015-04-29
*
Use GLSLCaps for creating processor keys and GLSL-specific programs
jvanverth
2015-04-28
*
C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}
mtklein
2015-03-25
*
Remove uniqueID from all filter serialization.
senorblanco
2015-03-18
*
I'd really like to land this before the branch so speedy reviews are apprecia...
joshualitt
2015-02-25
[next]