aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
Commit message (Expand)AuthorAge
* Mark SkColorFilter and SkCreateCGImageRefWithColorspace as SK_API.Gravatar thakis@chromium.org2012-02-09
* Add SK_API to SkPixelRef and TextureCacheEntry.Gravatar senorblanco@chromium.org2012-02-09
* Make SkGLContext's FBO creation more robust (allows test apps to run on Intel...Gravatar bsalomon@google.com2012-02-09
* Export the texture pixelref classes via SK_API. This is necessary to referenceGravatar senorblanco@chromium.org2012-02-08
* Add SK_API to SkTableColorFilterGravatar vandebo@chromium.org2012-02-08
* store luminance in a new fieldGravatar reed@google.com2012-02-07
* Fixing backing store access in SkDeferredCanvas.Gravatar junov@chromium.org2012-02-07
* Reland 3144 with assertion fix.Gravatar bsalomon@google.com2012-02-07
* revert 3144 Gravatar bsalomon@google.com2012-02-07
* Allow chrome to limit the number of FBO status checksGravatar bsalomon@google.com2012-02-07
* Removing some dead code in SkDeferredCanvasGravatar junov@chromium.org2012-02-03
* Open type table definitions.Gravatar bungeman@google.com2012-02-02
* Add code path for Gr client to resolve an Gr-created MSAA render target.Gravatar bsalomon@google.com2012-01-31
* Remove GrAALevel enum, use explicit sample countGravatar bsalomon@google.com2012-01-30
* extend fastbounds impls to include maskfilters and drawloopers. This allowsGravatar reed@google.com2012-01-30
* Adding a flush method to SkCanvasGravatar junov@chromium.org2012-01-30
* code cleanup for single_pass_path() and remove enum GrConvexHintGravatar bsalomon@google.com2012-01-30
* Formatting cleanup: remove extra whitespaceGravatar vandebo@chromium.org2012-01-28
* Expose functionality to purge the GPU texture cache while running SampleApp.Gravatar twiz@google.com2012-01-27
* Rip out GrPlatformSurface (has been deprecated for some time, use GrPlatformT...Gravatar bsalomon@google.com2012-01-27
* posix: Avoid static initializers in static/global mutexesGravatar digit@google.com2012-01-26
* need to include SkColorFilter.h since we reference some methods on itGravatar reed@google.com2012-01-26
* Make SkRegion::operator== a member function, rather than a privately-declaredGravatar reed@google.com2012-01-25
* Add flag to disable gl error checking when allocating gpu objectsGravatar bsalomon@google.com2012-01-19
* Interpolate vertical linear gradients for improved quality.Gravatar tomhudson@google.com2012-01-18
* Pull xfer mode test out of generic draw-as-hairline test. Use coverage rather...Gravatar bsalomon@google.com2012-01-18
* Somehow this change was missing from the previous commit.Gravatar schenney@chromium.org2012-01-18
* Fixing the behavior of SkPathMeasure to reflect changes in SkPath::Iter.Gravatar schenney@chromium.org2012-01-18
* add GenA8FromLCD as a hack to force GDI to create the A8 mask from the LCDGravatar reed@google.com2012-01-18
* Adding class SkDeferredCanvas for deferred rendering.Gravatar junov@google.com2012-01-18
* automatically inject a moveTo if we see a close followed by a line/quad/cubicGravatar reed@google.com2012-01-12
* remove unused bool param to SkMutex constructorGravatar reed@google.com2012-01-12
* Remove shadersupport caps bitGravatar bsalomon@google.com2012-01-11
* android: optimize atomics routinesGravatar digit@google.com2012-01-11
* Export SkColorMatrixFilter via SK_API.Gravatar senorblanco@chromium.org2012-01-10
* add SkPath::cheapComputeDirection() plus unittestsGravatar reed@google.com2012-01-10
* add SkPath::reverseAddPath()Gravatar reed@google.com2012-01-10
* Add ARM optimizations to the build.Gravatar djsollen@google.com2012-01-09
* add allowImageFilter() so a device can allow/disallow filtersGravatar reed@google.com2012-01-06
* add filterImage() entry-point to SkDevice, to allow it to specialize on subcl...Gravatar reed@google.com2012-01-05
* add asComponentTable() query (will impl in SkTableColorFilter next)Gravatar reed@google.com2012-01-05
* make getOrigin() public so callers can adjust layerGravatar caryclark@google.com2012-01-05
* Add support for GL texture storageGravatar bsalomon@google.com2012-01-05
* remove as these are replaced by SkJSONGravatar mike@reedtribe.org2012-01-05
* Add the ability to iterate through a path without modification. This change isGravatar schenney@chromium.org2012-01-04
* add count(), fix bad llist logic in remove()Gravatar mike@reedtribe.org2012-01-04
* add Object::remove, some dox, leak debugging codeGravatar mike@reedtribe.org2012-01-04
* Implement the color matrix filter in Ganesh. Also, fix and enable the colorGravatar senorblanco@chromium.org2012-01-03
* expose isSubpixel() on the cache, so SkDraw can know if it should expectGravatar reed@google.com2012-01-03
* Update header comments to more accurately describe behavior ofGravatar tomhudson@google.com2012-01-03