index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
*
Make SkGLContext's FBO creation more robust (allows test apps to run on Intel...
bsalomon@google.com
2012-02-09
*
Add more TT table definitions and create fake enum typedef.
bungeman@google.com
2012-02-07
*
Move SkBase64 to utils, allow user defined encoding.
bungeman@google.com
2012-02-07
*
Fixing backing store access in SkDeferredCanvas.
junov@chromium.org
2012-02-07
*
Reland 3144 with assertion fix.
bsalomon@google.com
2012-02-07
*
revert 3144
bsalomon@google.com
2012-02-07
*
Allow chrome to limit the number of FBO status checks
bsalomon@google.com
2012-02-07
*
use macro SkFixedRoundToInt where necessary
reed@google.com
2012-02-06
*
Removing some dead code in SkDeferredCanvas
junov@chromium.org
2012-02-03
*
Disable optimization of certain bit-shift operations on Visual Studio 2010 only
epoger@google.com
2012-02-02
*
rearrange functions to group clamp, repeat, mirror helpers together.
reed@google.com
2012-02-02
*
Open type table definitions.
bungeman@google.com
2012-02-02
*
Don't change convexity status of a path after a moveTo
bsalomon@google.com
2012-02-02
*
Add dithering to 32b radial gradients. Behind the same #ifdef as dithered
tomhudson@google.com
2012-02-02
*
[GPU]: Handle degenerate quads when computing UV matrix from control points
bsalomon@google.com
2012-01-31
*
When adding a convex shape to a path, mark path as convex if path is initiall...
bsalomon@google.com
2012-01-31
*
Roll out r3117 to alleviate http://code.google.com/p/skia/issues/detail?id=47...
epoger@google.com
2012-01-31
*
fall through to cross-product if the y-max-baseline returns a degenerate line
reed@google.com
2012-01-31
*
Fix degenerate test in convex path renderer
bsalomon@google.com
2012-01-31
*
Remove one static initializer in src/gpu/GrGpu.cpp
digit@google.com
2012-01-31
*
handle multiple points all at the y-max when computing direction
reed@google.com
2012-01-31
*
Make SkImageEncoder_CG report more failures to its caller.
epoger@google.com
2012-01-31
*
Fix Android build
digit@google.com
2012-01-31
*
Add code path for Gr client to resolve an Gr-created MSAA render target.
bsalomon@google.com
2012-01-31
*
use contour with global ymax to determine direction
reed@google.com
2012-01-30
*
Enable convex path renderer.
bsalomon@google.com
2012-01-30
*
Remove GrAALevel enum, use explicit sample count
bsalomon@google.com
2012-01-30
*
add bandage to pin out-of-range values when converting our integral clip boun...
reed@google.com
2012-01-30
*
inject a 32767 bounded cliprect before using SuperSampler blitter, to avoid
reed@google.com
2012-01-30
*
extend fastbounds impls to include maskfilters and drawloopers. This allows
reed@google.com
2012-01-30
*
Adding a flush method to SkCanvas
junov@chromium.org
2012-01-30
*
Reland r3078 (original failures that led to revert were problems with the bot)
bsalomon@google.com
2012-01-30
*
fix compilation errors when VISUALIZE_COMPLEX_CLIP is set (debug assist code ...
bsalomon@google.com
2012-01-30
*
code cleanup for single_pass_path() and remove enum GrConvexHint
bsalomon@google.com
2012-01-30
*
Formatting cleanup: remove extra whitespace
vandebo@chromium.org
2012-01-28
*
Expose functionality to purge the GPU texture cache while running SampleApp.
twiz@google.com
2012-01-27
*
add formatting to suppress compiler warning
caryclark@google.com
2012-01-27
*
Rip out GrPlatformSurface (has been deprecated for some time, use GrPlatformT...
bsalomon@google.com
2012-01-27
*
posix: Avoid static initializers in static/global mutexes
digit@google.com
2012-01-26
*
Make SkRegion::operator== a member function, rather than a privately-declared
reed@google.com
2012-01-25
*
fix vertical bold text on mac
caryclark@google.com
2012-01-25
*
disable SPEW_PURGE_STATUS
reed@google.com
2012-01-25
*
Prefer a texture pixel ref to a render target pixel ref when creating an SkGp...
bsalomon@google.com
2012-01-24
*
revert 3078
bsalomon@google.com
2012-01-21
*
fix interior issues in convex path renderer
bsalomon@google.com
2012-01-21
*
Temporarily allow linear interpolation of 2-color vertical gradients to be
tomhudson@google.com
2012-01-20
*
Add flag to disable gl error checking when allocating gpu objects
bsalomon@google.com
2012-01-19
*
Cleanup of SkPath code to remove SK_OLD_EMPTY_PATH_BEHAVIOR and other
schenney@chromium.org
2012-01-19
*
Interpolate vertical linear gradients for improved quality.
tomhudson@google.com
2012-01-18
*
Pull xfer mode test out of generic draw-as-hairline test. Use coverage rather...
bsalomon@google.com
2012-01-18
[next]