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
*
Add GrGLBufferImpl to unify implementation of GrGLVertexBuffer and GrGLIndexB...
bsalomon@google.com
2013-02-20
*
Fix compile errors in blur code on Windows.
jvanverth@google.com
2013-02-20
*
remove blur radius reinterpretation for now to make rebaselining simpler and ...
humper@google.com
2013-02-20
*
Complete the implementation of the faster blur; now supports all blur styles ...
humper@google.com
2013-02-20
*
Fix compare of scalar against (int) kMaxTValue.
reed@google.com
2013-02-20
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2013-02-20
*
Fix unused var warning.
bsalomon@google.com
2013-02-19
*
Refactor tracking of bound vbufs and ibufs and vertex attrib arrays.
bsalomon@google.com
2013-02-19
*
Enable blur rounding (unreviewed).
senorblanco@chromium.org
2013-02-19
*
Add rounding to the separable blurs. This should ensure that the box blurs a...
senorblanco@chromium.org
2013-02-19
*
remove experimental code that accidentally got delivered
robertphillips@google.com
2013-02-19
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2013-02-16
*
non-SK_DEVELOPER-mode patch for r7752
robertphillips@google.com
2013-02-15
*
Add NOOP "command" to picture format
robertphillips@google.com
2013-02-15
*
Fix for skp chunk sizes when clips are used outside of any save
robertphillips@google.com
2013-02-15
*
Now store chunk size in skp file format
robertphillips@google.com
2013-02-15
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2013-02-15
*
Remove unused texture coordinate flags.
jvanverth@google.com
2013-02-14
*
Use CGL rather than AGL on the Mac.
bsalomon@google.com
2013-02-14
*
Move SkPaint::toString from debugger to SkPaint
robertphillips@google.com
2013-02-14
*
Use SkMWRandom in GLPrograms test.
bsalomon@google.com
2013-02-13
*
r7719 was an exact reland of r7713. This CL is fix.
bsalomon@google.com
2013-02-13
*
Attempt to reland r7713 with fix.
bsalomon@google.com
2013-02-13
*
Revert r7713 until GM changes are understood.
bsalomon@google.com
2013-02-13
*
Move view matrix flush to GrGLPrograms.
bsalomon@google.com
2013-02-13
*
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
[next]