Magellan Linux

Annotation of /trunk/mesa/patches/mesa-6.4.2-amd64-fix-indirect-vertex-array.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 153 - (hide annotations) (download)
Tue May 8 20:52:56 2007 UTC (17 years, 1 month ago) by niro
File size: 748 byte(s)
-import

1 niro 153 ===================================================================
2     RCS file: /cvs/mesa/Mesa/src/glx/x11/indirect_vertex_array.c,v
3     rcsdiff: /cvs/mesa/Mesa/src/glx/x11/indirect_vertex_array.c,v: warning: Unknown phrases like `commitid ...;' are present.
4     retrieving revision 1.6
5     retrieving revision 1.7
6     diff -u -r1.6 -r1.7
7     --- Mesa/src/glx/x11/indirect_vertex_array.c 2005/08/19 18:53:26 1.6
8     +++ Mesa/src/glx/x11/indirect_vertex_array.c 2006/02/14 15:04:45 1.7
9     @@ -530,7 +530,7 @@
10     emit_DrawArrays_header_old( __GLXcontext * gc,
11     struct array_state_vector * arrays,
12     size_t * elements_per_request,
13     - size_t * total_requests,
14     + unsigned int * total_requests,
15     GLenum mode, GLsizei count )
16     {
17     size_t command_size;