~ubuntu-branches/ubuntu/quantal/mesa-glw/quantal

« back to all changes in this revision

Viewing changes to src/mesa/drivers/dri/sis/sis_stencil.h

  • Committer: Bazaar Package Importer
  • Author(s): Morten Kjeldgaard
  • Date: 2008-05-06 16:19:15 UTC
  • Revision ID: james.westby@ubuntu.com-20080506161915-uynz7nftmfixu6bq
Tags: upstream-7.0.3
ImportĀ upstreamĀ versionĀ 7.0.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/**************************************************************************
 
2
 
 
3
Copyright 2003 Eric Anholt
 
4
All Rights Reserved.
 
5
 
 
6
Permission is hereby granted, free of charge, to any person obtaining a
 
7
copy of this software and associated documentation files (the "Software"),
 
8
to deal in the Software without restriction, including without limitation
 
9
on the rights to use, copy, modify, merge, publish, distribute, sub
 
10
license, and/or sell copies of the Software, and to permit persons to whom
 
11
the Software is furnished to do so, subject to the following conditions:
 
12
 
 
13
The above copyright notice and this permission notice (including the next
 
14
paragraph) shall be included in all copies or substantial portions of the
 
15
Software.
 
16
 
 
17
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 
18
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 
19
FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL
 
20
ERIC ANHOLT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
 
21
AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
 
22
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 
23
 
 
24
**************************************************************************/
 
25
/* $XFree86$ */
 
26
 
 
27
/*
 
28
 * Authors:
 
29
 *    Eric Anholt <anholt@FreeBSD.org>
 
30
 */
 
31
 
 
32
#ifndef __SIS_STENCIL_H__
 
33
#define __SIS_STENCIL_H__
 
34
 
 
35
extern void sisDDInitStencilFuncs( GLcontext *ctx );
 
36
 
 
37
#endif