Changeset 2962 for trunk/src/opengl/mesa/readpix.c
- Timestamp:
- Mar 1, 2000, 7:50:02 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/opengl/mesa/readpix.c
r2938 r2962 1 /* $Id: readpix.c,v 1. 1 2000-02-29 00:50:09 sandervlExp $ */1 /* $Id: readpix.c,v 1.2 2000-03-01 18:49:35 jeroen Exp $ */ 2 2 3 3 /* … … 40 40 #endif 41 41 #include "alphabuf.h" 42 #include "types.h" 42 43 #include "context.h" 43 44 #include "depth.h" … … 49 50 #include "span.h" 50 51 #include "stencil.h" 51 #include "types.h"52 52 #endif 53 53 … … 60 60 static void read_index_pixels( GLcontext *ctx, 61 61 GLint x, GLint y, 62 62 GLsizei width, GLsizei height, 63 63 GLenum type, GLvoid *pixels, 64 64 const struct gl_pixelstore_attrib *packing )
Note:
See TracChangeset
for help on using the changeset viewer.