aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* remove SkDeviceFactory from the collective consciousness, now that devices knowGravatar reed@google.com2011-07-06
* Remove nested scope resolutions in GrGpuGLShaders and use enum counts for gen...Gravatar bsalomon@google.com2011-07-06
* make the mac window resizeable againGravatar reed@google.com2011-07-06
* add debugging code for degenerate gradients (to be removed later)Gravatar reed@google.com2011-07-06
* notice if the bitmap failed to loadGravatar reed@google.com2011-07-06
* fix typo:Gravatar reed@google.com2011-07-06
* always use grcontext to get the bits to the screenGravatar reed@google.com2011-07-06
* Reduce gets of ext string and check validity of stencil format enumsGravatar bsalomon@google.com2011-07-06
* Indexed drawing for paths with multiple contoursGravatar bsalomon@google.com2011-07-06
* revert prev hack around make3DReadyGravatar reed@google.com2011-07-06
* force grcontext to be created at startupGravatar reed@google.com2011-07-06
* fix return value for make_bitmapGravatar reed@google.com2011-07-06
* check-point for testing drawBitmap [raster,gpu] -> [raster,gpu]Gravatar reed@google.com2011-07-06
* suppress printfsGravatar reed@google.com2011-07-05
* add SK_API to SkMatrix44Gravatar reed@google.com2011-07-05
* suppress printfsGravatar reed@google.com2011-07-05
* add SkEmptyShader, and return it from CreateBitmapShader if the bitmap is emptyGravatar reed@google.com2011-07-05
* defer allocating blitter until we know we need it (i.e. gpu-devices don't need,Gravatar reed@google.com2011-07-05
* don't call setContext on shader (not necessary), since now gradients ensure thatGravatar reed@google.com2011-07-05
* ensure that our bitmap is built with opaque cachedalphaGravatar reed@google.com2011-07-05
* A bit set class. Will be used for font subsetting.Gravatar vandebo@chromium.org2011-07-02
* Offset bounds in GrDefaultPathRenderer by fTranslate.Gravatar bsalomon@google.com2011-07-01
* Reverting r1775 at Mike and Brian's requestGravatar epoger@google.com2011-07-01
* merge of SkiOSSampleApp into SampleApp, still a work in progressGravatar epoger@google.com2011-07-01
* export SkAutoSTMalloc (for multi-dll chrome build)Gravatar bsalomon@google.com2011-07-01
* Remove compile warning by removing unnecessary output.Gravatar tomhudson@google.com2011-07-01
* Create new 'skia_os' variable to replace use of 'OS' in most places.Gravatar epoger@google.com2011-07-01
* combine target_defaults.gypi into common.gypiGravatar epoger@google.com2011-07-01
* Reworks r1770 so that users who have replaced SkUserConfig don't have toGravatar tomhudson@google.com2011-07-01
* Don't send NULL buffer data hint in chromeGravatar bsalomon@google.com2011-07-01
* Tesselate path once for tiled offscreen AAGravatar bsalomon@google.com2011-07-01
* fix chrome build, check OSX version before referencing 10.6 APIsGravatar reed@google.com2011-07-01
* Fixing several issues with rendering blurred bitmaps with GaneshGravatar junov@google.com2011-06-30
* Remove GrAuto*Malloc, replace with SkAuto*MallocGravatar bsalomon@google.com2011-06-30
* fix asserts in new premul inline functionGravatar reed@google.com2011-06-30
* make inline version of premultiply, to speed up gradient creation.Gravatar reed@google.com2011-06-30
* Revert r1768Gravatar epoger@google.com2011-06-30
* Enable WebKit/Chromium style logging for Skia.Gravatar tomhudson@google.com2011-06-30
* Adding the notion of a volatile bitmap to SkBitmap. Gravatar junov@google.com2011-06-30
* Roll gyp version from 907 to 936Gravatar epoger@google.com2011-06-30
* Fix bug where equality was used instead of assignment.Gravatar tomhudson@google.com2011-06-30
* SkStringPrintf helper fucntion + a new unit test for it.Gravatar tomhudson@google.com2011-06-30
* Fix LCD text filteringGravatar epoger@google.com2011-06-29
* Fix build for old versions of freetype without FT_Library_SetLcdFilterGravatar epoger@google.com2011-06-29
* Don't use the CreateWithData variant: not needed, and isn't available in chromeGravatar reed@google.com2011-06-29
* Change true and false to 1 and 0 in macros that are used to conditionally com...Gravatar bsalomon@google.com2011-06-29
* Fix valgrind reported issue, uninit mem in AutoReleaseGeometry::reset()Gravatar bsalomon@google.com2011-06-29
* extract a new factory when we get a new deviceGravatar reed@google.com2011-06-29
* add rebaselined version, now that we force font smoothingGravatar reed@google.com2011-06-29
* update now that we force font smoothing for the testsGravatar reed@google.com2011-06-29