diff options
author | Brian Paul <[email protected]> | 2000-01-28 18:57:56 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2000-01-28 18:57:56 +0000 |
commit | 8d365ab2048bfee8cd4138c15cb0371fd63f31da (patch) | |
tree | c1e9684622394b4d71f003dc2e89e8c4072c86a0 /src/mesa/glapi/glthread.c | |
parent | d73af1122a027ac5f6972a8e613504926f4077ae (diff) |
updated comments
Diffstat (limited to 'src/mesa/glapi/glthread.c')
-rw-r--r-- | src/mesa/glapi/glthread.c | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/mesa/glapi/glthread.c b/src/mesa/glapi/glthread.c index 84e669e44f7..e7cc8d8d489 100644 --- a/src/mesa/glapi/glthread.c +++ b/src/mesa/glapi/glthread.c @@ -1,10 +1,10 @@ -/* $Id: glthread.c,v 1.2 1999/12/17 11:13:54 brianp Exp $ */ +/* $Id: glthread.c,v 1.3 2000/01/28 18:57:56 brianp Exp $ */ /* * Mesa 3-D graphics library * Version: 3.3 * - * Copyright (C) 1999 Brian Paul All Rights Reserved. + * Copyright (C) 1999-2000 Brian Paul All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), @@ -33,6 +33,9 @@ * * Revised by Keith Whitwell * Adapted for new gl dispatcher by Brian Paul + * + * XXX There's probably some work to do in order to make this file + * truly reusable outside of Mesa. First, the glheader.h include must go. */ |