[Mesa-dev] [PATCH 01/11] st/nine: Refactor Resource9 BaseTexture9 Surface9 and Texture9 initialization

2014-11-23 Thread David Heidelberg
From: Axel Davy axel.d...@ens.fr First change is to pass initResource argument to initialise the resource field in Resource9 instead of in the parents. Second change is to pass Usage argument, instead of letting the parent classes set the usage field of the Resource9 structure. Third change

Re: [Mesa-dev] [PATCH 01/11] st/nine: Refactor Resource9 BaseTexture9 Surface9 and Texture9 initialization

2014-11-23 Thread Ilia Mirkin
On Sun, Nov 23, 2014 at 5:40 PM, David Heidelberg da...@ixit.cz wrote: From: Axel Davy axel.d...@ens.fr First change is to pass initResource argument to initialise the resource field in Resource9 instead of in the parents. Second change is to pass Usage argument, instead of letting the