index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
include
/
gpu
/
GrSamplerState.h
Commit message (
Expand
)
Author
Age
*
Fix memory leaks.
tomhudson@google.com
2012-06-19
*
remove 4x4 downsample filter mode
bsalomon@google.com
2012-06-04
*
Clean up likely reference leak in Ganesh custom stages.
tomhudson@google.com
2012-06-04
*
Flip the switch to turn on GrCustomStage implementation of gradients;
tomhudson@google.com
2012-06-01
*
Fix GrSamplerState::operator=() to take a reference rather than a copy.
tomhudson@google.com
2012-06-01
*
Zero out GrSamplerState in constructor to recover performance loss on Linux f...
tomhudson@google.com
2012-05-31
*
Implement morphology as a custom effect
bsalomon@google.com
2012-05-31
*
Fix typo in r4092.
tomhudson@google.com
2012-05-31
*
Use element-by-element assignment in GrSamplerState::operator= instead of memcpy
tomhudson@google.com
2012-05-31
*
Move convolution from code in GrGLProgram to new GrConvolutionEffect
tomhudson@google.com
2012-05-10
*
Make GrSamplerState::operator==() use GrCustomStage::isEquivalent() rather
tomhudson@google.com
2012-05-01
*
Add comparison and assignment operators to GrSamplerState.
tomhudson@google.com
2012-04-30
*
Hooks up the GrCustomStage/GrGLProgramStageFactory/GrGLProgramStage
tomhudson@google.com
2012-04-20
*
Erode and dilate image filter effects, CPU and GPU implementations.
senorblanco@chromium.org
2012-03-02
*
Access sampler matrices directly, cleanup GrSamplerState::reset()s
bsalomon@google.com
2011-12-12
*
Remove GrDrawState::setSampler, use direct access to sampler
bsalomon@google.com
2011-12-12
*
Remove static initiazled gClampNearest in gpu backend
bsalomon@google.com
2011-12-12
*
Prep for GrDrawState as a class Part 2
bsalomon@google.com
2011-12-06
*
Fix convert to bool warning in VS
bsalomon@google.com
2011-11-10
*
Speed up GrDrawState handling.
tomhudson@google.com
2011-11-09
*
When GL_RGBA readPixels are slow do swizzle using a draw then readPixels with...
bsalomon@google.com
2011-11-08
*
Move gpu/include/* to include/gpu and gpu/src/* to src/gpu
bsalomon@google.com
2011-10-12