aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* 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
* remove debugging printfsGravatar 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
* shape ops work in progressGravatar caryclark@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
* whitespace change to trigger Skia buildbots after master update/restartGravatar epoger@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
* Commit baselines for convexpaths GM.Gravatar bsalomon@google.com2012-07-11
* add SkPath::contains(x, y)Gravatar mike@reedtribe.org2012-07-11
* Rebaseline due to r4518.Gravatar bsalomon@google.com2012-07-10
* 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
* Each benchmark that needs a bitmap will now make its own.Gravatar keyar@chromium.org2012-07-10
* Preserve convex control point polygon in cubic->quadratic approximationGravatar bsalomon@google.com2012-07-10
* Change SkFlatData to have a sentinel value, allowing the Compare function toGravatar reed@google.com2012-07-10
* bench_pictures can now take percentages for tiling width and height.Review UR...Gravatar keyar@chromium.org2012-07-10
* Handle convex paths with degeneracies in cheap direction computationGravatar bsalomon@google.com2012-07-10
* Remove GrStringBuilder Gravatar bsalomon@google.com2012-07-10
* r4511 with handling for the Mac-specific CAN_IMAGE_PDF pathGravatar robertphillips@google.com2012-07-10
* Fix to get r4511 compiling in DebugGravatar robertphillips@google.com2012-07-10
* Fixed Windows compiler complaintsGravatar robertphillips@google.com2012-07-10
* More carefully disable stages in Ganesh to avoid textures or effectsGravatar tomhudson@google.com2012-07-10
* Don't call glTexSubImage2D w/ indexed texture format on desktop GLGravatar bsalomon@google.com2012-07-10
* Fix variants in bench graphs.Gravatar bungeman@google.com2012-07-10
* bench_pictures will now output the number of tiles for a tiled benchmark.Gravatar keyar@chromium.org2012-07-10
* Remove redundant vlayout masks and wasted vlayout bitsGravatar bsalomon@google.com2012-07-10
* Bug Fix: Pause drawing execution feature works due to fixed typoGravatar chudy@google.com2012-07-10
* Bug Fix: Current command mask now dynamically changes based on bounds of window.Gravatar chudy@google.com2012-07-10
* bug fix: take the fAllocSize into account when we perform the compare, otherwiseGravatar reed@google.com2012-07-10
* Made everything in SkDebuggerGUI live on the stackGravatar chudy@google.com2012-07-10
* change unique_paint_dictionary to change the paint randomly, instead of justGravatar reed@google.com2012-07-10
* Added GM baseline images for new gradient tests.Gravatar rileya@google.com2012-07-09
* skdiff now has the option to not print out the directories it is using.Gravatar keyar@chromium.org2012-07-09
* Adding sanity checks on restore offsets in SkPicturePlayback::drawGravatar junov@chromium.org2012-07-09