llvmpipe: Fix resource_is_texture.
authorJosé Fonseca <jfonseca@vmware.com>
Thu, 22 Apr 2010 17:06:05 +0000 (18:06 +0100)
committerJosé Fonseca <jfonseca@vmware.com>
Thu, 22 Apr 2010 17:06:05 +0000 (18:06 +0100)
commit2eea1714fdffbd665a2076c7b8fed7b264a42968
treeb335b036b05cdbc43ea0d828e66a3d09eb05f22c
parent510669cd87994b39e50a8ab1ac24110e6a299e4d
llvmpipe: Fix resource_is_texture.

It was missing PIPE_BIND_RENDER_TARGET, causing assertion failures for
pure render targets.

Also bind flags are too variable and complex for a good assessment for
whether the resource is a texture or not. Target is more concise.
src/gallium/drivers/llvmpipe/lp_texture.c