index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
*
Move code that builds GrGLProgram::Desc to GrGLProgram. Move color and covera...
bsalomon@google.com
2013-02-12
*
Move blend optimization functions to GrDrawState.
bsalomon@google.com
2013-02-12
*
call through to to the virtual drawPath from drawOval, for subclasses (e.g. pdf)
reed@google.com
2013-02-12
*
add custom implementation for drawBitmapRect to shield from changes in SkDevice
edisonn@google.com
2013-02-12
*
mirror of https://codereview.appspot.com/7312060/
reed@google.com
2013-02-11
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2013-02-09
*
Adding comments based on review https://codereview.appspot.com/7300072/
junov@chromium.org
2013-02-08
*
Revert 7625 until after M26 due to a mix of perf changes.
bsalomon@google.com
2013-02-08
*
Adding option to SkTileGrid for specifying border pixels.
junov@chromium.org
2013-02-08
*
Optimize building gradient cache for when we know alpha is always 0xFF.
reed@google.com
2013-02-08
*
Remove compile time option to use different types for text vertices.
bsalomon@google.com
2013-02-07
*
Temporarily disable new GL error checking in ~SkGLContext
robertphillips@google.com
2013-02-07
*
Remove GR_DISABLE_DRAW_BUFFERING, replace with RTConf variable.
bsalomon@google.com
2013-02-07
*
only take the vertical special-case for gradients when dx is exactly 0, as a
reed@google.com
2013-02-07
*
Remove GR_DUMP_TEXTURE_UPLOADS
bsalomon@google.com
2013-02-07
*
Remove GR_AGGRESSIVE_SHADER_OPTS build option.
bsalomon@google.com
2013-02-07
*
Enhance GL error checking for non-Ganesh GL calls
robertphillips@google.com
2013-02-07
*
Fix errors when compiling with -Wall -Werror on Android.
djsollen@google.com
2013-02-07
*
Remove legacy names no longer referenced in Chrome and WebKit.
bsalomon@google.com
2013-02-07
*
Fix a perf regression introduced by r7594: when computing a texture cache ke...
senorblanco@chromium.org
2013-02-07
*
rver r7626, might trigger for some strange reason a heap corruption
edisonn@google.com
2013-02-06
*
Add a true Set class. Current use case is to be used with Pdf generator.
edisonn@google.com
2013-02-06
*
Remove GR_STATIC_RECT_VB
bsalomon@google.com
2013-02-06
*
Fix WritePixels test on ANGLE.
bsalomon@google.com
2013-02-06
*
Set vertex layout prior to setVertexSourceToBuffer for GR_STATIC_RECT_VB
jvanverth@google.com
2013-02-06
*
Small code cleaup: remove redundant if
edisonn@google.com
2013-02-06
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2013-02-06
*
If the stack is too deep we could get Stack Overflow in pdf's ContentEntry's ...
edisonn@google.com
2013-02-05
*
Fix calls to setVertexSourceToBuffer
robertphillips@google.com
2013-02-05
*
Fix bench crash (calling method on NULL object).
bsalomon@google.com
2013-02-05
*
Reinstate r7546: fix unused variable warning
jvanverth@google.com
2013-02-05
*
Move vertex layout from GeometrySrcState to GrDrawState.
jvanverth@google.com
2013-02-05
*
Revert r7595 due to housekeeper warning-as-error.
bsalomon@google.com
2013-02-05
*
Re-enable static asserts with windows warning fix.
bsalomon@google.com
2013-02-05
*
Implement support for origin-TopLeft render targets. Note that the default be...
senorblanco@chromium.org
2013-02-05
*
Implement support for origin-TopLeft render targets in GL backend.
scroggo@google.com
2013-02-05
*
Fix some 64 bit warnings on mac.
scroggo@google.com
2013-02-05
*
Fix unbalanced Shader set/endContext calls in drawVertices
djsollen@google.com
2013-02-05
*
hide the static-assert block altogether, until we can find a construct that
reed@google.com
2013-02-05
*
fix (new annoying) warning (mac only I think)
reed@google.com
2013-02-05
*
Make windows GrGLCreateNatriveInterface not us GL.h and not use linker to res...
bsalomon@google.com
2013-02-05
*
Restore variable to release builds.
jvanverth@google.com
2013-02-05
*
Reverting r7545 (render target origin change) due to layout test issues (see ...
robertphillips@google.com
2013-02-05
*
remove define for SK_IGNORE_GRADIENT_DITHER_FIX to trigger rebaselines
mike@reedtribe.org
2013-02-05
*
Nuke SkSingleInputImageFilter. 99% of its functionality was refactored into ...
senorblanco@chromium.org
2013-02-04
*
remove vestiges of 32BIT_GRADIENT flag, as we always dither gradients now
reed@google.com
2013-02-04
*
add kMultiply_Mode to switch statement (fix warning)
reed@google.com
2013-02-04
*
land https://codereview.appspot.com/7221086/ -- add Multiply xfermode matchin...
reed@google.com
2013-02-04
*
Simplify and speed up SkIntroSort.
bungeman@google.com
2013-02-04
*
Commit file missing from r7550
bsalomon@google.com
2013-02-04
[next]