i965: Drop the global GEM name from regions.
[mesa.git] / src / mesa / drivers / dri / i965 / intel_regions.h
index c4dd243e45c3fde0f3c2992fad7aff760e160494..0ad95a79ce50bdb2a949fa27fa8d9af8eac74f3e 100644 (file)
@@ -68,8 +68,6 @@ struct intel_region
    GLuint pitch;    /**< in bytes */
 
    uint32_t tiling; /**< Which tiling mode the region is in */
-
-   uint32_t name; /**< Global name for the bo */
 };
 
 
@@ -95,9 +93,6 @@ intel_region_alloc_for_fd(struct intel_screen *screen,
                           GLuint size,
                           int fd, const char *name);
 
-bool
-intel_region_flink(struct intel_region *region, uint32_t *name);
-
 void intel_region_reference(struct intel_region **dst,
                             struct intel_region *src);