aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* [PDF] Improve PDF support in gm.Gravatar vandebo@chromium.org2011-02-03
* Improve usability of SkAdvancedTypefaceMetrics for non PDF cases.Gravatar vandebo@chromium.org2011-02-03
* [PDF] Start from an identity transform for drawDevice.Gravatar vandebo@chromium.org2011-02-03
* Fix warnings on linux build (strict aliasing, cons init order, vars used only...Gravatar bsalomon@google.com2011-02-03
* change forward decl of SkMatrix from struct (wrong) to class (correct)Gravatar reed@android.com2011-02-03
* Make aggressive shader opts an option in GrUserConfig.h. Currently just contr...Gravatar bsalomon@google.com2011-02-02
* Make enabling static rect VB configurable by user config file.Gravatar bsalomon@google.com2011-02-02
* Cleanup SkPDFTypfaceInfo and make it more generic.Gravatar vandebo@chromium.org2011-02-02
* Attempt to simplify NPOT texture caps. Also fixes case where textures would u...Gravatar bsalomon@google.com2011-02-01
* [PDF] Clean up ref counting.Gravatar vandebo@chromium.org2011-02-01
* Adds ability to draw rects using a unit square vertex buffer. Useful when mat...Gravatar bsalomon@google.com2011-02-01
* [PDF] Fix bugs preventing gm from running with PDF support.Gravatar vandebo@chromium.org2011-02-01
* [PDF] Support image alpha channel plus a couple small fixes.Gravatar vandebo@chromium.org2011-01-31
* initialize int var-args to placate chrome's runtime checkGravatar reed@google.com2011-01-31
* [PDF] Honor srcRect in drawBitmap.Gravatar vandebo@chromium.org2011-01-29
* update dox on bitmap configsGravatar reed@google.com2011-01-28
* [PDF] Add replacement implementations for functions missing in older freetype...Gravatar vandebo@chromium.org2011-01-28
* fix slow performance on desktops by uping our max-texture-dim from 512 toGravatar reed@google.com2011-01-28
* replace UINT32_MAX with portable macroGravatar reed@google.com2011-01-28
* conditionalize impl on SK_SUPPORT_PDF, to help chrome buildGravatar reed@google.com2011-01-26
* Fix windows build.Gravatar vandebo@chromium.org2011-01-26
* move into core for now, so we can build SkFontHost_FreeType.cppGravatar reed@google.com2011-01-26
* work around framebuffer_blit confusion on linux -- better fix on the wayGravatar reed@google.com2011-01-26
* fix linux gpu build (don't need egl.h)Gravatar reed@google.com2011-01-26
* remove debugging code around gUseExtGravatar reed@google.com2011-01-26
* close quotes on #errorGravatar reed@google.com2011-01-26
* fix mac build (don't need typedef struct foo foo)Gravatar reed@google.com2011-01-26
* fix warnings, including using GrTCast<> to go from &Obj -> uint32_t*Gravatar reed@google.com2011-01-26
* embed a refdict inside SkDeviceGravatar reed@google.com2011-01-25
* 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