index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
effects
/
SkLightingImageFilter.cpp
Commit message (
Expand
)
Author
Age
*
uniquely name FS functions, add lighting effects to unit test
bsalomon@google.com
2012-08-07
*
Update SkFlattenable buffers to be more modular.
djsollen@google.com
2012-08-07
*
Introduction of set of functions to manage generation of texture fetch shader...
twiz@google.com
2012-08-02
*
Create GPU-less build of Skia.
bsalomon@google.com
2012-08-02
*
Remove uniform names from top of GrGLProgram.cpp, builder responsible for "u"...
bsalomon@google.com
2012-07-25
*
Fix static assert on non-windows compilers(?)
bsalomon@google.com
2012-07-25
*
Add GL uniform manager
bsalomon@google.com
2012-07-25
*
Add SkScalarPow.
bungeman@google.com
2012-07-25
*
SkNEW instead of new for lighting effects.
tomhudson@google.com
2012-07-20
*
Fix bad allocator access in r4616
bsalomon@google.com
2012-07-16
*
Remove uniform var pointers from custom effects
bsalomon@google.com
2012-07-16
*
There were three different problems with lighting filters:
senorblanco@chromium.org
2012-07-13
*
Introduces new SingleTextureEffect base class for GrCustomStage objects.
tomhudson@google.com
2012-07-12
*
Fix lighting filters on Windows, and re-enable the GPU path.
senorblanco@chromium.org
2012-07-11
*
Disable GPU path for lighting filters, due to Windows weirdness. Unreviewed.
senorblanco@chromium.org
2012-07-11
*
Mac GLSL fixes; unreviewed.
senorblanco@chromium.org
2012-07-11
*
More build fixes; unreviewed.
senorblanco@chromium.org
2012-07-11
*
Mac build fix; unreviewed.
senorblanco@chromium.org
2012-07-11
*
This patch implements the diffuse and specular lighting filters in Ganesh.
senorblanco@chromium.org
2012-07-11
*
Minor cleanup in lighting image filters: Made the light color a member of the
senorblanco@chromium.org
2012-07-09
*
fix leak of Light object (in this private instance, the caller is transferring
reed@google.com
2012-06-27
*
Added Inst counting to SkFlattenable-derived classes
robertphillips@google.com
2012-06-27
*
Cleanup flattening code to properly serialize lighting image filters.
djsollen@google.com
2012-06-26
*
Raster implementation of diffuse and specular lighting filters. Externally,
senorblanco@chromium.org
2012-06-22