index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
include
Commit message (
Expand
)
Author
Age
*
Mark SkColorFilter and SkCreateCGImageRefWithColorspace as SK_API.
thakis@chromium.org
2012-02-09
*
Add SK_API to SkPixelRef and TextureCacheEntry.
senorblanco@chromium.org
2012-02-09
*
Make SkGLContext's FBO creation more robust (allows test apps to run on Intel...
bsalomon@google.com
2012-02-09
*
Export the texture pixelref classes via SK_API. This is necessary to reference
senorblanco@chromium.org
2012-02-08
*
Add SK_API to SkTableColorFilter
vandebo@chromium.org
2012-02-08
*
store luminance in a new field
reed@google.com
2012-02-07
*
Fixing backing store access in SkDeferredCanvas.
junov@chromium.org
2012-02-07
*
Reland 3144 with assertion fix.
bsalomon@google.com
2012-02-07
*
revert 3144
bsalomon@google.com
2012-02-07
*
Allow chrome to limit the number of FBO status checks
bsalomon@google.com
2012-02-07
*
Removing some dead code in SkDeferredCanvas
junov@chromium.org
2012-02-03
*
Open type table definitions.
bungeman@google.com
2012-02-02
*
Add code path for Gr client to resolve an Gr-created MSAA render target.
bsalomon@google.com
2012-01-31
*
Remove GrAALevel enum, use explicit sample count
bsalomon@google.com
2012-01-30
*
extend fastbounds impls to include maskfilters and drawloopers. This allows
reed@google.com
2012-01-30
*
Adding a flush method to SkCanvas
junov@chromium.org
2012-01-30
*
code cleanup for single_pass_path() and remove enum GrConvexHint
bsalomon@google.com
2012-01-30
*
Formatting cleanup: remove extra whitespace
vandebo@chromium.org
2012-01-28
*
Expose functionality to purge the GPU texture cache while running SampleApp.
twiz@google.com
2012-01-27
*
Rip out GrPlatformSurface (has been deprecated for some time, use GrPlatformT...
bsalomon@google.com
2012-01-27
*
posix: Avoid static initializers in static/global mutexes
digit@google.com
2012-01-26
*
need to include SkColorFilter.h since we reference some methods on it
reed@google.com
2012-01-26
*
Make SkRegion::operator== a member function, rather than a privately-declared
reed@google.com
2012-01-25
*
Add flag to disable gl error checking when allocating gpu objects
bsalomon@google.com
2012-01-19
*
Interpolate vertical linear gradients for improved quality.
tomhudson@google.com
2012-01-18
*
Pull xfer mode test out of generic draw-as-hairline test. Use coverage rather...
bsalomon@google.com
2012-01-18
*
Somehow this change was missing from the previous commit.
schenney@chromium.org
2012-01-18
*
Fixing the behavior of SkPathMeasure to reflect changes in SkPath::Iter.
schenney@chromium.org
2012-01-18
*
add GenA8FromLCD as a hack to force GDI to create the A8 mask from the LCD
reed@google.com
2012-01-18
*
Adding class SkDeferredCanvas for deferred rendering.
junov@google.com
2012-01-18
*
automatically inject a moveTo if we see a close followed by a line/quad/cubic
reed@google.com
2012-01-12
*
remove unused bool param to SkMutex constructor
reed@google.com
2012-01-12
*
Remove shadersupport caps bit
bsalomon@google.com
2012-01-11
*
android: optimize atomics routines
digit@google.com
2012-01-11
*
Export SkColorMatrixFilter via SK_API.
senorblanco@chromium.org
2012-01-10
*
add SkPath::cheapComputeDirection() plus unittests
reed@google.com
2012-01-10
*
add SkPath::reverseAddPath()
reed@google.com
2012-01-10
*
Add ARM optimizations to the build.
djsollen@google.com
2012-01-09
*
add allowImageFilter() so a device can allow/disallow filters
reed@google.com
2012-01-06
*
add filterImage() entry-point to SkDevice, to allow it to specialize on subcl...
reed@google.com
2012-01-05
*
add asComponentTable() query (will impl in SkTableColorFilter next)
reed@google.com
2012-01-05
*
make getOrigin() public so callers can adjust layer
caryclark@google.com
2012-01-05
*
Add support for GL texture storage
bsalomon@google.com
2012-01-05
*
remove as these are replaced by SkJSON
mike@reedtribe.org
2012-01-05
*
Add the ability to iterate through a path without modification. This change is
schenney@chromium.org
2012-01-04
*
add count(), fix bad llist logic in remove()
mike@reedtribe.org
2012-01-04
*
add Object::remove, some dox, leak debugging code
mike@reedtribe.org
2012-01-04
*
Implement the color matrix filter in Ganesh. Also, fix and enable the color
senorblanco@chromium.org
2012-01-03
*
expose isSubpixel() on the cache, so SkDraw can know if it should expect
reed@google.com
2012-01-03
*
Update header comments to more accurately describe behavior of
tomhudson@google.com
2012-01-03
[next]