Re: [Mesa-dev] [PATCH V3 12/19] mesa: implement TexImage*Multisample

2013-02-12 Thread Eric Anholt
Chris Forbes writes: > V2: - fix formatting issues > - generate GL_OUT_OF_MEMORY if teximage cannot be allocated > - fix for state moving from texobj to image > > V3: - remove ridiculous stencil hack > - alter format check to not allow a base format of STENCIL_INDEX > - allow widt

Re: [Mesa-dev] [PATCH V3 12/19] mesa: implement TexImage*Multisample

2013-02-08 Thread Chris Forbes
Oops -- there's still one TODO in here, for the interaction with ARB_internalformat_query. I'll fix that soon. On Fri, Feb 8, 2013 at 10:19 PM, Chris Forbes wrote: > V2: - fix formatting issues > - generate GL_OUT_OF_MEMORY if teximage cannot be allocated > - fix for state moving from tex

[Mesa-dev] [PATCH V3 12/19] mesa: implement TexImage*Multisample

2013-02-08 Thread Chris Forbes
V2: - fix formatting issues - generate GL_OUT_OF_MEMORY if teximage cannot be allocated - fix for state moving from texobj to image V3: - remove ridiculous stencil hack - alter format check to not allow a base format of STENCIL_INDEX - allow width/height/depth to be zero, to deallo