Re: [Mesa-dev] [PATCH 2/2] mesa: remove the ctx->Driver.IsTextureResident() hook

2011-12-06 Thread Brian Paul
On 12/05/2011 11:34 AM, Ian Romanick wrote: On 12/03/2011 09:07 AM, Brian Paul wrote: No driver implemented this and we always returned "True" for residence queries. Most useless query evar. Reviewed-by: Ian Romanick Is there's some similar infrastructure for querying residence of ARB verte

Re: [Mesa-dev] [PATCH 2/2] mesa: remove the ctx->Driver.IsTextureResident() hook

2011-12-05 Thread Ian Romanick
On 12/03/2011 09:07 AM, Brian Paul wrote: No driver implemented this and we always returned "True" for residence queries. Most useless query evar. Reviewed-by: Ian Romanick Is there's some similar infrastructure for querying residence of ARB vertex shaders? I think that can also die. --

[Mesa-dev] [PATCH 2/2] mesa: remove the ctx->Driver.IsTextureResident() hook

2011-12-03 Thread Brian Paul
No driver implemented this and we always returned "True" for residence queries. --- src/mesa/drivers/common/driverfuncs.c |1 - src/mesa/main/dd.h|5 - src/mesa/main/texobj.c| 23 +++ src/mesa/main/texparam.c |6