2011-05-19 |
senorblanco... | Plug a leak in SampleShaderTest. |
commit | commitdiff | tree | snapshot |
2011-05-19 |
bungeman@google.com | Add unix and mesa GL files to gyp. |
commit | commitdiff | tree | snapshot |
2011-05-19 |
bungeman@google.com | Add Mesa as a GL backend. |
commit | commitdiff | tree | snapshot |
2011-05-19 |
epoger@google.com | fix assertion failure in Skia_Linux_Fixed_Debug build |
commit | commitdiff | tree | snapshot |
2011-05-19 |
senorblanco... | Batch up draws into triangle fans as large as possible... |
commit | commitdiff | tree | snapshot |
2011-05-19 |
bsalomon@google.com | Fix windows color order |
commit | commitdiff | tree | snapshot |
2011-05-19 |
bsalomon@google.com | Add snapshot of gyp-generated vs proj for any third... |
commit | commitdiff | tree | snapshot |
2011-05-19 |
bsalomon@google.com | Fix windows build (missing SkFontHost.cpp) |
commit | commitdiff | tree | snapshot |
2011-05-19 |
bsalomon@google.com | Remove old visual studio project |
commit | commitdiff | tree | snapshot |
2011-05-18 |
vandebo@chromium.org | [PDF] Implement clear xfermode with a mask instead... |
commit | commitdiff | tree | snapshot |
2011-05-18 |
vandebo@chromium.org | [PDF] Fix windows compile warning. |
commit | commitdiff | tree | snapshot |
2011-05-18 |
reed@google.com | move SHIFT default definitions from SkColorPriv.h to... |
commit | commitdiff | tree | snapshot |
2011-05-18 |
reed@google.com | setHinting modifies fFlags in places, so call it last... |
commit | commitdiff | tree | snapshot |
2011-05-18 |
epoger@google.com | fix PathTest for SKIA_SCALAR=fixed |
commit | commitdiff | tree | snapshot |
2011-05-18 |
reed@google.com | show consistent timings between debug and release |
commit | commitdiff | tree | snapshot |
2011-05-18 |
bsalomon@google.com | Fix uninit of mask var |
commit | commitdiff | tree | snapshot |
2011-05-18 |
reed@google.com | encode current LCD orientation and order into font... |
commit | commitdiff | tree | snapshot |
2011-05-18 |
bungeman@google.com | Fix tests with incorrect swizzle. |
commit | commitdiff | tree | snapshot |
2011-05-18 |
bungeman@google.com | glFinish to complete bench before stopping stopwatch. |
commit | commitdiff | tree | snapshot |
2011-05-18 |
vandebo@chromium.org | [PDF] Fix PDF primitives test for fixed scalars. |
commit | commitdiff | tree | snapshot |
2011-05-18 |
reed@google.com | support BW glyphs, instead of always forcing them to AA |
commit | commitdiff | tree | snapshot |
2011-05-18 |
reed@google.com | lockPixels before looking at them in Zoomer |
commit | commitdiff | tree | snapshot |
2011-05-18 |
reed@google.com | checkpoint for 8->5 bit reduction |
commit | commitdiff | tree | snapshot |
2011-05-18 |
reed@google.com | code style, inherit from SampleView |
commit | commitdiff | tree | snapshot |
2011-05-18 |
reed@google.com | add 'h' to tri-toggle font hinting |
commit | commitdiff | tree | snapshot |
2011-05-18 |
reed@google.com | improve gray approximation for LCD LERP |
commit | commitdiff | tree | snapshot |
2011-05-17 |
reed@google.com | add optional decolorization value for lcd text |
commit | commitdiff | tree | snapshot |
2011-05-17 |
reed@google.com | add more keys |
commit | commitdiff | tree | snapshot |
2011-05-17 |
bsalomon@google.com | Use coverage stages for supersample AA resolve, edgeAA... |
commit | commitdiff | tree | snapshot |
2011-05-17 |
senorblanco... | Set fEdgesUni to kUseUniform when we need to upload... |
commit | commitdiff | tree | snapshot |
2011-05-17 |
vandebo@chromium.org | [PDF] Improve path effect and drawPath(prePathMatrix... |
commit | commitdiff | tree | snapshot |
2011-05-17 |
senorblanco... | Pass forceClose "true" to SkPath::Iter constructor in |
commit | commitdiff | tree | snapshot |
2011-05-17 |
bsalomon@google.com | Fix enums in code path that uses uncached GrRenderTarge... |
commit | commitdiff | tree | snapshot |
2011-05-17 |
epoger@google.com | get tests closer to passing for SKIA_SCALAR=fixed |
commit | commitdiff | tree | snapshot |
2011-05-17 |
junov@google.com | Removing remnants of GrGLEffect. |
commit | commitdiff | tree | snapshot |
2011-05-17 |
junov@google.com | Fixed typo in skia.gyp |
commit | commitdiff | tree | snapshot |
2011-05-17 |
reed@google.com | remove reference to fContext |
commit | commitdiff | tree | snapshot |
2011-05-17 |
junov@google.com | Adding a test to sampleapp for texture domain |
commit | commitdiff | tree | snapshot |
2011-05-17 |
reed@google.com | silence printf |
commit | commitdiff | tree | snapshot |
2011-05-17 |
reed@google.com | fix uninitialized var |
commit | commitdiff | tree | snapshot |
2011-05-17 |
reed@google.com | add 'n' to tri-toggle bitmap-filter (LERP) on/off/neutral |
commit | commitdiff | tree | snapshot |
2011-05-17 |
bungeman@google.com | Add GL context creation for X so that gm can run GPU... |
commit | commitdiff | tree | snapshot |
2011-05-17 |
reed@google.com | use hires metrics when rotated (or subpixel is requested) |
commit | commitdiff | tree | snapshot |
2011-05-17 |
mike@reedtribe.org | add GPU config |
commit | commitdiff | tree | snapshot |
2011-05-16 |
ctguil@chromium.org | Use SkSetFourByteTag in SkFontHost_win.cpp. |
commit | commitdiff | tree | snapshot |
2011-05-16 |
bsalomon@google.com | separate coverage stages from color stages. |
commit | commitdiff | tree | snapshot |
2011-05-16 |
reed@google.com | remove dead files |
commit | commitdiff | tree | snapshot |
2011-05-16 |
junov@google.com | Fixed color bleeding issue when drawing a sub region... |
commit | commitdiff | tree | snapshot |
2011-05-16 |
reed@google.com | fully expand the initialization for rect (android compi... |
commit | commitdiff | tree | snapshot |
2011-05-16 |
reed@google.com | use SkPath for GrPath, removing GrPathIter entirely |
commit | commitdiff | tree | snapshot |
2011-05-16 |
senorblanco... | Fix winding order check for negative scale in tesselate... |
commit | commitdiff | tree | snapshot |
2011-05-16 |
reed@google.com | Change getConvexity() to now compute it if the value... |
commit | commitdiff | tree | snapshot |
2011-05-16 |
bsalomon@google.com | Upload matrix as gl float rather than gr scalar (fixes... |
commit | commitdiff | tree | snapshot |
2011-05-16 |
Scroggo | Optimize colorfilter path when using a constant color... |
commit | commitdiff | tree | snapshot |
2011-05-16 |
reed@google.com | clean up sign detection code in computeconvexity |
commit | commitdiff | tree | snapshot |
2011-05-15 |
reed@google.com | detect more than one loop in computeconvexity |
commit | commitdiff | tree | snapshot |
2011-05-15 |
reed@google.com | migrate more tests from GrPath.cpp |
commit | commitdiff | tree | snapshot |
2011-05-15 |
reed@google.com | add Convexity enum to SkPath |
commit | commitdiff | tree | snapshot |
2011-05-13 |
epoger@google.com | make tests return nonzero if failing |
commit | commitdiff | tree | snapshot |
2011-05-13 |
epoger@google.com | Another tiny comment-only change to trigger buildbot |
commit | commitdiff | tree | snapshot |
2011-05-13 |
epoger@google.com | Tiny comment-only change to trigger buildbot |
commit | commitdiff | tree | snapshot |
2011-05-13 |
vandebo@chromium.org | [PDF] Add support for SrcIn, SrcOut, DstIn, DstOut... |
commit | commitdiff | tree | snapshot |
2011-05-13 |
vandebo@chromium.org | [PDF] Fix windows SkFontHost::OpenStream for TTC fonts. |
commit | commitdiff | tree | snapshot |
2011-05-12 |
reed@google.com | update dox |
commit | commitdiff | tree | snapshot |
2011-05-12 |
reed@google.com | add 'p' to toggle on/off testing the pipe |
commit | commitdiff | tree | snapshot |
2011-05-12 |
bsalomon@google.com | Disable blend for edge AA not general AA |
commit | commitdiff | tree | snapshot |
2011-05-12 |
Scroggo | Style fix |
commit | commitdiff | tree | snapshot |
2011-05-12 |
senorblanco... | Edge antialiasing for convex shapes in Ganesh |
commit | commitdiff | tree | snapshot |
2011-05-12 |
epoger@google.com | Fix intentional breakage in previous commit |
commit | commitdiff | tree | snapshot |
2011-05-12 |
epoger@google.com | Intentional breakage to test notifications, will fix... |
commit | commitdiff | tree | snapshot |
2011-05-12 |
epoger@google.com | Tiny comment-only change to trigger update |
commit | commitdiff | tree | snapshot |
2011-05-12 |
reed@google.com | cleanup previous array of paints |
commit | commitdiff | tree | snapshot |
2011-05-11 |
Scroggo | Allow blending if there is a color filter. |
commit | commitdiff | tree | snapshot |
2011-05-11 |
bsalomon@google.com | Add space between mediump and float in 2pt radial verte... |
commit | commitdiff | tree | snapshot |
2011-05-11 |
epoger@google.com | Fix my intentional break. |
commit | commitdiff | tree | snapshot |
2011-05-11 |
vandebo@chromium.org | [PDF] Fix Chrome crash - don't assume that SkDraw.fClip... |
commit | commitdiff | tree | snapshot |
2011-05-11 |
epoger@google.com | Intentionally break tests, will fix quickly. |
commit | commitdiff | tree | snapshot |
2011-05-11 |
epoger@google.com | Another comment-only change to test notifications |
commit | commitdiff | tree | snapshot |
2011-05-11 |
Scroggo | Remove a warning. |
commit | commitdiff | tree | snapshot |
2011-05-11 |
epoger@google.com | Tiny comment-only change to test notifications |
commit | commitdiff | tree | snapshot |
2011-05-11 |
Scroggo | Store 1/255 as a constant to reduce number of divides. |
commit | commitdiff | tree | snapshot |
2011-05-11 |
bsalomon@google.com | Remove dead debug code. |
commit | commitdiff | tree | snapshot |
2011-05-11 |
Scroggo | Remove unused variable. |
commit | commitdiff | tree | snapshot |
2011-05-11 |
bsalomon@google.com | Keep program cache consistent when program creation... |
commit | commitdiff | tree | snapshot |
2011-05-11 |
Scroggo | Add color filters to gpu path. |
commit | commitdiff | tree | snapshot |
2011-05-11 |
reed@google.com | remove some dead code in pipes |
commit | commitdiff | tree | snapshot |
2011-05-11 |
reed@google.com | add include/core to header path for release build |
commit | commitdiff | tree | snapshot |
2011-05-11 |
reed@google.com | check-point for pipe: flatten/unflatten objects for... |
commit | commitdiff | tree | snapshot |
2011-05-10 |
vandebo@chromium.org | [PDF] Fix ending condition for font advance construction. |
commit | commitdiff | tree | snapshot |
2011-05-10 |
twiz@google.com | git-svn-id: skia.googlecode.com/svn/trunk@1292 2bbb7eff... |
commit | commitdiff | tree | snapshot |
2011-05-10 |
reed@google.com | add master images for macbook (which differ in the... |
commit | commitdiff | tree | snapshot |
2011-05-10 |
reed@google.com | fix bug where we wrote uninitialized data to the flatte... |
commit | commitdiff | tree | snapshot |
2011-05-10 |
bsalomon@google.com | Make GrMatrix an alias of SkMatrix. Add new methods... |
commit | commitdiff | tree | snapshot |
2011-05-09 |
bsalomon@google.com | Fixes from Sk/Gr rect unification. |
commit | commitdiff | tree | snapshot |
2011-05-09 |
reed@google.com | check for missing filename (needs to be specified when... |
commit | commitdiff | tree | snapshot |
2011-05-09 |
reed@google.com | remove unneeded asserts (which may fail from imprecise... |
commit | commitdiff | tree | snapshot |
2011-05-09 |
bsalomon@google.com | Fix unused var warning |
commit | commitdiff | tree | snapshot |
2011-05-09 |
bsalomon@google.com | Fixup old VS2010 project in case anyone is using it |
commit | commitdiff | tree | snapshot |
2011-05-09 |
bsalomon@google.com | remove deleted include file (oops) |
commit | commitdiff | tree | snapshot |
2011-05-09 |
bsalomon@google.com | Remove previous shader generator class. No longer compi... |
commit | commitdiff | tree | snapshot |
next |