aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* add refdict class, for holding a dictionary of reference-counted objectsGravatar reed@google.com2011-01-25
* Update SkPDFDevice::drawPath signature to match SkDevice.Gravatar vandebo@chromium.org2011-01-25
* Add Truetype and Type 1 font embedding supportGravatar vandebo@chromium.org2011-01-25
* fixes for some warnings:Gravatar reed@google.com2011-01-25
* Add SampleShaderText to vs project.Gravatar bsalomon@google.com2011-01-25
* Add shaded text sample and gm test.Gravatar bsalomon@google.com2011-01-25
* chrome always assumes BGRA for its texturesGravatar reed@google.com2011-01-25
* fix comments for U8CPU and S16CPUGravatar reed@google.com2011-01-25
* Add GrGpuGLShaders2 to gr_files.mkGravatar bsalomon@google.com2011-01-24
* Increase number of stages from 1 to 2Gravatar bsalomon@google.com2011-01-24
* make xfermode warning printf be debug-onlyGravatar reed@google.com2011-01-21
* fix release buildGravatar reed@google.com2011-01-21
* Rev the GrContext interface. Context has draw* functions that take a new GrPa...Gravatar bsalomon@google.com2011-01-21
* In GrMatrix's setScale, setSkew, & setTranslate check whether the values pass...Gravatar bsalomon@google.com2011-01-20
* replace GR_GL(GetIntegerv with GR_GL_GetIntegerv to ensure that we zero-initGravatar reed@google.com2011-01-20
* update chrome-specific glconfig (should make versions of this for mac/win/linux)Gravatar reed@google.com2011-01-19
* add experimental custom GL header for chromeGravatar reed@google.com2011-01-19
* Cleanup including of GL headers and provide way to include custom headers, ex...Gravatar bsalomon@google.com2011-01-19
* fix fEntryCount when we purge a cache entry (bug caught by our validate())Gravatar reed@google.com2011-01-19
* document new (temporary) build flagsGravatar reed@google.com2011-01-19
* add compile flag GR_SKIP_2POINTRADIAL_PROGRAMS to ignore the 2point-radialGravatar reed@google.com2011-01-19
* add getter/setter for TextureCache, so that clients can make their budgetGravatar reed@google.com2011-01-18
* add GR_BUILD_CHROME for now. hopefully we can replace it with other,Gravatar reed@google.com2011-01-18
* add new 2nd argument for rendertarget to SkGpuCanvasGravatar reed@google.com2011-01-18
* Remove notion of default rendertarget. This doesn't map well to usage pattern...Gravatar bsalomon@google.com2011-01-18
* detect empty/inverted rect before using autobounds helper (as with prev. rev.)Gravatar reed@google.com2011-01-18
* don't use SkAutoPathBoundsUpdate until after we've checked for degenerateGravatar reed@google.com2011-01-18
* Fix stencil format array.Gravatar bsalomon@google.com2011-01-18
* Fix BGRA on ES Issue 109.Gravatar bsalomon@google.com2011-01-18
* Fix vertex buffer size computation when deferred text is disabled. This chang...Gravatar bsalomon@google.com2011-01-18
* add black, opaque, blend variants for text blits, to exercise differentGravatar reed@google.com2011-01-17
* add SK_DISABLE_DITHER_32BIT_GRADIENT flag. If defined, disables the newly addedGravatar reed@google.com2011-01-17
* enable sse2 source in makefileGravatar reed@google.com2011-01-17
* add SSE2 opt files to xcodeGravatar reed@google.com2011-01-17
* Use macro to call gl.Gravatar bsalomon@google.com2011-01-13
* Remove static from template specilizations (linux build complained)Gravatar reed@google.com2011-01-13
* Towards issue #106Gravatar bsalomon@google.com2011-01-13
* If you #define SK_ALLOW_OVER_32K_BITMAPS, then skia will try to draw bitmapsGravatar reed@google.com2011-01-13
* initialize SkGlyph::fMaskFormat to avoid valgrind warningsGravatar reed@google.com2011-01-13
* add dithering to 32bit linear gradientsGravatar reed@google.com2011-01-13
* Should be calculating alignment based on the vertex size.Gravatar bsalomon@google.com2011-01-12
* rename DrawState to DrState -- MS decided to #define DrawState, complicatingGravatar reed@google.com2011-01-12
* add helpers to initialize our var-int args before calling GL. Some driversGravatar reed@google.com2011-01-12
* fix refcount bug - as picture gets referenced by canvas when canvas is aGravatar reed@google.com2011-01-12
* git-svn-id: http://skia.googlecode.com/svn/trunk@685 2bbb7eff-a529-9590-31e7-...Gravatar reed@google.com2011-01-11
* expose gpu-device-factoryGravatar reed@google.com2011-01-11
* add getter/setter for device-factory on canvasGravatar reed@google.com2011-01-11
* add port for Brew - untestedGravatar reed@google.com2011-01-11
* use -O2 for release, -g for debug (so we can get symbols for gdb)Gravatar reed@google.com2011-01-10
* init src either opaquely (e.g. white), or with a valid ctable index (e.g. 0)Gravatar reed@google.com2011-01-10