aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp
Commit message (Expand)AuthorAge
* add commented line to try to add additional warningsGravatar reed@google.com2011-11-17
* Add paging support for handle based typefaces.Gravatar bungeman@google.com2011-11-15
* add bench for shader+blitMaskGravatar reed@google.com2011-11-15
* Remove GrGpuGLFixed subclass and ES1 supportGravatar bsalomon@google.com2011-11-14
* New SkMutex benchmark - used when we suspected mutex performance issues;Gravatar tomhudson@google.com2011-11-14
* [PDF] Optimize W-array generation with respect to subsetted fonts and add test.Gravatar vandebo@chromium.org2011-11-11
* Add config8888 support to writePixelsGravatar bsalomon@google.com2011-11-10
* add test gm for vertical textGravatar reed@google.com2011-11-10
* add vertical-text bit to paint (not supported yet)Gravatar reed@google.com2011-11-10
* add initial gyp to build freetype lib (problems with cflags not showing up in...Gravatar reed@google.com2011-11-10
* Build fix; unreviewed.Gravatar senorblanco@chromium.org2011-11-09
* Implement Gaussian blurs for images. The caller creates an anGravatar senorblanco@chromium.org2011-11-09
* Cleanup for the Android build.Gravatar djsollen@google.com2011-11-08
* Add font scaler gm.Gravatar bungeman@google.com2011-11-07
* Add support for building Android SampleApp.Gravatar djsollen@google.com2011-11-07
* Add support for GL_ARB_texture_swizzleGravatar bsalomon@google.com2011-11-07
* Back out fontscaler gm, as it seems to show up a gpu issue.Gravatar bungeman@google.com2011-11-04
* Add font scaler gm.Gravatar bungeman@google.com2011-11-04
* Move the Android sample app into the android repo.Gravatar djsollen@google.com2011-11-04
* Update the Skia gyp files to use the external android sources.Gravatar djsollen@google.com2011-11-03
* Fix for missing file from previous CL that broke the build.Gravatar djsollen@google.com2011-11-03
* Adding support to trunk for building Skia using the Android NDK.Gravatar djsollen@google.com2011-11-03
* add bench for building the font cacheGravatar reed@google.com2011-11-02
* Recommit r2584 with gpu pass of the new ReadPixels test disabled in fixed pt ...Gravatar bsalomon@google.com2011-11-02
* Revert r2584 (new test fails in fixed pt builds)Gravatar bsalomon@google.com2011-11-02
* Changes the SkCanvas::readPixels API. Allows caller to read into prealloced b...Gravatar bsalomon@google.com2011-11-02
* add bench for building aaclipsGravatar reed@google.com2011-10-31
* Import all GMs as Samples.Gravatar bsalomon@google.com2011-10-31
* add initial bench for drawVerticesGravatar reed@google.com2011-10-28
* Add NULL GL context implementation. Use in bench (-nullgl) and SampleApp (bac...Gravatar bsalomon@google.com2011-10-27
* Extract GrDrawTarget::DrState into independent GrDrawState struct.Gravatar tomhudson@google.com2011-10-27
* New benchmark for blitRect based on call frequency observed while scrollingGravatar tomhudson@google.com2011-10-27
* add initial unittests for aaclip. Fix case where BuilderBlitter skipped the topGravatar reed@google.com2011-10-26
* Recommit r2510 now that mac build bot issue has been fixed.Gravatar bsalomon@google.com2011-10-24
* Temporary revert of r2510. The test that it introduced fails on the Mac build...Gravatar bsalomon@google.com2011-10-20
* Add test that validates GrGLInterfacesGravatar bsalomon@google.com2011-10-20
* Move a bunch of headers from include/gpu to src/gpu. Delete some unused files.Gravatar bsalomon@google.com2011-10-20
* Virtualize SkGLContext with subclasses SkNativeGLContext and SkMesaGLContext,...Gravatar bsalomon@google.com2011-10-19
* move LCD blits into opts, so they can have assembly versionsGravatar reed@google.com2011-10-18
* move utils/SkEGLContext to gpu/SkGLContext, some gpu.gyp cleanup, set eol sty...Gravatar bsalomon@google.com2011-10-13
* Move gpu/include/* to include/gpu and gpu/src/* to src/gpuGravatar bsalomon@google.com2011-10-12
* Set SDK for Mac build to 10.6, ignore gyp/build, fixup gpu files to compile a...Gravatar bsalomon@google.com2011-10-12
* add SkRasterClipGravatar reed@google.com2011-10-11
* Bug fixes:Gravatar suyang12011-10-10
* add SkAAClip.cppGravatar reed@google.com2011-10-10
* add sample for clippingGravatar reed@google.com2011-10-10
* explicitly set opt level for mac-releaseGravatar reed@google.com2011-10-10
* Add per-vertex coverage field, use in AA rects when alpha tweak is not valid,...Gravatar bsalomon@google.com2011-10-10
* Mac does not like empty projects.Gravatar bungeman@google.com2011-10-10
* Add xps device to skia.Gravatar bungeman@google.com2011-10-10