mesa: remove the ctx->Driver.IsTextureResident() hook
authorBrian Paul <brianp@vmware.com>
Sat, 3 Dec 2011 17:04:18 +0000 (10:04 -0700)
committerBrian Paul <brianp@vmware.com>
Thu, 8 Dec 2011 15:56:29 +0000 (08:56 -0700)
commit2f88139145da99a695680c813ef5cc669eaef034
tree2431c027f8fd8fcd74866f17ca6e5484998945d3
parent5acb291f319a0b32d9701b3e6c8624175f1a80e7
mesa: remove the ctx->Driver.IsTextureResident() hook

No driver implemented this and we always returned "True" for residence
queries.

Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
src/mesa/drivers/common/driverfuncs.c
src/mesa/main/dd.h
src/mesa/main/texobj.c
src/mesa/main/texparam.c