aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
...
* support lcd16 mask formatGravatar reed@google.com2011-03-11
* Use Type3 fonts for platforms that don't yet support SkFontHost::GetAdvancedT...Gravatar vandebo@chromium.org2011-03-10
* Fix warnings of SkScalar -> int conversions, by using SkScalarRound()Gravatar reed@google.com2011-03-10
* add kLCD16_Format to the list in FormatIsLCD()Gravatar reed@google.com2011-03-10
* Add complex clip gm sample and cleanup unused headers/code in SampleComplexClipGravatar bsalomon@google.com2011-03-10
* Remove offscreen GL support from SampleApp and SkOSWindow. This never worked ...Gravatar bsalomon@google.com2011-03-10
* check-point for kLCD16_Format mask supportGravatar reed@google.com2011-03-10
* Remove "true ||" in conditional that was accidentally checked in.Gravatar bsalomon@google.com2011-03-10
* Delete GL tex ID when last of GrGLTexture or GrGLRenderTarget that reference ...Gravatar bsalomon@google.com2011-03-10
* Make flush discardable and lazily reset contextGravatar bsalomon@google.com2011-03-10
* add realloc() to SkAutoSMalloc, plus some documentationGravatar reed@google.com2011-03-10
* Correction of the non-portable use of dynamically allocated stack arrays in theGravatar twiz@google.com2011-03-09
* Correct blitmask procs to recognize that we pass them an SkColor, and if theyGravatar reed@google.com2011-03-09
* http://codereview.appspot.com/3980041/Gravatar reed@google.com2011-03-09
* If we compute an exact clip bounds prefer it over user passed bounds. Also cl...Gravatar bsalomon@google.com2011-03-08
* Remove deleted GrApi.h from gpu xcode projectGravatar bsalomon@google.com2011-03-08
* Add new pdf files to SampleApp xcode projGravatar bsalomon@google.com2011-03-08
* Enable compiling the PDF backend by default in the makefile.Gravatar vandebo@chromium.org2011-03-08
* [PDF] Add support for Shaders.Gravatar vandebo@chromium.org2011-03-08
* Add filters to organize the VS project. Remove unused Gr files.Gravatar bsalomon@google.com2011-03-08
* remove unused methods from SkRefPtr, as a check-point for better understandingGravatar reed@google.com2011-03-08
* add LF at end of file (dumb warning)Gravatar reed@google.com2011-03-08
* add LF at end of file (ancient warning appeased)Gravatar reed@google.com2011-03-08
* add const to SkColorShader's asABitmapGravatar reed@google.com2011-03-08
* fix warnings in VS 2010Gravatar reed@google.com2011-03-07
* make asABitmap() constGravatar reed@google.com2011-03-07
* Fix warning about uninit var subpathClosedGravatar bsalomon@google.com2011-03-07
* [PDF] Re add line accidentally removed in r892.Gravatar vandebo@chromium.org2011-03-05
* Fix Sample App on Win32 GL window resize, fix sk->gr convexity hint, fix grpa...Gravatar bsalomon@google.com2011-03-04
* add origin to deviceGravatar reed@google.com2011-03-04
* Add SkPDFUtils.cpp to build.Gravatar ctguil@chromium.org2011-03-04
* PDF Type3 Support.Gravatar ctguil@chromium.org2011-03-04
* Fixups for clipstack, convexity test for paths.Gravatar bsalomon@google.com2011-03-04
* Update windows port of of SkFontHost::GetAdvancedTypefaceMetrics to use calcu...Gravatar ctguil@chromium.org2011-03-04
* fix () warningGravatar reed@google.com2011-03-04
* Implement SkScalerContext_Windows::generateGlyphCount() and provide access vi...Gravatar ctguil@chromium.org2011-03-04
* Add include\ports to include path for SampleApp project on windows.Gravatar ctguil@chromium.org2011-03-04
* export SkCreateTypefaceFromLOGFONTGravatar reed@google.com2011-03-04
* delete unused fileGravatar reed@google.com2011-03-04
* Delete another unused file.Gravatar thakis@chromium.org2011-03-04
* [PDF] Restrict scalars to the range that PDF understands.Gravatar vandebo@chromium.org2011-03-04
* bump SkStrAppendScalar_MaxSize to 15 to handle 3-digit exponents on someGravatar reed@google.com2011-03-03
* Expose explicit functions to stringify float's and fixed's.Gravatar vandebo@chromium.org2011-03-03
* Our region blitter (invoked by region::setPath()) must have its scanlinesGravatar reed@google.com2011-03-03
* Add support for clipstack to Gr. GrClip is now a list of rects and paths with...Gravatar bsalomon@google.com2011-03-03
* add setXYWH to rectsGravatar reed@google.com2011-03-03
* Fix inverse scanconversion -- be sure to keep our calls to SkBlitter in scanlineGravatar reed@google.com2011-03-02
* Sample that exercises complex clipping variations.Gravatar bsalomon@google.com2011-03-02
* #ifdef protect win specific code (e.g. LOGFONT)Gravatar reed@google.com2011-03-02
* check that alloc() succeeded before calling the scaler's getImage()Gravatar reed@google.com2011-03-01