Files
mesa/src/mesa
Eric Anholt 0da5086443 i965: Avoid blocking on the GPU for setting the HiZ op vertex data.
We need to allocate new space every time to avoid blocking on the last
HiZ op completing.  There are two easy ways to do this:
brw_state_batch() and intel_upload_data().  brw_state_batch() is
simpler and avoids another buffer allocation.

Improves Unigine Tropics performance 0.376416% +/- 0.148722% (n=7).

Reviewed-by: Chad Versace <chad.versace@linux.intel.com>
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
2012-02-28 14:08:56 -08:00
..
2012-01-21 22:43:54 -05:00
2012-02-28 10:32:26 +00:00
2011-08-21 02:01:49 +08:00
2011-11-26 11:42:08 +08:00
2011-01-10 12:34:02 -07:00