b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync/* $XFree86: xc/programs/Xserver/GL/glx/g_disptab_EXT.h,v 1.5 2004/01/28 18:11:50 alanh Exp $ */
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync/* DO NOT EDIT - THIS FILE IS AUTOMATICALLY GENERATED */
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync#ifdef HAVE_DIX_CONFIG_H
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync#include <dix-config.h>
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync#endif
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync#ifndef _GLX_g_disptab_EXT_h_
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync#define _GLX_g_disptab_EXT_h_
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync/*
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync** License Applicability. Except to the extent portions of this file are
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync** made subject to an alternative license as permitted in the SGI Free
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync** Software License B, Version 1.1 (the "License"), the contents of this
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync** file are subject only to the provisions of the License. You may not use
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync** this file except in compliance with the License. You may obtain a copy
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync**
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync** http://oss.sgi.com/projects/FreeB
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync**
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync** Note that, as provided in the License, the Software is distributed on an
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync**
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync** Original Code. The Original Code is: OpenGL Sample Implementation,
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync** Copyright in any portions created by third parties is as indicated
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync** elsewhere herein. All Rights Reserved.
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync**
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync** Additional Notice Provisions: This software was created using the
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync** OpenGL(R) version 1.2.1 Sample Implementation published by SGI, but has
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync** not been independently verified as being compliant with the OpenGL(R)
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync** version 1.2.1 Specification.
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync*/
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync#define __GLX_MIN_RENDER_OPCODE_EXT 2053
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync#define __GLX_MAX_RENDER_OPCODE_EXT 4325
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync#define __GLX_MIN_VENDPRIV_OPCODE_EXT 11
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync#define __GLX_MAX_VENDPRIV_OPCODE_EXT 14
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync#define __GLX_VENDPRIV_TABLE_SIZE_EXT (__GLX_MAX_VENDPRIV_OPCODE_EXT - __GLX_MIN_VENDPRIV_OPCODE_EXT + 1)
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync#define __GLX_RENDER_TABLE_SIZE_EXT (__GLX_MAX_RENDER_OPCODE_EXT - __GLX_MIN_RENDER_OPCODE_EXT + 1)
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsyncextern __GLXdispatchRenderProcPtr __glXRenderTable_EXT[__GLX_RENDER_TABLE_SIZE_EXT];
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsyncextern __GLXdispatchVendorPrivProcPtr __glXVendorPrivTable_EXT[__GLX_VENDPRIV_TABLE_SIZE_EXT];
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsyncextern __GLXdispatchRenderProcPtr __glXSwapRenderTable_EXT[__GLX_RENDER_TABLE_SIZE_EXT];
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsyncextern __GLXdispatchVendorPrivProcPtr __glXSwapVendorPrivTable_EXT[__GLX_VENDPRIV_TABLE_SIZE_EXT];
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync#endif /* _GLX_g_disptab_EXT_h_ */