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/span.h

    r2938 r3597  
    1 /* $Id: span.h,v 1.1 2000-02-29 00:48:38 sandervl Exp $ */
     1/* $Id: span.h,v 1.2 2000-05-23 20:34:56 jeroen Exp $ */
    22
    33/*
     
    3838extern void gl_write_index_span( GLcontext *ctx,
    3939                                 GLuint n, GLint x, GLint y, const GLdepth z[],
    40                                 GLuint index[], GLenum primitive );
     40                                GLuint index[], GLenum primitive );
    4141
    4242
     
    4444                                     GLuint n, GLint x, GLint y,
    4545                                     const GLdepth z[],
    46                                      GLuint index, GLenum primitive );
     46                                     GLuint index, GLenum primitive );
    4747
    4848
     
    6161                                   GLuint n, GLint x, GLint y,
    6262                                   const GLdepth z[],
    63                                    const GLfloat s[], const GLfloat t[],
     63                                   const GLfloat s[], const GLfloat t[],
    6464                                   const GLfloat u[], GLfloat lambda[],
    65                                    GLubyte rgba[][4], CONST GLubyte spec[][4],
     65                                   GLubyte rgba[][4], CONST GLubyte spec[][4],
    6666                                   GLenum primitive );
    6767
    6868
    69 extern void gl_write_multitexture_span( GLcontext *ctx, GLuint texSets,
    70                                         GLuint n, GLint x, GLint y,
    71                                         const GLdepth z[],
    72                                         CONST GLfloat s[][MAX_WIDTH],
    73                                         CONST GLfloat t[][MAX_WIDTH],
    74                                         CONST GLfloat u[][MAX_WIDTH],
    75                                         GLfloat lambda[][MAX_WIDTH],
    76                                         GLubyte rgba[][4],
    77                                         CONST GLubyte spec[][4],
    78                                         GLenum primitive );
     69extern void
     70gl_write_multitexture_span( GLcontext *ctx, GLuint texSets,
     71                            GLuint n, GLint x, GLint y,
     72                            const GLdepth z[],
     73                            CONST GLfloat s[MAX_TEXTURE_UNITS][MAX_WIDTH],
     74                            CONST GLfloat t[MAX_TEXTURE_UNITS][MAX_WIDTH],
     75                            CONST GLfloat u[MAX_TEXTURE_UNITS][MAX_WIDTH],
     76                            GLfloat lambda[MAX_TEXTURE_UNITS][MAX_WIDTH],
     77                            GLubyte rgba[][4],
     78                            CONST GLubyte spec[][4],
     79                            GLenum primitive );
    7980
    8081
    81 extern void gl_read_rgba_span( GLcontext *ctx,
     82extern void gl_read_rgba_span( GLcontext *ctx, GLframebuffer *buffer,
    8283                               GLuint n, GLint x, GLint y,
    8384                               GLubyte rgba[][4] );
    8485
    8586
    86 extern void gl_read_index_span( GLcontext *ctx,
     87extern void gl_read_index_span( GLcontext *ctx, GLframebuffer *buffer,
    8788                                GLuint n, GLint x, GLint y, GLuint indx[] );
    8889
Note: See TracChangeset for help on using the changeset viewer.