Re: [Mesa-dev] [PATCH 0/7] Add ARB_texture_view

2013-11-06 Thread Chris Forbes
Patches 1-4, 6 are: Reviewed-by: Chris Forbes With the changes discussed for teximagemultisample and pulling the view parameter setting out into a helper function, patch 5 is also: Reviewed-by: Chris Forbes On Wed, Nov 6, 2013 at 11:59 AM, Courtney Goeltzenleuchter wrote: > The following pat

[Mesa-dev] [PATCH 0/7] Add ARB_texture_view

2013-11-05 Thread Courtney Goeltzenleuchter
The following patches add the necessary functions to Mesa to support ARB_texture_view. These patches do not include the actual driver elements, just the device independent portion. This extension requires ARB_texture_storage. The extension supports one new API call, glTextureView and a handful of