aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Expand)AuthorAge
* Added Texture desc to render targetGravatar robertphillips@google.com2012-06-13
* Compiler complaints + some minor cleanupGravatar robertphillips@google.com2012-06-12
* Move SkColorTable into its own header and reduce includes in SkFlattenable.hGravatar djsollen@google.com2012-06-12
* Adding API to GrTexture to reset cached texture parameter valuesGravatar junov@chromium.org2012-06-12
* Split GrContext's AA Rect drawing methods into helper classGravatar robertphillips@google.com2012-06-12
* remove SK_CAN_USE_FLOAT (deprecated)Gravatar reed@google.com2012-06-11
* fix missing switch-statement handler (for conical gradient)Gravatar reed@google.com2012-06-11
* Better fix for rev. 4214 (inverse-fill and clipping). This fix avoids changingGravatar reed@google.com2012-06-11
* Register Two_Point_Conical_Gradient for flattening.Gravatar scroggo@google.com2012-06-11
* fix include name (masked by case insensitiviy on windows)Gravatar bsalomon@google.com2012-06-11
* fix SkNWayCanvas cons call again.Gravatar bsalomon@google.com2012-06-11
* Fix SkNWayCanvas cons call when creating null canvas.Gravatar bsalomon@google.com2012-06-11
* Fix Fixed-Point build by changing static_assert around scalar=float to a runt...Gravatar bsalomon@google.com2012-06-11
* Null canvasGravatar bsalomon@google.com2012-06-11
* Towards NV path renderingGravatar bsalomon@google.com2012-06-11
* Manually unroll loop in convolution (blur) - most GL drivers do, but someGravatar tomhudson@google.com2012-06-11
* fix typo: fA is dx^2 + dx^2 - dr^2, not dx^2 - dy^2 - dr^2Gravatar mike@reedtribe.org2012-06-09
* Remove glBlendEquation and glColorPointerGravatar bsalomon@google.com2012-06-08
* Rename the existing flatten(void*) methods.Gravatar djsollen@google.com2012-06-08
* Detect inverse-fill, and treat its bounds as huge (all of integer space) for theGravatar reed@google.com2012-06-08
* Add a tiled pipe mode to SampleApp.Gravatar scroggo@google.com2012-06-08
* Fix for r4201 performance regression (http://code.google.com/p/skia/issues/de...Gravatar robertphillips@google.com2012-06-08
* Call flushMiscFixedFunctionState (D'oh!)Gravatar bsalomon@google.com2012-06-08
* Add SkPath::getVerbs/countVerbsGravatar bsalomon@google.com2012-06-07
* extend asAGradient for Conical type (to be implemented by PDF and XPS)Gravatar reed@google.com2012-06-07
* Make SkPath::RawIter require a non-NULL pts pointer.Gravatar bsalomon@google.com2012-06-07
* optimize quad-root for conical gradientsGravatar reed@google.com2012-06-07
* Fix dumb bug in checking gl interface validation against binding from gl vers...Gravatar bsalomon@google.com2012-06-07
* Move clientID into texture descGravatar robertphillips@google.com2012-06-07
* Add tiled rendering as an option to GM.Gravatar scroggo@google.com2012-06-06
* Search and replace change. Some Gr enum value names didn't have a "Gr" in the...Gravatar bsalomon@google.com2012-06-06
* Add new gradient to support HTML Canvas2D two-point-radial-gradient. Ours isGravatar reed@google.com2012-06-06
* Remove gpu stats trackingGravatar bsalomon@google.com2012-06-06
* fix bug in GrGLInterface validation added in r4192Gravatar bsalomon@google.com2012-06-06
* Add GL function pointers for GL_NV_path_renderingGravatar bsalomon@google.com2012-06-06
* fix warnings on Mac in src/animatorGravatar caryclark@google.com2012-06-06
* fix warnings on Mac in miscellaneous filesGravatar caryclark@google.com2012-06-06
* fix warnings on Mac in src/optsGravatar caryclark@google.com2012-06-06
* fix warnings on Mac in src/coreGravatar caryclark@google.com2012-06-06
* fix warnings on Mac in src/effectsGravatar caryclark@google.com2012-06-06
* fix warnings on Mac in src/gpu and include/gpuGravatar caryclark@google.com2012-06-06
* fix warnings on Mac in src/imagesGravatar caryclark@google.com2012-06-06
* fix warnings on Mac in src/pdfGravatar caryclark@google.com2012-06-06
* fix warnings on Mac in src/pipeGravatar caryclark@google.com2012-06-06
* fix warnings on Mac in src/viewsGravatar caryclark@google.com2012-06-06
* Move stencil param adjustment to GrClipMaskManager, attempt to make GrGpuGL::...Gravatar bsalomon@google.com2012-06-05
* Instance counting for SkRefCnt-derived objects (w/ CanvasTest fix)Gravatar robertphillips@google.com2012-06-05
* temporary avoid zero-divide (to avoid assert in fixedpoint build)Gravatar reed@google.com2012-06-05
* temporary:Gravatar reed@google.com2012-06-05
* Reverting r4162Gravatar robertphillips@google.com2012-06-05