angle/doc
Tim Van Patten bbed881323 Create GN arg to enable non-conformant features
The GN arg angle_expose_non_conformant_extensions_and_versions is being
added to control exposeNonConformantExtensionsAndVersions, which enables
non-conformant features and extensions. In particular, this is being
done to enable EXT_texture_buffer on devices that don't support all of
the necessary formats since many Android games rely on this extension,
such as "Special Forces Group 2", "Fortnite", and "PUBG".

  # Enables non-conformant extensions and features
  angle_expose_non_conformant_extensions_and_versions = false

Users/vendors can now toggle the value with a GN arg, rather than a code
change, to make it easier to test the conformant version of ANGLE with
CTS, dEQP, etc. and/or app-compatibility.

Bug: angleproject:5592
Change-Id: Icbf18b48a2751c03e277ae964e1ec278a43324cf
Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2740643
Reviewed-by: Shahbaz Youssefi <syoussefi@chromium.org>
Reviewed-by: Jamie Madill <jmadill@chromium.org>
Commit-Queue: Tim Van Patten <timvp@google.com>
2021-03-12 21:52:02 +00:00
..
img Update CaptureAndReplay.md and Python script with links 2020-07-27 15:17:02 +00:00
64BitSafety.md [Docs] Add wiki content to Markdown docs 2015-09-22 20:47:44 +00:00
AddingExtensions.md Revise documentation on adding EGL extensions. 2020-07-15 20:54:25 +00:00
BranchingAndRolling.md Add magic newlines to markdown files. 2015-11-05 20:56:07 +00:00
BufferImplementation.md Fix typos in docs. 2016-12-13 04:43:32 +00:00
BuildingAngleForChromiumDevelopment.md Update docs on building ANGLE inside Chromium. 2018-09-27 10:53:57 +00:00
CaptureAndReplay.md Capture/Replay: Allow starting capture at an unknown frame 2020-08-11 22:24:58 +00:00
ChoosingANGLEBranch.md doc: Chromium branch autorollers 2020-06-04 21:42:02 +00:00
CodeReviewProcess.md [Docs] Add wiki content to Markdown docs 2015-09-22 20:47:44 +00:00
CodingStandard.md Update style guide for reference on container object 2020-06-25 18:14:43 +00:00
CompilingTranslatorWithEmscripten.md docs: fix links and typos 2017-11-29 21:34:00 +00:00
ContributingCode.md Avoid implication that adding the issue number is optional 2021-03-11 18:14:07 +00:00
DebuggingTips.md Add Chrome Canary ANGLE injection steps 2021-03-02 19:46:43 +00:00
DevSetup.md Update README.md for Fuchsia 2021-01-28 20:21:38 +00:00
DevSetupAndroid.md Create GN arg to enable non-conformant features 2021-03-12 21:52:02 +00:00
DirtyBits.md Vulkan: Split Vulkan docs from README.md into doc/ 2019-08-30 16:40:57 +00:00
DynamicShaderCompilation.md [Docs] Add wiki content to Markdown docs 2015-09-22 20:47:44 +00:00
ES31StatusOnD3D11.md Add the ES31 status on d3d11 document. 2020-10-19 06:35:21 +00:00
ExtensionSupport.md docs: fix links and typos 2017-11-29 21:34:00 +00:00
ExternalBenchmarks.md Docs: Add glmark2 instructions for Android 2019-02-06 22:26:55 +00:00
GPUMemoryAnalysis.md Vulkan: Add GPU memory report and analysis documentation 2021-02-25 21:43:59 +00:00
MANGLE.md Documentation update 2019-01-23 15:31:55 +00:00
Orientation.md Add Orientation and Starter-Projects docs 2019-03-05 20:34:13 +00:00
ResourceLimits.md [Docs] Add wiki content to Markdown docs 2015-09-22 20:47:44 +00:00
SourceAccess.md [Docs] Add wiki content to Markdown docs 2015-09-22 20:47:44 +00:00
Starter-Projects.md Add Orientation and Starter-Projects docs 2019-03-05 20:34:13 +00:00
Update20120704.md Add magic newlines to markdown files. 2015-11-05 20:56:07 +00:00
Update20130618.md docs: fix links and typos 2017-11-29 21:34:00 +00:00
Update20131120.md docs: fix links and typos 2017-11-29 21:34:00 +00:00
Update20140325.md Add magic newlines to markdown files. 2015-11-05 20:56:07 +00:00
Update20150105.md docs: fix links and typos 2017-11-29 21:34:00 +00:00
VTF.md Fix typos in docs. 2016-12-13 04:43:32 +00:00
WritingShaderASTTransformations.md Don't build symbol table for GLSL built-ins if on Android 2019-08-23 16:43:26 +00:00
dEQP-Charts.md Update dEQP charts. 2019-07-26 18:03:11 +00:00
dEQP.md docs: Document how to use ANGLE on Android 2020-03-09 16:38:36 +00:00