platform/upstream/libSkiaSharp.git
15 years agoseparate image encode and decode
reed@android.com [Tue, 6 Jan 2009 20:16:26 +0000 (20:16 +0000)]
separate image encode and decode
remove obsolete build-flag for encode

git-svn-id: http://skia.googlecode.com/svn/trunk@56 2bbb7eff-a529-9590-31e7-b0007b416f81

15 years agoInitial automake and autoconf files to build core into libskia.a.
joe.gregorio [Tue, 6 Jan 2009 17:03:16 +0000 (17:03 +0000)]
Initial automake and autoconf files to build core into libskia.a.

git-svn-id: http://skia.googlecode.com/svn/trunk@55 2bbb7eff-a529-9590-31e7-b0007b416f81

15 years agoInitial automake and autoconf files to build core into libskia.a.
joe.gregorio [Tue, 6 Jan 2009 17:02:39 +0000 (17:02 +0000)]
Initial automake and autoconf files to build core into libskia.a.

git-svn-id: http://skia.googlecode.com/svn/trunk@54 2bbb7eff-a529-9590-31e7-b0007b416f81

15 years agoremove defines for strcasecmp (issue #5)
reed@android.com [Tue, 6 Jan 2009 15:03:30 +0000 (15:03 +0000)]
remove defines for strcasecmp (issue #5)
support setMatrix in pictures

git-svn-id: http://skia.googlecode.com/svn/trunk@53 2bbb7eff-a529-9590-31e7-b0007b416f81

15 years agoadd benchmark framework
reed@android.com [Mon, 5 Jan 2009 03:34:50 +0000 (03:34 +0000)]
add benchmark framework

git-svn-id: http://skia.googlecode.com/svn/trunk@52 2bbb7eff-a529-9590-31e7-b0007b416f81

15 years agopull from android - add createfromfile entry-point
reed@android.com [Tue, 23 Dec 2008 20:10:57 +0000 (20:10 +0000)]
pull from android - add createfromfile entry-point

git-svn-id: http://skia.googlecode.com/svn/trunk@51 2bbb7eff-a529-9590-31e7-b0007b416f81

15 years agoexplicitly include SkGlyphCache.h, since it is no longer brought in by SkDraw.h
reed@android.com [Tue, 23 Dec 2008 19:04:23 +0000 (19:04 +0000)]
explicitly include SkGlyphCache.h, since it is no longer brought in by SkDraw.h

git-svn-id: http://skia.googlecode.com/svn/trunk@50 2bbb7eff-a529-9590-31e7-b0007b416f81

15 years agoremove old test that assumed fBM had been decoded
reed@android.com [Tue, 23 Dec 2008 18:50:15 +0000 (18:50 +0000)]
remove old test that assumed fBM had been decoded

git-svn-id: http://skia.googlecode.com/svn/trunk@49 2bbb7eff-a529-9590-31e7-b0007b416f81

15 years agoupdate more sample code to new compose shader header
reed@android.com [Tue, 23 Dec 2008 18:37:08 +0000 (18:37 +0000)]
update more sample code to new compose shader header

git-svn-id: http://skia.googlecode.com/svn/trunk@48 2bbb7eff-a529-9590-31e7-b0007b416f81

15 years agoadd mac image-encoding
reed@android.com [Tue, 23 Dec 2008 16:49:54 +0000 (16:49 +0000)]
add mac image-encoding
add 'f' to sampleapp, which writes a png file for the currnet screen

git-svn-id: http://skia.googlecode.com/svn/trunk@47 2bbb7eff-a529-9590-31e7-b0007b416f81

15 years agoadd CG imagedecoder (still needs encoding)
reed@android.com [Tue, 23 Dec 2008 16:06:51 +0000 (16:06 +0000)]
add CG imagedecoder (still needs encoding)
update some sample files to not use obsolete SkShaderExtras.h

git-svn-id: http://skia.googlecode.com/svn/trunk@46 2bbb7eff-a529-9590-31e7-b0007b416f81

15 years agoadd text to hostapp sample
reed@android.com [Tue, 23 Dec 2008 01:27:39 +0000 (01:27 +0000)]
add text to hostapp sample
rename duplicate of SkSVGPath.cpp

git-svn-id: http://skia.googlecode.com/svn/trunk@45 2bbb7eff-a529-9590-31e7-b0007b416f81

15 years agodon't promote top/left to a fixed, when what we want is just an int
reed@android.com [Mon, 22 Dec 2008 22:12:55 +0000 (22:12 +0000)]
don't promote top/left to a fixed, when what we want is just an int

git-svn-id: http://skia.googlecode.com/svn/trunk@44 2bbb7eff-a529-9590-31e7-b0007b416f81

15 years agomove CreateTypefaceFromFile into fonthost porting layer, so we don't force a given...
reed@android.com [Mon, 22 Dec 2008 15:35:46 +0000 (15:35 +0000)]
move CreateTypefaceFromFile into fonthost porting layer, so we don't force a given port to have mmap access.
update core.proj as some headers have changed location

git-svn-id: http://skia.googlecode.com/svn/trunk@43 2bbb7eff-a529-9590-31e7-b0007b416f81

15 years agodowngrade project files to 10.4 so more clients can use them
reed@android.com [Mon, 22 Dec 2008 02:33:11 +0000 (02:33 +0000)]
downgrade project files to 10.4 so more clients can use them
downgrade some CG calls in test apps to not require 10.5 apis
remove leftover printf in SkOSWindow_Mac.cpp

git-svn-id: http://skia.googlecode.com/svn/trunk@42 2bbb7eff-a529-9590-31e7-b0007b416f81

15 years agouse native mac fonthost
reed@android.com [Fri, 19 Dec 2008 19:46:15 +0000 (19:46 +0000)]
use native mac fonthost
add 444 and (fake) 565 support in cg

git-svn-id: http://skia.googlecode.com/svn/trunk@41 2bbb7eff-a529-9590-31e7-b0007b416f81

15 years agoforgot these
reed@android.com [Fri, 19 Dec 2008 19:18:38 +0000 (19:18 +0000)]
forgot these

git-svn-id: http://skia.googlecode.com/svn/trunk@40 2bbb7eff-a529-9590-31e7-b0007b416f81

15 years agoforgot this file
reed@android.com [Fri, 19 Dec 2008 19:17:29 +0000 (19:17 +0000)]
forgot this file

git-svn-id: http://skia.googlecode.com/svn/trunk@39 2bbb7eff-a529-9590-31e7-b0007b416f81

15 years agoadd sampeapp proj
reed@android.com [Fri, 19 Dec 2008 19:15:15 +0000 (19:15 +0000)]
add sampeapp proj

git-svn-id: http://skia.googlecode.com/svn/trunk@38 2bbb7eff-a529-9590-31e7-b0007b416f81

15 years agofirst cut at event-based test app
reed@android.com [Fri, 19 Dec 2008 18:24:35 +0000 (18:24 +0000)]
first cut at event-based test app

git-svn-id: http://skia.googlecode.com/svn/trunk@37 2bbb7eff-a529-9590-31e7-b0007b416f81

15 years agofixed debug build include directories
cary@android.com [Thu, 18 Dec 2008 19:36:34 +0000 (19:36 +0000)]
fixed debug build include directories

git-svn-id: http://skia.googlecode.com/svn/trunk@36 2bbb7eff-a529-9590-31e7-b0007b416f81

15 years agomove cg utils out of xcode and into src/include
reed@android.com [Thu, 18 Dec 2008 19:26:11 +0000 (19:26 +0000)]
move cg utils out of xcode and into src/include

git-svn-id: http://skia.googlecode.com/svn/trunk@35 2bbb7eff-a529-9590-31e7-b0007b416f81

15 years agomake this header public (at least for now)
reed@android.com [Thu, 18 Dec 2008 19:04:43 +0000 (19:04 +0000)]
make this header public (at least for now)

git-svn-id: http://skia.googlecode.com/svn/trunk@34 2bbb7eff-a529-9590-31e7-b0007b416f81

15 years agoforgot these for app
reed@android.com [Thu, 18 Dec 2008 17:56:12 +0000 (17:56 +0000)]
forgot these for app

git-svn-id: http://skia.googlecode.com/svn/trunk@33 2bbb7eff-a529-9590-31e7-b0007b416f81

15 years agodraft test app to show skia in a window
reed@android.com [Thu, 18 Dec 2008 17:54:12 +0000 (17:54 +0000)]
draft test app to show skia in a window

git-svn-id: http://skia.googlecode.com/svn/trunk@32 2bbb7eff-a529-9590-31e7-b0007b416f81

15 years agomove core files into core (were in images, but are required for core library)
reed@android.com [Thu, 18 Dec 2008 17:50:13 +0000 (17:50 +0000)]
move core files into core (were in images, but are required for core library)

git-svn-id: http://skia.googlecode.com/svn/trunk@31 2bbb7eff-a529-9590-31e7-b0007b416f81

15 years agoattempt to begin mac shell
reed@android.com [Thu, 18 Dec 2008 03:41:19 +0000 (03:41 +0000)]
attempt to begin mac shell

git-svn-id: http://skia.googlecode.com/svn/trunk@30 2bbb7eff-a529-9590-31e7-b0007b416f81

15 years agofix compile by using the right (new) name for SkComposeShader.h
reed@android.com [Thu, 18 Dec 2008 02:52:32 +0000 (02:52 +0000)]
fix compile by using the right (new) name for SkComposeShader.h

git-svn-id: http://skia.googlecode.com/svn/trunk@29 2bbb7eff-a529-9590-31e7-b0007b416f81

15 years agomerge in from android: fix unichar->utf8 conversion
reed@android.com [Wed, 17 Dec 2008 16:22:13 +0000 (16:22 +0000)]
merge in from android: fix unichar->utf8 conversion

git-svn-id: http://skia.googlecode.com/svn/trunk@28 2bbb7eff-a529-9590-31e7-b0007b416f81

15 years agograb from latest android
reed@android.com [Wed, 17 Dec 2008 15:59:43 +0000 (15:59 +0000)]
grab from latest android

git-svn-id: http://skia.googlecode.com/svn/trunk@27 2bbb7eff-a529-9590-31e7-b0007b416f81

15 years agoOut with the old...
reed@android.com [Wed, 17 Dec 2008 14:42:41 +0000 (14:42 +0000)]
Out with the old...

git-svn-id: http://skia.googlecode.com/svn/trunk@26 2bbb7eff-a529-9590-31e7-b0007b416f81

17 years agoAdded license headers to all files. Sync to latest perforce revision.
croachrose [Wed, 8 Nov 2006 19:24:48 +0000 (19:24 +0000)]
Added license headers to all files. Sync to latest perforce revision.

git-svn-id: http://skia.googlecode.com/svn/trunk@3 2bbb7eff-a529-9590-31e7-b0007b416f81

17 years agoInitial checkin of skia source in google codebase.
croachrose [Wed, 20 Sep 2006 15:47:42 +0000 (15:47 +0000)]
Initial checkin of skia source in google codebase.
* reviewed by me!

git-svn-id: http://skia.googlecode.com/svn/trunk@2 2bbb7eff-a529-9590-31e7-b0007b416f81

17 years agoInitial directory structure.
(no author) [Wed, 20 Sep 2006 15:05:56 +0000 (15:05 +0000)]
Initial directory structure.

git-svn-id: http://skia.googlecode.com/svn/trunk@1 2bbb7eff-a529-9590-31e7-b0007b416f81