Subversion Repositories Kolibri OS

Rev

Rev 4358 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4358 Rev 4548
Line 37... Line 37...
37
 * programming interface where each image can be specifed in random
37
 * programming interface where each image can be specifed in random
38
 * order and it isn't clear what layout the tree should have until the
38
 * order and it isn't clear what layout the tree should have until the
39
 * last moment.
39
 * last moment.
40
 */
40
 */
Line 41... Line 41...
41
 
41
 
42
#include 
42
//#include 
Line 43... Line 43...
43
#include 
43
#include 
44
 
44
 
45
#include "main/hash.h"
45
#include "main/hash.h"
Line 203... Line 203...
203
   region->name = handle;
203
   region->name = handle;
Line 204... Line 204...
204
 
204
 
205
   return region;
205
   return region;
Line -... Line 206...
-
 
206
}
206
}
207
 
207
 
208
#if 0
208
struct intel_region *
209
struct intel_region *
209
intel_region_alloc_for_fd(struct intel_screen *screen,
210
intel_region_alloc_for_fd(struct intel_screen *screen,
210
                          GLuint cpp,
211
                          GLuint cpp,
Line 235... Line 236...
235
      return NULL;
236
      return NULL;
236
   }
237
   }
Line 237... Line 238...
237
 
238
 
238
   return region;
239
   return region;
-
 
240
}
Line 239... Line 241...
239
}
241
#endif
240
 
242
 
241
void
243
void
242
intel_region_reference(struct intel_region **dst, struct intel_region *src)
244
intel_region_reference(struct intel_region **dst, struct intel_region *src)