Always return VOLATILE for ObjectPurgeable(VOLATILE)
authorChris Wilson <chris@chris-wilson.co.uk>
Fri, 5 Mar 2010 23:10:45 +0000 (23:10 +0000)
committerChris Wilson <chris@chris-wilson.co.uk>
Fri, 5 Mar 2010 23:20:45 +0000 (23:20 +0000)
commit24f90112761d108a4a131fad11bd7b426d8edfa0
treea1010a94ce0c946a0f3304e296c9e9c35288f73c
parentb704a4e8f332e7f9a38c21ce074cd244cf2fe89e
Always return VOLATILE for ObjectPurgeable(VOLATILE)

Fixes fdo bug 26128.

The spec mandates that VOLATILE is returned from
ObjectPurgeable(VOLATILE) irrespective of the actual status of the
object upon completion of marking it purgeable.

Conform to the spec, even though it seems wrong.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
src/mesa/main/bufferobj.c