i965: fix segfault on low memory conditions
authorRobert Ellison <papillo@vmware.com>
Fri, 8 May 2009 20:40:38 +0000 (14:40 -0600)
committerRobert Ellison <papillo@vmware.com>
Fri, 8 May 2009 22:32:29 +0000 (16:32 -0600)
commit44a4abfd4f8695809eaec07df8eeb191d6e017d7
treeb9d73db9ca813756bffd34f86a26e13d64356985
parentc230767d6956b63a2b101acb48f98823bb5dd31a
i965: fix segfault on low memory conditions

When out of memory (in at least one case, triggered by a longrunning
memory leak), this code will segfault and crash.  By checking for the
out-of-memory condition, the system can continue, and will report
the out-of-memory error later, a much preferable outcome.
src/mesa/drivers/dri/i965/brw_wm.c