mesa: Replace void * arithmetic.

This commit is contained in:
José Fonseca
2008-06-27 20:56:49 +09:00
parent 4f45dbc6aa
commit fb95b603ef

View File

@@ -160,7 +160,7 @@ accum_mad(GLcontext *ctx, GLfloat scale, GLfloat bias,
{
struct pipe_screen *screen = ctx->st->pipe->screen;
struct pipe_surface *acc_ps = acc_strb->surface;
GLvoid *map;
GLubyte *map;
map = screen->surface_map(screen, acc_ps,
PIPE_BUFFER_USAGE_CPU_WRITE);