aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu
Commit message (Expand)AuthorAge
* Add SkCanvas::writePixels that takes info+pixels directlyGravatar commit-bot@chromium.org2014-03-07
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2014-03-06
* Unify edge type enums across GrEffect subclasses that clip rendering to a geo...Gravatar commit-bot@chromium.org2014-03-05
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2014-03-05
* Add GM that directly tests GrRRectEffect and add inverse fill version of effect.Gravatar commit-bot@chromium.org2014-03-04
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2014-03-04
* Don't emit declaration of gl_FragPos unless also changing the origin.Gravatar commit-bot@chromium.org2014-03-03
* New approach for GPU font atlasGravatar commit-bot@chromium.org2014-03-03
* Cleanup GrGLInterface after Chromium changesGravatar commit-bot@chromium.org2014-02-28
* Make GrConvexPolyEffect support inverse fills and non-AA rectsGravatar commit-bot@chromium.org2014-02-28
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2014-02-28
* Add GrSet class built on top of RedBlackTreeGravatar commit-bot@chromium.org2014-02-27
* Revert "Revert of Add getReducedClipStack to lua canvas (https://codereview.c...Gravatar bsalomon@google.com2014-02-26
* Use vertex buffer objects instead of client side arrays in fixed-function cod...Gravatar commit-bot@chromium.org2014-02-24
* add new copyTo version to SkBitmap, which takes SkColorTypeGravatar commit-bot@chromium.org2014-02-23
* Add effect-based clipping for circular "tab" style rrects.Gravatar commit-bot@chromium.org2014-02-21
* Fix error on iOS native interfaceGravatar commit-bot@chromium.org2014-02-21
* Fix for ANGLE interface errorGravatar commit-bot@chromium.org2014-02-21
* Add hooks for GL_EXT_debug_marker in gpuGravatar commit-bot@chromium.org2014-02-21
* Hide GrRRectEffect class from headerGravatar commit-bot@chromium.org2014-02-21
* Add f suffix to 0.5 to fix mac 10.6 warningGravatar bsalomon@google.com2014-02-19
* Analytic rrect clip for cicular corners, radius >= 0.5Gravatar commit-bot@chromium.org2014-02-19
* Fix another clipstack element !rect doesn't mean path bug.Gravatar commit-bot@chromium.org2014-02-17
* Store SkRRects in SkClipStackGravatar commit-bot@chromium.org2014-02-16
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2014-02-16
* Change device factories to take SkImageInfo instead of SkBitmap::ConfigGravatar commit-bot@chromium.org2014-02-16
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2014-02-15
* Improved distance field samplingGravatar commit-bot@chromium.org2014-02-14
* Remove border from GrAtlas entries, and associated copy.Gravatar commit-bot@chromium.org2014-02-14
* Bug Fix for Intel atan on gpu sweep gradientGravatar commit-bot@chromium.org2014-02-14
* Defer deletion of our shaders until after linking the gl program to work arou...Gravatar commit-bot@chromium.org2014-02-14
* Add dev bounds to bmp txt context, use bounds to ignore clipsGravatar commit-bot@chromium.org2014-02-11
* Revert of r13384 (Stateful PathRenderer implementation)Gravatar robertphillips@google.com2014-02-11
* Revert "SkBitmap now really stores SkImageInfo -- config is just a ruse"Gravatar mike@reedtribe.org2014-02-11
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2014-02-11
* Stateful PathRenderer implementationGravatar robertphillips@google.com2014-02-10
* Specialize GrConvexPolyEffect for AA rects, use for AA clip rects.Gravatar commit-bot@chromium.org2014-02-08
* Add workaround for Xoom crashing after discard removed from shader.Gravatar commit-bot@chromium.org2014-02-07
* Make GMs aware of what tool they're being run in.Gravatar commit-bot@chromium.org2014-02-07
* Set scissor to clip bounding box when using GrConvexPolyEffectGravatar commit-bot@chromium.org2014-02-07
* Make SkImageFilter methods const.Gravatar commit-bot@chromium.org2014-02-05
* Stop discarding in frag shader when coverage is zero and stencil writes are e...Gravatar commit-bot@chromium.org2014-02-05
* remove SkCanvas::createCompatibleDevice, and add SkCanvas::newSurfaceGravatar reed@google.com2014-02-05
* Use GrConvexPolyEffect when clip is a single convex polygonGravatar commit-bot@chromium.org2014-02-04
* Revert of Use GrConvexPolyEffect when clip is a single convex polygon (https:...Gravatar bsalomon@google.com2014-02-03
* Use GrConvexPolyEffect when clip is a single convex polygonGravatar commit-bot@chromium.org2014-02-03
* Split GrUnitTests.cpp into two separate unit tests.Gravatar tfarina@chromium.org2014-01-31
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2014-01-31
* Replace factory generation of TextContexts with persistent objects.Gravatar commit-bot@chromium.org2014-01-30
* Add convex polygon rendering effect and GM to test it.Gravatar commit-bot@chromium.org2014-01-30