aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Fix gm tests for fixed point.Gravatar bungeman@google.com2011-05-20
* Fix clipping in StrokeRectGM test for fixed point.Gravatar bungeman@google.com2011-05-19
* Remove createPlatformRenderTarget, undeprecate createRenderTargetFrom3DAPIStateGravatar bsalomon@google.com2011-05-19
* The plain Makefile was using -Wall, but the gyp build wasn't. This CL turns onGravatar senorblanco@chromium.org2011-05-19
* Add build for unix to gyp.Gravatar bungeman@google.com2011-05-19
* Plug a leak in SampleShaderTest.Gravatar senorblanco@chromium.org2011-05-19
* Add unix and mesa GL files to gyp.Gravatar bungeman@google.com2011-05-19
* Add Mesa as a GL backend.Gravatar bungeman@google.com2011-05-19
* fix assertion failure in Skia_Linux_Fixed_Debug buildGravatar epoger@google.com2011-05-19
* Batch up draws into triangle fans as large as possible when drawing convexGravatar senorblanco@chromium.org2011-05-19
* Fix windows color orderGravatar bsalomon@google.com2011-05-19
* Add snapshot of gyp-generated vs proj for any third party devs who were using...Gravatar bsalomon@google.com2011-05-19
* Fix windows build (missing SkFontHost.cpp)Gravatar bsalomon@google.com2011-05-19
* Remove old visual studio projectGravatar bsalomon@google.com2011-05-19
* [PDF] Implement clear xfermode with a mask instead of pushing the clip down.Gravatar vandebo@chromium.org2011-05-18
* [PDF] Fix windows compile warning.Gravatar vandebo@chromium.org2011-05-18
* move SHIFT default definitions from SkColorPriv.h to SkPostConfig.h, so thatGravatar reed@google.com2011-05-18
* setHinting modifies fFlags in places, so call it last (after initializing fFl...Gravatar reed@google.com2011-05-18
* fix PathTest for SKIA_SCALAR=fixedGravatar epoger@google.com2011-05-18
* show consistent timings between debug and releaseGravatar reed@google.com2011-05-18
* Fix uninit of mask varGravatar bsalomon@google.com2011-05-18
* encode current LCD orientation and order into font-cache-keyGravatar reed@google.com2011-05-18
* Fix tests with incorrect swizzle.Gravatar bungeman@google.com2011-05-18
* glFinish to complete bench before stopping stopwatch.Gravatar bungeman@google.com2011-05-18
* [PDF] Fix PDF primitives test for fixed scalars.Gravatar vandebo@chromium.org2011-05-18
* support BW glyphs, instead of always forcing them to AAGravatar reed@google.com2011-05-18
* lockPixels before looking at them in ZoomerGravatar reed@google.com2011-05-18
* checkpoint for 8->5 bit reductionGravatar reed@google.com2011-05-18
* code style, inherit from SampleViewGravatar reed@google.com2011-05-18
* add 'h' to tri-toggle font hintingGravatar reed@google.com2011-05-18
* improve gray approximation for LCD LERPGravatar reed@google.com2011-05-18
* add optional decolorization value for lcd textGravatar reed@google.com2011-05-17
* add more keysGravatar reed@google.com2011-05-17
* Use coverage stages for supersample AA resolve, edgeAA, and glyph masks. Expo...Gravatar bsalomon@google.com2011-05-17
* Set fEdgesUni to kUseUniform when we need to upload it. Fix for bug introducedGravatar senorblanco@chromium.org2011-05-17
* [PDF] Improve path effect and drawPath(prePathMatrix) support.Gravatar vandebo@chromium.org2011-05-17
* Pass forceClose "true" to SkPath::Iter constructor inGravatar senorblanco@chromium.org2011-05-17
* Fix enums in code path that uses uncached GrRenderTargets behind SkGpuDevicesGravatar bsalomon@google.com2011-05-17
* get tests closer to passing for SKIA_SCALAR=fixedGravatar epoger@google.com2011-05-17
* Removing remnants of GrGLEffect.Gravatar junov@google.com2011-05-17
* Fixed typo in skia.gypGravatar junov@google.com2011-05-17
* remove reference to fContextGravatar reed@google.com2011-05-17
* Adding a test to sampleapp for texture domainGravatar junov@google.com2011-05-17
* silence printfGravatar reed@google.com2011-05-17
* fix uninitialized varGravatar reed@google.com2011-05-17
* add 'n' to tri-toggle bitmap-filter (LERP) on/off/neutralGravatar reed@google.com2011-05-17
* Add GL context creation for X so that gm can run GPU on Linux.Gravatar bungeman@google.com2011-05-17
* use hires metrics when rotated (or subpixel is requested)Gravatar reed@google.com2011-05-17
* add GPU configGravatar mike@reedtribe.org2011-05-17
* Use SkSetFourByteTag in SkFontHost_win.cpp.Gravatar ctguil@chromium.org2011-05-16