aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* check for missing filename (needs to be specified when tool is launched)Gravatar reed@google.com2011-05-09
* remove unneeded asserts (which may fail from imprecise blits into the bitmap,...Gravatar reed@google.com2011-05-09
* Fix unused var warningGravatar bsalomon@google.com2011-05-09
* Fixup old VS2010 project in case anyone is using itGravatar bsalomon@google.com2011-05-09
* remove deleted include file (oops)Gravatar bsalomon@google.com2011-05-09
* Remove previous shader generator class. No longer compiles due to elimination...Gravatar bsalomon@google.com2011-05-09
* Make shader generator more legible. Get rid of some magic values.Gravatar bsalomon@google.com2011-05-09
* [PDF] Add a ToUnicode mapping for fonts.Gravatar vandebo@chromium.org2011-05-09
* [PDF] (regression) Update font if size changes.Gravatar vandebo@chromium.org2011-05-09
* [PDF] Fix bug in graphic state comparison.Gravatar vandebo@chromium.org2011-05-09
* Share code with SkRectGravatar reed@google.com2011-05-09
* remove #if 0 codeGravatar reed@google.com2011-05-09
* Suppress int/NULL comparison warningGravatar bsalomon@google.com2011-05-09
* [PDF] Add support for Clear, Src, Dst, DstOver xfermodes.Gravatar vandebo@chromium.org2011-05-09
* [PDF] Fix setting of existing clip for layers.Gravatar vandebo@chromium.org2011-05-09
* [PDF] Refactor content stream creation in SkPDFDevice to support more xfermodes.Gravatar vandebo@chromium.org2011-05-09
* use SkPoint, creating an alias for GrPointGravatar reed@google.com2011-05-06
* share macros and types with SkScalar, but keep aliases for now, to avoid editingGravatar reed@google.com2011-05-06
* Replace GrStringBuilder with SkString. First step in cleaning up the shader g...Gravatar bsalomon@google.com2011-05-06
* remove unused var, fixes warningGravatar bsalomon@google.com2011-05-06
* Tab -> spacesGravatar bsalomon@google.com2011-05-06
* add SkScalarIsInt()Gravatar reed@google.com2011-05-06
* Fix some fixed-width CJKGravatar reed@google.com2011-05-06
* addGravatar reed@google.com2011-05-05
* don't require a ptr unless size > 0Gravatar reed@google.com2011-05-05
* Disable MSAA in SkOsWindow on mac and windowsGravatar bsalomon@google.com2011-05-05
* updateGravatar reed@google.com2011-05-05
* correctly compute coverage when an antialiased rect covers only 1 column of p...Gravatar reed@google.com2011-05-05
* inherit from SampleViewGravatar reed@google.com2011-05-05
* update for glshaders-not-2Gravatar reed@google.com2011-05-05
* disable experimental TEST_GPIPEGravatar reed@google.com2011-05-05
* update to SampleViewGravatar reed@google.com2011-05-05
* Switch to GrGpuGLShaders (instead of GrGpuGLShaders2).Gravatar bsalomon@google.com2011-05-05
* Add 4x4 downsample filter with 4 bilinear texture reads, use for ssaa.Gravatar bsalomon@google.com2011-05-05
* switch to inheriting from SampleViewGravatar mike@reedtribe.org2011-05-05
* Remove GrPrintf_printf from gyp (should be using GrPrintf_skia that is alread...Gravatar bsalomon@google.com2011-05-04
* SampleApp builds skia on Linux with BGRA pixel order, but Ganesh's SampleAppGravatar senorblanco@chromium.org2011-05-04
* Fix SampleApp raster path on Linux to use SK_SAMPLES_FOR_X, so pixel componentsGravatar senorblanco@chromium.org2011-05-04
* add typeface flatteningGravatar reed@google.com2011-05-04
* implement (sort of) Serialize/DeserializeGravatar reed@google.com2011-05-04
* add find()Gravatar reed@google.com2011-05-04
* Minor fixes to get SampleApp's OpenGL path not to crash on Linux. InitializeGravatar senorblanco@chromium.org2011-05-04
* Fix validation (glTexEnvi is fixed pipe only)Gravatar bsalomon@google.com2011-05-04
* fix precendence error (== binds tighter than &)Gravatar reed@google.com2011-05-04
* new samplesGravatar reed@google.com2011-05-04
* update pipe testGravatar reed@google.com2011-05-04
* add debugging test for building SkDescriptorGravatar reed@google.com2011-05-04
* Make the unix test app build.Gravatar scroggo2011-05-04
* remove deprecated getViewport/setViewportGravatar reed@google.com2011-05-04
* Add all ES2 glUniform functions to GrGLInterface. Add interface validation fo...Gravatar bsalomon@google.com2011-05-04