aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Expand)AuthorAge
* land http://codereview.appspot.com/6325044/ by LeiGravatar reed@google.com2012-07-16
* Fix bad allocator access in r4616Gravatar bsalomon@google.com2012-07-16
* Adding bracketing save/restore calls to SkPicture at record time andGravatar junov@chromium.org2012-07-16
* Fix fs param name in conical gradient due to r4616.Gravatar bsalomon@google.com2012-07-16
* Remove uniform var pointers from custom effectsGravatar bsalomon@google.com2012-07-16
* Revert "Add a method to atomic add."Gravatar scroggo@google.com2012-07-16
* Add a skia method to perform an atomic add.Gravatar scroggo@google.com2012-07-16
* Having updated the documentation of GrCustomStage to argue that all custom st...Gravatar tomhudson@google.com2012-07-16
* [PDF] Add link annotations.Gravatar vandebo@chromium.org2012-07-13
* Start removing calls to GrDrawState::setTexture() (and GrPaint::setTexture()?...Gravatar tomhudson@google.com2012-07-13
* There were three different problems with lighting filters:Gravatar senorblanco@chromium.org2012-07-13
* Fixed over-length lines in GrGLCreateDebugInterface.cppGravatar robertphillips@google.com2012-07-13
* don't add circles on chopped cubicsGravatar reed@google.com2012-07-13
* Added SkDevice onAttachToCanvas & onDetachFromCanvas methodsGravatar robertphillips@google.com2012-07-13
* Fix SkMatrix line endings (LF)Gravatar bsalomon@google.com2012-07-13
* Fix setFileOffset type to remove warnings.Gravatar vandebo@chromium.org2012-07-12
* Cleanup restore offsets at end of SkPicture recordingGravatar junov@chromium.org2012-07-12
* Introduces new SingleTextureEffect base class for GrCustomStage objects.Gravatar tomhudson@google.com2012-07-12
* Refactor how precision is handled with GrGLShaderVarGravatar bsalomon@google.com2012-07-12
* check a hashtable before using a bsearchGravatar reed@google.com2012-07-12
* Fix the lighting filters unit test and re-enable it.Gravatar senorblanco@chromium.org2012-07-12
* Fixing type mask computation in SkMatrix to make it faster and make it so tha...Gravatar junov@chromium.org2012-07-12
* Added GrContext::AutoClipStack to encapsulate setting\resetting of clip stackGravatar robertphillips@google.com2012-07-11
* Fix lighting filters on Windows, and re-enable the GPU path.Gravatar senorblanco@chromium.org2012-07-11
* idea: add annotation to SkPaintGravatar reed@google.com2012-07-11
* Fix linux warningsGravatar bsalomon@google.com2012-07-11
* Fix dumb copy/paste bug that breaks GLProgramTest on debug builds with GS sup...Gravatar bsalomon@google.com2012-07-11
* add default: to switch statement, to avoid warning/error for unhandled cases.Gravatar reed@google.com2012-07-11
* Minor refactoring to make GrAutoMatrix a nested sub-class of GrContextGravatar robertphillips@google.com2012-07-11
* add flatten/unflatten to SkDataSetGravatar reed@google.com2012-07-11
* Disable GPU path for lighting filters, due to Windows weirdness. Unreviewed.Gravatar senorblanco@chromium.org2012-07-11
* Fixed merge error in r4545Gravatar robertphillips@google.com2012-07-11
* Forced GrClip to always have conservative boundsGravatar robertphillips@google.com2012-07-11
* Make GrGLShaderBuilder produce the shader stringsGravatar bsalomon@google.com2012-07-11
* add SkDataSet class, so SkAnnotation can be more immutable-likeGravatar reed@google.com2012-07-11
* Disable lighting filter unit test temporarily; unreviewed.Gravatar senorblanco@chromium.org2012-07-11
* Mac GLSL fixes; unreviewed.Gravatar senorblanco@chromium.org2012-07-11
* More build fixes; unreviewed.Gravatar senorblanco@chromium.org2012-07-11
* Mac build fix; unreviewed.Gravatar senorblanco@chromium.org2012-07-11
* This patch implements the diffuse and specular lighting filters in Ganesh. Gravatar senorblanco@chromium.org2012-07-11
* VariableVisibility -> ShaderTypeGravatar bsalomon@google.com2012-07-11
* Fix assumption that enabled stage implies texture is presentGravatar bsalomon@google.com2012-07-11
* Change TextContext handling of stages and draw targets; this allows us toGravatar tomhudson@google.com2012-07-11
* Revert SkNO_RETURN_HINT fix in favor of a simpler fixGravatar bsalomon@google.com2012-07-11
* Fix SkNO_RETURN_HINT warnings on mac/clangGravatar bsalomon@google.com2012-07-11
* add SkPath::contains(x, y)Gravatar mike@reedtribe.org2012-07-11
* Move animated view headers to correct directory.Gravatar bungeman@google.com2012-07-10
* Replace all instances of 'clear' with 'pop's in conical gradient pdf impl, lo...Gravatar rileya@google.com2012-07-10
* Added pdf implementation of conical gradient.Gravatar rileya@google.com2012-07-10
* Preserve convex control point polygon in cubic->quadratic approximationGravatar bsalomon@google.com2012-07-10