diff options
Diffstat (limited to 'src/mesa')
| -rw-r--r-- | src/mesa/drivers/dri/intel/intel_tex.c | 18 | 
1 files changed, 0 insertions, 18 deletions
| diff --git a/src/mesa/drivers/dri/intel/intel_tex.c b/src/mesa/drivers/dri/intel/intel_tex.c index 8bb6ae99fb..4537f58911 100644 --- a/src/mesa/drivers/dri/intel/intel_tex.c +++ b/src/mesa/drivers/dri/intel/intel_tex.c @@ -9,23 +9,6 @@  #define FILE_DEBUG_FLAG DEBUG_TEXTURE -static GLboolean -intelIsTextureResident(GLcontext * ctx, struct gl_texture_object *texObj) -{ -#if 0 -   struct intel_context *intel = intel_context(ctx); -   struct intel_texture_object *intelObj = intel_texture_object(texObj); - -   return -      intelObj->mt && -      intelObj->mt->region && -      intel_is_region_resident(intel, intelObj->mt->region); -#endif -   return 1; -} - - -  static struct gl_texture_image *  intelNewTextureImage(GLcontext * ctx)  { @@ -217,7 +200,6 @@ intelInitTextureFuncs(struct dd_function_table *functions)     functions->DeleteTexture = intelDeleteTextureObject;     functions->FreeTexImageData = intelFreeTextureImageData;     functions->UpdateTexturePalette = 0; -   functions->IsTextureResident = intelIsTextureResident;  #if DO_DEBUG && !defined(__ia64__)     if (INTEL_DEBUG & DEBUG_BUFMGR) | 
