aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Expand)AuthorAge
* Use vertex array objects on core profiles.Gravatar bsalomon@google.com2013-03-07
* Restart va_list in SkDebugf on win32.Gravatar bsalomon@google.com2013-03-07
* Fix a warning in bitmap checksummer.Gravatar scroggo@google.com2013-03-07
* Make GrGLEffects use an interface to append their code.Gravatar bsalomon@google.com2013-03-07
* land https://chromiumcodereview.appspot.com/12440004/Gravatar reed@google.com2013-03-07
* Put SkPictureRecord saveLayer optimization behind a compiler flagGravatar robertphillips@google.com2013-03-06
* Remove unused varsGravatar bsalomon@google.com2013-03-06
* Reduce the minimum scratch size to 16, don't look for next pow2 larger sizes.Gravatar bsalomon@google.com2013-03-06
* change FontIdentity to explicitly hold ttcIndex and ID, so we can use both in...Gravatar reed@google.com2013-03-06
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-03-06
* Revert r8000 due to failures on some buildbotsGravatar epoger@google.com2013-03-06
* PDF: add support for named destinations Gravatar epoger@google.com2013-03-06
* add ttcIndex parameter to calls to SkFontStreamGravatar reed@google.com2013-03-05
* start to plumb ttcIndex into fonthost. For now just add to SkFontStream and i...Gravatar reed@google.com2013-03-05
* rewind at the start of each FontStream api (since we rewinding internally any...Gravatar reed@google.com2013-03-05
* Fixed a few warningsGravatar sugoi@google.com2013-03-05
* Make SkOSWindow return the sample count and stencil bit count for its GL cont...Gravatar bsalomon@google.com2013-03-05
* Restore window creation code in SkNativeGLContext_win.cpp accidentally delete...Gravatar bsalomon@google.com2013-03-05
* Unify wgl context creation.Gravatar bsalomon@google.com2013-03-05
* PDF : Unused parameters cleanupGravatar sugoi@google.com2013-03-05
* Added support for non-separable blending modes.Gravatar commit-bot@chromium.org2013-03-05
* Validate that VAO functions are present in ES2 interfaces and add bit to caps...Gravatar bsalomon@google.com2013-03-05
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-03-05
* Fix an unused variable warning.Gravatar scroggo@google.com2013-03-04
* If Ashmem cache fails pinCache, do not reallocate.Gravatar scroggo@google.com2013-03-04
* Provide an option in bench_pictures to count pixel ram.Gravatar scroggo@google.com2013-03-04
* Fixed doParse functionsGravatar sugoi@google.com2013-03-04
* Rely on libfontconfig to determine our default fontGravatar reed@google.com2013-03-04
* Address some valgrind issuesGravatar robertphillips@google.com2013-03-04
* Add a way to monitor cache hits and misses for deferred decoding.Gravatar scroggo@google.com2013-03-04
* Initialize bounds even if the text length is zero.Gravatar djsollen@google.com2013-03-04
* export getter for global instance of fontconfiginterfacedirectGravatar reed@google.com2013-03-04
* implement fonthost table methods directly in fontconfig backend, _tables now ...Gravatar reed@google.com2013-03-04
* refactor fonthost_tables into wrapper (fonthost) and impl (fontstream)Gravatar reed@google.com2013-03-04
* fix mac buildGravatar humper@google.com2013-03-04
* short-circuit if the requested typeface matches what we've been given.Gravatar reed@google.com2013-03-04
* Add commented out code to create a core profile on windows.Gravatar bsalomon@google.com2013-03-04
* Change random number generator for 'tests' to SkMWCRandom. Also removes some Gravatar jvanverth@google.com2013-03-04
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-03-03
* eliminate atsuii/coretext distinction, and rename to just _macGravatar mike@reedtribe.org2013-03-03
* try ~0U instead of ~0 to fix signed warning passing to size_tGravatar mike@reedtribe.org2013-03-03
* pass ~0 for length when we want to know the length of a table (with dst==null)Gravatar mike@reedtribe.org2013-03-03
* move some of the impl in fonthost into typeface virtualsGravatar mike@reedtribe.org2013-03-03
* Relanding 7914Gravatar robertphillips@google.com2013-03-02
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-03-02
* Remove constructors from GrVertexAttrib. Gravatar jvanverth@google.com2013-03-01
* Reland r7918 & r7916Gravatar robertphillips@google.com2013-03-01
* Make global static variable kVertexAttribs in GrAARectRenderer local to funct...Gravatar jvanverth@google.com2013-03-01
* Resubmit r7899 and r7901.Gravatar jvanverth@google.com2013-03-01
* Fix mesa issues.Gravatar bsalomon@google.com2013-03-01