2013-02-08 |
bsalomon@google.com | Correct default value for GR_STATIC_RECT_VB |
commit | commitdiff | tree | snapshot |
2013-02-08 |
humper@google.com | match chromium's approach for locating the most appropr... |
commit | commitdiff | tree | snapshot |
2013-02-08 |
bsalomon@google.com | Revert 7625 until after M26 due to a mix of perf changes. |
commit | commitdiff | tree | snapshot |
2013-02-08 |
robertphillips... | Fix uninitialized Render Target origin issue in debugger |
commit | commitdiff | tree | snapshot |
2013-02-08 |
scroggo@google.com | Clean up some out of order initialization warnings. |
commit | commitdiff | tree | snapshot |
2013-02-08 |
junov@chromium.org | Adding option to SkTileGrid for specifying border pixels. |
commit | commitdiff | tree | snapshot |
2013-02-08 |
robertphillips... | Re-enabled performance checking on Windows |
commit | commitdiff | tree | snapshot |
2013-02-08 |
reed@google.com | Optimize building gradient cache for when we know alpha... |
commit | commitdiff | tree | snapshot |
2013-02-08 |
scroggo@google.com | Add support for using ANGLE in bench_pictures. |
commit | commitdiff | tree | snapshot |
2013-02-08 |
bensong@google.com | Removes redundant and wrong check. |
commit | commitdiff | tree | snapshot |
2013-02-08 |
bensong@google.com | Fixes indentation error. |
commit | commitdiff | tree | snapshot |
2013-02-08 |
bensong@google.com | Fixes a bug that didn't address new perfdata location. |
commit | commitdiff | tree | snapshot |
2013-02-08 |
humper@google.com | fix build on Macos |
commit | commitdiff | tree | snapshot |
2013-02-08 |
jvanverth@google.com | Fix for Mac compile warnings. Temporarily removed rando... |
commit | commitdiff | tree | snapshot |
2013-02-08 |
jvanverth@google.com | Add Random unit tests. |
commit | commitdiff | tree | snapshot |
2013-02-08 |
scroggo@google.com | Add .swp files to gitignore. |
commit | commitdiff | tree | snapshot |
2013-02-08 |
senorblanco... | Add a bench for SkBicubicImageFilter. |
commit | commitdiff | tree | snapshot |
2013-02-08 |
skia.committer... | Sanitizing source files in Skia_Periodic_House_Keeping |
commit | commitdiff | tree | snapshot |
2013-02-07 |
bsalomon@google.com | Remove compile time option to use different types for... |
commit | commitdiff | tree | snapshot |
2013-02-07 |
robertphillips... | Temporarily disable new GL error checking in ~SkGLContext |
commit | commitdiff | tree | snapshot |
2013-02-07 |
bsalomon@google.com | Remove GR_DISABLE_DRAW_BUFFERING, replace with RTConf... |
commit | commitdiff | tree | snapshot |
2013-02-07 |
robertphillips... | Address google3 compiler warning |
commit | commitdiff | tree | snapshot |
2013-02-07 |
robertphillips... | Cleanup debugger's handling of bad input files |
commit | commitdiff | tree | snapshot |
2013-02-07 |
reed@google.com | only take the vertical special-case for gradients when... |
commit | commitdiff | tree | snapshot |
2013-02-07 |
bsalomon@google.com | Remove GR_DUMP_TEXTURE_UPLOADS |
commit | commitdiff | tree | snapshot |
2013-02-07 |
robertphillips... | Only turn on one gpu timer in PictureBenchmark tool |
commit | commitdiff | tree | snapshot |
2013-02-07 |
bsalomon@google.com | Remove GR_AGGRESSIVE_SHADER_OPTS build option. |
commit | commitdiff | tree | snapshot |
2013-02-07 |
bsalomon@google.com | Use SkBits2Float in SkRandom |
commit | commitdiff | tree | snapshot |
2013-02-07 |
robertphillips... | Enhance GL error checking for non-Ganesh GL calls |
commit | commitdiff | tree | snapshot |
2013-02-07 |
djsollen@google.com | Fix errors when compiling with -Wall -Werror on Android. |
commit | commitdiff | tree | snapshot |
2013-02-07 |
bsalomon@google.com | More fixes for ios build. |
commit | commitdiff | tree | snapshot |
2013-02-07 |
bsalomon@google.com | Attempt to fix iOS build. |
commit | commitdiff | tree | snapshot |
2013-02-07 |
robertphillips... | Temporary patch to BenchPictures gpu timing problem |
commit | commitdiff | tree | snapshot |
2013-02-07 |
bsalomon@google.com | Remove legacy names no longer referenced in Chrome... |
commit | commitdiff | tree | snapshot |
2013-02-07 |
caryclark@google.com | shape ops work in progress |
commit | commitdiff | tree | snapshot |
2013-02-07 |
senorblanco... | Fix a perf regression introduced by r7594: when comput... |
commit | commitdiff | tree | snapshot |
2013-02-07 |
robertphillips... | Fixed warning/error in PictureRenderer.cpp |
commit | commitdiff | tree | snapshot |
2013-02-06 |
scroggo@google.com | In picture rendering tools, draw the entire scaled... |
commit | commitdiff | tree | snapshot |
2013-02-06 |
bsalomon@google.com | Fix function not predeclared warning on Mac. |
commit | commitdiff | tree | snapshot |
2013-02-06 |
edisonn@google.com | rver r7626, might trigger for some strange reason a... |
commit | commitdiff | tree | snapshot |
2013-02-06 |
bensong@google.com | Fixes a bug introduced by the new per-tile bench log... |
commit | commitdiff | tree | snapshot |
2013-02-06 |
bensong@google.com | Updates gen_skp_ranges.py on recent changes of bench... |
commit | commitdiff | tree | snapshot |
2013-02-06 |
robertphillips... | Fix for sign mismatch warning/error |
commit | commitdiff | tree | snapshot |
2013-02-06 |
robertphillips... | Add overdraw visualization to the debugger |
commit | commitdiff | tree | snapshot |
2013-02-06 |
edisonn@google.com | Add a true Set class. Current use case is to be used... |
commit | commitdiff | tree | snapshot |
2013-02-06 |
bsalomon@google.com | Remove GR_STATIC_RECT_VB |
commit | commitdiff | tree | snapshot |
2013-02-06 |
epoger@google.com | gm self-tests: generate JSON expectations, in addition... |
commit | commitdiff | tree | snapshot |
2013-02-06 |
bsalomon@google.com | Fix WritePixels test on ANGLE. |
commit | commitdiff | tree | snapshot |
2013-02-06 |
borenet@google.com | Turn --timeIndividualTiles back on in bench_pictures |
commit | commitdiff | tree | snapshot |
2013-02-06 |
borenet@google.com | Whitespace change to trigger builds after master restart |
commit | commitdiff | tree | snapshot |
2013-02-06 |
jvanverth@google.com | Set vertex layout prior to setVertexSourceToBuffer... |
commit | commitdiff | tree | snapshot |
2013-02-06 |
edisonn@google.com | Small code cleaup: remove redundant if |
commit | commitdiff | tree | snapshot |
2013-02-06 |
reed@google.com | check for self-assignment in operator= |
commit | commitdiff | tree | snapshot |
2013-02-06 |
skia.committer... | Sanitizing source files in Skia_Periodic_House_Keeping |
commit | commitdiff | tree | snapshot |
2013-02-06 |
mike@reedtribe.org | tweak to spacing, to trigger build |
commit | commitdiff | tree | snapshot |
2013-02-05 |
edisonn@google.com | If the stack is too deep we could get Stack Overflow... |
commit | commitdiff | tree | snapshot |
2013-02-05 |
robertphillips... | Fix calls to setVertexSourceToBuffer |
commit | commitdiff | tree | snapshot |
2013-02-05 |
bsalomon@google.com | Fix bench crash (calling method on NULL object). |
commit | commitdiff | tree | snapshot |
2013-02-05 |
jvanverth@google.com | Reinstate r7546: fix unused variable warning |
commit | commitdiff | tree | snapshot |
2013-02-05 |
robertphillips... | Improved compartmentalization of filter tool's optimiza... |
commit | commitdiff | tree | snapshot |
2013-02-05 |
jvanverth@google.com | Move vertex layout from GeometrySrcState to GrDrawState. |
commit | commitdiff | tree | snapshot |
2013-02-05 |
borenet@google.com | Fix master IP in submit_try |
commit | commitdiff | tree | snapshot |
2013-02-05 |
bsalomon@google.com | Revert r7595 due to housekeeper warning-as-error. |
commit | commitdiff | tree | snapshot |
2013-02-05 |
bsalomon@google.com | Re-enable static asserts with windows warning fix. |
commit | commitdiff | tree | snapshot |
2013-02-05 |
senorblanco... | Implement support for origin-TopLeft render targets... |
commit | commitdiff | tree | snapshot |
2013-02-05 |
jvanverth@google.com | Fix for issue 1029: Debugger opens files with ^O, but... |
commit | commitdiff | tree | snapshot |
2013-02-05 |
scroggo@google.com | Implement support for origin-TopLeft render targets... |
commit | commitdiff | tree | snapshot |
2013-02-05 |
scroggo@google.com | Fix some 64 bit warnings on mac. |
commit | commitdiff | tree | snapshot |
2013-02-05 |
djsollen@google.com | Fix unbalanced Shader set/endContext calls in drawVertices |
commit | commitdiff | tree | snapshot |
2013-02-05 |
reed@google.com | hide the static-assert block altogether, until we can... |
commit | commitdiff | tree | snapshot |
2013-02-05 |
reed@google.com | fix (new annoying) warning (mac only I think) |
commit | commitdiff | tree | snapshot |
2013-02-05 |
bsalomon@google.com | Make windows GrGLCreateNatriveInterface not us GL.h... |
commit | commitdiff | tree | snapshot |
2013-02-05 |
bsalomon@google.com | Actually fix angle GLPrograms test. |
commit | commitdiff | tree | snapshot |
2013-02-05 |
jvanverth@google.com | Restore variable to release builds. |
commit | commitdiff | tree | snapshot |
2013-02-05 |
robertphillips... | Reverting r7545 (render target origin change) due to... |
commit | commitdiff | tree | snapshot |
2013-02-05 |
skia.committer... | Sanitizing source files in Skia_Periodic_House_Keeping |
commit | commitdiff | tree | snapshot |
2013-02-05 |
mike@reedtribe.org | remove define for SK_IGNORE_GRADIENT_DITHER_FIX to... |
commit | commitdiff | tree | snapshot |
2013-02-04 |
senorblanco... | Nuke SkSingleInputImageFilter. 99% of its functionalit... |
commit | commitdiff | tree | snapshot |
2013-02-04 |
reed@google.com | use SkToS32 to turn a ptrdiff_t into an int (on 64bit... |
commit | commitdiff | tree | snapshot |
2013-02-04 |
bsalomon@google.com | Use XQuartz's version of OSMesa rather than Mac SDK... |
commit | commitdiff | tree | snapshot |
2013-02-04 |
reed@google.com | remove vestiges of 32BIT_GRADIENT flag, as we always... |
commit | commitdiff | tree | snapshot |
2013-02-04 |
reed@google.com | add kMultiply_Mode to switch statement (fix warning) |
commit | commitdiff | tree | snapshot |
2013-02-04 |
reed@google.com | land https://codereview.appspot.com/7221086/ -- add... |
commit | commitdiff | tree | snapshot |
2013-02-04 |
bungeman@google.com | Simplify and speed up SkIntroSort. |
commit | commitdiff | tree | snapshot |
2013-02-04 |
bsalomon@google.com | Commit file missing from r7550 |
commit | commitdiff | tree | snapshot |
2013-02-04 |
bsalomon@google.com | Attempt to fix GLPrograms test on ANGLE bot. |
commit | commitdiff | tree | snapshot |
2013-02-04 |
reed@google.com | Go from a 1x2 to a 2x2 dither cell, and change/simplify... |
commit | commitdiff | tree | snapshot |
2013-02-04 |
reed@google.com | extend gradient_create bench to test opaque and alpha... |
commit | commitdiff | tree | snapshot |
2013-02-04 |
reed@google.com | cleanup: use DEF_BENCH macro |
commit | commitdiff | tree | snapshot |
2013-02-04 |
reed@google.com | fix unused variable warning |
commit | commitdiff | tree | snapshot |
2013-02-04 |
senorblanco... | Implement support for origin-TopLeft render targets... |
commit | commitdiff | tree | snapshot |
2013-02-04 |
reed@google.com | add new gms for shallow_gradient, in preparation for... |
commit | commitdiff | tree | snapshot |
2013-02-04 |
bungeman@google.com | Change comment to avoid warning (don't end line comment... |
commit | commitdiff | tree | snapshot |
2013-02-04 |
rmistry@google.com | Rebaselined webpage image GMs for ['base-shuttle_ubuntu... |
commit | commitdiff | tree | snapshot |
2013-02-04 |
bsalomon@google.com | Make GPU unit tests use GrContexts of different GL... |
commit | commitdiff | tree | snapshot |
2013-02-04 |
bungeman@google.com | Add sk_ignore_unused_variable to avoid warnings. |
commit | commitdiff | tree | snapshot |
2013-02-04 |
reed@google.com | add benchmark for stroked drawRect/drawOval/drawRRect... |
commit | commitdiff | tree | snapshot |
2013-02-04 |
caryclark@google.com | shape ops work in progress |
commit | commitdiff | tree | snapshot |
2013-02-04 |
skia.committer... | Sanitizing source files in Skia_Periodic_House_Keeping |
commit | commitdiff | tree | snapshot |
2013-02-04 |
mike@reedtribe.org | move kStyleCount out of Style enum, and into its own... |
commit | commitdiff | tree | snapshot |
next |