index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
gyp
Commit message (
Expand
)
Author
Age
*
add first cut at arithmetic mode
mike@reedtribe.org
2011-12-10
*
Adding isOpaque method to skia shader classes
junov@chromium.org
2011-12-09
*
Make GrGLShaderVar objects aware of whether they are uniform, varying, or
tomhudson@google.com
2011-12-08
*
add test for isFinite
reed@google.com
2011-12-05
*
Changes to the android gyp system to build without RTTI and exceptions.
djsollen@google.com
2011-12-05
*
When a bitmap is texture-backed, change SkBitmap::copyTo() to do a deep
senorblanco@chromium.org
2011-12-02
*
Add SkWGLExtensionInterface for dealing with WGL extensions
bsalomon@google.com
2011-12-01
*
Move SkGLCanvas.h to obsolete, delete from gyp
bsalomon@google.com
2011-12-01
*
[GPU] tile when large bitmap pased drawBitmap and only a small fraction is used
bsalomon@google.com
2011-11-30
*
add test for shader text w/ and w/o lcd (and w/ and w/o opaque)
reed@google.com
2011-11-28
*
add unittest for save/restore
reed@google.com
2011-11-28
*
Fix warnings
bsalomon@google.com
2011-11-23
*
Add windowscodecs.lib to images.gyp
bsalomon@google.com
2011-11-21
*
don't quickReject bitmaps if there is a looper or other possible bounds-modifier
reed@google.com
2011-11-21
*
remove all references to SkGlobals (obsolete)
reed@google.com
2011-11-17
*
add commented line to try to add additional warnings
reed@google.com
2011-11-17
*
Add paging support for handle based typefaces.
bungeman@google.com
2011-11-15
*
add bench for shader+blitMask
reed@google.com
2011-11-15
*
Remove GrGpuGLFixed subclass and ES1 support
bsalomon@google.com
2011-11-14
*
New SkMutex benchmark - used when we suspected mutex performance issues;
tomhudson@google.com
2011-11-14
*
[PDF] Optimize W-array generation with respect to subsetted fonts and add test.
vandebo@chromium.org
2011-11-11
*
Add config8888 support to writePixels
bsalomon@google.com
2011-11-10
*
add test gm for vertical text
reed@google.com
2011-11-10
*
add vertical-text bit to paint (not supported yet)
reed@google.com
2011-11-10
*
add initial gyp to build freetype lib (problems with cflags not showing up in...
reed@google.com
2011-11-10
*
Build fix; unreviewed.
senorblanco@chromium.org
2011-11-09
*
Implement Gaussian blurs for images. The caller creates an an
senorblanco@chromium.org
2011-11-09
*
Cleanup for the Android build.
djsollen@google.com
2011-11-08
*
Add font scaler gm.
bungeman@google.com
2011-11-07
*
Add support for building Android SampleApp.
djsollen@google.com
2011-11-07
*
Add support for GL_ARB_texture_swizzle
bsalomon@google.com
2011-11-07
*
Back out fontscaler gm, as it seems to show up a gpu issue.
bungeman@google.com
2011-11-04
*
Add font scaler gm.
bungeman@google.com
2011-11-04
*
Move the Android sample app into the android repo.
djsollen@google.com
2011-11-04
*
Update the Skia gyp files to use the external android sources.
djsollen@google.com
2011-11-03
*
Fix for missing file from previous CL that broke the build.
djsollen@google.com
2011-11-03
*
Adding support to trunk for building Skia using the Android NDK.
djsollen@google.com
2011-11-03
*
add bench for building the font cache
reed@google.com
2011-11-02
*
Recommit r2584 with gpu pass of the new ReadPixels test disabled in fixed pt ...
bsalomon@google.com
2011-11-02
*
Revert r2584 (new test fails in fixed pt builds)
bsalomon@google.com
2011-11-02
*
Changes the SkCanvas::readPixels API. Allows caller to read into prealloced b...
bsalomon@google.com
2011-11-02
*
add bench for building aaclips
reed@google.com
2011-10-31
*
Import all GMs as Samples.
bsalomon@google.com
2011-10-31
*
add initial bench for drawVertices
reed@google.com
2011-10-28
*
Add NULL GL context implementation. Use in bench (-nullgl) and SampleApp (bac...
bsalomon@google.com
2011-10-27
*
Extract GrDrawTarget::DrState into independent GrDrawState struct.
tomhudson@google.com
2011-10-27
*
New benchmark for blitRect based on call frequency observed while scrolling
tomhudson@google.com
2011-10-27
*
add initial unittests for aaclip. Fix case where BuilderBlitter skipped the top
reed@google.com
2011-10-26
*
Recommit r2510 now that mac build bot issue has been fixed.
bsalomon@google.com
2011-10-24
*
Temporary revert of r2510. The test that it introduced fails on the Mac build...
bsalomon@google.com
2011-10-20
[next]