i965/vs: Fix typo in brw_compute_vue_map

Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
This commit is contained in:
Chris Forbes
2014-01-25 19:51:50 +13:00
committed by Kenneth Graunke
parent e57d77280e
commit bba1105d52

View File

@@ -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);