Mesa (master): dri/common: Update comment about driQueryRendererIntegerCommon

Andreas Boll ab at kemper.freedesktop.org
Wed Feb 25 07:24:43 UTC 2015


Module: Mesa
Branch: master
Commit: 06924972d5982f00e66335a66df0172a9d90cc29
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=06924972d5982f00e66335a66df0172a9d90cc29

Author: Andreas Boll <andreas.boll.dev at gmail.com>
Date:   Mon Feb  9 11:18:04 2015 +0100

dri/common: Update comment about driQueryRendererIntegerCommon

Since 87d3ae0b45b6b6bb50b583dafa55eb109449a005
driQueryRendererIntegerCommon handles __DRI2_RENDERER_PREFFERED_PROFILE
too.

Signed-off-by: Andreas Boll <andreas.boll.dev at gmail.com>
Reviewed-by: Ian Romanick <ian.d.romanick at intel.com>

---

 src/mesa/drivers/dri/common/utils.c |    1 +
 1 file changed, 1 insertion(+)

diff --git a/src/mesa/drivers/dri/common/utils.c b/src/mesa/drivers/dri/common/utils.c
index f2e63c0..ccdc971 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




More information about the mesa-commit mailing list