summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorChad Versace <chad.versace@linux.intel.com>2012-11-12 18:43:05 -0800
committerChad Versace <chad.versace@linux.intel.com>2012-11-12 18:50:49 -0800
commit382e275d22ed926c452ae70c92966cd3f0c6168f (patch)
tree651d079f25b470f8cf2224d43bad3d2bb2c3059c /man
parentdede059b50733e591c32fbe0131738ac8a939eaa (diff)
man/waffle_config: Clarify the possibility of version/profile rejection
Clarify that, even if waffle successfully returns a config, the native platform may later reject the requested version and profile at time of context creation. Signed-off-by: Chad Versace <chad.versace@linux.intel.com>
Diffstat (limited to 'man')
-rw-r--r--man/waffle_config.3.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/man/waffle_config.3.xml b/man/waffle_config.3.xml
index f735f7f..04e999b 100644
--- a/man/waffle_config.3.xml
+++ b/man/waffle_config.3.xml
@@ -242,6 +242,13 @@ struct waffle_config;
Below is described in detail the rules by which waffle filters the set of accepted values according to the
value of <constant>WAFFLE_CONTEXT_API</constant>.
+
+ Even if <function>waffle_config_choose()</function> accepts the requested version
+ and successfully returns a config,
+
+ the native platform may later reject the requested version when
+ <citerefentry><refentrytitle>waffle_context_create</refentrytitle><manvolnum>3</manvolnum></citerefentry>
+ is called.
</para>
<para>
@@ -278,6 +285,13 @@ struct waffle_config;
Below is described in detail the rules by which waffle filters the set of accepted values according to the
value of <constant>WAFFLE_CONTEXT_API</constant>.
+
+ Even if <function>waffle_config_choose()</function> accepts the requested profile
+ and successfully returns a config,
+
+ the native platform may later reject the requested profile when
+ <citerefentry><refentrytitle>waffle_context_create</refentrytitle><manvolnum>3</manvolnum></citerefentry>
+ is called.
</para>
<para>