Blame va/x11/va_dri2tokens.h

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