summaryrefslogtreecommitdiffstats
path: root/src/gallium/include/state_tracker
diff options
context:
space:
mode:
authorMarek Olšák <[email protected]>2012-11-28 20:38:22 +0100
committerMarek Olšák <[email protected]>2012-11-29 01:07:26 +0100
commitaa46cc2879846c7f4e11dfb0a83063863bce6997 (patch)
treef1a2eefb8b23ab5c7e1ab02bf3992d92204ff17e /src/gallium/include/state_tracker
parent249f86e3f88d667437130a2badfe139d3144fcc9 (diff)
st/mesa: allow forward-compatible contexts and set Const.ContextFlags
Reviewed-by: Brian Paul <[email protected]> Reviewed-by: Ian Romanick <[email protected]>
Diffstat (limited to 'src/gallium/include/state_tracker')
-rw-r--r--src/gallium/include/state_tracker/st_api.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/gallium/include/state_tracker/st_api.h b/src/gallium/include/state_tracker/st_api.h
index 3a11cd47aae..85de1c2af85 100644
--- a/src/gallium/include/state_tracker/st_api.h
+++ b/src/gallium/include/state_tracker/st_api.h
@@ -250,8 +250,7 @@ struct st_context_attribs
* The profile and minimal version to support.
*
* The valid profiles and versions are rendering API dependent. The latest
- * version satisfying the request should be returned, unless the
- * ST_CONTEXT_FLAG_FORWARD_COMPATIBLE bit is set.
+ * version satisfying the request should be returned.
*/
enum st_profile_type profile;
int major, minor;