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
*
remove public function-ptr based colorfilter
reed@google.com
2012-06-04
*
Make the GM tool run GMs through an SkGPipe.
scroggo@google.com
2012-06-04
*
Revert r4134 due to bot failures
bsalomon@google.com
2012-06-04
*
Fixed Linux compiler complaints
robertphillips@google.com
2012-06-04
*
Move GrGpuGL::programUnitTest into its own file
bsalomon@google.com
2012-06-04
*
Move texture descriptor into GrTexture
robertphillips@google.com
2012-06-04
*
Adding option to serialize mutable bitmaps in SkPicture
junov@chromium.org
2012-06-01
*
Flip the switch to turn on GrCustomStage implementation of gradients;
tomhudson@google.com
2012-06-01
*
Serialize support for GDI.
bungeman@google.com
2012-06-01
*
read/write sfnt-data length, to match convetion of other fonthosts.
reed@google.com
2012-06-01
*
Move GrGpuGL::programUnitTest into its own file
bsalomon@google.com
2012-06-01
*
Move max vertex attributes value to GL Caps
bsalomon@google.com
2012-06-01
*
Remove dirty flags from GrGpuGL state flush
bsalomon@google.com
2012-06-01
*
SkBool8 -> bool to suppress warning (verbal LGTM from TomH)
bsalomon@google.com
2012-06-01
*
Suppress dumb warning.
bsalomon@google.com
2012-06-01
*
use SkFontDescriptor on mac
reed@google.com
2012-06-01
*
Clean up duplicate code in Ganesh, moving more function onto GrGLShaderBuilder.
tomhudson@google.com
2012-06-01
*
Remove 'legacy' font descriptor methods.
bungeman@google.com
2012-06-01
*
Store font family when serializing android fonts.
djsollen@google.com
2012-06-01
*
Move GrGpuGL::ProgramCache declaration to header
bsalomon@google.com
2012-06-01
*
Punctuation cleanup to satisfy idiosyncracies of OpenBSD gcc 4.2.1.
tomhudson@google.com
2012-06-01
*
Update the implementation of SkTypeface_android.h functions.
djsollen@google.com
2012-06-01
*
add more names to fontdescriptor
reed@google.com
2012-05-31
*
Stop using deprecated functions in Mac GrGLInterface setup
bsalomon@google.com
2012-05-31
*
Add SkFontDescriptor for serializing fonts.
djsollen@google.com
2012-05-31
*
Fix SK_OVERRIDE error caught by Clang in r4105; wrong params for setData().
tomhudson@google.com
2012-05-31
*
Add GrGradientEffects files. These implementations will be invoked from
tomhudson@google.com
2012-05-31
*
Implement morphology as a custom effect
bsalomon@google.com
2012-05-31
*
We often rgn-diff an area >= the other rgn. now we detect that and return empty
reed@google.com
2012-05-31
*
Add glTexParameteriv to MESA GrGLInterface (missing from r4099)
bsalomon@google.com
2012-05-31
*
Add glTexParameteriv to GL interface
bsalomon@google.com
2012-05-31
*
Windows compiler complaint cleanup
robertphillips@google.com
2012-05-31
*
Merge GrGpuGLShaders into its parent class, GrGpuGL
bsalomon@google.com
2012-05-31
*
Add a bunch of SK_OVERRIDES and remove and unused function
bsalomon@google.com
2012-05-31
*
Condense setupFSUnis, setupVSUnis, setupVaryings into
tomhudson@google.com
2012-05-30
*
Remove a couple things missed when deleting the tessellated path renderer
bsalomon@google.com
2012-05-30
*
Encapsulate code required to create a uniform var into a single function on
tomhudson@google.com
2012-05-30
*
Refactor dictionaries for use by entities other than just SkPicture
djsollen@google.com
2012-05-30
*
Added knowledge of GL_RED textures to debugGLReadPixels
robertphillips@google.com
2012-05-30
*
arm: First step towards dynamic NEON support.
digit@google.com
2012-05-30
*
Fixed small bug in shader generation
robertphillips@google.com
2012-05-30
*
special-case dashing a single line-segment. We can go much faster since we
reed@google.com
2012-05-29
*
addPoly() entry-point, to quickly add MoveTo+N*LineTo (useful in dashing)
reed@google.com
2012-05-29
*
Fixing a reader size overflow with SkOrderedReadBuffer, when unflattening lar...
junov@chromium.org
2012-05-29
*
Detect when the caller was hairline AND strokeandfill, and resolve that into ...
reed@google.com
2012-05-29
*
Rolling back 4053
robertphillips@google.com
2012-05-28
*
Speculative fix for Android Debug only crash in r4049
robertphillips@google.com
2012-05-28
*
Rolling back r4049
robertphillips@google.com
2012-05-25
*
Altered GrDrawState to always ref textures and render target
robertphillips@google.com
2012-05-25
*
Change patheffect to take a (new) StrokeRec object, which encapsulates the fill
reed@google.com
2012-05-25
[next]