Blame va/x11/va_dri2tokens.h

Packit 38d9dc
/*
Packit 38d9dc
 * Copyright © 2008 Red Hat, Inc.
Packit 38d9dc
 *
Packit 38d9dc
 * Permission is hereby granted, free of charge, to any person obtaining a
Packit 38d9dc
 * copy of this software and associated documentation files (the "Soft-
Packit 38d9dc
 * ware"), to deal in the Software without restriction, including without
Packit 38d9dc
 * limitation the rights to use, copy, modify, merge, publish, distribute,
Packit 38d9dc
 * and/or sell copies of the Software, and to permit persons to whom the
Packit 38d9dc
 * Software is furnished to do so, provided that the above copyright
Packit 38d9dc
 * notice(s) and this permission notice appear in all copies of the Soft-
Packit 38d9dc
 * ware and that both the above copyright notice(s) and this permission
Packit 38d9dc
 * notice appear in supporting documentation.
Packit 38d9dc
 *
Packit 38d9dc
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
Packit 38d9dc
 * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABIL-
Packit 38d9dc
 * ITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD PARTY
Packit 38d9dc
 * RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN
Packit 38d9dc
 * THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSE-
Packit 38d9dc
 * QUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
Packit 38d9dc
 * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
Packit 38d9dc
 * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFOR-
Packit 38d9dc
 * MANCE OF THIS SOFTWARE.
Packit 38d9dc
 *
Packit 38d9dc
 * Except as contained in this notice, the name of a copyright holder shall
Packit 38d9dc
 * not be used in advertising or otherwise to promote the sale, use or
Packit 38d9dc
 * other dealings in this Software without prior written authorization of
Packit 38d9dc
 * the copyright holder.
Packit 38d9dc
 *
Packit 38d9dc
 * Authors:
Packit 38d9dc
 *   Kristian Høgsberg (krh@redhat.com)
Packit 38d9dc
 */
Packit 38d9dc
Packit 38d9dc
#ifndef _DRI2_TOKENS_H_
Packit 38d9dc
#define _DRI2_TOKENS_H_
Packit 38d9dc
Packit 38d9dc
#define DRI2BufferFrontLeft		0
Packit 38d9dc
#define DRI2BufferBackLeft		1
Packit 38d9dc
#define DRI2BufferFrontRight		2
Packit 38d9dc
#define DRI2BufferBackRight		3
Packit 38d9dc
#define DRI2BufferDepth			4
Packit 38d9dc
#define DRI2BufferStencil		5
Packit 38d9dc
#define DRI2BufferAccum			6
Packit 38d9dc
#define DRI2BufferFakeFrontLeft		7
Packit 38d9dc
#define DRI2BufferFakeFrontRight	8
Packit 38d9dc
Packit 38d9dc
#define DRI2DriverDRI			0
Packit 38d9dc
Packit 38d9dc
#endif