Module: Mesa Branch: master Commit: bba1105d52efdf26b9cdf4e389f68d928e5ca3b2 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=bba1105d52efdf26b9cdf4e389f68d928e5ca3b2
Author: Chris Forbes <[email protected]> Date: Sat Jan 25 19:51:50 2014 +1300 i965/vs: Fix typo in brw_compute_vue_map Reviewed-by: Kenneth Graunke <[email protected]> --- src/mesa/drivers/dri/i965/brw_vs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mesa/drivers/dri/i965/brw_vs.c b/src/mesa/drivers/dri/i965/brw_vs.c index a4f2ac6..092d53a 100644 --- a/src/mesa/drivers/dri/i965/brw_vs.c +++ b/src/mesa/drivers/dri/i965/brw_vs.c @@ -61,7 +61,7 @@ brw_compute_vue_map(struct brw_context *brw, struct brw_vue_map *vue_map, int i; /* gl_Layer and gl_ViewportIndex don't get their own varying slots -- they - * are stored in the virst VUE slot (VARYING_SLOT_PSIZ). + * are stored in the first VUE slot (VARYING_SLOT_PSIZ). */ slots_valid &= ~(VARYING_BIT_LAYER | VARYING_BIT_VIEWPORT); _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
