index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
gm
Commit message (
Expand
)
Author
Age
*
Code changes for ANGLE GL interface. .gyp file changes will be delivered later.
robertphillips@google.com
2012-03-28
*
Create macro for registering classes for deserialization
djsollen@google.com
2012-03-26
*
[GPU] when paint has patheffect, it should fallback to path render
bsalomon@google.com
2012-03-26
*
Cleanup Macros arround static initializers for SkFlattenable.
djsollen@google.com
2012-03-23
*
Improved codec link-forcing system by adding Encoder/Decoder creation entry p...
robertphillips@google.com
2012-03-23
*
apply imagefilter to all draw calls
reed@google.com
2012-03-23
*
delay any drawing until first call to onDraw (eases debugging)
reed@google.com
2012-03-22
*
Added tracking of frame buffer objects to debug GL interface
robertphillips@google.com
2012-03-21
*
[PDF] Add GM and infrastructure to test drawing shaders with an initial trans...
vandebo@chromium.org
2012-03-21
*
Revert "[PDF] Add GM and infrastructure to test drawing shaders with an initi...
vandebo@chromium.org
2012-03-21
*
[PDF] Add GM and infrastructure to test drawing shaders with an initial trans...
vandebo@chromium.org
2012-03-21
*
Adding CMYK jpeg changes w/o .gyp alterations
robertphillips@google.com
2012-03-20
*
reverting to 3437
robertphillips@google.com
2012-03-20
*
Fix for CMYK jpeg decoding issue (69 - unable to read some jpeg files on andr...
robertphillips@google.com
2012-03-20
*
Compile with c++0x.
bungeman@google.com
2012-03-19
*
Perform degenerate check in device coords in convex path renderer
bsalomon@google.com
2012-03-15
*
Close an (incidental) memory leak in gmmain.
tomhudson@google.com
2012-03-15
*
update test
reed@google.com
2012-03-14
*
tweak gm bounds to better fit the content
reed@google.com
2012-03-14
*
[PDF] Fix some fixed/float-point mismatches for image shaders.
vandebo@chromium.org
2012-03-09
*
add more modes/flags to giantbitmap test
reed@google.com
2012-03-08
*
defer any drawing until our first time, so we don't do it in our
reed@google.com
2012-03-08
*
return false if the typeface cannot be found
reed@google.com
2012-03-08
*
disable PDF for now, until http://code.google.com/p/skia/issues/detail?id=520
reed@google.com
2012-03-08
*
use higher precision (64bit) fixed-point for matrix proc
reed@google.com
2012-03-07
*
Erode and dilate image filter effects, CPU and GPU implementations.
senorblanco@chromium.org
2012-03-02
*
In convex path renderer, translate polygon to origin for fanPt computation
bsalomon@google.com
2012-02-23
*
Use cheapComputeDirection to determine normal facing in GrAAConvexPathRenderer
bsalomon@google.com
2012-02-15
*
add test for colored text drawing (hopefully gamma corrected)
reed@google.com
2012-02-14
*
Move GL-specific include files to their own subdirectory, to better
tomhudson@google.com
2012-02-14
*
Set LCD font smoothing to "medium" for gm on Mac, regardless of system settings
epoger@google.com
2012-02-14
*
Add path effect GM
bsalomon@google.com
2012-02-13
*
[GPU]: Handle degenerate quads when computing UV matrix from control points
bsalomon@google.com
2012-01-31
*
Expose '--notexturecache' command line argument to gm.
twiz@google.com
2012-01-31
*
Fix degenerate test in convex path renderer
bsalomon@google.com
2012-01-31
*
increase height to include entire circle for large radial
reed@google.com
2012-01-31
*
Add missing SkFloatToScalar() calls to fix the build.
tomhudson@google.com
2012-01-30
*
New radial gradient GM to observe banding and dithering effects.
tomhudson@google.com
2012-01-30
*
Remove GrAALevel enum, use explicit sample count
bsalomon@google.com
2012-01-30
*
Adding a flush method to SkCanvas
junov@chromium.org
2012-01-30
*
Change background color and add paths to convexpaths gm
bsalomon@google.com
2012-01-26
*
revert 3078
bsalomon@google.com
2012-01-21
*
fix interior issues in convex path renderer
bsalomon@google.com
2012-01-21
*
Stop writing out XPS baselines until we resolve skia issue 455
epoger@google.com
2012-01-18
*
Updating gm's usage message
junov@google.com
2012-01-18
*
Adding class SkDeferredCanvas for deferred rendering.
junov@google.com
2012-01-18
*
if the y-max has neighbors (prev and next) with the same Y values, then the
reed@google.com
2012-01-17
*
Incorporate changes related to Tom's post-hoc comments on the convex path ren...
bsalomon@google.com
2012-01-17
*
Add convex path renderer (disabled)
bsalomon@google.com
2012-01-17
*
fix cheapComputeDirection() in the non-convex case to pivot on the y-max point
reed@google.com
2012-01-11
[next]