Ignore:
Timestamp:
May 21, 2000, 10:57:14 PM (25 years ago)
Author:
jeroen
Message:

* empty log message *

File:
1 edited

Legend:

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

    r2938 r3582  
    1 /* $Id: drawpix.h,v 1.1 2000-02-29 00:48:29 sandervl Exp $ */
     1/* $Id: drawpix.h,v 1.2 2000-05-21 20:33:34 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.
     
    3737
    3838extern GLboolean
    39 gl_direct_DrawPixels( GLcontext *ctx,
    40                       const struct gl_pixelstore_attrib *unpack,
    41                       GLsizei width, GLsizei height,
    42                       GLenum format, GLenum type, const GLvoid *pixels );
     39_mesa_clip_pixelrect(const GLcontext *ctx,
     40                     GLint *destX, GLint *destY,
     41                     GLsizei *width, GLsizei *height,
     42                     GLint *skipPixels, GLint *skipRows);
    4343
    4444
    45 #if 000
    46 extern void gl_DrawPixels( GLcontext *ctx, GLsizei width, GLsizei height,
    47                            GLenum format, GLenum type, const GLvoid *pixels );
    48 #endif
    49 
    50 
    51 extern void gl_DrawPixels( GLcontext *ctx, struct gl_image *image );
    52 
     45extern void
     46_mesa_DrawPixels( GLsizei width, GLsizei height,
     47                  GLenum format, GLenum type, const GLvoid *pixels );
    5348
    5449#endif
Note: See TracChangeset for help on using the changeset viewer.