[Intel-gfx] Mesa (master): intel: Add support for tiled textures.

Shuang He shuang.he at intel.com
Sat Jun 6 06:29:22 CEST 2009


Eric Anholt wrote:
> Module: Mesa
> Branch: master
> Commit: 1ba96651e12b3c74fb9c8f5a61b183ef36a27b1e
> URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=1ba96651e12b3c74fb9c8f5a61b183ef36a27b1e
>
> Author: Eric Anholt <eric at anholt.net>
> Date:   Wed Jun  3 16:40:20 2009 +0000
>
> intel: Add support for tiled textures.
>
>
>
> @@ -128,7 +131,10 @@ intel_region_unmap(struct intel_context *intel, struct intel_region *region)
>  {
>     _DBG("%s %p\n", __FUNCTION__, region);
>     if (!--region->map_refcount) {
> -      dri_bo_unmap(region->buffer);
> +      if (intel->intelScreen->kernel_exec_fencing)
> +        drm_intel_gem_bo_map_gtt(region->buffer);
>   
Seems a typo here. should be drm_intel_gem_bo_unmap_gtt.

(Resend, since the comment in last mail is too difficult to find. :-) )

Thanks
    --Shuang





More information about the Intel-gfx mailing list