2011-01-28 |
vandebo@chromium.org | [PDF] Add replacement implementations for functions... |
commit | commitdiff | tree | snapshot |
2011-01-28 |
reed@google.com | fix slow performance on desktops by uping our max-textu... |
commit | commitdiff | tree | snapshot |
2011-01-28 |
reed@google.com | replace UINT32_MAX with portable macro |
commit | commitdiff | tree | snapshot |
2011-01-26 |
reed@google.com | conditionalize impl on SK_SUPPORT_PDF, to help chrome... |
commit | commitdiff | tree | snapshot |
2011-01-26 |
vandebo@chromium.org | Fix windows build. |
commit | commitdiff | tree | snapshot |
2011-01-26 |
reed@google.com | move into core for now, so we can build SkFontHost_Free... |
commit | commitdiff | tree | snapshot |
2011-01-26 |
reed@google.com | work around framebuffer_blit confusion on linux --... |
commit | commitdiff | tree | snapshot |
2011-01-26 |
reed@google.com | fix linux gpu build (don't need egl.h) |
commit | commitdiff | tree | snapshot |
2011-01-26 |
reed@google.com | remove debugging code around gUseExt |
commit | commitdiff | tree | snapshot |
2011-01-26 |
reed@google.com | close quotes on #error |
commit | commitdiff | tree | snapshot |
2011-01-26 |
reed@google.com | fix mac build (don't need typedef struct foo foo) |
commit | commitdiff | tree | snapshot |
2011-01-26 |
reed@google.com | fix warnings, including using GrTCast<> to go from... |
commit | commitdiff | tree | snapshot |
2011-01-25 |
reed@google.com | embed a refdict inside SkDevice |
commit | commitdiff | tree | snapshot |
2011-01-25 |
reed@google.com | add refdict class, for holding a dictionary of referenc... |
commit | commitdiff | tree | snapshot |
2011-01-25 |
vandebo@chromium.org | Update SkPDFDevice::drawPath signature to match SkDevice. |
commit | commitdiff | tree | snapshot |
2011-01-25 |
vandebo@chromium.org | Add Truetype and Type 1 font embedding support |
commit | commitdiff | tree | snapshot |
2011-01-25 |
reed@google.com | fixes for some warnings: |
commit | commitdiff | tree | snapshot |
2011-01-25 |
bsalomon@google.com | Add SampleShaderText to vs project. |
commit | commitdiff | tree | snapshot |
2011-01-25 |
bsalomon@google.com | Add shaded text sample and gm test. |
commit | commitdiff | tree | snapshot |
2011-01-25 |
reed@google.com | chrome always assumes BGRA for its textures |
commit | commitdiff | tree | snapshot |
2011-01-25 |
reed@google.com | fix comments for U8CPU and S16CPU |
commit | commitdiff | tree | snapshot |
2011-01-24 |
bsalomon@google.com | Add GrGpuGLShaders2 to gr_files.mk |
commit | commitdiff | tree | snapshot |
2011-01-24 |
bsalomon@google.com | Increase number of stages from 1 to 2 |
commit | commitdiff | tree | snapshot |
2011-01-21 |
reed@google.com | make xfermode warning printf be debug-only |
commit | commitdiff | tree | snapshot |
2011-01-21 |
reed@google.com | fix release build |
commit | commitdiff | tree | snapshot |
2011-01-21 |
bsalomon@google.com | Rev the GrContext interface. Context has draw* function... |
commit | commitdiff | tree | snapshot |
2011-01-20 |
bsalomon@google.com | In GrMatrix's setScale, setSkew, & setTranslate check... |
commit | commitdiff | tree | snapshot |
2011-01-20 |
reed@google.com | replace GR_GL(GetIntegerv with GR_GL_GetIntegerv to... |
commit | commitdiff | tree | snapshot |
2011-01-19 |
reed@google.com | update chrome-specific glconfig (should make versions... |
commit | commitdiff | tree | snapshot |
2011-01-19 |
reed@google.com | add experimental custom GL header for chrome |
commit | commitdiff | tree | snapshot |
2011-01-19 |
bsalomon@google.com | Cleanup including of GL headers and provide way to... |
commit | commitdiff | tree | snapshot |
2011-01-19 |
reed@google.com | fix fEntryCount when we purge a cache entry (bug caught... |
commit | commitdiff | tree | snapshot |
2011-01-19 |
reed@google.com | document new (temporary) build flags |
commit | commitdiff | tree | snapshot |
2011-01-19 |
reed@google.com | add compile flag GR_SKIP_2POINTRADIAL_PROGRAMS to ignor... |
commit | commitdiff | tree | snapshot |
2011-01-18 |
reed@google.com | add getter/setter for TextureCache, so that clients... |
commit | commitdiff | tree | snapshot |
2011-01-18 |
reed@google.com | add GR_BUILD_CHROME for now. hopefully we can replace... |
commit | commitdiff | tree | snapshot |
2011-01-18 |
reed@google.com | add new 2nd argument for rendertarget to SkGpuCanvas |
commit | commitdiff | tree | snapshot |
2011-01-18 |
bsalomon@google.com | Remove notion of default rendertarget. This doesn't... |
commit | commitdiff | tree | snapshot |
2011-01-18 |
reed@google.com | detect empty/inverted rect before using autobounds... |
commit | commitdiff | tree | snapshot |
2011-01-18 |
reed@google.com | don't use SkAutoPathBoundsUpdate until after we've... |
commit | commitdiff | tree | snapshot |
2011-01-18 |
bsalomon@google.com | Fix stencil format array. |
commit | commitdiff | tree | snapshot |
2011-01-18 |
bsalomon@google.com | Fix BGRA on ES Issue 109. |
commit | commitdiff | tree | snapshot |
2011-01-18 |
bsalomon@google.com | Fix vertex buffer size computation when deferred text... |
commit | commitdiff | tree | snapshot |
2011-01-17 |
reed@google.com | add black, opaque, blend variants for text blits, to... |
commit | commitdiff | tree | snapshot |
2011-01-17 |
reed@google.com | add SK_DISABLE_DITHER_32BIT_GRADIENT flag. If defined... |
commit | commitdiff | tree | snapshot |
2011-01-17 |
reed@google.com | enable sse2 source in makefile |
commit | commitdiff | tree | snapshot |
2011-01-17 |
reed@google.com | add SSE2 opt files to xcode |
commit | commitdiff | tree | snapshot |
2011-01-13 |
bsalomon@google.com | Use macro to call gl. |
commit | commitdiff | tree | snapshot |
2011-01-13 |
reed@google.com | Remove static from template specilizations (linux build... |
commit | commitdiff | tree | snapshot |
2011-01-13 |
bsalomon@google.com | Towards issue #106 |
commit | commitdiff | tree | snapshot |
2011-01-13 |
reed@google.com | If you #define SK_ALLOW_OVER_32K_BITMAPS, then skia... |
commit | commitdiff | tree | snapshot |
2011-01-13 |
reed@google.com | initialize SkGlyph::fMaskFormat to avoid valgrind warnings |
commit | commitdiff | tree | snapshot |
2011-01-13 |
reed@google.com | add dithering to 32bit linear gradients |
commit | commitdiff | tree | snapshot |
2011-01-12 |
bsalomon@google.com | Should be calculating alignment based on the vertex... |
commit | commitdiff | tree | snapshot |
2011-01-12 |
reed@google.com | rename DrawState to DrState -- MS decided to #define... |
commit | commitdiff | tree | snapshot |
2011-01-12 |
reed@google.com | add helpers to initialize our var-int args before calli... |
commit | commitdiff | tree | snapshot |
2011-01-12 |
reed@google.com | fix refcount bug - as picture gets referenced by canvas... |
commit | commitdiff | tree | snapshot |
2011-01-11 |
reed@google.com | git-svn-id: skia.googlecode.com/svn/trunk@685 2bbb7eff... |
commit | commitdiff | tree | snapshot |
2011-01-11 |
reed@google.com | expose gpu-device-factory |
commit | commitdiff | tree | snapshot |
2011-01-11 |
reed@google.com | add getter/setter for device-factory on canvas |
commit | commitdiff | tree | snapshot |
2011-01-11 |
reed@google.com | add port for Brew - untested |
commit | commitdiff | tree | snapshot |
2011-01-10 |
reed@google.com | use -O2 for release, -g for debug (so we can get symbol... |
commit | commitdiff | tree | snapshot |
2011-01-10 |
reed@google.com | init src either opaquely (e.g. white), or with a valid... |
commit | commitdiff | tree | snapshot |
2011-01-07 |
reed@google.com | remove obsolete, unsupported sound files |
commit | commitdiff | tree | snapshot |
2011-01-07 |
reed@google.com | fix issue 99 -- unneeded assignment inside find_y |
commit | commitdiff | tree | snapshot |
2011-01-05 |
bsalomon@google.com | Make SampleApp build on Win32 (still requires glew... |
commit | commitdiff | tree | snapshot |
2011-01-05 |
reed@google.com | update dox to reflect that the default colorspace is... |
commit | commitdiff | tree | snapshot |
2011-01-05 |
reed@google.com | revert to DeviceRGB colorspace by default, which was... |
commit | commitdiff | tree | snapshot |
2011-01-05 |
reed@google.com | add template macro to "safely" perform casts w/o breaki... |
commit | commitdiff | tree | snapshot |
2011-01-05 |
reed@google.com | rev. 637 changed the settings for premultiplied on... |
commit | commitdiff | tree | snapshot |
2011-01-04 |
reed@google.com | fix for issue 93: need to rewind the shared stream... |
commit | commitdiff | tree | snapshot |
2011-01-04 |
reed@google.com | fix build for scalar==fixed |
commit | commitdiff | tree | snapshot |
2011-01-04 |
bsalomon@google.com | Remove user-specific visual studio project files. |
commit | commitdiff | tree | snapshot |
2011-01-04 |
reed@google.com | fix uninitialized warning |
commit | commitdiff | tree | snapshot |
2011-01-04 |
reed@android.com | static inline eliminates multiple definitions (and... |
commit | commitdiff | tree | snapshot |
2011-01-03 |
reed@android.com | make inline helper static, so it can be included from... |
commit | commitdiff | tree | snapshot |
2011-01-03 |
reed@android.com | add colorspace option to SkBitmap -> CGImageRef utility... |
commit | commitdiff | tree | snapshot |
2011-01-01 |
reed@android.com | remove unneeded file (will be automatically generated) |
commit | commitdiff | tree | snapshot |
2010-12-31 |
reed@google.com | replace various png_[type]_NULL defines with just NULL |
commit | commitdiff | tree | snapshot |
2010-12-23 |
bsalomon@google.com | Fix bug where createTexture may bind a texture to GL... |
commit | commitdiff | tree | snapshot |
2010-12-23 |
reed@google.com | update copyright |
commit | commitdiff | tree | snapshot |
2010-12-23 |
reed@google.com | fix build for linux |
commit | commitdiff | tree | snapshot |
2010-12-23 |
reed@google.com | add gpu to gm tool |
commit | commitdiff | tree | snapshot |
2010-12-23 |
bsalomon@google.com | Stop using GrSamplerState to track the texture paramete... |
commit | commitdiff | tree | snapshot |
2010-12-23 |
reed@google.com | update baselines to add 2point-radial gradients, and... |
commit | commitdiff | tree | snapshot |
2010-12-23 |
reed@google.com | require lpng12 for gm tool (since Mac encoder tweaks... |
commit | commitdiff | tree | snapshot |
2010-12-23 |
bsalomon@google.com | Delete D3D9 gpu class. Was fixed-function only, had... |
commit | commitdiff | tree | snapshot |
2010-12-23 |
reed@google.com | merge in gpu changes to gradientshaders |
commit | commitdiff | tree | snapshot |
2010-12-23 |
reed@google.com | silence some of our startup spew |
commit | commitdiff | tree | snapshot |
2010-12-23 |
reed@google.com | add gpu to the default makefile |
commit | commitdiff | tree | snapshot |
2010-12-23 |
wjmaclean@chromium.org | Fixing results of incorrect conflict resolution in... |
commit | commitdiff | tree | snapshot |
2010-12-22 |
reed@google.com | flush inorder drawtarget (i.e. flushText) before we... |
commit | commitdiff | tree | snapshot |
2010-12-22 |
bsalomon@google.com | Force bool StageDesc to be a byte so that our memcmp... |
commit | commitdiff | tree | snapshot |
2010-12-22 |
reed@google.com | add gpu backend (not hooked up yet) |
commit | commitdiff | tree | snapshot |
2010-12-22 |
reed@google.com | remove obsolete test |
commit | commitdiff | tree | snapshot |
2010-12-22 |
wjmaclean@chromium.org | Fixed tab character. |
commit | commitdiff | tree | snapshot |
2010-12-22 |
wjmaclean@chromium.org | Security fixes re getSize(). |
commit | commitdiff | tree | snapshot |
2010-12-21 |
reed@google.com | add for quick gl-offscreen context (so we can draw... |
commit | commitdiff | tree | snapshot |
2010-12-20 |
reed@google.com | -d dir will write out a difference-bitmap for each... |
commit | commitdiff | tree | snapshot |
2010-12-20 |
reed@google.com | remove ZLIB include from SkUserConfig for how (doesn... |
commit | commitdiff | tree | snapshot |
next |