aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
...
* Support unicode to glyph id conversion in windows for non-BMP characters.Gravatar ctguil@chromium.org2011-02-23
* update to add isFixedWidth attribute to typefacesGravatar reed@google.com2011-02-23
* add fixed-width attribute to typefaceGravatar reed@google.com2011-02-23
* Cleanup issues related to SkBitmap getSize()/extractSubset().Gravatar wjmaclean@chromium.org2011-02-22
* Add new files to VC2010 projGravatar bsalomon@google.com2011-02-22
* Fix warnings about struct being forward declared as a classGravatar bsalomon@google.com2011-02-22
* Fix line endings in Gr files and set svn eol style to LFGravatar bsalomon@google.com2011-02-22
* change virtual setMatrixClip() to take a SkClipStack parameter.Gravatar reed@google.com2011-02-22
* move old (unmaintained) gl backend out of src. src/gpu superceeds this now.Gravatar reed@google.com2011-02-22
* Make a separate path renderer object. Move enum types to GrTypes.hGravatar bsalomon@google.com2011-02-22
* add tests for SkClipStackGravatar reed@google.com2011-02-22
* add tests for pushing on back as well as frontGravatar reed@google.com2011-02-22
* suppress uninit warning in rb-treeGravatar bsalomon@google.com2011-02-22
* add clipstack to canvas. not used yet, but will be for devices (e.g. gpu) thatGravatar reed@google.com2011-02-22
* Add red black treeGravatar bsalomon@google.com2011-02-22
* rename SkDeque::Iter to SkDeque::F2BIter, since it runs front-to-back (in pre...Gravatar reed@google.com2011-02-22
* can't use this in STATIC_ASSERT on windowsGravatar reed@google.com2011-02-18
* use new high-quality blur in samplesGravatar reed@google.com2011-02-18
* [Committed on behalf of junov@chromium.org]Gravatar senorblanco@chromium.org2011-02-18
* Avoid putting adding vertex buffers to the pool when setting the complex clip.Gravatar bsalomon@google.com2011-02-18
* Make VS2010 project reflect new location of GrGLIRect.hGravatar bsalomon@google.com2011-02-18
* Fix warning about non-local anonymous structGravatar bsalomon@google.com2011-02-18
* Moving GrGLIRect to include directory to fix build break using make files. (A...Gravatar bsalomon@google.com2011-02-18
* Reduce glGets for stencil bits.Gravatar bsalomon@google.com2011-02-18
* call glyph::init() on tmpGlyph, so we have a properly initialized fMaskFormatGravatar reed@google.com2011-02-18
* remove dead conditional codeGravatar reed@google.com2011-02-18
* Clean up geterror / log macros and globals for debugging. disable geterror in...Gravatar bsalomon@google.com2011-02-17
* Set fLastGlyphID in SkFontHost::GetAdvancedTypefaceMetrics for windows.Gravatar ctguil@chromium.org2011-02-17
* Hide alloc size vs content size below APIGravatar bsalomon@google.com2011-02-17
* initial baseline for linux blurs, poly2poly, pointsGravatar reed@google.com2011-02-17
* add test for pointsGravatar reed@google.com2011-02-17
* add test for poly2polyGravatar reed@google.com2011-02-17
* need to apply the prepathmatrix (or perhaps push it on our mv stack)Gravatar reed@google.com2011-02-16
* add new test for blursGravatar reed@google.com2011-02-16
* upload generated mask for maskfilter to gpu (does not work with complex-paint...Gravatar reed@google.com2011-02-16
* first steps for supporting maskfilters (disabled right now)Gravatar reed@google.com2011-02-16
* Batch consecutive draw rects.Gravatar bsalomon@google.com2011-02-16
* add initial linux baseline images for gm (still need gpu backend)Gravatar reed@google.com2011-02-16
* add textGravatar reed@google.com2011-02-16
* fix compile error for linuxGravatar reed@google.com2011-02-15
* add no-check version of SkPackARGB32, for callers that want to deliberatelyGravatar reed@google.com2011-02-15
* Fix file modes.Gravatar vandebo@chromium.org2011-02-14
* Provide windows font host implementation needed to support TrueType text in p...Gravatar vandebo@chromium.org2011-02-14
* Fix param order in setVertexSourceToBuffer calls due to r786 when GR_STATIC_R...Gravatar bsalomon@google.com2011-02-14
* fix compile-error, mismatch between fontID and idGravatar reed@google.com2011-02-14
* Refactor how Gr handles vertex and index data. GrGpu and GrInOrderDrawBuffer ...Gravatar bsalomon@google.com2011-02-14
* safeUnref() -> SkSafeUnref()Gravatar bsalomon@google.com2011-02-13
* Remove debugging printf that was accidentally left in 783.Gravatar bsalomon@google.com2011-02-11
* git-svn-id: http://skia.googlecode.com/svn/trunk@783 2bbb7eff-a529-9590-31e7-...Gravatar bsalomon@google.com2011-02-11
* Use real glyph IDs in the win fonthost to better support pdf.Gravatar vandebo@chromium.org2011-02-10