index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
*
fix gl error of 'invalid enum' from GL_COLOR_TABLE
bsalomon@google.com
2012-06-18
*
show meaningful GL error strings during debugging
bsalomon@google.com
2012-06-18
*
Avoid un-necessary re-calculations of width in for loop of emitFS function
bsalomon@google.com
2012-06-15
*
Give GrClipMaskManager a GrGpu*
bsalomon@google.com
2012-06-15
*
Remove unused function left in GrGLProgram.cpp
bsalomon@google.com
2012-06-15
*
add test for http://code.google.com/p/chromium/issues/detail?id=131181
reed@google.com
2012-06-15
*
Suppress annoying printf in GM when MSAA is not supported.
bsalomon@google.com
2012-06-15
*
add more font names to our extra-bottom-space hack
reed@google.com
2012-06-15
*
Add strings to debug/null interfaces glGetString
bsalomon@google.com
2012-06-15
*
TLS GrContext count
bsalomon@google.com
2012-06-15
*
Use GrAARectRenderer in GPU AA clip mask generation
robertphillips@google.com
2012-06-15
*
Revert r4259
borenet@google.com
2012-06-15
*
Serialize by Default
borenet@google.com
2012-06-15
*
tools/pinspect: quick tool to inspeact the header (and rough validity) of 1 o...
reed@google.com
2012-06-14
*
http://codereview.appspot.com/6307089
reed@google.com
2012-06-13
*
Fix calling (and checking) the decal_ functions when the input is SkFractiona...
reed@google.com
2012-06-13
*
Version 2 of the Instance Counting system. This one simplifies the print out ...
robertphillips@google.com
2012-06-13
*
releaseTextures portion of GrDrawState Ref textures CL (http://codereview.app...
robertphillips@google.com
2012-06-13
*
Really fix the build.
schenney@chromium.org
2012-06-13
*
Add BSON implementation to third_party
djsollen@google.com
2012-06-13
*
Add JSON dependency to build.
djsollen@google.com
2012-06-13
*
Remove local variable from GrConvolutionEffect GLSL code; reported to give ma...
tomhudson@google.com
2012-06-13
*
For SkGPipe, store bitmaps in a common location.
scroggo@google.com
2012-06-13
*
Speculative build fix. Tests do not fail locally.
schenney@chromium.org
2012-06-13
*
Fix the problem of rendering closePath not properly after a moveTo call in
schenney@chromium.org
2012-06-13
*
Split two-point radial gradient parameters into two arrays of uniforms,
tomhudson@google.com
2012-06-13
*
NV PR spec update to function param, use GrGL typedefs rather than fundamenta...
bsalomon@google.com
2012-06-13
*
faster SkScalarIsFinite()
reed@google.com
2012-06-13
*
Added Texture desc to render target
robertphillips@google.com
2012-06-13
*
fix bogus assert
reed@google.com
2012-06-13
*
Reverting r4239 & r4240
robertphillips@google.com
2012-06-12
*
pass -fArray[i] instead of fArray[i], to skip a compiler optimization where it
reed@google.com
2012-06-12
*
add bench for SkScalarIsFinite
reed@google.com
2012-06-12
*
Compiler complaints + some minor cleanup
robertphillips@google.com
2012-06-12
*
add readPtr and writePtr to SkReader32 and SkWriter32
reed@google.com
2012-06-12
*
Move SkColorTable into its own header and reduce includes in SkFlattenable.h
djsollen@google.com
2012-06-12
*
Adding the render_pictures test tool
junov@chromium.org
2012-06-12
*
Adding API to GrTexture to reset cached texture parameter values
junov@chromium.org
2012-06-12
*
Split GrContext's AA Rect drawing methods into helper class
robertphillips@google.com
2012-06-12
*
remove SK_CAN_USE_FLOAT (deprecated)
reed@google.com
2012-06-11
*
Disable morphology benchmarks on fixed point builds.
tomhudson@google.com
2012-06-11
*
Dilate & Erode benchmarks. Unlike the blur benchmarks (which test
tomhudson@google.com
2012-06-11
*
fix missing switch-statement handler (for conical gradient)
reed@google.com
2012-06-11
*
new baselines for new test (pathinvfill). PDF and GPU fail, so no baselines f...
reed@google.com
2012-06-11
*
Better fix for rev. 4214 (inverse-fill and clipping). This fix avoids changing
reed@google.com
2012-06-11
*
Register Two_Point_Conical_Gradient for flattening.
scroggo@google.com
2012-06-11
*
fix include name (masked by case insensitiviy on windows)
bsalomon@google.com
2012-06-11
*
fix SkNWayCanvas cons call again.
bsalomon@google.com
2012-06-11
*
Fix SkNWayCanvas cons call when creating null canvas.
bsalomon@google.com
2012-06-11
*
Fix Fixed-Point build by changing static_assert around scalar=float to a runt...
bsalomon@google.com
2012-06-11
[next]