cabde247f900dcf6e58d009bbdd15099c028c6fcvboxsync#ifdef HAVE_DIX_CONFIG_H
cabde247f900dcf6e58d009bbdd15099c028c6fcvboxsync#include <dix-config.h>
cabde247f900dcf6e58d009bbdd15099c028c6fcvboxsync#endif
cabde247f900dcf6e58d009bbdd15099c028c6fcvboxsync
cabde247f900dcf6e58d009bbdd15099c028c6fcvboxsync#ifndef _singlesize_h_
cabde247f900dcf6e58d009bbdd15099c028c6fcvboxsync#define _singlesize_h_
cabde247f900dcf6e58d009bbdd15099c028c6fcvboxsync
cabde247f900dcf6e58d009bbdd15099c028c6fcvboxsync/*
cabde247f900dcf6e58d009bbdd15099c028c6fcvboxsync * SGI FREE SOFTWARE LICENSE B (Version 2.0, Sept. 18, 2008)
cabde247f900dcf6e58d009bbdd15099c028c6fcvboxsync * Copyright (C) 1991-2000 Silicon Graphics, Inc. All Rights Reserved.
cabde247f900dcf6e58d009bbdd15099c028c6fcvboxsync *
cabde247f900dcf6e58d009bbdd15099c028c6fcvboxsync * Permission is hereby granted, free of charge, to any person obtaining a
cabde247f900dcf6e58d009bbdd15099c028c6fcvboxsync * copy of this software and associated documentation files (the "Software"),
cabde247f900dcf6e58d009bbdd15099c028c6fcvboxsync * to deal in the Software without restriction, including without limitation
cabde247f900dcf6e58d009bbdd15099c028c6fcvboxsync * the rights to use, copy, modify, merge, publish, distribute, sublicense,
cabde247f900dcf6e58d009bbdd15099c028c6fcvboxsync * and/or sell copies of the Software, and to permit persons to whom the
cabde247f900dcf6e58d009bbdd15099c028c6fcvboxsync * Software is furnished to do so, subject to the following conditions:
cabde247f900dcf6e58d009bbdd15099c028c6fcvboxsync *
cabde247f900dcf6e58d009bbdd15099c028c6fcvboxsync * The above copyright notice including the dates of first publication and
cabde247f900dcf6e58d009bbdd15099c028c6fcvboxsync * either this permission notice or a reference to
cabde247f900dcf6e58d009bbdd15099c028c6fcvboxsync * http://oss.sgi.com/projects/FreeB/
cabde247f900dcf6e58d009bbdd15099c028c6fcvboxsync * shall be included in all copies or substantial portions of the Software.
cabde247f900dcf6e58d009bbdd15099c028c6fcvboxsync *
cabde247f900dcf6e58d009bbdd15099c028c6fcvboxsync * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
cabde247f900dcf6e58d009bbdd15099c028c6fcvboxsync * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
cabde247f900dcf6e58d009bbdd15099c028c6fcvboxsync * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
cabde247f900dcf6e58d009bbdd15099c028c6fcvboxsync * SILICON GRAPHICS, INC. BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
cabde247f900dcf6e58d009bbdd15099c028c6fcvboxsync * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
cabde247f900dcf6e58d009bbdd15099c028c6fcvboxsync * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
cabde247f900dcf6e58d009bbdd15099c028c6fcvboxsync * SOFTWARE.
cabde247f900dcf6e58d009bbdd15099c028c6fcvboxsync *
cabde247f900dcf6e58d009bbdd15099c028c6fcvboxsync * Except as contained in this notice, the name of Silicon Graphics, Inc.
cabde247f900dcf6e58d009bbdd15099c028c6fcvboxsync * shall not be used in advertising or otherwise to promote the sale, use or
cabde247f900dcf6e58d009bbdd15099c028c6fcvboxsync * other dealings in this Software without prior written authorization from
cabde247f900dcf6e58d009bbdd15099c028c6fcvboxsync * Silicon Graphics, Inc.
cabde247f900dcf6e58d009bbdd15099c028c6fcvboxsync */
cabde247f900dcf6e58d009bbdd15099c028c6fcvboxsync
cabde247f900dcf6e58d009bbdd15099c028c6fcvboxsync#include "indirect_size.h"
cabde247f900dcf6e58d009bbdd15099c028c6fcvboxsync
cabde247f900dcf6e58d009bbdd15099c028c6fcvboxsyncextern GLint __glReadPixels_size(GLenum format, GLenum type,
cabde247f900dcf6e58d009bbdd15099c028c6fcvboxsync GLint width, GLint height);
cabde247f900dcf6e58d009bbdd15099c028c6fcvboxsyncextern GLint __glGetMap_size(GLenum pname, GLenum query);
cabde247f900dcf6e58d009bbdd15099c028c6fcvboxsyncextern GLint __glGetMapdv_size(GLenum target, GLenum query);
cabde247f900dcf6e58d009bbdd15099c028c6fcvboxsyncextern GLint __glGetMapfv_size(GLenum target, GLenum query);
cabde247f900dcf6e58d009bbdd15099c028c6fcvboxsyncextern GLint __glGetMapiv_size(GLenum target, GLenum query);
cabde247f900dcf6e58d009bbdd15099c028c6fcvboxsyncextern GLint __glGetPixelMap_size(GLenum map);
cabde247f900dcf6e58d009bbdd15099c028c6fcvboxsyncextern GLint __glGetPixelMapfv_size(GLenum map);
cabde247f900dcf6e58d009bbdd15099c028c6fcvboxsyncextern GLint __glGetPixelMapuiv_size(GLenum map);
cabde247f900dcf6e58d009bbdd15099c028c6fcvboxsyncextern GLint __glGetPixelMapusv_size(GLenum map);
cabde247f900dcf6e58d009bbdd15099c028c6fcvboxsyncextern GLint __glGetTexImage_size(GLenum target, GLint level, GLenum format,
cabde247f900dcf6e58d009bbdd15099c028c6fcvboxsync GLenum type, GLint width, GLint height,
cabde247f900dcf6e58d009bbdd15099c028c6fcvboxsync GLint depth);
cabde247f900dcf6e58d009bbdd15099c028c6fcvboxsync
cabde247f900dcf6e58d009bbdd15099c028c6fcvboxsync#endif /* _singlesize_h_ */