diff options
author | Brian Paul <[email protected]> | 2009-05-14 16:25:32 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2009-05-21 09:17:09 -0600 |
commit | 39d7524f7b176d4375e230ac60963d197be539f2 (patch) | |
tree | 65f610f393f8d0054964b732017379951c105e48 /src/mesa/main/varray.h | |
parent | 15f21bf357980284d4aea6270f68bb9b83d26fbd (diff) |
mesa: added _mesa_print_arrays() for debugging
Diffstat (limited to 'src/mesa/main/varray.h')
-rw-r--r-- | src/mesa/main/varray.h | 17 |
1 files changed, 5 insertions, 12 deletions
diff --git a/src/mesa/main/varray.h b/src/mesa/main/varray.h index 97d5c8219d0..46cc3ee3425 100644 --- a/src/mesa/main/varray.h +++ b/src/mesa/main/varray.h @@ -1,18 +1,9 @@ -/** - * \file varray.h - * Vertex arrays. - * - * \if subset - * (No-op) - * - * \endif - */ - /* * Mesa 3-D graphics library - * Version: 4.1 + * Version: 7.6 * - * Copyright (C) 1999-2002 Brian Paul All Rights Reserved. + * Copyright (C) 1999-2008 Brian Paul All Rights Reserved. + * Copyright (C) 2009 VMware, Inc. 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"), @@ -169,6 +160,8 @@ _mesa_DrawRangeElements(GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const GLvoid *indices); +extern void +_mesa_print_arrays(GLcontext *ctx); extern void _mesa_init_varray( GLcontext * ctx ); |