diff options
author | Andreas Boll <[email protected]> | 2015-02-09 11:18:04 +0100 |
---|---|---|
committer | Andreas Boll <[email protected]> | 2015-02-25 08:23:33 +0100 |
commit | 06924972d5982f00e66335a66df0172a9d90cc29 (patch) | |
tree | da70a3899d8c7f36d223312fd72f4b63b2f4eba3 /src/mesa | |
parent | 720ba6ca9745f7b7dc0b5120f3a57d66e2bbe18b (diff) |
dri/common: Update comment about driQueryRendererIntegerCommon
Since 87d3ae0b45b6b6bb50b583dafa55eb109449a005
driQueryRendererIntegerCommon handles __DRI2_RENDERER_PREFFERED_PROFILE
too.
Signed-off-by: Andreas Boll <[email protected]>
Reviewed-by: Ian Romanick <[email protected]>
Diffstat (limited to 'src/mesa')
-rw-r--r-- | src/mesa/drivers/dri/common/utils.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/common/utils.c b/src/mesa/drivers/dri/common/utils.c index f2e63c0b98c..ccdc9714495 100644 --- a/src/mesa/drivers/dri/common/utils.c +++ b/src/mesa/drivers/dri/common/utils.c @@ -485,6 +485,7 @@ driIndexConfigAttrib(const __DRIconfig *config, int index, * Currently only the following queries are supported by this function: * * - \c __DRI2_RENDERER_VERSION + * - \c __DRI2_RENDERER_PREFERRED_PROFILE * - \c __DRI2_RENDERER_OPENGL_CORE_PROFILE_VERSION * - \c __DRI2_RENDERER_OPENGL_COMPATIBLITY_PROFILE_VERSION * - \c __DRI2_RENDERER_ES_PROFILE_VERSION |