Mesa (master): glx: More comment cleanup

Adam Jackson ajax at kemper.freedesktop.org
Tue May 24 20:39:22 UTC 2011


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

Author: Adam Jackson <ajax at redhat.com>
Date:   Fri Apr 29 16:30:50 2011 -0400

glx: More comment cleanup

Signed-off-by: Adam Jackson <ajax at redhat.com>

---

 src/glx/glxcmds.c |   11 +++--------
 1 files changed, 3 insertions(+), 8 deletions(-)

diff --git a/src/glx/glxcmds.c b/src/glx/glxcmds.c
index 22bebab..012cd79 100644
--- a/src/glx/glxcmds.c
+++ b/src/glx/glxcmds.c
@@ -200,19 +200,14 @@ glx_context_init(struct glx_context *gc,
 
 
 /**
- * Create a new context.  Exactly one of \c vis and \c fbconfig should be
- * non-NULL.
+ * Create a new context.
  *
- * \param use_glx_1_3  For FBConfigs, should GLX 1.3 protocol or
- *                     SGIX_fbconfig protocol be used?
  * \param renderType   For FBConfigs, what is the rendering type?
  */
 
 static GLXContext
-CreateContext(Display * dpy, int generic_id,
-              struct glx_config *config,
-              GLXContext shareList_user,
-              Bool allowDirect,
+CreateContext(Display *dpy, int generic_id, struct glx_config *config,
+              GLXContext shareList_user, Bool allowDirect,
 	      unsigned code, int renderType, int screen)
 {
    struct glx_context *gc;




More information about the mesa-commit mailing list