diff options
author | Ian Romanick <[email protected]> | 2005-07-07 19:35:30 +0000 |
---|---|---|
committer | Ian Romanick <[email protected]> | 2005-07-07 19:35:30 +0000 |
commit | 2550844c6e20286113ea7f8d72cd9a9e0b05bc3d (patch) | |
tree | 1328c883013869db209505eb83d105b1cda28267 /progs/tests/bug_3101.c | |
parent | 259f096ed862b0566111378af5bcdd5c34039faa (diff) |
Correct the comments in the file headers. Oops.
Diffstat (limited to 'progs/tests/bug_3101.c')
-rw-r--r-- | progs/tests/bug_3101.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/progs/tests/bug_3101.c b/progs/tests/bug_3101.c index d27488262aa..fb9ebb10593 100644 --- a/progs/tests/bug_3101.c +++ b/progs/tests/bug_3101.c @@ -1,5 +1,5 @@ /* - * (C) Copyright IBM Corporation 2004 + * (C) Copyright IBM Corporation 2005 * All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a @@ -23,11 +23,11 @@ */ /** - * \file blendminmax.c - * - * Simple test of GL_EXT_blend_minmax functionality. Four squares are drawn - * with different blending modes, but all should be rendered with the same - * final color. + * \file bug_3101.c + * + * Simple regression test for bug #3101. Attempt to draw a single square. + * After emiting the first vertex, call \c glEdgeFlag to change the vertex + * format. If the bug still exists, this will cause a segfault. * * \author Ian Romanick <[email protected]> */ |