platform/upstream/libSkiaSharp.git
2011-04-05 bsalomon@google.comAdd GrTexture.cpp to legacy project files
2011-04-05 bsalomon@google.comAdds read pixels to GrTexture and GrRenderTarget
2011-04-05 reed@google.comexport SkDraw::ComputeRectType() and share that with...
2011-04-05 reed@google.comadd toggle keys:
2011-04-05 reed@google.comsupport BW text
2011-04-05 reed@google.comhandle scale < 0 for stroke-rects
2011-04-04 reed@google.comalways flush accumulated draws before we purge the...
2011-04-04 vandebo@chromium.org[PDF] Make the NOT_IMPLEMENTED macro not print anything...
2011-04-04 reed@google.comreenable fast stroked rects, now that we correctly...
2011-04-04 bsalomon@google.comexport GrDefaultPathRenderer/GrPathRenderer
2011-04-04 reed@google.comtemporarily disable fast stroking, until we handle...
2011-04-04 reed@google.commove trimStorage to outer scope, so its memory is still...
2011-04-04 bsalomon@google.comRemove dependence on platform GL headers. Remove code...
2011-04-04 reed@google.comrebaseline antialiased stroked rects with faster code...
2011-04-04 reed@google.comadd #ifdef SK_DISABLE_FAST_AA_STROKE_RECT to disable...
2011-04-04 mike@reedtribe.orgfaster stroke rects
2011-04-04 reed@google.comadd baseline images for strokerects
2011-04-04 reed@google.comadd strokerects to gm
2011-04-04 scroggoRemove SkMetaData from makefile.
2011-04-02 mike@reedtribe.orgadd 2 stroke tests to rects
2011-04-01 reed@google.comadd pixelref->readPixels()
2011-04-01 bsalomon@google.comFix crash when codec not found for SampleDecode
2011-04-01 vandebo@chromium.orgMove where compression enable/disable is done to make...
2011-04-01 bsalomon@google.comfix mac build of gr unit test
2011-04-01 reed@google.comadd () to fix warning
2011-03-31 ctguil@chromium.orgAdd src/core include for pdf project.
2011-03-31 junov@google.comRefactoring the GrGpuGLShaders2 into 2 classes: GrGpuGL...
2011-03-30 reed@google.comadd code to test different premul techniques (disabled...
2011-03-30 bsalomon@google.comAdd pdf to skia.gyp and checkin a snap of GYP.
2011-03-30 bsalomon@google.comFix signed/unsigned warnings in debug build in flushSte...
2011-03-30 bsalomon@google.comAdd GrResource.cpp to gr_files.mk
2011-03-30 bsalomon@google.comAdd GrResource base class for ibs, texs, vbs, etc.
2011-03-30 reed@google.comreplace SkRefDict with SkMetaData (much more general)
2011-03-30 ctguil@chromium.orgPrepend SkAdvancedTypefaceMetrics on enum usage.
2011-03-30 ctguil@chromium.orgAdditional SK_API annotations needed for print preview...
2011-03-30 reed@google.comadd SkMetaData
2011-03-30 vandebo@chromium.orgImprove the SkAdvancedTypefaceMetrics interface w.r...
2011-03-30 reed@google.comadd refcnt helper to metadata
2011-03-30 reed@google.commove SkMetaData into core
2011-03-30 reed@google.comadd new file GrPathUtils.cpp
2011-03-30 reed@google.comadd getTopLayer(), so clients don't have to use a Layer...
2011-03-29 bsalomon@google.comFix ref leak on GrGpu.
2011-03-29 senorblanco... Two optimizations for the tesselated path renderer:
2011-03-28 senorblanco... This CL implements a tesselated path renderer, using...
2011-03-28 vandebo@chromium.orgStore content streams in an SkStream instead of an...
2011-03-28 reed@google.comadd experimental Relay class
2011-03-25 bsalomon@google.comHairline stroke 1px wide paths.
2011-03-25 senorblanco... Add the GLU tesselator source files to third_party...
2011-03-25 reed@google.comadd dox for drawPath, describing how to interpret the...
2011-03-25 bsalomon@google.comAdd way to determine at link time what path renderer...
2011-03-24 reed@google.comRemove optional impl for SkClampMax that relied on...
2011-03-24 ScroggoMove zoomer into SampleApp
2011-03-24 bsalomon@google.comFix direct-to-stencil clippath rendering logic in GrGpu.
2011-03-24 bsalomon@google.comRename flag that disables stencil buffer creation
2011-03-23 scroggoFix a crash.
2011-03-23 reed@google.comInitialize fClip in SkBounder, in case doIRect() is...
2011-03-23 bsalomon@google.comAdd GL_CHROMIUM_framebuffer_multisample support.
2011-03-22 bsalomon@google.comFix SK build macro.
2011-03-22 reed@google.cominline knowledge that our pointsize is always 1 when...
2011-03-22 reed@google.comadd GR at the end
2011-03-22 bsalomon@google.comFix macro in Chrome's GL config file
2011-03-22 reed@google.comadd SkCreateTypefaceFromCTFont() to create a typeface...
2011-03-22 scroggoAdd a 'fatbits' mode to unix sample app.
2011-03-22 bsalomon@google.comRemove redundant defines of GR_GL macros.
2011-03-22 mike@reedtribe.orgadd more styles to show
2011-03-22 mike@reedtribe.orgmap canonical css names to real fonts
2011-03-21 bsalomon@google.comRemove IMG multisample texture support.
2011-03-21 reed@google.comconvert fixed->scalar directly, since we know that the
2011-03-21 bsalomon@google.comRemove old GR_* macros for GL extensions in favor of...
2011-03-21 reed@google.comincrease intermediate precision when chopping lines...
2011-03-21 bsalomon@google.comAdd GR_DLL builds to Ganesh (minimal exports for Chrome...
2011-03-21 reed@google.comchange -lpng12 to -lpng
2011-03-21 bsalomon@google.comFix line endings on gyp file.
2011-03-21 mike@reedtribe.orgallow window-subclass to handle dispatching click event...
2011-03-20 mike@reedtribe.orgadd draw sample
2011-03-19 vandebo@chromium.orgMake SkDeviceFactory part of the API.
2011-03-18 scroggoPass motion events in the unix sample app.
2011-03-18 scroggoUpdates to the unix sample app.
2011-03-18 reed@google.comfix scalar math to work with float and fixed
2011-03-18 reed@google.comfix warnings of int->float and double->float
2011-03-18 twiz@google.comRemove the compile-time selection of the GL implementat...
2011-03-18 twiz@google.comThis CL removes all dependencies on GL headers across...
2011-03-18 bsalomon@google.comRevert GR_STATIC_RECT_VB in GrGLConfig_chrome.h
2011-03-18 reed@google.comfix warnings (local storage too small, int->scalar)
2011-03-18 reed@google.comchange operator== to return bool instead of int
2011-03-18 bsalomon@google.comInitial GYP file for skia / gr. Builds SampleApp on...
2011-03-18 mike@reedtribe.orguse SkSafeUnref()
2011-03-17 reed@google.comabort drawing if srcRect is outside of the bitmap bounds
2011-03-17 twiz@google.comAddition of missing file in Visual Studio sample app...
2011-03-16 bsalomon@google.comMake chrome use the static square vb when drawing rects.
2011-03-16 reed@google.comupdate dox for setLooper()
2011-03-16 bsalomon@google.comRemove dependence on glew for creating SkOSWindow_Win...
2011-03-16 reed@google.comadd fling
2011-03-16 ctguil@chromium.orgAdd SK_API to SkCreateTypefaceFromLOGFONT.
2011-03-15 ctguil@chromium.orgAdd code needed to build skia as a windows dll within...
2011-03-15 reed@google.comadd filterTextFlags() to SkDevice (virtual) to allow...
2011-03-15 reed@google.comneed a separate texture for each maskformat in atlasmgr
2011-03-15 bsalomon@google.comAdd blend constant color and use it for lcd text common...
2011-03-15 twiz@google.comCorrection of GLES build issue introduced by in revision:
2011-03-15 reed@google.comsupport lcd16 in text atlas (sans shader support)
next