Files
mesa/src
Paul Berry 18e2e19b07 i965: Make brw_compute_vue_map's userclip dependency a boolean.
Previously, brw_compute_vue_map required an argument indicating the
number of clip planes in use, but all it did with it was check if it
was nonzero.

This patch changes brw_compute_vue_map to take a boolean instead.
This allows us to avoid some unnecessary recompilation of the Gen4/5
GS and SF threads.

Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
Reviewed-by: Eric Anholt <eric@anholt.net>
2011-10-06 19:29:07 -07:00
..
2011-10-06 01:02:23 -07:00
2011-01-12 16:54:21 +00:00
2011-09-20 20:41:57 +01:00
2011-09-20 20:50:48 +01:00