Module: Mesa Branch: master Commit: 949896b82f19f72333e7f6c132bd55e023f0170f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=949896b82f19f72333e7f6c132bd55e023f0170f
Author: Henri Verbeet <[email protected]> Date: Sat Jul 9 17:18:59 2011 +0200 r600g: Fix the type of the family field in r600_pipe_context. Signed-off-by: Henri Verbeet <[email protected]> --- src/gallium/drivers/r600/r600_pipe.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/gallium/drivers/r600/r600_pipe.h b/src/gallium/drivers/r600/r600_pipe.h index c58c2f7..b51fa24 100644 --- a/src/gallium/drivers/r600/r600_pipe.h +++ b/src/gallium/drivers/r600/r600_pipe.h @@ -175,7 +175,7 @@ struct r600_pipe_fences { struct r600_pipe_context { struct pipe_context context; struct blitter_context *blitter; - unsigned family; + enum radeon_family family; void *custom_dsa_flush; struct r600_screen *screen; struct radeon *radeon; _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
