aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
Commit message (Expand)AuthorAge
* allow SkAutoTUnref to be used syntactially as the object is refsGravatar reed@google.com2012-05-08
* Comment improvements to GrGLInterfaceGravatar bsalomon@google.com2012-05-07
* Move GL function prototype typdefs to a separate headerGravatar bsalomon@google.com2012-05-07
* remove unused ptr/len parameters from CreateTypefaceGravatar reed@google.com2012-05-07
* revert TLS change (until we impl windows backend)Gravatar reed@google.com2012-05-07
* allow thread-local font cacheGravatar reed@google.com2012-05-07
* move more stuff that should be private out from GrGLConfig.hGravatar bsalomon@google.com2012-05-07
* Make GrGLDefines.h be a private headerGravatar bsalomon@google.com2012-05-07
* Move function decls and macros out of public headers that are meant for inter...Gravatar bsalomon@google.com2012-05-07
* Just use std qsortGravatar reed@google.com2012-05-07
* make CanNormalize inline for the float build (big speedup for PathIter)Gravatar reed@google.com2012-05-07
* We were numerically overflowing our 16bit coordinates that we communicateGravatar reed@google.com2012-05-03
* recreate http://codereview.appspot.com/6131051/ in svn instead of gitGravatar epoger@google.com2012-05-03
* store x-interval-count per scanline, so we can skip lines in O(1)Gravatar reed@google.com2012-05-02
* Add device to top level N-way canvas.Gravatar djsollen@google.com2012-05-01
* record yspancount and intervalcount in regionsGravatar reed@google.com2012-05-01
* Make GrSamplerState::operator==() use GrCustomStage::isEquivalent() ratherGravatar tomhudson@google.com2012-05-01
* Add comparison and assignment operators to GrSamplerState.Gravatar tomhudson@google.com2012-04-30
* Re-adding red texture support (by rolling back r3800)Gravatar robertphillips@google.com2012-04-30
* Roll back http://code.google.com/p/skia/source/detail?r=3622 to deal with htt...Gravatar epoger@google.com2012-04-30
* add comment on return-value for SkTSearchGravatar reed@google.com2012-04-30
* Variant of SkRegion::op (called Oper) that either writes the result into a 3rdGravatar reed@google.com2012-04-30
* Some cleanup of GrResourceGravatar bsalomon@google.com2012-04-27
* Add SkString.contains()Gravatar epoger@google.com2012-04-27
* Remove GrPath typedefGravatar bsalomon@google.com2012-04-27
* Clean up DashPathEffect modulo math from r3761Gravatar epoger@google.com2012-04-27
* draw circle paths directly via GPUGravatar bsalomon@google.com2012-04-27
* Minor refactoring to remove duplicate enum from Ganesh (_SetOp -> SkRegion::Op)Gravatar robertphillips@google.com2012-04-25
* add optional storage parameter to SkWriter32Gravatar reed@google.com2012-04-24
* allow SkMutex* as an alternative arg to SkAutoMutexAcquire constructorGravatar reed@google.com2012-04-23
* cleanups in prep for tls cacheGravatar reed@google.com2012-04-23
* Hooks up the GrCustomStage/GrGLProgramStageFactory/GrGLProgramStageGravatar tomhudson@google.com2012-04-20
* add x() and y() aliases for fLeft and fTop (matching SkIRect)Gravatar reed@google.com2012-04-19
* Fix undefined GLint in Mac buildsGravatar bsalomon@google.com2012-04-19
* Make GM able to run MSAA modes and multiple GPU configs in a single run.Gravatar bsalomon@google.com2012-04-19
* Added glBlendEquation to GL interfaceGravatar robertphillips@google.com2012-04-18
* Track oval in SkPathGravatar bsalomon@google.com2012-04-18
* expose font-table APIs to SkTypefaceGravatar reed@google.com2012-04-17
* Revert r3705 for fixed pt failures. Gravatar bsalomon@google.com2012-04-17
* track oval in SkPathGravatar bsalomon@google.com2012-04-17
* Add coverage AA support for SampleApp root layers (windows only)Gravatar bsalomon@google.com2012-04-17
* Add cast to support 64 bit.Gravatar caryclark@google.com2012-04-16
* Add SK_SYSTEM_ZLIB define.Gravatar justinlin@google.com2012-04-16
* Fix 64-bit build on MacGravatar epoger@google.com2012-04-16
* Propagated AA flags through Ganesh's clip stack (in preparation for GL AA cli...Gravatar robertphillips@google.com2012-04-16
* proper handling if SkMatrix::invert failes, addresses hack fix in rev. 3657Gravatar mike@reedtribe.org2012-04-14
* replace getTotalClipStack() with replayClips()+ClipVisitorGravatar reed@google.com2012-04-13
* add SK_WARN_UNUSED_RESULT warning to SkPathMeasure methods that might leaveGravatar reed@google.com2012-04-12
* mark getTotalClip as deprecatedGravatar reed@google.com2012-04-12
* Decouple the SkFlattenable from SkReader32/SkWriter32.Gravatar djsollen@google.com2012-04-12