Re: [Mesa-dev] [PATCH 07/25] glapi: Mark compressed teximage functions as sync.

2017-03-09 Thread gregory hainaut
> Without doing some additional tracking, we won't know whether the data > will be immediate user data, or will be loaded from a PBO. The normal > teximage functions will be sync by default because they don't know up > front what the size of their image data is. But for compressed teximage, > we

[Mesa-dev] [PATCH 07/25] glapi: Mark compressed teximage functions as sync.

2017-03-06 Thread Timothy Arceri
From: Eric Anholt Without doing some additional tracking, we won't know whether the data will be immediate user data, or will be loaded from a PBO. The normal teximage functions will be sync by default because they don't know up front what the size of their image data is. But for compressed tex