aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/gpu/GrConfig.h
Commit message (Expand)AuthorAge
* added support for PLS path renderingGravatar ethannicholas2016-01-30
* Revert of added support for PLS path rendering (patchset #16 id:360001 of htt...Gravatar ethannicholas2016-01-22
* added support for PLS path renderingGravatar ethannicholas2016-01-22
* GrAuditTrail hooks in GrContext + GrDrawContextGravatar joshualitt2016-01-13
* Change to wire up opnames in SkGpuDeviceGravatar joshualitt2016-01-11
* Move atomicinc in GrTracing to behind branchGravatar joshualitt2016-01-11
* Create a define for nanobench builds to dump statsGravatar joshualitt2015-12-02
* Removing GrAutoMallocGravatar joshualitt2015-05-29
* delete experimental path renderersGravatar joshualitt2015-05-29
* add context override of GeometryBufferMapThresholdGravatar joshualitt2015-05-29
* Revert of small CL to experiment with 'disabling' memory mapping (patchset #1...Gravatar joshualitt2015-05-28
* small CL to experiment with 'disabling' memory mappingGravatar joshualitt2015-05-28
* Add flag to force gpu trace markers to be used and printed out for debugging.Gravatar egdaniel2015-03-05
* Replace GrResourceCache with GrResourceCache2.Gravatar bsalomon2014-11-14
* Revert of Replace GrResourceCache with GrResourceCache2. (patchset #7 id:1200...Gravatar bsalomon2014-11-14
* Replace GrResourceCache with GrResourceCache2.Gravatar bsalomon2014-11-14
* Revert of Replace GrResourceCache with GrResourceCache2. (patchset #6 id:1000...Gravatar bsalomon2014-11-13
* Replace GrResourceCache with GrResourceCache2.Gravatar bsalomon2014-11-13
* Cleanup: Go with SkDebugf instead of GrPrintf.Gravatar tfarina2014-10-31
* Build gpu stats tracking in dev builds.Gravatar bsalomon2014-10-24
* Add counting of some GL callsGravatar robertphillips2014-09-18
* Add a parameter GR_ALWAYS_ALLOCATE_ON_HEAP to allow for only ever creating te...Gravatar george2014-08-12
* Rename from "(un)lock" to "(un)map" for geometry buffers.Gravatar commit-bot@chromium.org2014-05-07
* Convert GrCrash->SkFAIL GrDebugCrash->SkDEBUGFAILGravatar commit-bot@chromium.org2014-04-30
* Allow specifying the max texture count on the botsGravatar robertphillips@google.com2013-10-30
* Replace GR_*_BUILD by their SK_BUILD_FOR_* equivalents.Gravatar commit-bot@chromium.org2013-09-25
* Replace uses of GR_DEBUGCODE by SkDEBUGCODE.Gravatar commit-bot@chromium.org2013-09-06
* Remove uses of GR_RELEASE.Gravatar commit-bot@chromium.org2013-09-03
* Replace uses of GR_DEBUG by SK_DEBUG.Gravatar commit-bot@chromium.org2013-08-28
* Replace uses of GR_API by SK_API.Gravatar commit-bot@chromium.org2013-08-20
* Replace uses of GrAssert by SkASSERT.Gravatar tfarina@chromium.org2013-08-17
* Make GrGLShaderBuilder check whether GrEffect advertised that it would requir...Gravatar commit-bot@chromium.org2013-05-09
* Remove GR_STATIC_RECT_VBGravatar robertphillips@google.com2013-04-20
* Move the default definition of GR_USE_NEW_SHADER_SOURCE_SIGNATURE to GrGLConfig.Gravatar bsalomon@google.com2013-02-28
* Correct default value for GR_STATIC_RECT_VBGravatar bsalomon@google.com2013-02-08
* Revert 7625 until after M26 due to a mix of perf changes.Gravatar bsalomon@google.com2013-02-08
* Remove compile time option to use different types for text vertices.Gravatar bsalomon@google.com2013-02-07
* Remove GR_DISABLE_DRAW_BUFFERING, replace with RTConf variable.Gravatar bsalomon@google.com2013-02-07
* Remove GR_DUMP_TEXTURE_UPLOADSGravatar bsalomon@google.com2013-02-07
* Remove GR_AGGRESSIVE_SHADER_OPTS build option.Gravatar bsalomon@google.com2013-02-07
* Remove GR_STATIC_RECT_VBGravatar bsalomon@google.com2013-02-06
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-01-26
* This CL introduces a new path renderer.Gravatar sugoi@google.com2013-01-07
* Add support for new glShaderSource() signature from Khronos. Disabled by def...Gravatar senorblanco@chromium.org2012-11-19
* Avoid re-definition of STDC symbols, needed for my ffmpeg work.Gravatar senorblanco@chromium.org2012-11-06
* Remove GrScalar, replace with SkScalar.Gravatar bsalomon@google.com2012-11-01
* Allow default texture cache limit to be set within gyp.Gravatar djsollen@google.com2012-10-29
* Allow cache tracking to be enabled in releaseGravatar robertphillips@google.com2012-08-31
* Result of running tools/sanitize_source_files.py (which was added in https://...Gravatar rmistry@google.com2012-08-23
* Make all GrContext draws go through the draw buffer.Gravatar bsalomon@google.com2012-08-16