mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 13:58:04 +02:00
replace size_t * w/ unsigned int * (Jurg Billeter)
This commit is contained in:
parent
a5033a0421
commit
0c1438d331
1 changed files with 2 additions and 2 deletions
|
|
@ -420,7 +420,7 @@ fill_array_info_cache( struct array_state_vector * arrays )
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
foo
|
||||
if ( arrays->new_DrawArrays_possible ) {
|
||||
assert( ! arrays->new_DrawArrays_possible );
|
||||
}
|
||||
|
|
@ -530,7 +530,7 @@ static GLubyte *
|
|||
emit_DrawArrays_header_old( __GLXcontext * gc,
|
||||
struct array_state_vector * arrays,
|
||||
size_t * elements_per_request,
|
||||
size_t * total_requests,
|
||||
unsigned int * total_requests,
|
||||
GLenum mode, GLsizei count )
|
||||
{
|
||||
size_t command_size;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue