~ubuntu-branches/ubuntu/edgy/xorg-server/edgy-updates

« back to all changes in this revision

Viewing changes to GL/glx/impsize.h

  • Committer: Bazaar Package Importer
  • Author(s): Rodrigo Parra Novo
  • Date: 2006-07-25 20:06:28 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20060725200628-gjmmd9gxfxdc4ejs
Tags: 1:1.1.1-0ubuntu1
* New Upstream version
* Changed Build-Depends from mesa-swrast-source to mesa-swx11-source,
  following Debian package nomenclature
* Re-did 12_security_policy_in_etc.diff for 1.1.1
* Dropped 15_security_allocate_local.diff (applied upstream)
* Dropped 16_SECURITY_setuid.diff (applied upstream)
* Dropped 000_ubuntu_fix_read_kernel_mapping.patch (applied upstream)
* Dropped 002_ubuntu_fix_for_certain_intel_chipsets.patch (applied upstream)
* Updated versioned Build-Depends on mesa-swx11-source to version
  6.5.0.cvs.20060725-0ubuntu1
* Added arrayobj.c, arrayobj.h, bitset.h & rbadaptors.h to
  GL/symlink-mesa.sh (linked from mesa-swx11-source)
* Added arrayobj.c to default build target on GL/mesa/main

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* $XFree86: xc/programs/Xserver/GL/glx/impsize.h,v 1.4 2003/09/28 20:15:43 alanh Exp $ */
2
 
#ifdef HAVE_DIX_CONFIG_H
3
 
#include <dix-config.h>
4
 
#endif
5
 
 
6
 
#ifndef _impsize_h_
7
 
#define _impsize_h_
8
 
 
9
 
/*
10
 
** License Applicability. Except to the extent portions of this file are
11
 
** made subject to an alternative license as permitted in the SGI Free
12
 
** Software License B, Version 1.1 (the "License"), the contents of this
13
 
** file are subject only to the provisions of the License. You may not use
14
 
** this file except in compliance with the License. You may obtain a copy
15
 
** of the License at Silicon Graphics, Inc., attn: Legal Services, 1600
16
 
** Amphitheatre Parkway, Mountain View, CA 94043-1351, or at:
17
 
** 
18
 
** http://oss.sgi.com/projects/FreeB
19
 
** 
20
 
** Note that, as provided in the License, the Software is distributed on an
21
 
** "AS IS" basis, with ALL EXPRESS AND IMPLIED WARRANTIES AND CONDITIONS
22
 
** DISCLAIMED, INCLUDING, WITHOUT LIMITATION, ANY IMPLIED WARRANTIES AND
23
 
** CONDITIONS OF MERCHANTABILITY, SATISFACTORY QUALITY, FITNESS FOR A
24
 
** PARTICULAR PURPOSE, AND NON-INFRINGEMENT.
25
 
** 
26
 
** Original Code. The Original Code is: OpenGL Sample Implementation,
27
 
** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics,
28
 
** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc.
29
 
** Copyright in any portions created by third parties is as indicated
30
 
** elsewhere herein. All Rights Reserved.
31
 
** 
32
 
** Additional Notice Provisions: The application programming interfaces
33
 
** established by SGI in conjunction with the Original Code are The
34
 
** OpenGL(R) Graphics System: A Specification (Version 1.2.1), released
35
 
** April 1, 1999; The OpenGL(R) Graphics System Utility Library (Version
36
 
** 1.3), released November 4, 1998; and OpenGL(R) Graphics with the X
37
 
** Window System(R) (Version 1.3), released October 19, 1998. This software
38
 
** was created using the OpenGL(R) version 1.2.1 Sample Implementation
39
 
** published by SGI, but has not been independently verified as being
40
 
** compliant with the OpenGL(R) version 1.2.1 Specification.
41
 
**
42
 
*/
43
 
 
44
 
/*
45
 
** These are defined in libsampleGL.a. They are not technically part of
46
 
** the defined interface between libdixGL.a and libsampleGL.a (that interface
47
 
** being the functions in the __glXScreenInfo structure, plus the OpenGL API
48
 
** itself), but we thought it was better to call these routines than to
49
 
** replicate the code in here.
50
 
*/
51
 
 
52
 
#include "indirect_size.h"
53
 
 
54
 
extern int __glDrawPixels_size(GLenum format, GLenum type, GLsizei w,GLsizei h);
55
 
 
56
 
#endif /* _impsize_h_ */