Ignore:
Timestamp:
May 23, 2000, 10:35:01 PM (25 years ago)
Author:
jeroen
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/opengl/mesa/pixel.h

    r2938 r3597  
    1 /* $Id: pixel.h,v 1.1 2000-02-29 00:48:35 sandervl Exp $ */
     1/* $Id: pixel.h,v 1.2 2000-05-23 20:34:54 jeroen Exp $ */
    22
    33/*
    44 * Mesa 3-D graphics library
    5  * Version:  3.1
     5 * Version:  3.3
    66 *
    77 * Copyright (C) 1999  Brian Paul   All Rights Reserved.
     
    4141
    4242
    43 extern void gl_GetPixelMapfv( GLcontext *ctx, GLenum map, GLfloat *values );
     43extern void
     44_mesa_GetPixelMapfv( GLenum map, GLfloat *values );
    4445
    45 extern void gl_GetPixelMapuiv( GLcontext *ctx, GLenum map, GLuint *values );
     46extern void
     47_mesa_GetPixelMapuiv( GLenum map, GLuint *values );
    4648
    47 extern void gl_GetPixelMapusv( GLcontext *ctx, GLenum map, GLushort *values );
     49extern void
     50_mesa_GetPixelMapusv( GLenum map, GLushort *values );
    4851
     52extern void
     53_mesa_PixelMapfv( GLenum map, GLint mapsize, const GLfloat *values );
    4954
    50 extern void gl_PixelMapfv( GLcontext *ctx,
    51                            GLenum map, GLint mapsize, const GLfloat *values );
     55extern void
     56_mesa_PixelMapuiv(GLenum map, GLint mapsize, const GLuint *values );
    5257
    53 extern void gl_PixelStorei( GLcontext *ctx, GLenum pname, GLint param );
     58extern void
     59_mesa_PixelMapusv(GLenum map, GLint mapsize, const GLushort *values );
    5460
    55 extern void gl_PixelTransferf( GLcontext *ctx, GLenum pname, GLfloat param );
     61extern void
     62_mesa_PixelStoref( GLenum pname, GLfloat param );
    5663
    57 extern void gl_PixelZoom( GLcontext *ctx, GLfloat xfactor, GLfloat yfactor );
     64extern void
     65_mesa_PixelStorei( GLenum pname, GLint param );
     66
     67extern void
     68_mesa_PixelTransferf( GLenum pname, GLfloat param );
     69
     70extern void
     71_mesa_PixelTransferi( GLenum pname, GLint param );
     72
     73extern void
     74_mesa_PixelZoom( GLfloat xfactor, GLfloat yfactor );
     75
    5876
    5977
Note: See TracChangeset for help on using the changeset viewer.