Re: [Mesa-dev] [RFC PATCH 04/26] mesa: add texobj support for ARB_texture_multisample

2013-01-02 Thread Brian Paul
On 12/29/2012 05:35 AM, Chris Forbes wrote: V2: Allow multisample texture targets in glInvalidateTexSubImage too. This was already partly there, but I missed it the first time around since the interaction is defined in a newer extension. Signed-off-by: Chris Forbes --- src/mesa/main/fbobject.c

[Mesa-dev] [RFC PATCH 04/26] mesa: add texobj support for ARB_texture_multisample

2012-12-29 Thread Chris Forbes
V2: Allow multisample texture targets in glInvalidateTexSubImage too. This was already partly there, but I missed it the first time around since the interaction is defined in a newer extension. Signed-off-by: Chris Forbes --- src/mesa/main/fbobject.c | 5 + src/mesa/main/mtypes.h | 4 +++